@pikku/cli 0.12.21 → 0.12.23
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/assets/index-C52h1B_L.css +1 -0
- package/console-app/assets/index-CAk106ji.js +232 -0
- package/console-app/index.html +3 -6
- package/dist/.pikku/agent/pikku-agent-types.gen.d.ts +1 -1
- package/dist/.pikku/channel/pikku-channel-types.gen.d.ts +3 -3
- package/dist/.pikku/channel/pikku-channel-types.gen.js +1 -1
- package/dist/.pikku/cli/pikku-cli-channel.d.ts +6 -6
- package/dist/.pikku/cli/pikku-cli-channel.js +280 -1
- package/dist/.pikku/cli/pikku-cli-types.gen.d.ts +1 -1
- package/dist/.pikku/cli/pikku-cli-types.gen.js +1 -1
- package/dist/.pikku/cli/pikku-cli-wirings-meta.gen.js +1 -1
- package/dist/.pikku/cli/pikku-cli-wirings-meta.gen.json +782 -7
- 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 -1
- package/dist/.pikku/cli/pikku-cli.gen.js +1 -1
- package/dist/.pikku/console/pikku-node-types.gen.d.ts +1 -1
- package/dist/.pikku/function/pikku-function-types.gen.d.ts +41 -73
- package/dist/.pikku/function/pikku-function-types.gen.js +30 -40
- package/dist/.pikku/function/pikku-functions-meta.gen.js +1 -1
- package/dist/.pikku/function/pikku-functions-meta.gen.json +1305 -378
- package/dist/.pikku/function/pikku-functions.gen.js +13 -1
- package/dist/.pikku/http/pikku-http-types.gen.d.ts +1 -1
- package/dist/.pikku/http/pikku-http-types.gen.js +1 -1
- package/dist/.pikku/http/pikku-http-wirings-meta.gen.js +1 -1
- package/dist/.pikku/http/pikku-http-wirings-meta.gen.json +1 -62
- package/dist/.pikku/http/pikku-http-wirings.gen.d.ts +1 -2
- package/dist/.pikku/http/pikku-http-wirings.gen.js +1 -2
- package/dist/.pikku/mcp/pikku-mcp-types.gen.d.ts +1 -1
- package/dist/.pikku/mcp/pikku-mcp-types.gen.js +1 -1
- package/dist/.pikku/pikku-bootstrap.gen.d.ts +3 -1
- package/dist/.pikku/pikku-bootstrap.gen.js +3 -1
- package/dist/.pikku/pikku-meta-service.gen.d.ts +1 -1
- package/dist/.pikku/pikku-meta-service.gen.js +1 -1
- package/dist/.pikku/pikku-services.gen.d.ts +2 -1
- package/dist/.pikku/pikku-services.gen.js +1 -0
- package/dist/.pikku/pikku-types.gen.d.ts +1 -1
- package/dist/.pikku/pikku-types.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 +1 -1
- package/dist/.pikku/queue/pikku-queue-workers-wirings-meta.gen.d.ts +1 -0
- package/dist/.pikku/queue/pikku-queue-workers-wirings-meta.gen.js +6 -0
- package/dist/.pikku/queue/pikku-queue-workers-wirings-meta.gen.json +250 -0
- package/dist/.pikku/queue/pikku-queue-workers-wirings.gen.d.ts +4 -0
- package/dist/.pikku/queue/pikku-queue-workers-wirings.gen.js +5 -0
- package/dist/.pikku/rpc/pikku-rpc-wirings-meta.internal.gen.js +1 -1
- package/dist/.pikku/rpc/pikku-rpc-wirings-meta.internal.gen.json +66 -20
- package/dist/.pikku/scheduler/pikku-scheduler-types.gen.d.ts +1 -1
- package/dist/.pikku/scheduler/pikku-scheduler-types.gen.js +1 -1
- package/dist/.pikku/schemas/register.gen.js +153 -29
- package/dist/.pikku/schemas/schemas/BinaryInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DbMigrateInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DbResetInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DbSeedInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/FabricDbSchemaInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/FabricDbSchemaOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/FabricDeployApplyInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/FabricDeployApplyOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/FabricDeployListInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/FabricDeployListOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/FabricDeployPlanInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/FabricDeployPlanOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/FabricDeployUnitsInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/FabricDeployUnitsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/FabricDomainsAddInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/FabricDomainsAddOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/FabricDomainsListInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/FabricDomainsListOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/FabricDomainsRemoveInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/FabricDomainsRemoveOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/FabricErrorsInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/FabricErrorsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/FabricInitInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/FabricInitOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/FabricLLMKeyInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/FabricLLMKeyOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/FabricLinkInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/FabricLinkOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/FabricLoginInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/FabricLoginOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/FabricLogsInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/FabricLogsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/FabricMetricsInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/FabricMetricsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/FabricRollbackInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/FabricRollbackOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/FabricSecretsListInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/FabricSecretsListOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/FabricSecretsSetInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/FabricSecretsSetOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/FabricStatusInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/FabricStatusOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/FabricTraceInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/FabricTraceOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/FabricValidateInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/FabricValidateOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PikkuCLIConfig.schema.json +1 -1
- package/dist/.pikku/schemas/schemas/PikkuCLIEntryOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PikkuEventsScaffoldOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PikkuMetaClientsInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PikkuMetaContextInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PikkuMetaFunctionsGetInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PikkuMetaFunctionsListInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PikkuMetaMiddlewareGetInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PikkuMetaMiddlewareListInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PikkuMetaPermissionsGetInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PikkuMetaPermissionsListInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PikkuMetaSchemasGetInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PikkuMetaSchemasListInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PikkuMetaWiresChannelInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PikkuMetaWiresHttpInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PikkuMetaWiresListInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PikkuMetaWiresQueueInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PikkuMetaWiresSchedulerInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PikkuMetaWiresTriggerInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PikkuMetaWiresTypeInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PikkuMetaWorkflowsGetInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PikkuMetaWorkflowsListInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PikkuSkillsInstallInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PikkuSkillsListInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PikkuTestsCoverageInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PikkuTestsInitInput.schema.json +1 -0
- package/dist/.pikku/secrets/pikku-secret-types.gen.d.ts +1 -1
- package/dist/.pikku/secrets/pikku-secret-types.gen.js +1 -1
- package/dist/.pikku/secrets/pikku-secrets.gen.d.ts +1 -1
- package/dist/.pikku/secrets/pikku-secrets.gen.js +1 -1
- package/dist/.pikku/trigger/pikku-trigger-types.gen.d.ts +1 -1
- package/dist/.pikku/trigger/pikku-trigger-types.gen.js +1 -1
- package/dist/.pikku/variables/pikku-variable-types.gen.d.ts +1 -1
- package/dist/.pikku/variables/pikku-variable-types.gen.js +1 -1
- package/dist/.pikku/variables/pikku-variables.gen.d.ts +1 -1
- package/dist/.pikku/variables/pikku-variables.gen.js +1 -1
- package/dist/.pikku/workflow/meta/allWorkflow.gen.json +235 -627
- package/dist/.pikku/workflow/pikku-workflow-types.gen.d.ts +1 -1
- package/dist/.pikku/workflow/pikku-workflow-types.gen.js +1 -1
- package/dist/.pikku/workflow/pikku-workflow-wirings-meta.gen.js +1 -1
- package/dist/.pikku/workflow/pikku-workflow-wirings.gen.js +1 -1
- package/dist/bin/pikku-bin.mjs +23 -0
- package/dist/bin/pikku.js +28 -1
- package/dist/src/cli.wiring.js +274 -8
- package/dist/src/deploy/analyzer/analyzer.d.ts +16 -1
- package/dist/src/deploy/analyzer/analyzer.js +83 -43
- package/dist/src/deploy/build-pipeline.js +83 -17
- package/dist/src/deploy/bundler/bundler.d.ts +1 -0
- package/dist/src/deploy/bundler/bundler.js +13 -5
- package/dist/src/deploy/codegen/per-unit-codegen.d.ts +8 -0
- package/dist/src/deploy/codegen/per-unit-codegen.js +46 -5
- package/dist/src/deploy/provider-adapter.d.ts +34 -0
- package/dist/src/deploy/server-entry.d.ts +16 -0
- package/dist/src/deploy/server-entry.js +81 -0
- package/dist/src/fabric/fabric-commands.d.ts +522 -0
- package/dist/src/fabric/fabric-commands.js +299 -0
- package/dist/src/fabric/functions/db-schema.function.d.ts +35 -0
- package/dist/src/fabric/functions/db-schema.function.js +37 -0
- package/dist/src/fabric/functions/deploy-list.function.d.ts +41 -0
- package/dist/src/fabric/functions/deploy-list.function.js +43 -0
- package/dist/src/fabric/functions/deploy-units.function.d.ts +35 -0
- package/dist/src/fabric/functions/deploy-units.function.js +41 -0
- package/dist/src/fabric/functions/deploy.function.d.ts +105 -0
- package/dist/src/fabric/functions/deploy.function.js +122 -0
- package/dist/src/fabric/functions/domains-add.function.d.ts +35 -0
- package/dist/src/fabric/functions/domains-add.function.js +46 -0
- package/dist/src/fabric/functions/domains-list.function.d.ts +20 -0
- package/dist/src/fabric/functions/domains-list.function.js +50 -0
- package/dist/src/fabric/functions/domains-remove.function.d.ts +24 -0
- package/dist/src/fabric/functions/domains-remove.function.js +44 -0
- package/dist/src/fabric/functions/errors.function.d.ts +44 -0
- package/dist/src/fabric/functions/errors.function.js +50 -0
- package/dist/src/fabric/functions/init.function.d.ts +51 -0
- package/dist/src/fabric/functions/init.function.js +54 -0
- package/dist/src/fabric/functions/link.function.d.ts +28 -0
- package/dist/src/fabric/functions/link.function.js +77 -0
- package/dist/src/fabric/functions/llm-key.function.d.ts +46 -0
- package/dist/src/fabric/functions/llm-key.function.js +76 -0
- package/dist/src/fabric/functions/login.function.d.ts +42 -0
- package/dist/src/fabric/functions/login.function.js +68 -0
- package/dist/src/fabric/functions/logs.function.d.ts +40 -0
- package/dist/src/fabric/functions/logs.function.js +84 -0
- package/dist/src/fabric/functions/metrics.function.d.ts +32 -0
- package/dist/src/fabric/functions/metrics.function.js +49 -0
- package/dist/src/fabric/functions/rollback.function.d.ts +76 -0
- package/dist/src/fabric/functions/rollback.function.js +69 -0
- package/dist/src/fabric/functions/secrets-list.function.d.ts +24 -0
- package/dist/src/fabric/functions/secrets-list.function.js +37 -0
- package/dist/src/fabric/functions/secrets-set.function.d.ts +32 -0
- package/dist/src/fabric/functions/secrets-set.function.js +36 -0
- package/dist/src/fabric/functions/status.function.d.ts +34 -0
- package/dist/src/fabric/functions/status.function.js +43 -0
- package/dist/src/fabric/functions/trace.function.d.ts +28 -0
- package/dist/src/fabric/functions/trace.function.js +45 -0
- package/dist/src/fabric/functions/validate.function.d.ts +50 -0
- package/dist/src/fabric/functions/validate.function.js +363 -0
- package/dist/src/fabric/lib/config.d.ts +64 -0
- package/dist/src/fabric/lib/config.js +62 -0
- package/dist/src/fabric/lib/console-url.d.ts +5 -0
- package/dist/src/fabric/lib/console-url.js +13 -0
- package/dist/src/fabric/lib/git.d.ts +53 -0
- package/dist/src/fabric/lib/git.js +151 -0
- package/dist/src/fabric/lib/http.d.ts +4 -0
- package/dist/src/fabric/lib/http.js +12 -0
- package/dist/src/fabric/lib/not-implemented.d.ts +5 -0
- package/dist/src/fabric/lib/not-implemented.js +8 -0
- package/dist/src/fabric/lib/output.d.ts +23 -0
- package/dist/src/fabric/lib/output.js +39 -0
- package/dist/src/fabric/lib/prompt.d.ts +12 -0
- package/dist/src/fabric/lib/prompt.js +32 -0
- package/dist/src/fabric/lib/stage.d.ts +7 -0
- package/dist/src/fabric/lib/stage.js +14 -0
- package/dist/src/fabric/sdk/pikku-fetch.gen.d.ts +14 -0
- package/dist/src/fabric/sdk/pikku-fetch.gen.js +30 -0
- package/dist/src/fabric/sdk/pikku-rpc.gen.d.ts +105 -0
- package/dist/src/fabric/sdk/pikku-rpc.gen.js +126 -0
- package/dist/src/functions/commands/all.d.ts +1 -1
- package/dist/src/functions/commands/binary.d.ts +7 -0
- package/dist/src/functions/commands/binary.js +40 -0
- package/dist/src/functions/commands/bootstrap.d.ts +1 -1
- package/dist/src/functions/commands/bootstrap.js +7 -4
- package/dist/src/functions/commands/console.d.ts +3 -3
- package/dist/src/functions/commands/db-migrate.d.ts +1 -0
- package/dist/src/functions/commands/db-migrate.js +35 -0
- package/dist/src/functions/commands/db-reset.d.ts +1 -0
- package/dist/src/functions/commands/db-reset.js +36 -0
- package/dist/src/functions/commands/db-seed.d.ts +1 -0
- package/dist/src/functions/commands/db-seed.js +27 -0
- package/dist/src/functions/commands/db-shared.d.ts +32 -0
- package/dist/src/functions/commands/db-shared.js +26 -0
- package/dist/src/functions/commands/deploy-apply.d.ts +3 -3
- package/dist/src/functions/commands/deploy-info.d.ts +1 -1
- package/dist/src/functions/commands/deploy-plan.d.ts +3 -3
- package/dist/src/functions/commands/dev.d.ts +3 -3
- package/dist/src/functions/commands/dev.js +142 -86
- package/dist/src/functions/commands/enable.d.ts +5 -4
- package/dist/src/functions/commands/enable.js +4 -0
- package/dist/src/functions/commands/info.d.ts +4 -4
- package/dist/src/functions/commands/load-user-project.d.ts +11 -0
- package/dist/src/functions/commands/load-user-project.js +40 -0
- package/dist/src/functions/commands/meta.d.ts +82 -0
- package/dist/src/functions/commands/meta.js +454 -0
- package/dist/src/functions/commands/new-addon.d.ts +3 -3
- package/dist/src/functions/commands/new-function.d.ts +3 -3
- package/dist/src/functions/commands/new-middleware.d.ts +3 -3
- package/dist/src/functions/commands/new-permission.d.ts +3 -3
- package/dist/src/functions/commands/new-wiring.d.ts +3 -3
- package/dist/src/functions/commands/pikku-command-bootstrap.d.ts +1 -1
- package/dist/src/functions/commands/pikku-command-bootstrap.js +15 -1
- package/dist/src/functions/commands/pikku-command-summary.d.ts +1 -1
- package/dist/src/functions/commands/pikku-command-summary.js +3 -0
- package/dist/src/functions/commands/skills.d.ts +26 -0
- package/dist/src/functions/commands/skills.js +184 -0
- package/dist/src/functions/commands/tests-coverage.d.ts +7 -0
- package/dist/src/functions/commands/tests-coverage.js +231 -0
- package/dist/src/functions/commands/tests-init.d.ts +7 -0
- package/dist/src/functions/commands/tests-init.js +225 -0
- package/dist/src/functions/commands/versions-check.d.ts +1 -1
- package/dist/src/functions/commands/versions-init.d.ts +3 -3
- package/dist/src/functions/commands/versions-update.d.ts +1 -1
- package/dist/src/functions/commands/watch.d.ts +3 -3
- package/dist/src/functions/commands/watch.js +1 -1
- package/dist/src/functions/db/local-db.d.ts +48 -0
- package/dist/src/functions/db/local-db.js +106 -0
- package/dist/src/functions/db/seed.d.ts +11 -0
- package/dist/src/functions/db/seed.js +22 -0
- package/dist/src/functions/db/sql-migrator.d.ts +26 -0
- package/dist/src/functions/db/sql-migrator.js +104 -0
- package/dist/src/functions/db/sqlite-codegen.d.ts +45 -0
- package/dist/src/functions/db/sqlite-codegen.js +294 -0
- package/dist/src/functions/db/zod-codegen.d.ts +10 -0
- package/dist/src/functions/db/zod-codegen.js +109 -0
- package/dist/src/functions/runtimes/fetch/index.d.ts +1 -1
- package/dist/src/functions/runtimes/nextjs/pikku-command-nextjs.d.ts +1 -1
- package/dist/src/functions/runtimes/nextjs/pikku-command-nextjs.js +21 -2
- package/dist/src/functions/runtimes/nextjs/serialize-nextjs-backend-worker-rpc-wrapper.d.ts +1 -0
- package/dist/src/functions/runtimes/nextjs/serialize-nextjs-backend-worker-rpc-wrapper.js +163 -0
- 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 +5 -2
- package/dist/src/functions/runtimes/tanstack-start/pikku-command-tanstack-start.d.ts +1 -0
- package/dist/src/functions/runtimes/tanstack-start/pikku-command-tanstack-start.js +32 -0
- package/dist/src/functions/runtimes/tanstack-start/serialize-tanstack-start-shim.d.ts +11 -0
- package/dist/src/functions/runtimes/tanstack-start/serialize-tanstack-start-shim.js +36 -0
- package/dist/src/functions/runtimes/websocket/pikku-command-websocket-typed.d.ts +1 -1
- package/dist/src/functions/wirings/ai-agent/pikku-command-ai-agent-types.d.ts +1 -1
- package/dist/src/functions/wirings/ai-agent/pikku-command-ai-agent.d.ts +1 -1
- package/dist/src/functions/wirings/ai-agent/pikku-command-ai-agent.js +1 -10
- package/dist/src/functions/wirings/ai-agent/pikku-command-public-agent.d.ts +1 -1
- package/dist/src/functions/wirings/ai-agent/serialize-public-agent.js +76 -1
- package/dist/src/functions/wirings/channels/pikku-channels.d.ts +1 -1
- package/dist/src/functions/wirings/channels/pikku-command-channel-types.d.ts +1 -1
- package/dist/src/functions/wirings/channels/pikku-command-channels-map.d.ts +1 -1
- package/dist/src/functions/wirings/channels/pikku-command-channels.d.ts +1 -1
- 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 +5 -2
- package/dist/src/functions/wirings/cli/pikku-command-cli-types.d.ts +5 -1
- package/dist/src/functions/wirings/cli/pikku-command-cli-types.js +8 -2
- package/dist/src/functions/wirings/cli/pikku-command-cli.d.ts +1 -1
- package/dist/src/functions/wirings/cli/serialize-channel-cli-client.js +27 -9
- package/dist/src/functions/wirings/cli/serialize-channel-cli.d.ts +5 -1
- package/dist/src/functions/wirings/cli/serialize-channel-cli.js +13 -3
- package/dist/src/functions/wirings/console/pikku-command-console-functions.d.ts +1 -1
- package/dist/src/functions/wirings/console/pikku-command-node-types.d.ts +1 -1
- package/dist/src/functions/wirings/console/pikku-command-nodes-meta.d.ts +1 -1
- package/dist/src/functions/wirings/console/serialize-console-functions.js +5 -0
- package/dist/src/functions/wirings/credentials/pikku-command-credentials.d.ts +1 -1
- package/dist/src/functions/wirings/functions/pikku-command-addon-types.d.ts +5 -1
- package/dist/src/functions/wirings/functions/pikku-command-addon-types.js +7 -2
- 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 +1 -1
- package/dist/src/functions/wirings/functions/pikku-command-function-types.d.ts +1 -1
- package/dist/src/functions/wirings/functions/pikku-command-functions.d.ts +1 -1
- package/dist/src/functions/wirings/functions/pikku-command-services.d.ts +1 -1
- package/dist/src/functions/wirings/functions/schemas.d.ts +1 -1
- package/dist/src/functions/wirings/functions/serialize-function-types.js +78 -83
- package/dist/src/functions/wirings/gateway/pikku-command-gateway.d.ts +1 -1
- package/dist/src/functions/wirings/http/pikku-command-http-map.d.ts +1 -1
- package/dist/src/functions/wirings/http/pikku-command-http-routes.d.ts +1 -1
- package/dist/src/functions/wirings/http/pikku-command-http-types.d.ts +1 -1
- package/dist/src/functions/wirings/http/pikku-command-openapi.d.ts +1 -1
- package/dist/src/functions/wirings/http/pikku-http-routes.d.ts +1 -1
- package/dist/src/functions/wirings/mcp/pikku-command-mcp-json.d.ts +1 -1
- package/dist/src/functions/wirings/mcp/pikku-command-mcp-types.d.ts +1 -1
- package/dist/src/functions/wirings/mcp/pikku-command-mcp.d.ts +1 -1
- package/dist/src/functions/wirings/middleware/pikku-command-middleware.d.ts +1 -1
- package/dist/src/functions/wirings/package/pikku-command-package-types.d.ts +2 -2
- package/dist/src/functions/wirings/package/pikku-command-package.d.ts +1 -1
- package/dist/src/functions/wirings/permissions/pikku-command-permissions.d.ts +1 -1
- package/dist/src/functions/wirings/queue/pikku-command-queue-map.d.ts +1 -1
- package/dist/src/functions/wirings/queue/pikku-command-queue-service.d.ts +1 -1
- package/dist/src/functions/wirings/queue/pikku-command-queue-types.d.ts +1 -1
- package/dist/src/functions/wirings/queue/pikku-command-queue.d.ts +1 -1
- package/dist/src/functions/wirings/queue/pikku-queue-map.d.ts +1 -1
- package/dist/src/functions/wirings/queue/pikku-queue.d.ts +1 -1
- package/dist/src/functions/wirings/realtime/pikku-command-events-scaffold.d.ts +1 -0
- package/dist/src/functions/wirings/realtime/pikku-command-events-scaffold.js +26 -0
- package/dist/src/functions/wirings/realtime/pikku-command-realtime.d.ts +1 -0
- package/dist/src/functions/wirings/realtime/pikku-command-realtime.js +35 -0
- package/dist/src/functions/wirings/realtime/serialize-events-scaffold.d.ts +23 -0
- package/dist/src/functions/wirings/realtime/serialize-events-scaffold.js +98 -0
- package/dist/src/functions/wirings/realtime/serialize-realtime-client.d.ts +22 -0
- package/dist/src/functions/wirings/realtime/serialize-realtime-client.js +337 -0
- package/dist/src/functions/wirings/rpc/pikku-command-public-rpc.d.ts +1 -1
- package/dist/src/functions/wirings/rpc/pikku-command-react-query.d.ts +1 -1
- package/dist/src/functions/wirings/rpc/pikku-command-remote-rpc.d.ts +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 +3 -1
- package/dist/src/functions/wirings/rpc/pikku-command-rpc-map.d.ts +2 -2
- package/dist/src/functions/wirings/rpc/pikku-command-rpc.d.ts +2 -1
- package/dist/src/functions/wirings/rpc/pikku-command-rpc.js +13 -7
- package/dist/src/functions/wirings/rpc/serialize-public-rpc.js +1 -0
- package/dist/src/functions/wirings/rpc/serialize-react-query-hooks.js +1 -1
- package/dist/src/functions/wirings/rpc/serialize-remote-rpc.js +7 -1
- package/dist/src/functions/wirings/scheduler/pikku-command-scheduler-types.d.ts +1 -1
- package/dist/src/functions/wirings/scheduler/pikku-command-scheduler.d.ts +1 -1
- package/dist/src/functions/wirings/secrets/pikku-command-secrets.d.ts +1 -1
- package/dist/src/functions/wirings/triggers/pikku-command-trigger-types.d.ts +1 -1
- package/dist/src/functions/wirings/triggers/pikku-command-trigger-types.js +1 -1
- package/dist/src/functions/wirings/triggers/pikku-command-trigger.d.ts +1 -1
- package/dist/src/functions/wirings/variables/pikku-command-variables.d.ts +1 -1
- package/dist/src/functions/wirings/workflow/pikku-command-workflow-routes.d.ts +1 -1
- package/dist/src/functions/wirings/workflow/pikku-command-workflow-routes.js +1 -1
- package/dist/src/functions/wirings/workflow/pikku-command-workflow.d.ts +5 -1
- package/dist/src/functions/wirings/workflow/pikku-command-workflow.js +18 -4
- package/dist/src/functions/wirings/workflow/serialize-workflow-bootstrap-map.d.ts +3 -0
- package/dist/src/functions/wirings/workflow/serialize-workflow-bootstrap-map.js +40 -0
- package/dist/src/functions/wirings/workflow/serialize-workflow-routes.js +14 -2
- package/dist/src/functions/workflows/all.workflow.js +41 -8
- package/dist/src/scaffold/rpc-remote.gen.d.ts +3 -3
- package/dist/src/scaffold/rpc-remote.gen.js +7 -2
- package/dist/src/services/cli-logger.service.d.ts +0 -1
- package/dist/src/services/cli-logger.service.js +12 -22
- package/dist/src/services.js +24 -66
- package/dist/src/utils/generate-bootstrap-file.js +3 -0
- package/dist/src/utils/parse-cli-filters.d.ts +18 -0
- package/dist/src/utils/parse-cli-filters.js +99 -0
- package/dist/src/utils/pikku-cli-config.js +29 -9
- package/dist/src/utils/serialize-schemas.js +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +9 -4
- package/skills/pikku-addon/SKILL.md +330 -0
- package/skills/pikku-ai-agent/SKILL.md +227 -0
- package/skills/pikku-ai-vercel/SKILL.md +78 -0
- package/skills/pikku-ai-voice/SKILL.md +85 -0
- package/skills/pikku-auth-js/SKILL.md +106 -0
- package/skills/pikku-aws/SKILL.md +107 -0
- package/skills/pikku-backblaze/SKILL.md +70 -0
- package/skills/pikku-cli/SKILL.md +281 -0
- package/skills/pikku-concepts/SKILL.md +281 -0
- package/skills/pikku-concepts/references/concept-mapping.md +528 -0
- package/skills/pikku-config/SKILL.md +208 -0
- package/skills/pikku-cron/SKILL.md +211 -0
- package/skills/pikku-deploy-azure/SKILL.md +69 -0
- package/skills/pikku-deploy-cloudflare/SKILL.md +80 -0
- package/skills/pikku-deploy-express/SKILL.md +83 -0
- package/skills/pikku-deploy-fastify/SKILL.md +70 -0
- package/skills/pikku-deploy-lambda/SKILL.md +107 -0
- package/skills/pikku-deploy-nextjs/SKILL.md +76 -0
- package/skills/pikku-deploy-uws/SKILL.md +85 -0
- package/skills/pikku-fabric/SKILL.md +245 -0
- package/skills/pikku-feature/SKILL.md +258 -0
- package/skills/pikku-gateway-slack/SKILL.md +112 -0
- package/skills/pikku-http/SKILL.md +317 -0
- package/skills/pikku-i18n/SKILL.md +217 -0
- package/skills/pikku-info/SKILL.md +95 -0
- package/skills/pikku-jose/SKILL.md +102 -0
- package/skills/pikku-kysely/SKILL.md +145 -0
- package/skills/pikku-mcp/SKILL.md +237 -0
- package/skills/pikku-mongodb/SKILL.md +102 -0
- package/skills/pikku-n8n-addon-map/SKILL.md +178 -0
- package/skills/pikku-n8n-code-translate/SKILL.md +166 -0
- package/skills/pikku-pino/SKILL.md +77 -0
- package/skills/pikku-queue/SKILL.md +237 -0
- package/skills/pikku-react/SKILL.md +183 -0
- package/skills/pikku-react-query/SKILL.md +205 -0
- package/skills/pikku-realtime/SKILL.md +285 -0
- package/skills/pikku-redis/SKILL.md +87 -0
- package/skills/pikku-rpc/SKILL.md +168 -0
- package/skills/pikku-rtl/SKILL.md +219 -0
- package/skills/pikku-schedule/SKILL.md +54 -0
- package/skills/pikku-schema-ajv/SKILL.md +60 -0
- package/skills/pikku-schema-cfworker/SKILL.md +60 -0
- package/skills/pikku-security/SKILL.md +243 -0
- package/skills/pikku-services/SKILL.md +247 -0
- package/skills/pikku-template-clone/SKILL.md +39 -0
- package/skills/pikku-testing/SKILL.md +428 -0
- package/skills/pikku-trigger/SKILL.md +177 -0
- package/skills/pikku-versioning/SKILL.md +169 -0
- package/skills/pikku-websocket/SKILL.md +239 -0
- package/skills/pikku-workflow/SKILL.md +283 -0
- package/skills/pikku-workflows-client/SKILL.md +150 -0
- package/skills/pikku-ws/SKILL.md +45 -0
- package/console-app/assets/index-BpY2pSuA.css +0 -10
- package/console-app/assets/index-DXLy-_D4.js +0 -717
- package/dist/.pikku/schemas/schemas/GraphStarterInput.schema.json +0 -1
- package/dist/.pikku/schemas/schemas/GraphStarterOutput.schema.json +0 -1
- package/dist/.pikku/schemas/schemas/WorkflowRunStatus.schema.json +0 -1
- package/dist/.pikku/schemas/schemas/WorkflowRunnerInput.schema.json +0 -1
- package/dist/.pikku/schemas/schemas/WorkflowStarterInput.schema.json +0 -1
- package/dist/.pikku/schemas/schemas/WorkflowStarterOutput.schema.json +0 -1
- package/dist/.pikku/schemas/schemas/WorkflowStatusCheckerInput.schema.json +0 -1
- package/dist/.pikku/schemas/schemas/WorkflowStatusStreamFullInput.schema.json +0 -1
- package/dist/.pikku/schemas/schemas/WorkflowStatusStreamInput.schema.json +0 -1
- package/dist/src/scaffold/workflow-routes.gen.d.ts +0 -84
- package/dist/src/scaffold/workflow-routes.gen.js +0 -229
|
@@ -11,6 +11,7 @@
|
|
|
11
11
|
"outputs": [
|
|
12
12
|
"PikkuSchemasOutput"
|
|
13
13
|
],
|
|
14
|
+
"implementationHash": "6766362af66fa2dd",
|
|
14
15
|
"middleware": [
|
|
15
16
|
{
|
|
16
17
|
"type": "wire",
|
|
@@ -32,6 +33,7 @@
|
|
|
32
33
|
"outputSchemaName": null,
|
|
33
34
|
"inputs": [],
|
|
34
35
|
"outputs": [],
|
|
36
|
+
"implementationHash": "beee8bf3e0cee72c",
|
|
35
37
|
"middleware": [
|
|
36
38
|
{
|
|
37
39
|
"type": "wire",
|
|
@@ -53,6 +55,7 @@
|
|
|
53
55
|
"outputSchemaName": null,
|
|
54
56
|
"inputs": [],
|
|
55
57
|
"outputs": [],
|
|
58
|
+
"implementationHash": "f6a0f6d479841193",
|
|
56
59
|
"middleware": [
|
|
57
60
|
{
|
|
58
61
|
"type": "wire",
|
|
@@ -74,6 +77,7 @@
|
|
|
74
77
|
"outputSchemaName": null,
|
|
75
78
|
"inputs": [],
|
|
76
79
|
"outputs": [],
|
|
80
|
+
"implementationHash": "5f5935909145e34c",
|
|
77
81
|
"middleware": [
|
|
78
82
|
{
|
|
79
83
|
"type": "wire",
|
|
@@ -95,6 +99,7 @@
|
|
|
95
99
|
"outputSchemaName": null,
|
|
96
100
|
"inputs": [],
|
|
97
101
|
"outputs": [],
|
|
102
|
+
"implementationHash": "ae91f1eda09131c3",
|
|
98
103
|
"middleware": [
|
|
99
104
|
{
|
|
100
105
|
"type": "wire",
|
|
@@ -106,6 +111,28 @@
|
|
|
106
111
|
"inputHash": "94949156",
|
|
107
112
|
"outputHash": "4a9a166c"
|
|
108
113
|
},
|
|
114
|
+
"pikkuTanStackStart": {
|
|
115
|
+
"pikkuFuncId": "pikkuTanStackStart",
|
|
116
|
+
"functionType": "user",
|
|
117
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
118
|
+
"sessionless": true,
|
|
119
|
+
"name": "pikkuTanStackStart",
|
|
120
|
+
"inputSchemaName": null,
|
|
121
|
+
"outputSchemaName": null,
|
|
122
|
+
"inputs": [],
|
|
123
|
+
"outputs": [],
|
|
124
|
+
"implementationHash": "6c6fdb4546697274",
|
|
125
|
+
"middleware": [
|
|
126
|
+
{
|
|
127
|
+
"type": "wire",
|
|
128
|
+
"name": "logCommandInfoAndTime",
|
|
129
|
+
"inline": false
|
|
130
|
+
}
|
|
131
|
+
],
|
|
132
|
+
"contractHash": "5ba3f5d2953225b4",
|
|
133
|
+
"inputHash": "92f96aa1",
|
|
134
|
+
"outputHash": "95732895"
|
|
135
|
+
},
|
|
109
136
|
"pikkuQueueService": {
|
|
110
137
|
"pikkuFuncId": "pikkuQueueService",
|
|
111
138
|
"functionType": "user",
|
|
@@ -116,6 +143,7 @@
|
|
|
116
143
|
"outputSchemaName": null,
|
|
117
144
|
"inputs": [],
|
|
118
145
|
"outputs": [],
|
|
146
|
+
"implementationHash": "2f1482459ea8454e",
|
|
119
147
|
"middleware": [
|
|
120
148
|
{
|
|
121
149
|
"type": "wire",
|
|
@@ -137,6 +165,7 @@
|
|
|
137
165
|
"outputSchemaName": null,
|
|
138
166
|
"inputs": [],
|
|
139
167
|
"outputs": [],
|
|
168
|
+
"implementationHash": "f1f43704d1b76238",
|
|
140
169
|
"middleware": [
|
|
141
170
|
{
|
|
142
171
|
"type": "wire",
|
|
@@ -158,6 +187,7 @@
|
|
|
158
187
|
"outputSchemaName": null,
|
|
159
188
|
"inputs": [],
|
|
160
189
|
"outputs": [],
|
|
190
|
+
"implementationHash": "4adb1c9d7af6cf97",
|
|
161
191
|
"middleware": [
|
|
162
192
|
{
|
|
163
193
|
"type": "wire",
|
|
@@ -169,22 +199,6 @@
|
|
|
169
199
|
"inputHash": "75d95201",
|
|
170
200
|
"outputHash": "ffadb4f5"
|
|
171
201
|
},
|
|
172
|
-
"pikkuBootstrap": {
|
|
173
|
-
"pikkuFuncId": "pikkuBootstrap",
|
|
174
|
-
"functionType": "user",
|
|
175
|
-
"funcWrapper": "pikkuSessionlessFunc",
|
|
176
|
-
"sessionless": true,
|
|
177
|
-
"name": "pikkuBootstrap",
|
|
178
|
-
"inputSchemaName": "BootstrapInput",
|
|
179
|
-
"outputSchemaName": null,
|
|
180
|
-
"inputs": [
|
|
181
|
-
"BootstrapInput"
|
|
182
|
-
],
|
|
183
|
-
"outputs": [],
|
|
184
|
-
"contractHash": "51a9a80b6231e50f",
|
|
185
|
-
"inputHash": "14102501",
|
|
186
|
-
"outputHash": "0d154de9"
|
|
187
|
-
},
|
|
188
202
|
"pikkuInfoFunctions": {
|
|
189
203
|
"pikkuFuncId": "pikkuInfoFunctions",
|
|
190
204
|
"functionType": "user",
|
|
@@ -197,6 +211,7 @@
|
|
|
197
211
|
"InfoInput"
|
|
198
212
|
],
|
|
199
213
|
"outputs": [],
|
|
214
|
+
"implementationHash": "639262d2b9cad7aa",
|
|
200
215
|
"contractHash": "765a0937ea7a1136",
|
|
201
216
|
"inputHash": "ad089214",
|
|
202
217
|
"outputHash": "b9d33ce3"
|
|
@@ -213,6 +228,7 @@
|
|
|
213
228
|
"InfoInput"
|
|
214
229
|
],
|
|
215
230
|
"outputs": [],
|
|
231
|
+
"implementationHash": "78cb2d97e4937234",
|
|
216
232
|
"contractHash": "ad5a95279fe00a14",
|
|
217
233
|
"inputHash": "bdf1ff84",
|
|
218
234
|
"outputHash": "5cac83d4"
|
|
@@ -229,6 +245,7 @@
|
|
|
229
245
|
"InfoInput"
|
|
230
246
|
],
|
|
231
247
|
"outputs": [],
|
|
248
|
+
"implementationHash": "274901c18c5199bb",
|
|
232
249
|
"contractHash": "b8f42931f1367584",
|
|
233
250
|
"inputHash": "72f3b4af",
|
|
234
251
|
"outputHash": "d8140053"
|
|
@@ -245,10 +262,501 @@
|
|
|
245
262
|
"InfoInput"
|
|
246
263
|
],
|
|
247
264
|
"outputs": [],
|
|
265
|
+
"implementationHash": "1dda6f4a84bfca32",
|
|
248
266
|
"contractHash": "39967c88722e0fac",
|
|
249
267
|
"inputHash": "b5bbc92b",
|
|
250
268
|
"outputHash": "e830c051"
|
|
251
269
|
},
|
|
270
|
+
"pikkuBootstrap": {
|
|
271
|
+
"pikkuFuncId": "pikkuBootstrap",
|
|
272
|
+
"functionType": "user",
|
|
273
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
274
|
+
"sessionless": true,
|
|
275
|
+
"name": "pikkuBootstrap",
|
|
276
|
+
"inputSchemaName": "BootstrapInput",
|
|
277
|
+
"outputSchemaName": null,
|
|
278
|
+
"inputs": [
|
|
279
|
+
"BootstrapInput"
|
|
280
|
+
],
|
|
281
|
+
"outputs": [],
|
|
282
|
+
"implementationHash": "04cc54163166a951",
|
|
283
|
+
"contractHash": "51a9a80b6231e50f",
|
|
284
|
+
"inputHash": "14102501",
|
|
285
|
+
"outputHash": "0d154de9"
|
|
286
|
+
},
|
|
287
|
+
"pikkuCLITypes": {
|
|
288
|
+
"pikkuFuncId": "pikkuCLITypes",
|
|
289
|
+
"functionType": "user",
|
|
290
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
291
|
+
"sessionless": true,
|
|
292
|
+
"name": "pikkuCLITypes",
|
|
293
|
+
"inputSchemaName": "CLITypesCommandInput",
|
|
294
|
+
"outputSchemaName": null,
|
|
295
|
+
"inputs": [
|
|
296
|
+
"CLITypesCommandInput"
|
|
297
|
+
],
|
|
298
|
+
"outputs": [],
|
|
299
|
+
"implementationHash": "de6ef2088425a386",
|
|
300
|
+
"middleware": [
|
|
301
|
+
{
|
|
302
|
+
"type": "wire",
|
|
303
|
+
"name": "logCommandInfoAndTime",
|
|
304
|
+
"inline": false
|
|
305
|
+
}
|
|
306
|
+
],
|
|
307
|
+
"contractHash": "a1b70be4e58bcf3a",
|
|
308
|
+
"inputHash": "82619193",
|
|
309
|
+
"outputHash": "b3bd794b"
|
|
310
|
+
},
|
|
311
|
+
"pikkuAddonTypes": {
|
|
312
|
+
"pikkuFuncId": "pikkuAddonTypes",
|
|
313
|
+
"functionType": "user",
|
|
314
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
315
|
+
"sessionless": true,
|
|
316
|
+
"name": "pikkuAddonTypes",
|
|
317
|
+
"inputSchemaName": "AddonTypesCommandInput",
|
|
318
|
+
"outputSchemaName": null,
|
|
319
|
+
"inputs": [
|
|
320
|
+
"AddonTypesCommandInput"
|
|
321
|
+
],
|
|
322
|
+
"outputs": [],
|
|
323
|
+
"implementationHash": "b934f533c25f062a",
|
|
324
|
+
"middleware": [
|
|
325
|
+
{
|
|
326
|
+
"type": "wire",
|
|
327
|
+
"name": "logCommandInfoAndTime",
|
|
328
|
+
"inline": false
|
|
329
|
+
}
|
|
330
|
+
],
|
|
331
|
+
"contractHash": "a4df059780e52ee8",
|
|
332
|
+
"inputHash": "27ae5314",
|
|
333
|
+
"outputHash": "108ed771"
|
|
334
|
+
},
|
|
335
|
+
"pikkuWorkflow": {
|
|
336
|
+
"pikkuFuncId": "pikkuWorkflow",
|
|
337
|
+
"functionType": "user",
|
|
338
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
339
|
+
"sessionless": true,
|
|
340
|
+
"name": "pikkuWorkflow",
|
|
341
|
+
"inputSchemaName": "WorkflowCommandInput",
|
|
342
|
+
"outputSchemaName": "PikkuWorkflowOutput",
|
|
343
|
+
"inputs": [
|
|
344
|
+
"WorkflowCommandInput"
|
|
345
|
+
],
|
|
346
|
+
"outputs": [
|
|
347
|
+
"PikkuWorkflowOutput"
|
|
348
|
+
],
|
|
349
|
+
"implementationHash": "8adf77690d66f5a2",
|
|
350
|
+
"middleware": [
|
|
351
|
+
{
|
|
352
|
+
"type": "wire",
|
|
353
|
+
"name": "logCommandInfoAndTime",
|
|
354
|
+
"inline": false
|
|
355
|
+
}
|
|
356
|
+
],
|
|
357
|
+
"contractHash": "90b1ebde2160a082",
|
|
358
|
+
"inputHash": "9cc3f5b5",
|
|
359
|
+
"outputHash": "2ad6222d"
|
|
360
|
+
},
|
|
361
|
+
"FabricLogin": {
|
|
362
|
+
"pikkuFuncId": "FabricLogin",
|
|
363
|
+
"functionType": "user",
|
|
364
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
365
|
+
"sessionless": true,
|
|
366
|
+
"name": "FabricLogin",
|
|
367
|
+
"inputSchemaName": "FabricLoginInput",
|
|
368
|
+
"outputSchemaName": "FabricLoginOutput",
|
|
369
|
+
"inputs": [
|
|
370
|
+
"FabricLoginInput"
|
|
371
|
+
],
|
|
372
|
+
"outputs": [
|
|
373
|
+
"FabricLoginOutput"
|
|
374
|
+
],
|
|
375
|
+
"implementationHash": "76d25ea5ee24b870",
|
|
376
|
+
"contractHash": "493eee769943f7e6",
|
|
377
|
+
"inputHash": "11c9ebb3",
|
|
378
|
+
"outputHash": "a38a12eb"
|
|
379
|
+
},
|
|
380
|
+
"FabricInit": {
|
|
381
|
+
"pikkuFuncId": "FabricInit",
|
|
382
|
+
"functionType": "user",
|
|
383
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
384
|
+
"sessionless": true,
|
|
385
|
+
"name": "FabricInit",
|
|
386
|
+
"inputSchemaName": "FabricInitInput",
|
|
387
|
+
"outputSchemaName": "FabricInitOutput",
|
|
388
|
+
"inputs": [
|
|
389
|
+
"FabricInitInput"
|
|
390
|
+
],
|
|
391
|
+
"outputs": [
|
|
392
|
+
"FabricInitOutput"
|
|
393
|
+
],
|
|
394
|
+
"implementationHash": "a7300a1ff7af6924",
|
|
395
|
+
"contractHash": "b2e147aae8fa11dc",
|
|
396
|
+
"inputHash": "05039012",
|
|
397
|
+
"outputHash": "57ad379a"
|
|
398
|
+
},
|
|
399
|
+
"FabricLink": {
|
|
400
|
+
"pikkuFuncId": "FabricLink",
|
|
401
|
+
"functionType": "user",
|
|
402
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
403
|
+
"sessionless": true,
|
|
404
|
+
"name": "FabricLink",
|
|
405
|
+
"inputSchemaName": "FabricLinkInput",
|
|
406
|
+
"outputSchemaName": "FabricLinkOutput",
|
|
407
|
+
"inputs": [
|
|
408
|
+
"FabricLinkInput"
|
|
409
|
+
],
|
|
410
|
+
"outputs": [
|
|
411
|
+
"FabricLinkOutput"
|
|
412
|
+
],
|
|
413
|
+
"implementationHash": "28c334fd48ecc8e0",
|
|
414
|
+
"contractHash": "4526bf1b795cbfa4",
|
|
415
|
+
"inputHash": "28003777",
|
|
416
|
+
"outputHash": "adbc49cb"
|
|
417
|
+
},
|
|
418
|
+
"FabricDeployPlan": {
|
|
419
|
+
"pikkuFuncId": "FabricDeployPlan",
|
|
420
|
+
"functionType": "user",
|
|
421
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
422
|
+
"sessionless": true,
|
|
423
|
+
"name": "FabricDeployPlan",
|
|
424
|
+
"inputSchemaName": "FabricDeployPlanInput",
|
|
425
|
+
"outputSchemaName": "FabricDeployPlanOutput",
|
|
426
|
+
"inputs": [
|
|
427
|
+
"FabricDeployPlanInput"
|
|
428
|
+
],
|
|
429
|
+
"outputs": [
|
|
430
|
+
"FabricDeployPlanOutput"
|
|
431
|
+
],
|
|
432
|
+
"implementationHash": "5b2993ff2b99bde8",
|
|
433
|
+
"contractHash": "1f19149a5a41398e",
|
|
434
|
+
"inputHash": "8fd1bbb5",
|
|
435
|
+
"outputHash": "c3eaf5b9"
|
|
436
|
+
},
|
|
437
|
+
"FabricDeployApply": {
|
|
438
|
+
"pikkuFuncId": "FabricDeployApply",
|
|
439
|
+
"functionType": "user",
|
|
440
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
441
|
+
"sessionless": true,
|
|
442
|
+
"name": "FabricDeployApply",
|
|
443
|
+
"inputSchemaName": "FabricDeployApplyInput",
|
|
444
|
+
"outputSchemaName": "FabricDeployApplyOutput",
|
|
445
|
+
"inputs": [
|
|
446
|
+
"FabricDeployApplyInput"
|
|
447
|
+
],
|
|
448
|
+
"outputs": [
|
|
449
|
+
"FabricDeployApplyOutput"
|
|
450
|
+
],
|
|
451
|
+
"implementationHash": "45f5a8926e0bbd89",
|
|
452
|
+
"contractHash": "a3efc7c947c40c34",
|
|
453
|
+
"inputHash": "eb0e905e",
|
|
454
|
+
"outputHash": "0cc6a239"
|
|
455
|
+
},
|
|
456
|
+
"FabricDeployList": {
|
|
457
|
+
"pikkuFuncId": "FabricDeployList",
|
|
458
|
+
"functionType": "user",
|
|
459
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
460
|
+
"sessionless": true,
|
|
461
|
+
"name": "FabricDeployList",
|
|
462
|
+
"inputSchemaName": "FabricDeployListInput",
|
|
463
|
+
"outputSchemaName": "FabricDeployListOutput",
|
|
464
|
+
"inputs": [
|
|
465
|
+
"FabricDeployListInput"
|
|
466
|
+
],
|
|
467
|
+
"outputs": [
|
|
468
|
+
"FabricDeployListOutput"
|
|
469
|
+
],
|
|
470
|
+
"implementationHash": "58fb4a9abfd1686f",
|
|
471
|
+
"contractHash": "296b64873e999811",
|
|
472
|
+
"inputHash": "1aee7999",
|
|
473
|
+
"outputHash": "f84ae884"
|
|
474
|
+
},
|
|
475
|
+
"FabricDeployUnits": {
|
|
476
|
+
"pikkuFuncId": "FabricDeployUnits",
|
|
477
|
+
"functionType": "user",
|
|
478
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
479
|
+
"sessionless": true,
|
|
480
|
+
"name": "FabricDeployUnits",
|
|
481
|
+
"inputSchemaName": "FabricDeployUnitsInput",
|
|
482
|
+
"outputSchemaName": "FabricDeployUnitsOutput",
|
|
483
|
+
"inputs": [
|
|
484
|
+
"FabricDeployUnitsInput"
|
|
485
|
+
],
|
|
486
|
+
"outputs": [
|
|
487
|
+
"FabricDeployUnitsOutput"
|
|
488
|
+
],
|
|
489
|
+
"implementationHash": "488d017e2982fdb1",
|
|
490
|
+
"contractHash": "e5b9aa5efdcaffc5",
|
|
491
|
+
"inputHash": "0d9fecc6",
|
|
492
|
+
"outputHash": "53f9b0f4"
|
|
493
|
+
},
|
|
494
|
+
"FabricStatus": {
|
|
495
|
+
"pikkuFuncId": "FabricStatus",
|
|
496
|
+
"functionType": "user",
|
|
497
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
498
|
+
"sessionless": true,
|
|
499
|
+
"name": "FabricStatus",
|
|
500
|
+
"inputSchemaName": "FabricStatusInput",
|
|
501
|
+
"outputSchemaName": "FabricStatusOutput",
|
|
502
|
+
"inputs": [
|
|
503
|
+
"FabricStatusInput"
|
|
504
|
+
],
|
|
505
|
+
"outputs": [
|
|
506
|
+
"FabricStatusOutput"
|
|
507
|
+
],
|
|
508
|
+
"implementationHash": "b0b2b9f395d07e82",
|
|
509
|
+
"contractHash": "623befbfc6dec417",
|
|
510
|
+
"inputHash": "8fd857ca",
|
|
511
|
+
"outputHash": "b76e5b04"
|
|
512
|
+
},
|
|
513
|
+
"FabricErrors": {
|
|
514
|
+
"pikkuFuncId": "FabricErrors",
|
|
515
|
+
"functionType": "user",
|
|
516
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
517
|
+
"sessionless": true,
|
|
518
|
+
"name": "FabricErrors",
|
|
519
|
+
"inputSchemaName": "FabricErrorsInput",
|
|
520
|
+
"outputSchemaName": "FabricErrorsOutput",
|
|
521
|
+
"inputs": [
|
|
522
|
+
"FabricErrorsInput"
|
|
523
|
+
],
|
|
524
|
+
"outputs": [
|
|
525
|
+
"FabricErrorsOutput"
|
|
526
|
+
],
|
|
527
|
+
"implementationHash": "c3ac6ed29cb16ebd",
|
|
528
|
+
"contractHash": "f3ca42ebcee0a265",
|
|
529
|
+
"inputHash": "ef8c68fb",
|
|
530
|
+
"outputHash": "b07f8770"
|
|
531
|
+
},
|
|
532
|
+
"FabricDbSchema": {
|
|
533
|
+
"pikkuFuncId": "FabricDbSchema",
|
|
534
|
+
"functionType": "user",
|
|
535
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
536
|
+
"sessionless": true,
|
|
537
|
+
"name": "FabricDbSchema",
|
|
538
|
+
"inputSchemaName": "FabricDbSchemaInput",
|
|
539
|
+
"outputSchemaName": "FabricDbSchemaOutput",
|
|
540
|
+
"inputs": [
|
|
541
|
+
"FabricDbSchemaInput"
|
|
542
|
+
],
|
|
543
|
+
"outputs": [
|
|
544
|
+
"FabricDbSchemaOutput"
|
|
545
|
+
],
|
|
546
|
+
"implementationHash": "29353c8e858ee5ee",
|
|
547
|
+
"contractHash": "edb65bc58a0b80b5",
|
|
548
|
+
"inputHash": "5fffb6a4",
|
|
549
|
+
"outputHash": "6a19578a"
|
|
550
|
+
},
|
|
551
|
+
"FabricRollback": {
|
|
552
|
+
"pikkuFuncId": "FabricRollback",
|
|
553
|
+
"functionType": "user",
|
|
554
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
555
|
+
"sessionless": true,
|
|
556
|
+
"name": "FabricRollback",
|
|
557
|
+
"inputSchemaName": "FabricRollbackInput",
|
|
558
|
+
"outputSchemaName": "FabricRollbackOutput",
|
|
559
|
+
"inputs": [
|
|
560
|
+
"FabricRollbackInput"
|
|
561
|
+
],
|
|
562
|
+
"outputs": [
|
|
563
|
+
"FabricRollbackOutput"
|
|
564
|
+
],
|
|
565
|
+
"implementationHash": "e7cce0eac65cb7f8",
|
|
566
|
+
"contractHash": "7c07de74225b4597",
|
|
567
|
+
"inputHash": "e16083f8",
|
|
568
|
+
"outputHash": "13176df7"
|
|
569
|
+
},
|
|
570
|
+
"FabricSecretsSet": {
|
|
571
|
+
"pikkuFuncId": "FabricSecretsSet",
|
|
572
|
+
"functionType": "user",
|
|
573
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
574
|
+
"sessionless": true,
|
|
575
|
+
"name": "FabricSecretsSet",
|
|
576
|
+
"inputSchemaName": "FabricSecretsSetInput",
|
|
577
|
+
"outputSchemaName": "FabricSecretsSetOutput",
|
|
578
|
+
"inputs": [
|
|
579
|
+
"FabricSecretsSetInput"
|
|
580
|
+
],
|
|
581
|
+
"outputs": [
|
|
582
|
+
"FabricSecretsSetOutput"
|
|
583
|
+
],
|
|
584
|
+
"implementationHash": "2d06c1911c3cdb65",
|
|
585
|
+
"contractHash": "7e70dbc591f8cd8c",
|
|
586
|
+
"inputHash": "20e15156",
|
|
587
|
+
"outputHash": "f4b5e3fc"
|
|
588
|
+
},
|
|
589
|
+
"FabricSecretsList": {
|
|
590
|
+
"pikkuFuncId": "FabricSecretsList",
|
|
591
|
+
"functionType": "user",
|
|
592
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
593
|
+
"sessionless": true,
|
|
594
|
+
"name": "FabricSecretsList",
|
|
595
|
+
"inputSchemaName": "FabricSecretsListInput",
|
|
596
|
+
"outputSchemaName": "FabricSecretsListOutput",
|
|
597
|
+
"inputs": [
|
|
598
|
+
"FabricSecretsListInput"
|
|
599
|
+
],
|
|
600
|
+
"outputs": [
|
|
601
|
+
"FabricSecretsListOutput"
|
|
602
|
+
],
|
|
603
|
+
"implementationHash": "7f50d1f714d665e7",
|
|
604
|
+
"contractHash": "3a5e7cfcae236e05",
|
|
605
|
+
"inputHash": "95d5dad0",
|
|
606
|
+
"outputHash": "0e673d0f"
|
|
607
|
+
},
|
|
608
|
+
"FabricLogs": {
|
|
609
|
+
"pikkuFuncId": "FabricLogs",
|
|
610
|
+
"functionType": "user",
|
|
611
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
612
|
+
"sessionless": true,
|
|
613
|
+
"name": "FabricLogs",
|
|
614
|
+
"inputSchemaName": "FabricLogsInput",
|
|
615
|
+
"outputSchemaName": "FabricLogsOutput",
|
|
616
|
+
"inputs": [
|
|
617
|
+
"FabricLogsInput"
|
|
618
|
+
],
|
|
619
|
+
"outputs": [
|
|
620
|
+
"FabricLogsOutput"
|
|
621
|
+
],
|
|
622
|
+
"implementationHash": "130c968709d0e30c",
|
|
623
|
+
"contractHash": "8fce9de0b516283a",
|
|
624
|
+
"inputHash": "678b7c9b",
|
|
625
|
+
"outputHash": "81849a93"
|
|
626
|
+
},
|
|
627
|
+
"FabricMetrics": {
|
|
628
|
+
"pikkuFuncId": "FabricMetrics",
|
|
629
|
+
"functionType": "user",
|
|
630
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
631
|
+
"sessionless": true,
|
|
632
|
+
"name": "FabricMetrics",
|
|
633
|
+
"inputSchemaName": "FabricMetricsInput",
|
|
634
|
+
"outputSchemaName": "FabricMetricsOutput",
|
|
635
|
+
"inputs": [
|
|
636
|
+
"FabricMetricsInput"
|
|
637
|
+
],
|
|
638
|
+
"outputs": [
|
|
639
|
+
"FabricMetricsOutput"
|
|
640
|
+
],
|
|
641
|
+
"implementationHash": "b66f12a73cdd6707",
|
|
642
|
+
"contractHash": "d2d93fb7a3ca76db",
|
|
643
|
+
"inputHash": "f7db17e2",
|
|
644
|
+
"outputHash": "d3b75f82"
|
|
645
|
+
},
|
|
646
|
+
"FabricTrace": {
|
|
647
|
+
"pikkuFuncId": "FabricTrace",
|
|
648
|
+
"functionType": "user",
|
|
649
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
650
|
+
"sessionless": true,
|
|
651
|
+
"name": "FabricTrace",
|
|
652
|
+
"inputSchemaName": "FabricTraceInput",
|
|
653
|
+
"outputSchemaName": "FabricTraceOutput",
|
|
654
|
+
"inputs": [
|
|
655
|
+
"FabricTraceInput"
|
|
656
|
+
],
|
|
657
|
+
"outputs": [
|
|
658
|
+
"FabricTraceOutput"
|
|
659
|
+
],
|
|
660
|
+
"implementationHash": "56eba94cd4dc133d",
|
|
661
|
+
"contractHash": "e5cd5d969ec2f8eb",
|
|
662
|
+
"inputHash": "63d88a13",
|
|
663
|
+
"outputHash": "223f7537"
|
|
664
|
+
},
|
|
665
|
+
"FabricDomainsList": {
|
|
666
|
+
"pikkuFuncId": "FabricDomainsList",
|
|
667
|
+
"functionType": "user",
|
|
668
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
669
|
+
"sessionless": true,
|
|
670
|
+
"name": "FabricDomainsList",
|
|
671
|
+
"inputSchemaName": "FabricDomainsListInput",
|
|
672
|
+
"outputSchemaName": "FabricDomainsListOutput",
|
|
673
|
+
"inputs": [
|
|
674
|
+
"FabricDomainsListInput"
|
|
675
|
+
],
|
|
676
|
+
"outputs": [
|
|
677
|
+
"FabricDomainsListOutput"
|
|
678
|
+
],
|
|
679
|
+
"implementationHash": "68e7dea4e8a7f8db",
|
|
680
|
+
"contractHash": "36c24313e68bc999",
|
|
681
|
+
"inputHash": "88bc5d87",
|
|
682
|
+
"outputHash": "2cad1519"
|
|
683
|
+
},
|
|
684
|
+
"FabricDomainsAdd": {
|
|
685
|
+
"pikkuFuncId": "FabricDomainsAdd",
|
|
686
|
+
"functionType": "user",
|
|
687
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
688
|
+
"sessionless": true,
|
|
689
|
+
"name": "FabricDomainsAdd",
|
|
690
|
+
"inputSchemaName": "FabricDomainsAddInput",
|
|
691
|
+
"outputSchemaName": "FabricDomainsAddOutput",
|
|
692
|
+
"inputs": [
|
|
693
|
+
"FabricDomainsAddInput"
|
|
694
|
+
],
|
|
695
|
+
"outputs": [
|
|
696
|
+
"FabricDomainsAddOutput"
|
|
697
|
+
],
|
|
698
|
+
"implementationHash": "eb5fcbbb1ac8b70b",
|
|
699
|
+
"contractHash": "48499f2adb6ec692",
|
|
700
|
+
"inputHash": "4e525678",
|
|
701
|
+
"outputHash": "a9425aba"
|
|
702
|
+
},
|
|
703
|
+
"FabricDomainsRemove": {
|
|
704
|
+
"pikkuFuncId": "FabricDomainsRemove",
|
|
705
|
+
"functionType": "user",
|
|
706
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
707
|
+
"sessionless": true,
|
|
708
|
+
"name": "FabricDomainsRemove",
|
|
709
|
+
"inputSchemaName": "FabricDomainsRemoveInput",
|
|
710
|
+
"outputSchemaName": "FabricDomainsRemoveOutput",
|
|
711
|
+
"inputs": [
|
|
712
|
+
"FabricDomainsRemoveInput"
|
|
713
|
+
],
|
|
714
|
+
"outputs": [
|
|
715
|
+
"FabricDomainsRemoveOutput"
|
|
716
|
+
],
|
|
717
|
+
"implementationHash": "ac17b70d826ef76e",
|
|
718
|
+
"contractHash": "bc317bbcc402ee3d",
|
|
719
|
+
"inputHash": "001314c9",
|
|
720
|
+
"outputHash": "5147f4b5"
|
|
721
|
+
},
|
|
722
|
+
"FabricLLMKey": {
|
|
723
|
+
"pikkuFuncId": "FabricLLMKey",
|
|
724
|
+
"functionType": "user",
|
|
725
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
726
|
+
"sessionless": true,
|
|
727
|
+
"name": "FabricLLMKey",
|
|
728
|
+
"inputSchemaName": "FabricLLMKeyInput",
|
|
729
|
+
"outputSchemaName": "FabricLLMKeyOutput",
|
|
730
|
+
"inputs": [
|
|
731
|
+
"FabricLLMKeyInput"
|
|
732
|
+
],
|
|
733
|
+
"outputs": [
|
|
734
|
+
"FabricLLMKeyOutput"
|
|
735
|
+
],
|
|
736
|
+
"implementationHash": "670172da1f3cb60e",
|
|
737
|
+
"contractHash": "425480e0552b1069",
|
|
738
|
+
"inputHash": "77e635ad",
|
|
739
|
+
"outputHash": "b826cc90"
|
|
740
|
+
},
|
|
741
|
+
"FabricValidate": {
|
|
742
|
+
"pikkuFuncId": "FabricValidate",
|
|
743
|
+
"functionType": "user",
|
|
744
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
745
|
+
"sessionless": true,
|
|
746
|
+
"name": "FabricValidate",
|
|
747
|
+
"inputSchemaName": "FabricValidateInput",
|
|
748
|
+
"outputSchemaName": "FabricValidateOutput",
|
|
749
|
+
"inputs": [
|
|
750
|
+
"FabricValidateInput"
|
|
751
|
+
],
|
|
752
|
+
"outputs": [
|
|
753
|
+
"FabricValidateOutput"
|
|
754
|
+
],
|
|
755
|
+
"implementationHash": "5656eddab4790c36",
|
|
756
|
+
"contractHash": "034e025bd6e0261f",
|
|
757
|
+
"inputHash": "a14e4308",
|
|
758
|
+
"outputHash": "bb91f545"
|
|
759
|
+
},
|
|
252
760
|
"all": {
|
|
253
761
|
"pikkuFuncId": "all",
|
|
254
762
|
"functionType": "user",
|
|
@@ -259,7 +767,8 @@
|
|
|
259
767
|
"outputSchemaName": null,
|
|
260
768
|
"inputs": [],
|
|
261
769
|
"outputs": [],
|
|
262
|
-
"remote": true
|
|
770
|
+
"remote": true,
|
|
771
|
+
"implementationHash": "df6dd2590611a626"
|
|
263
772
|
},
|
|
264
773
|
"bootstrap": {
|
|
265
774
|
"pikkuFuncId": "bootstrap",
|
|
@@ -271,7 +780,8 @@
|
|
|
271
780
|
"outputSchemaName": null,
|
|
272
781
|
"inputs": [],
|
|
273
782
|
"outputs": [],
|
|
274
|
-
"remote": true
|
|
783
|
+
"remote": true,
|
|
784
|
+
"implementationHash": "60a9ffb078283139"
|
|
275
785
|
},
|
|
276
786
|
"watch": {
|
|
277
787
|
"pikkuFuncId": "watch",
|
|
@@ -285,7 +795,8 @@
|
|
|
285
795
|
"WatchInput"
|
|
286
796
|
],
|
|
287
797
|
"outputs": [],
|
|
288
|
-
"remote": true
|
|
798
|
+
"remote": true,
|
|
799
|
+
"implementationHash": "8097f1bf326a85b8"
|
|
289
800
|
},
|
|
290
801
|
"consoleCommand": {
|
|
291
802
|
"pikkuFuncId": "consoleCommand",
|
|
@@ -299,7 +810,8 @@
|
|
|
299
810
|
"ConsoleCommandInput"
|
|
300
811
|
],
|
|
301
812
|
"outputs": [],
|
|
302
|
-
"remote": true
|
|
813
|
+
"remote": true,
|
|
814
|
+
"implementationHash": "62cc9879e18889bd"
|
|
303
815
|
},
|
|
304
816
|
"dev": {
|
|
305
817
|
"pikkuFuncId": "dev",
|
|
@@ -313,7 +825,53 @@
|
|
|
313
825
|
"DevInput"
|
|
314
826
|
],
|
|
315
827
|
"outputs": [],
|
|
316
|
-
"remote": true
|
|
828
|
+
"remote": true,
|
|
829
|
+
"implementationHash": "0b67ce5d6620887c"
|
|
830
|
+
},
|
|
831
|
+
"dbMigrate": {
|
|
832
|
+
"pikkuFuncId": "dbMigrate",
|
|
833
|
+
"functionType": "user",
|
|
834
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
835
|
+
"sessionless": true,
|
|
836
|
+
"name": "dbMigrate",
|
|
837
|
+
"inputSchemaName": "DbMigrateInput",
|
|
838
|
+
"outputSchemaName": null,
|
|
839
|
+
"inputs": [
|
|
840
|
+
"DbMigrateInput"
|
|
841
|
+
],
|
|
842
|
+
"outputs": [],
|
|
843
|
+
"remote": true,
|
|
844
|
+
"implementationHash": "2953a3c8fc02c76e"
|
|
845
|
+
},
|
|
846
|
+
"dbSeed": {
|
|
847
|
+
"pikkuFuncId": "dbSeed",
|
|
848
|
+
"functionType": "user",
|
|
849
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
850
|
+
"sessionless": true,
|
|
851
|
+
"name": "dbSeed",
|
|
852
|
+
"inputSchemaName": "DbSeedInput",
|
|
853
|
+
"outputSchemaName": null,
|
|
854
|
+
"inputs": [
|
|
855
|
+
"DbSeedInput"
|
|
856
|
+
],
|
|
857
|
+
"outputs": [],
|
|
858
|
+
"remote": true,
|
|
859
|
+
"implementationHash": "1fe997570b1c0817"
|
|
860
|
+
},
|
|
861
|
+
"dbReset": {
|
|
862
|
+
"pikkuFuncId": "dbReset",
|
|
863
|
+
"functionType": "user",
|
|
864
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
865
|
+
"sessionless": true,
|
|
866
|
+
"name": "dbReset",
|
|
867
|
+
"inputSchemaName": "DbResetInput",
|
|
868
|
+
"outputSchemaName": null,
|
|
869
|
+
"inputs": [
|
|
870
|
+
"DbResetInput"
|
|
871
|
+
],
|
|
872
|
+
"outputs": [],
|
|
873
|
+
"remote": true,
|
|
874
|
+
"implementationHash": "111e681a4c513eb7"
|
|
317
875
|
},
|
|
318
876
|
"pikkuVersionsInit": {
|
|
319
877
|
"pikkuFuncId": "pikkuVersionsInit",
|
|
@@ -327,10 +885,45 @@
|
|
|
327
885
|
"PikkuVersionsInitInput"
|
|
328
886
|
],
|
|
329
887
|
"outputs": [],
|
|
888
|
+
"implementationHash": "a0818f5eae4811bc",
|
|
330
889
|
"contractHash": "9897be0442ec5efd",
|
|
331
890
|
"inputHash": "f78aca34",
|
|
332
891
|
"outputHash": "9298a818"
|
|
333
892
|
},
|
|
893
|
+
"pikkuTestsInit": {
|
|
894
|
+
"pikkuFuncId": "pikkuTestsInit",
|
|
895
|
+
"functionType": "user",
|
|
896
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
897
|
+
"sessionless": true,
|
|
898
|
+
"name": "pikkuTestsInit",
|
|
899
|
+
"inputSchemaName": "PikkuTestsInitInput",
|
|
900
|
+
"outputSchemaName": null,
|
|
901
|
+
"inputs": [
|
|
902
|
+
"PikkuTestsInitInput"
|
|
903
|
+
],
|
|
904
|
+
"outputs": [],
|
|
905
|
+
"implementationHash": "abbdc091045dbd2b",
|
|
906
|
+
"contractHash": "e37968c2b9c365cc",
|
|
907
|
+
"inputHash": "e27fe9ce",
|
|
908
|
+
"outputHash": "4a703d6e"
|
|
909
|
+
},
|
|
910
|
+
"pikkuTestsCoverage": {
|
|
911
|
+
"pikkuFuncId": "pikkuTestsCoverage",
|
|
912
|
+
"functionType": "user",
|
|
913
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
914
|
+
"sessionless": true,
|
|
915
|
+
"name": "pikkuTestsCoverage",
|
|
916
|
+
"inputSchemaName": "PikkuTestsCoverageInput",
|
|
917
|
+
"outputSchemaName": null,
|
|
918
|
+
"inputs": [
|
|
919
|
+
"PikkuTestsCoverageInput"
|
|
920
|
+
],
|
|
921
|
+
"outputs": [],
|
|
922
|
+
"implementationHash": "b41a160aca6d61cf",
|
|
923
|
+
"contractHash": "3d07e56332cf55b4",
|
|
924
|
+
"inputHash": "cf3159b5",
|
|
925
|
+
"outputHash": "0fd5124e"
|
|
926
|
+
},
|
|
334
927
|
"pikkuVersionsCheck": {
|
|
335
928
|
"pikkuFuncId": "pikkuVersionsCheck",
|
|
336
929
|
"functionType": "user",
|
|
@@ -341,6 +934,7 @@
|
|
|
341
934
|
"outputSchemaName": null,
|
|
342
935
|
"inputs": [],
|
|
343
936
|
"outputs": [],
|
|
937
|
+
"implementationHash": "d682db55cf1167a3",
|
|
344
938
|
"contractHash": "7f29e12decb5922c",
|
|
345
939
|
"inputHash": "2e74dc46",
|
|
346
940
|
"outputHash": "80ba613d"
|
|
@@ -355,6 +949,7 @@
|
|
|
355
949
|
"outputSchemaName": null,
|
|
356
950
|
"inputs": [],
|
|
357
951
|
"outputs": [],
|
|
952
|
+
"implementationHash": "5f49edee7bd4112a",
|
|
358
953
|
"contractHash": "782763d0171de14f",
|
|
359
954
|
"inputHash": "bd9523f1",
|
|
360
955
|
"outputHash": "391196a0"
|
|
@@ -371,6 +966,7 @@
|
|
|
371
966
|
"PikkuNewFunctionInput"
|
|
372
967
|
],
|
|
373
968
|
"outputs": [],
|
|
969
|
+
"implementationHash": "8756200f8e7aad50",
|
|
374
970
|
"contractHash": "5071e35aa592fe55",
|
|
375
971
|
"inputHash": "e4e62e87",
|
|
376
972
|
"outputHash": "7788e624"
|
|
@@ -387,6 +983,7 @@
|
|
|
387
983
|
"PikkuNewWiringInput"
|
|
388
984
|
],
|
|
389
985
|
"outputs": [],
|
|
986
|
+
"implementationHash": "26eb7e1ccc6f4ebb",
|
|
390
987
|
"contractHash": "467b09062baa1fbb",
|
|
391
988
|
"inputHash": "7034161d",
|
|
392
989
|
"outputHash": "fe940ba5"
|
|
@@ -403,6 +1000,7 @@
|
|
|
403
1000
|
"PikkuNewMiddlewareInput"
|
|
404
1001
|
],
|
|
405
1002
|
"outputs": [],
|
|
1003
|
+
"implementationHash": "25194e1ba8168de6",
|
|
406
1004
|
"contractHash": "58924dde70baec77",
|
|
407
1005
|
"inputHash": "7ba3be49",
|
|
408
1006
|
"outputHash": "9b16ca30"
|
|
@@ -419,6 +1017,7 @@
|
|
|
419
1017
|
"PikkuNewPermissionInput"
|
|
420
1018
|
],
|
|
421
1019
|
"outputs": [],
|
|
1020
|
+
"implementationHash": "6d91a145c7a28c0a",
|
|
422
1021
|
"contractHash": "1546ef78094ff037",
|
|
423
1022
|
"inputHash": "9c81b8d7",
|
|
424
1023
|
"outputHash": "8a704a09"
|
|
@@ -435,6 +1034,7 @@
|
|
|
435
1034
|
"PikkuNewAddonInput"
|
|
436
1035
|
],
|
|
437
1036
|
"outputs": [],
|
|
1037
|
+
"implementationHash": "403df3ca29a9a578",
|
|
438
1038
|
"contractHash": "c67ed93d4e4fb2d6",
|
|
439
1039
|
"inputHash": "d5b99251",
|
|
440
1040
|
"outputHash": "77e837d4"
|
|
@@ -449,213 +1049,530 @@
|
|
|
449
1049
|
"outputSchemaName": null,
|
|
450
1050
|
"inputs": [],
|
|
451
1051
|
"outputs": [],
|
|
1052
|
+
"implementationHash": "80f6366430b76439",
|
|
452
1053
|
"contractHash": "c711c81be08e889c",
|
|
453
1054
|
"inputHash": "f8257598",
|
|
454
1055
|
"outputHash": "45dd1986"
|
|
455
1056
|
},
|
|
456
|
-
"enableConsole": {
|
|
457
|
-
"pikkuFuncId": "enableConsole",
|
|
1057
|
+
"enableConsole": {
|
|
1058
|
+
"pikkuFuncId": "enableConsole",
|
|
1059
|
+
"functionType": "user",
|
|
1060
|
+
"funcWrapper": "pikkuVoidFunc",
|
|
1061
|
+
"sessionless": true,
|
|
1062
|
+
"name": "enableConsole",
|
|
1063
|
+
"inputSchemaName": null,
|
|
1064
|
+
"outputSchemaName": null,
|
|
1065
|
+
"inputs": [],
|
|
1066
|
+
"outputs": [],
|
|
1067
|
+
"implementationHash": "6e448c7a641f607b",
|
|
1068
|
+
"contractHash": "a4d35ea610a631b8",
|
|
1069
|
+
"inputHash": "838b26a4",
|
|
1070
|
+
"outputHash": "87f874a2"
|
|
1071
|
+
},
|
|
1072
|
+
"enableAgent": {
|
|
1073
|
+
"pikkuFuncId": "enableAgent",
|
|
1074
|
+
"functionType": "user",
|
|
1075
|
+
"funcWrapper": "pikkuVoidFunc",
|
|
1076
|
+
"sessionless": true,
|
|
1077
|
+
"name": "enableAgent",
|
|
1078
|
+
"inputSchemaName": null,
|
|
1079
|
+
"outputSchemaName": null,
|
|
1080
|
+
"inputs": [],
|
|
1081
|
+
"outputs": [],
|
|
1082
|
+
"implementationHash": "efdaee066f09aecf",
|
|
1083
|
+
"contractHash": "a19df853806e87b1",
|
|
1084
|
+
"inputHash": "0b54ae8a",
|
|
1085
|
+
"outputHash": "de9ff177"
|
|
1086
|
+
},
|
|
1087
|
+
"enableWorkflow": {
|
|
1088
|
+
"pikkuFuncId": "enableWorkflow",
|
|
1089
|
+
"functionType": "user",
|
|
1090
|
+
"funcWrapper": "pikkuVoidFunc",
|
|
1091
|
+
"sessionless": true,
|
|
1092
|
+
"name": "enableWorkflow",
|
|
1093
|
+
"inputSchemaName": null,
|
|
1094
|
+
"outputSchemaName": null,
|
|
1095
|
+
"inputs": [],
|
|
1096
|
+
"outputs": [],
|
|
1097
|
+
"implementationHash": "b8d6f8d433c572f9",
|
|
1098
|
+
"contractHash": "375f5f7cc3bc6699",
|
|
1099
|
+
"inputHash": "80e577a9",
|
|
1100
|
+
"outputHash": "c7710f62"
|
|
1101
|
+
},
|
|
1102
|
+
"enableEvents": {
|
|
1103
|
+
"pikkuFuncId": "enableEvents",
|
|
1104
|
+
"functionType": "user",
|
|
1105
|
+
"funcWrapper": "pikkuVoidFunc",
|
|
1106
|
+
"sessionless": true,
|
|
1107
|
+
"name": "enableEvents",
|
|
1108
|
+
"inputSchemaName": null,
|
|
1109
|
+
"outputSchemaName": null,
|
|
1110
|
+
"inputs": [],
|
|
1111
|
+
"outputs": [],
|
|
1112
|
+
"implementationHash": "7cf8db2c0882b481",
|
|
1113
|
+
"contractHash": "675cd29c21354a8f",
|
|
1114
|
+
"inputHash": "e782763a",
|
|
1115
|
+
"outputHash": "552734c1"
|
|
1116
|
+
},
|
|
1117
|
+
"pikkuRealtime": {
|
|
1118
|
+
"pikkuFuncId": "pikkuRealtime",
|
|
1119
|
+
"functionType": "user",
|
|
1120
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
1121
|
+
"sessionless": true,
|
|
1122
|
+
"name": "pikkuRealtime",
|
|
1123
|
+
"inputSchemaName": null,
|
|
1124
|
+
"outputSchemaName": null,
|
|
1125
|
+
"inputs": [],
|
|
1126
|
+
"outputs": [],
|
|
1127
|
+
"implementationHash": "6283807a1d3964be",
|
|
1128
|
+
"middleware": [
|
|
1129
|
+
{
|
|
1130
|
+
"type": "wire",
|
|
1131
|
+
"name": "logCommandInfoAndTime",
|
|
1132
|
+
"inline": false
|
|
1133
|
+
}
|
|
1134
|
+
],
|
|
1135
|
+
"contractHash": "0f439eada5d0f08a",
|
|
1136
|
+
"inputHash": "b8beaacf",
|
|
1137
|
+
"outputHash": "df7ce0f6"
|
|
1138
|
+
},
|
|
1139
|
+
"binary": {
|
|
1140
|
+
"pikkuFuncId": "binary",
|
|
1141
|
+
"functionType": "user",
|
|
1142
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
1143
|
+
"sessionless": true,
|
|
1144
|
+
"name": "binary",
|
|
1145
|
+
"inputSchemaName": "BinaryInput",
|
|
1146
|
+
"outputSchemaName": null,
|
|
1147
|
+
"inputs": [
|
|
1148
|
+
"BinaryInput"
|
|
1149
|
+
],
|
|
1150
|
+
"outputs": [],
|
|
1151
|
+
"implementationHash": "d46f2ba0f6ead653",
|
|
1152
|
+
"contractHash": "a9972956dbd2ab4f",
|
|
1153
|
+
"inputHash": "ecfd4468",
|
|
1154
|
+
"outputHash": "66811329"
|
|
1155
|
+
},
|
|
1156
|
+
"deployApply": {
|
|
1157
|
+
"pikkuFuncId": "deployApply",
|
|
1158
|
+
"functionType": "user",
|
|
1159
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
1160
|
+
"sessionless": true,
|
|
1161
|
+
"name": "deployApply",
|
|
1162
|
+
"inputSchemaName": "DeployApplyInput",
|
|
1163
|
+
"outputSchemaName": null,
|
|
1164
|
+
"inputs": [
|
|
1165
|
+
"DeployApplyInput"
|
|
1166
|
+
],
|
|
1167
|
+
"outputs": [],
|
|
1168
|
+
"implementationHash": "3f84a66c5cb58d1f",
|
|
1169
|
+
"contractHash": "1521cbbb903c3e88",
|
|
1170
|
+
"inputHash": "100a6ab2",
|
|
1171
|
+
"outputHash": "2b614932"
|
|
1172
|
+
},
|
|
1173
|
+
"deployPlan": {
|
|
1174
|
+
"pikkuFuncId": "deployPlan",
|
|
1175
|
+
"functionType": "user",
|
|
1176
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
1177
|
+
"sessionless": true,
|
|
1178
|
+
"name": "deployPlan",
|
|
1179
|
+
"inputSchemaName": "DeployPlanInput",
|
|
1180
|
+
"outputSchemaName": null,
|
|
1181
|
+
"inputs": [
|
|
1182
|
+
"DeployPlanInput"
|
|
1183
|
+
],
|
|
1184
|
+
"outputs": [],
|
|
1185
|
+
"implementationHash": "71493ca0d0ca6e69",
|
|
1186
|
+
"contractHash": "f43ca97588d7e481",
|
|
1187
|
+
"inputHash": "2c0c944d",
|
|
1188
|
+
"outputHash": "e6e7d2ab"
|
|
1189
|
+
},
|
|
1190
|
+
"deployInfo": {
|
|
1191
|
+
"pikkuFuncId": "deployInfo",
|
|
1192
|
+
"functionType": "user",
|
|
1193
|
+
"funcWrapper": "pikkuVoidFunc",
|
|
1194
|
+
"sessionless": true,
|
|
1195
|
+
"name": "deployInfo",
|
|
1196
|
+
"inputSchemaName": null,
|
|
1197
|
+
"outputSchemaName": null,
|
|
1198
|
+
"inputs": [],
|
|
1199
|
+
"outputs": [],
|
|
1200
|
+
"implementationHash": "47f97f48fbdccf3a",
|
|
1201
|
+
"contractHash": "f65cc3dc9f07051f",
|
|
1202
|
+
"inputHash": "0a428449",
|
|
1203
|
+
"outputHash": "f3f61992"
|
|
1204
|
+
},
|
|
1205
|
+
"pikkuSkillsList": {
|
|
1206
|
+
"pikkuFuncId": "pikkuSkillsList",
|
|
1207
|
+
"functionType": "user",
|
|
1208
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
1209
|
+
"sessionless": true,
|
|
1210
|
+
"name": "pikkuSkillsList",
|
|
1211
|
+
"inputSchemaName": "PikkuSkillsListInput",
|
|
1212
|
+
"outputSchemaName": null,
|
|
1213
|
+
"inputs": [
|
|
1214
|
+
"PikkuSkillsListInput"
|
|
1215
|
+
],
|
|
1216
|
+
"outputs": [],
|
|
1217
|
+
"implementationHash": "caa64f5debe4fa5f",
|
|
1218
|
+
"contractHash": "d451a024253eb4a7",
|
|
1219
|
+
"inputHash": "235b88c0",
|
|
1220
|
+
"outputHash": "0e851e9b"
|
|
1221
|
+
},
|
|
1222
|
+
"pikkuSkillsInstall": {
|
|
1223
|
+
"pikkuFuncId": "pikkuSkillsInstall",
|
|
1224
|
+
"functionType": "user",
|
|
1225
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
1226
|
+
"sessionless": true,
|
|
1227
|
+
"name": "pikkuSkillsInstall",
|
|
1228
|
+
"inputSchemaName": "PikkuSkillsInstallInput",
|
|
1229
|
+
"outputSchemaName": null,
|
|
1230
|
+
"inputs": [
|
|
1231
|
+
"PikkuSkillsInstallInput"
|
|
1232
|
+
],
|
|
1233
|
+
"outputs": [],
|
|
1234
|
+
"implementationHash": "4385be357559ec9c",
|
|
1235
|
+
"contractHash": "3eb84a1491c58f86",
|
|
1236
|
+
"inputHash": "8dfd97bd",
|
|
1237
|
+
"outputHash": "2486db2e"
|
|
1238
|
+
},
|
|
1239
|
+
"pikkuMetaFunctionsList": {
|
|
1240
|
+
"pikkuFuncId": "pikkuMetaFunctionsList",
|
|
1241
|
+
"functionType": "user",
|
|
1242
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
1243
|
+
"sessionless": true,
|
|
1244
|
+
"name": "pikkuMetaFunctionsList",
|
|
1245
|
+
"inputSchemaName": "PikkuMetaFunctionsListInput",
|
|
1246
|
+
"outputSchemaName": null,
|
|
1247
|
+
"inputs": [
|
|
1248
|
+
"PikkuMetaFunctionsListInput"
|
|
1249
|
+
],
|
|
1250
|
+
"outputs": [],
|
|
1251
|
+
"implementationHash": "e1bd0401a442c0f4",
|
|
1252
|
+
"contractHash": "8f8199c59c67cbcc",
|
|
1253
|
+
"inputHash": "d92f2fe2",
|
|
1254
|
+
"outputHash": "b153a496"
|
|
1255
|
+
},
|
|
1256
|
+
"pikkuMetaFunctionsGet": {
|
|
1257
|
+
"pikkuFuncId": "pikkuMetaFunctionsGet",
|
|
1258
|
+
"functionType": "user",
|
|
1259
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
1260
|
+
"sessionless": true,
|
|
1261
|
+
"name": "pikkuMetaFunctionsGet",
|
|
1262
|
+
"inputSchemaName": "PikkuMetaFunctionsGetInput",
|
|
1263
|
+
"outputSchemaName": null,
|
|
1264
|
+
"inputs": [
|
|
1265
|
+
"PikkuMetaFunctionsGetInput"
|
|
1266
|
+
],
|
|
1267
|
+
"outputs": [],
|
|
1268
|
+
"implementationHash": "c58dd9950300b614",
|
|
1269
|
+
"contractHash": "9ae70360e5b66f45",
|
|
1270
|
+
"inputHash": "88f46ec1",
|
|
1271
|
+
"outputHash": "1dfbf70b"
|
|
1272
|
+
},
|
|
1273
|
+
"pikkuMetaSchemasList": {
|
|
1274
|
+
"pikkuFuncId": "pikkuMetaSchemasList",
|
|
1275
|
+
"functionType": "user",
|
|
1276
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
1277
|
+
"sessionless": true,
|
|
1278
|
+
"name": "pikkuMetaSchemasList",
|
|
1279
|
+
"inputSchemaName": "PikkuMetaSchemasListInput",
|
|
1280
|
+
"outputSchemaName": null,
|
|
1281
|
+
"inputs": [
|
|
1282
|
+
"PikkuMetaSchemasListInput"
|
|
1283
|
+
],
|
|
1284
|
+
"outputs": [],
|
|
1285
|
+
"implementationHash": "ea177de894b79678",
|
|
1286
|
+
"contractHash": "34047722c3e6577b",
|
|
1287
|
+
"inputHash": "71bf850f",
|
|
1288
|
+
"outputHash": "b1d03a19"
|
|
1289
|
+
},
|
|
1290
|
+
"pikkuMetaSchemasGet": {
|
|
1291
|
+
"pikkuFuncId": "pikkuMetaSchemasGet",
|
|
1292
|
+
"functionType": "user",
|
|
1293
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
1294
|
+
"sessionless": true,
|
|
1295
|
+
"name": "pikkuMetaSchemasGet",
|
|
1296
|
+
"inputSchemaName": "PikkuMetaSchemasGetInput",
|
|
1297
|
+
"outputSchemaName": null,
|
|
1298
|
+
"inputs": [
|
|
1299
|
+
"PikkuMetaSchemasGetInput"
|
|
1300
|
+
],
|
|
1301
|
+
"outputs": [],
|
|
1302
|
+
"implementationHash": "6cc650f45b4c1c10",
|
|
1303
|
+
"contractHash": "3f417ac847048c23",
|
|
1304
|
+
"inputHash": "f8898a99",
|
|
1305
|
+
"outputHash": "edbfd49e"
|
|
1306
|
+
},
|
|
1307
|
+
"pikkuMetaWorkflowsList": {
|
|
1308
|
+
"pikkuFuncId": "pikkuMetaWorkflowsList",
|
|
1309
|
+
"functionType": "user",
|
|
1310
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
1311
|
+
"sessionless": true,
|
|
1312
|
+
"name": "pikkuMetaWorkflowsList",
|
|
1313
|
+
"inputSchemaName": "PikkuMetaWorkflowsListInput",
|
|
1314
|
+
"outputSchemaName": null,
|
|
1315
|
+
"inputs": [
|
|
1316
|
+
"PikkuMetaWorkflowsListInput"
|
|
1317
|
+
],
|
|
1318
|
+
"outputs": [],
|
|
1319
|
+
"implementationHash": "94dfa26a25876a29",
|
|
1320
|
+
"contractHash": "44cab68b53c7a60b",
|
|
1321
|
+
"inputHash": "c3f6fe5c",
|
|
1322
|
+
"outputHash": "a076dda3"
|
|
1323
|
+
},
|
|
1324
|
+
"pikkuMetaWorkflowsGet": {
|
|
1325
|
+
"pikkuFuncId": "pikkuMetaWorkflowsGet",
|
|
1326
|
+
"functionType": "user",
|
|
1327
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
1328
|
+
"sessionless": true,
|
|
1329
|
+
"name": "pikkuMetaWorkflowsGet",
|
|
1330
|
+
"inputSchemaName": "PikkuMetaWorkflowsGetInput",
|
|
1331
|
+
"outputSchemaName": null,
|
|
1332
|
+
"inputs": [
|
|
1333
|
+
"PikkuMetaWorkflowsGetInput"
|
|
1334
|
+
],
|
|
1335
|
+
"outputs": [],
|
|
1336
|
+
"implementationHash": "560b7d51c45c4ca3",
|
|
1337
|
+
"contractHash": "0b17389c64569145",
|
|
1338
|
+
"inputHash": "5469a9fb",
|
|
1339
|
+
"outputHash": "cbba6152"
|
|
1340
|
+
},
|
|
1341
|
+
"pikkuMetaMiddlewareList": {
|
|
1342
|
+
"pikkuFuncId": "pikkuMetaMiddlewareList",
|
|
1343
|
+
"functionType": "user",
|
|
1344
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
1345
|
+
"sessionless": true,
|
|
1346
|
+
"name": "pikkuMetaMiddlewareList",
|
|
1347
|
+
"inputSchemaName": "PikkuMetaMiddlewareListInput",
|
|
1348
|
+
"outputSchemaName": null,
|
|
1349
|
+
"inputs": [
|
|
1350
|
+
"PikkuMetaMiddlewareListInput"
|
|
1351
|
+
],
|
|
1352
|
+
"outputs": [],
|
|
1353
|
+
"implementationHash": "d27f752c4fc8d5d8",
|
|
1354
|
+
"contractHash": "82fb732ea617c879",
|
|
1355
|
+
"inputHash": "9ba3e40a",
|
|
1356
|
+
"outputHash": "49f9bb47"
|
|
1357
|
+
},
|
|
1358
|
+
"pikkuMetaMiddlewareGet": {
|
|
1359
|
+
"pikkuFuncId": "pikkuMetaMiddlewareGet",
|
|
458
1360
|
"functionType": "user",
|
|
459
|
-
"funcWrapper": "
|
|
1361
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
460
1362
|
"sessionless": true,
|
|
461
|
-
"name": "
|
|
462
|
-
"inputSchemaName":
|
|
1363
|
+
"name": "pikkuMetaMiddlewareGet",
|
|
1364
|
+
"inputSchemaName": "PikkuMetaMiddlewareGetInput",
|
|
463
1365
|
"outputSchemaName": null,
|
|
464
|
-
"inputs": [
|
|
1366
|
+
"inputs": [
|
|
1367
|
+
"PikkuMetaMiddlewareGetInput"
|
|
1368
|
+
],
|
|
465
1369
|
"outputs": [],
|
|
466
|
-
"
|
|
467
|
-
"
|
|
468
|
-
"
|
|
1370
|
+
"implementationHash": "9891a53de96fb5c4",
|
|
1371
|
+
"contractHash": "187f705506bac965",
|
|
1372
|
+
"inputHash": "3b96f78c",
|
|
1373
|
+
"outputHash": "4c4403c1"
|
|
469
1374
|
},
|
|
470
|
-
"
|
|
471
|
-
"pikkuFuncId": "
|
|
1375
|
+
"pikkuMetaPermissionsList": {
|
|
1376
|
+
"pikkuFuncId": "pikkuMetaPermissionsList",
|
|
472
1377
|
"functionType": "user",
|
|
473
|
-
"funcWrapper": "
|
|
1378
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
474
1379
|
"sessionless": true,
|
|
475
|
-
"name": "
|
|
476
|
-
"inputSchemaName":
|
|
1380
|
+
"name": "pikkuMetaPermissionsList",
|
|
1381
|
+
"inputSchemaName": "PikkuMetaPermissionsListInput",
|
|
477
1382
|
"outputSchemaName": null,
|
|
478
|
-
"inputs": [
|
|
1383
|
+
"inputs": [
|
|
1384
|
+
"PikkuMetaPermissionsListInput"
|
|
1385
|
+
],
|
|
479
1386
|
"outputs": [],
|
|
480
|
-
"
|
|
481
|
-
"
|
|
482
|
-
"
|
|
1387
|
+
"implementationHash": "5f589b4bc52d6a61",
|
|
1388
|
+
"contractHash": "ac5116fce2ee7914",
|
|
1389
|
+
"inputHash": "2983eaf0",
|
|
1390
|
+
"outputHash": "38a54938"
|
|
483
1391
|
},
|
|
484
|
-
"
|
|
485
|
-
"pikkuFuncId": "
|
|
1392
|
+
"pikkuMetaPermissionsGet": {
|
|
1393
|
+
"pikkuFuncId": "pikkuMetaPermissionsGet",
|
|
486
1394
|
"functionType": "user",
|
|
487
|
-
"funcWrapper": "
|
|
1395
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
488
1396
|
"sessionless": true,
|
|
489
|
-
"name": "
|
|
490
|
-
"inputSchemaName":
|
|
1397
|
+
"name": "pikkuMetaPermissionsGet",
|
|
1398
|
+
"inputSchemaName": "PikkuMetaPermissionsGetInput",
|
|
491
1399
|
"outputSchemaName": null,
|
|
492
|
-
"inputs": [
|
|
1400
|
+
"inputs": [
|
|
1401
|
+
"PikkuMetaPermissionsGetInput"
|
|
1402
|
+
],
|
|
493
1403
|
"outputs": [],
|
|
494
|
-
"
|
|
495
|
-
"
|
|
496
|
-
"
|
|
1404
|
+
"implementationHash": "937c19a572b9ba5c",
|
|
1405
|
+
"contractHash": "4eaf63ff20ee9337",
|
|
1406
|
+
"inputHash": "28e0d34f",
|
|
1407
|
+
"outputHash": "88a7cc03"
|
|
497
1408
|
},
|
|
498
|
-
"
|
|
499
|
-
"pikkuFuncId": "
|
|
1409
|
+
"pikkuMetaWiresList": {
|
|
1410
|
+
"pikkuFuncId": "pikkuMetaWiresList",
|
|
500
1411
|
"functionType": "user",
|
|
501
1412
|
"funcWrapper": "pikkuSessionlessFunc",
|
|
502
1413
|
"sessionless": true,
|
|
503
|
-
"name": "
|
|
504
|
-
"inputSchemaName": "
|
|
1414
|
+
"name": "pikkuMetaWiresList",
|
|
1415
|
+
"inputSchemaName": "PikkuMetaWiresListInput",
|
|
505
1416
|
"outputSchemaName": null,
|
|
506
1417
|
"inputs": [
|
|
507
|
-
"
|
|
1418
|
+
"PikkuMetaWiresListInput"
|
|
508
1419
|
],
|
|
509
1420
|
"outputs": [],
|
|
510
|
-
"
|
|
511
|
-
"
|
|
512
|
-
"
|
|
1421
|
+
"implementationHash": "324b314d73e10f55",
|
|
1422
|
+
"contractHash": "ba28a321c66a159f",
|
|
1423
|
+
"inputHash": "a97a8796",
|
|
1424
|
+
"outputHash": "5f3a5dbb"
|
|
513
1425
|
},
|
|
514
|
-
"
|
|
515
|
-
"pikkuFuncId": "
|
|
1426
|
+
"pikkuMetaWiresType": {
|
|
1427
|
+
"pikkuFuncId": "pikkuMetaWiresType",
|
|
516
1428
|
"functionType": "user",
|
|
517
1429
|
"funcWrapper": "pikkuSessionlessFunc",
|
|
518
1430
|
"sessionless": true,
|
|
519
|
-
"name": "
|
|
520
|
-
"inputSchemaName": "
|
|
1431
|
+
"name": "pikkuMetaWiresType",
|
|
1432
|
+
"inputSchemaName": "PikkuMetaWiresTypeInput",
|
|
521
1433
|
"outputSchemaName": null,
|
|
522
1434
|
"inputs": [
|
|
523
|
-
"
|
|
1435
|
+
"PikkuMetaWiresTypeInput"
|
|
524
1436
|
],
|
|
525
1437
|
"outputs": [],
|
|
526
|
-
"
|
|
527
|
-
"
|
|
528
|
-
"
|
|
1438
|
+
"implementationHash": "a0ae66ee0d165e10",
|
|
1439
|
+
"contractHash": "402aecbb12a6ad89",
|
|
1440
|
+
"inputHash": "d13cd2a6",
|
|
1441
|
+
"outputHash": "68e8c28a"
|
|
529
1442
|
},
|
|
530
|
-
"
|
|
531
|
-
"pikkuFuncId": "
|
|
1443
|
+
"pikkuMetaWiresHttp": {
|
|
1444
|
+
"pikkuFuncId": "pikkuMetaWiresHttp",
|
|
532
1445
|
"functionType": "user",
|
|
533
|
-
"funcWrapper": "
|
|
1446
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
534
1447
|
"sessionless": true,
|
|
535
|
-
"name": "
|
|
536
|
-
"inputSchemaName":
|
|
1448
|
+
"name": "pikkuMetaWiresHttp",
|
|
1449
|
+
"inputSchemaName": "PikkuMetaWiresHttpInput",
|
|
537
1450
|
"outputSchemaName": null,
|
|
538
|
-
"inputs": [
|
|
1451
|
+
"inputs": [
|
|
1452
|
+
"PikkuMetaWiresHttpInput"
|
|
1453
|
+
],
|
|
539
1454
|
"outputs": [],
|
|
540
|
-
"
|
|
541
|
-
"
|
|
542
|
-
"
|
|
1455
|
+
"implementationHash": "eb36bbae0e85f11d",
|
|
1456
|
+
"contractHash": "49729327e3dc0fc5",
|
|
1457
|
+
"inputHash": "57f12bd5",
|
|
1458
|
+
"outputHash": "b15b0e48"
|
|
543
1459
|
},
|
|
544
|
-
"
|
|
545
|
-
"pikkuFuncId": "
|
|
1460
|
+
"pikkuMetaWiresScheduler": {
|
|
1461
|
+
"pikkuFuncId": "pikkuMetaWiresScheduler",
|
|
546
1462
|
"functionType": "user",
|
|
547
1463
|
"funcWrapper": "pikkuSessionlessFunc",
|
|
548
1464
|
"sessionless": true,
|
|
549
|
-
"name": "
|
|
550
|
-
"inputSchemaName": "
|
|
1465
|
+
"name": "pikkuMetaWiresScheduler",
|
|
1466
|
+
"inputSchemaName": "PikkuMetaWiresSchedulerInput",
|
|
551
1467
|
"outputSchemaName": null,
|
|
552
1468
|
"inputs": [
|
|
553
|
-
"
|
|
1469
|
+
"PikkuMetaWiresSchedulerInput"
|
|
554
1470
|
],
|
|
555
1471
|
"outputs": [],
|
|
556
|
-
"
|
|
1472
|
+
"implementationHash": "a7d9ff67ba0b26af",
|
|
1473
|
+
"contractHash": "3c803b448f52347c",
|
|
1474
|
+
"inputHash": "b63a866b",
|
|
1475
|
+
"outputHash": "4f1ee8f9"
|
|
557
1476
|
},
|
|
558
|
-
"
|
|
559
|
-
"pikkuFuncId": "
|
|
1477
|
+
"pikkuMetaWiresQueue": {
|
|
1478
|
+
"pikkuFuncId": "pikkuMetaWiresQueue",
|
|
560
1479
|
"functionType": "user",
|
|
561
1480
|
"funcWrapper": "pikkuSessionlessFunc",
|
|
562
1481
|
"sessionless": true,
|
|
563
|
-
"name": "
|
|
564
|
-
"inputSchemaName": "
|
|
565
|
-
"outputSchemaName":
|
|
1482
|
+
"name": "pikkuMetaWiresQueue",
|
|
1483
|
+
"inputSchemaName": "PikkuMetaWiresQueueInput",
|
|
1484
|
+
"outputSchemaName": null,
|
|
566
1485
|
"inputs": [
|
|
567
|
-
"
|
|
1486
|
+
"PikkuMetaWiresQueueInput"
|
|
568
1487
|
],
|
|
569
|
-
"outputs": [
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
"
|
|
573
|
-
"
|
|
574
|
-
"outputHash": "8f2061b7"
|
|
1488
|
+
"outputs": [],
|
|
1489
|
+
"implementationHash": "da98929652d083b6",
|
|
1490
|
+
"contractHash": "c4567679152001cd",
|
|
1491
|
+
"inputHash": "1aa4712e",
|
|
1492
|
+
"outputHash": "d800552d"
|
|
575
1493
|
},
|
|
576
|
-
"
|
|
577
|
-
"pikkuFuncId": "
|
|
1494
|
+
"pikkuMetaWiresChannel": {
|
|
1495
|
+
"pikkuFuncId": "pikkuMetaWiresChannel",
|
|
578
1496
|
"functionType": "user",
|
|
579
1497
|
"funcWrapper": "pikkuSessionlessFunc",
|
|
580
1498
|
"sessionless": true,
|
|
581
|
-
"name": "
|
|
582
|
-
"inputSchemaName": "
|
|
1499
|
+
"name": "pikkuMetaWiresChannel",
|
|
1500
|
+
"inputSchemaName": "PikkuMetaWiresChannelInput",
|
|
583
1501
|
"outputSchemaName": null,
|
|
584
1502
|
"inputs": [
|
|
585
|
-
"
|
|
1503
|
+
"PikkuMetaWiresChannelInput"
|
|
586
1504
|
],
|
|
587
1505
|
"outputs": [],
|
|
588
|
-
"
|
|
589
|
-
"
|
|
590
|
-
"
|
|
1506
|
+
"implementationHash": "82916b87b1915148",
|
|
1507
|
+
"contractHash": "a63b09cbcb4b72a6",
|
|
1508
|
+
"inputHash": "834ffad9",
|
|
1509
|
+
"outputHash": "c3d791b3"
|
|
591
1510
|
},
|
|
592
|
-
"
|
|
593
|
-
"pikkuFuncId": "
|
|
1511
|
+
"pikkuMetaWiresTrigger": {
|
|
1512
|
+
"pikkuFuncId": "pikkuMetaWiresTrigger",
|
|
594
1513
|
"functionType": "user",
|
|
595
1514
|
"funcWrapper": "pikkuSessionlessFunc",
|
|
596
1515
|
"sessionless": true,
|
|
597
|
-
"name": "
|
|
598
|
-
"inputSchemaName": "
|
|
599
|
-
"outputSchemaName":
|
|
1516
|
+
"name": "pikkuMetaWiresTrigger",
|
|
1517
|
+
"inputSchemaName": "PikkuMetaWiresTriggerInput",
|
|
1518
|
+
"outputSchemaName": null,
|
|
600
1519
|
"inputs": [
|
|
601
|
-
"
|
|
1520
|
+
"PikkuMetaWiresTriggerInput"
|
|
602
1521
|
],
|
|
603
|
-
"outputs": [
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
"
|
|
607
|
-
"
|
|
608
|
-
"outputHash": "bc4d864f"
|
|
1522
|
+
"outputs": [],
|
|
1523
|
+
"implementationHash": "9c7788d0f16b2db6",
|
|
1524
|
+
"contractHash": "998fc9f7008c9b44",
|
|
1525
|
+
"inputHash": "60371350",
|
|
1526
|
+
"outputHash": "8726b7a2"
|
|
609
1527
|
},
|
|
610
|
-
"
|
|
611
|
-
"pikkuFuncId": "
|
|
1528
|
+
"pikkuMetaContext": {
|
|
1529
|
+
"pikkuFuncId": "pikkuMetaContext",
|
|
612
1530
|
"functionType": "user",
|
|
613
1531
|
"funcWrapper": "pikkuSessionlessFunc",
|
|
614
1532
|
"sessionless": true,
|
|
615
|
-
"name": "
|
|
616
|
-
"inputSchemaName": "
|
|
1533
|
+
"name": "pikkuMetaContext",
|
|
1534
|
+
"inputSchemaName": "PikkuMetaContextInput",
|
|
617
1535
|
"outputSchemaName": null,
|
|
618
1536
|
"inputs": [
|
|
619
|
-
"
|
|
1537
|
+
"PikkuMetaContextInput"
|
|
620
1538
|
],
|
|
621
1539
|
"outputs": [],
|
|
622
|
-
"
|
|
623
|
-
"
|
|
624
|
-
"
|
|
1540
|
+
"implementationHash": "8802898f879eb3ab",
|
|
1541
|
+
"contractHash": "050217bbbd3fbf61",
|
|
1542
|
+
"inputHash": "ba8a94c0",
|
|
1543
|
+
"outputHash": "18e325c6"
|
|
625
1544
|
},
|
|
626
|
-
"
|
|
627
|
-
"pikkuFuncId": "
|
|
1545
|
+
"pikkuMetaClients": {
|
|
1546
|
+
"pikkuFuncId": "pikkuMetaClients",
|
|
628
1547
|
"functionType": "user",
|
|
629
1548
|
"funcWrapper": "pikkuSessionlessFunc",
|
|
630
1549
|
"sessionless": true,
|
|
631
|
-
"name": "
|
|
632
|
-
"inputSchemaName": "
|
|
1550
|
+
"name": "pikkuMetaClients",
|
|
1551
|
+
"inputSchemaName": "PikkuMetaClientsInput",
|
|
633
1552
|
"outputSchemaName": null,
|
|
634
1553
|
"inputs": [
|
|
635
|
-
"
|
|
1554
|
+
"PikkuMetaClientsInput"
|
|
636
1555
|
],
|
|
637
1556
|
"outputs": [],
|
|
638
|
-
"
|
|
639
|
-
"
|
|
640
|
-
"
|
|
1557
|
+
"implementationHash": "a465a1b67a75a10d",
|
|
1558
|
+
"contractHash": "febc67742b16e63b",
|
|
1559
|
+
"inputHash": "5ada4ca9",
|
|
1560
|
+
"outputHash": "5a0adc87"
|
|
641
1561
|
},
|
|
642
|
-
"
|
|
643
|
-
"pikkuFuncId": "
|
|
1562
|
+
"remoteRPCHandler": {
|
|
1563
|
+
"pikkuFuncId": "remoteRPCHandler",
|
|
644
1564
|
"functionType": "user",
|
|
645
1565
|
"funcWrapper": "pikkuSessionlessFunc",
|
|
646
1566
|
"sessionless": true,
|
|
647
|
-
"name": "
|
|
648
|
-
"inputSchemaName": "
|
|
649
|
-
"outputSchemaName":
|
|
1567
|
+
"name": "remoteRPCHandler",
|
|
1568
|
+
"inputSchemaName": "RemoteRPCHandlerInput",
|
|
1569
|
+
"outputSchemaName": null,
|
|
650
1570
|
"inputs": [
|
|
651
|
-
"
|
|
652
|
-
],
|
|
653
|
-
"outputs": [
|
|
654
|
-
"GraphStarterOutput"
|
|
1571
|
+
"RemoteRPCHandlerInput"
|
|
655
1572
|
],
|
|
656
|
-
"
|
|
657
|
-
"
|
|
658
|
-
"
|
|
1573
|
+
"outputs": [],
|
|
1574
|
+
"remote": true,
|
|
1575
|
+
"implementationHash": "105018a823bdb551"
|
|
659
1576
|
},
|
|
660
1577
|
"pikkuSummary": {
|
|
661
1578
|
"pikkuFuncId": "pikkuSummary",
|
|
@@ -667,6 +1584,7 @@
|
|
|
667
1584
|
"outputSchemaName": null,
|
|
668
1585
|
"inputs": [],
|
|
669
1586
|
"outputs": [],
|
|
1587
|
+
"implementationHash": "b5d52282b44d2bea",
|
|
670
1588
|
"contractHash": "3758fc656b51f1c3",
|
|
671
1589
|
"inputHash": "914f8a46",
|
|
672
1590
|
"outputHash": "dc82a9b9"
|
|
@@ -681,6 +1599,7 @@
|
|
|
681
1599
|
"outputSchemaName": null,
|
|
682
1600
|
"inputs": [],
|
|
683
1601
|
"outputs": [],
|
|
1602
|
+
"implementationHash": "219bc3ea3506b3a6",
|
|
684
1603
|
"contractHash": "5cf046fc5045a072",
|
|
685
1604
|
"inputHash": "d5ff2f31",
|
|
686
1605
|
"outputHash": "391c291d"
|
|
@@ -695,6 +1614,7 @@
|
|
|
695
1614
|
"outputSchemaName": null,
|
|
696
1615
|
"inputs": [],
|
|
697
1616
|
"outputs": [],
|
|
1617
|
+
"implementationHash": "6f1bde64f9087bc2",
|
|
698
1618
|
"middleware": [
|
|
699
1619
|
{
|
|
700
1620
|
"type": "wire",
|
|
@@ -718,6 +1638,7 @@
|
|
|
718
1638
|
"outputs": [
|
|
719
1639
|
"PikkuAIAgentOutput"
|
|
720
1640
|
],
|
|
1641
|
+
"implementationHash": "353ac854edebcf28",
|
|
721
1642
|
"middleware": [
|
|
722
1643
|
{
|
|
723
1644
|
"type": "wire",
|
|
@@ -741,6 +1662,7 @@
|
|
|
741
1662
|
"outputs": [
|
|
742
1663
|
"PikkuPublicAgentOutput"
|
|
743
1664
|
],
|
|
1665
|
+
"implementationHash": "ac31dd42a7c619e9",
|
|
744
1666
|
"middleware": [
|
|
745
1667
|
{
|
|
746
1668
|
"type": "wire",
|
|
@@ -752,18 +1674,17 @@
|
|
|
752
1674
|
"inputHash": "c0a04edb",
|
|
753
1675
|
"outputHash": "aca3832e"
|
|
754
1676
|
},
|
|
755
|
-
"
|
|
756
|
-
"pikkuFuncId": "
|
|
1677
|
+
"pikkuChannels": {
|
|
1678
|
+
"pikkuFuncId": "pikkuChannels",
|
|
757
1679
|
"functionType": "user",
|
|
758
|
-
"funcWrapper": "
|
|
1680
|
+
"funcWrapper": "pikkuVoidFunc",
|
|
759
1681
|
"sessionless": true,
|
|
760
|
-
"name": "
|
|
1682
|
+
"name": "pikkuChannels",
|
|
761
1683
|
"inputSchemaName": null,
|
|
762
|
-
"outputSchemaName":
|
|
1684
|
+
"outputSchemaName": null,
|
|
763
1685
|
"inputs": [],
|
|
764
|
-
"outputs": [
|
|
765
|
-
|
|
766
|
-
],
|
|
1686
|
+
"outputs": [],
|
|
1687
|
+
"implementationHash": "4500d1d31c681eee",
|
|
767
1688
|
"middleware": [
|
|
768
1689
|
{
|
|
769
1690
|
"type": "wire",
|
|
@@ -771,20 +1692,21 @@
|
|
|
771
1692
|
"inline": false
|
|
772
1693
|
}
|
|
773
1694
|
],
|
|
774
|
-
"contractHash": "
|
|
775
|
-
"inputHash": "
|
|
776
|
-
"outputHash": "
|
|
1695
|
+
"contractHash": "b8affc841944693d",
|
|
1696
|
+
"inputHash": "adc31f8a",
|
|
1697
|
+
"outputHash": "600bd99c"
|
|
777
1698
|
},
|
|
778
|
-
"
|
|
779
|
-
"pikkuFuncId": "
|
|
1699
|
+
"pikkuChannelTypes": {
|
|
1700
|
+
"pikkuFuncId": "pikkuChannelTypes",
|
|
780
1701
|
"functionType": "user",
|
|
781
1702
|
"funcWrapper": "pikkuSessionlessFunc",
|
|
782
1703
|
"sessionless": true,
|
|
783
|
-
"name": "
|
|
1704
|
+
"name": "pikkuChannelTypes",
|
|
784
1705
|
"inputSchemaName": null,
|
|
785
1706
|
"outputSchemaName": null,
|
|
786
1707
|
"inputs": [],
|
|
787
1708
|
"outputs": [],
|
|
1709
|
+
"implementationHash": "f40a97a0e23777ed",
|
|
788
1710
|
"middleware": [
|
|
789
1711
|
{
|
|
790
1712
|
"type": "wire",
|
|
@@ -792,22 +1714,21 @@
|
|
|
792
1714
|
"inline": false
|
|
793
1715
|
}
|
|
794
1716
|
],
|
|
795
|
-
"contractHash": "
|
|
796
|
-
"inputHash": "
|
|
797
|
-
"outputHash": "
|
|
1717
|
+
"contractHash": "2b2bc06bcbe06e22",
|
|
1718
|
+
"inputHash": "161b06fb",
|
|
1719
|
+
"outputHash": "bc44e48a"
|
|
798
1720
|
},
|
|
799
|
-
"
|
|
800
|
-
"pikkuFuncId": "
|
|
1721
|
+
"pikkuChannelsMap": {
|
|
1722
|
+
"pikkuFuncId": "pikkuChannelsMap",
|
|
801
1723
|
"functionType": "user",
|
|
802
1724
|
"funcWrapper": "pikkuSessionlessFunc",
|
|
803
1725
|
"sessionless": true,
|
|
804
|
-
"name": "
|
|
1726
|
+
"name": "pikkuChannelsMap",
|
|
805
1727
|
"inputSchemaName": null,
|
|
806
|
-
"outputSchemaName":
|
|
1728
|
+
"outputSchemaName": null,
|
|
807
1729
|
"inputs": [],
|
|
808
|
-
"outputs": [
|
|
809
|
-
|
|
810
|
-
],
|
|
1730
|
+
"outputs": [],
|
|
1731
|
+
"implementationHash": "65b4c1a3e6e5e368",
|
|
811
1732
|
"middleware": [
|
|
812
1733
|
{
|
|
813
1734
|
"type": "wire",
|
|
@@ -815,20 +1736,23 @@
|
|
|
815
1736
|
"inline": false
|
|
816
1737
|
}
|
|
817
1738
|
],
|
|
818
|
-
"contractHash": "
|
|
819
|
-
"inputHash": "
|
|
820
|
-
"outputHash": "
|
|
1739
|
+
"contractHash": "b6068160a2079ff6",
|
|
1740
|
+
"inputHash": "b3525fa4",
|
|
1741
|
+
"outputHash": "283f1aa2"
|
|
821
1742
|
},
|
|
822
|
-
"
|
|
823
|
-
"pikkuFuncId": "
|
|
1743
|
+
"pikkuCommandChannels": {
|
|
1744
|
+
"pikkuFuncId": "pikkuCommandChannels",
|
|
824
1745
|
"functionType": "user",
|
|
825
1746
|
"funcWrapper": "pikkuSessionlessFunc",
|
|
826
1747
|
"sessionless": true,
|
|
827
|
-
"name": "
|
|
1748
|
+
"name": "pikkuCommandChannels",
|
|
828
1749
|
"inputSchemaName": null,
|
|
829
|
-
"outputSchemaName":
|
|
1750
|
+
"outputSchemaName": "PikkuCommandChannelsOutput",
|
|
830
1751
|
"inputs": [],
|
|
831
|
-
"outputs": [
|
|
1752
|
+
"outputs": [
|
|
1753
|
+
"PikkuCommandChannelsOutput"
|
|
1754
|
+
],
|
|
1755
|
+
"implementationHash": "ef9730e9a40668ad",
|
|
832
1756
|
"middleware": [
|
|
833
1757
|
{
|
|
834
1758
|
"type": "wire",
|
|
@@ -836,20 +1760,23 @@
|
|
|
836
1760
|
"inline": false
|
|
837
1761
|
}
|
|
838
1762
|
],
|
|
839
|
-
"contractHash": "
|
|
840
|
-
"inputHash": "
|
|
841
|
-
"outputHash": "
|
|
1763
|
+
"contractHash": "5fc1a394b205aa65",
|
|
1764
|
+
"inputHash": "5d1524e3",
|
|
1765
|
+
"outputHash": "048ccd50"
|
|
842
1766
|
},
|
|
843
|
-
"
|
|
844
|
-
"pikkuFuncId": "
|
|
1767
|
+
"pikkuCLIEntry": {
|
|
1768
|
+
"pikkuFuncId": "pikkuCLIEntry",
|
|
845
1769
|
"functionType": "user",
|
|
846
1770
|
"funcWrapper": "pikkuSessionlessFunc",
|
|
847
1771
|
"sessionless": true,
|
|
848
|
-
"name": "
|
|
1772
|
+
"name": "pikkuCLIEntry",
|
|
849
1773
|
"inputSchemaName": null,
|
|
850
|
-
"outputSchemaName":
|
|
1774
|
+
"outputSchemaName": "PikkuCLIEntryOutput",
|
|
851
1775
|
"inputs": [],
|
|
852
|
-
"outputs": [
|
|
1776
|
+
"outputs": [
|
|
1777
|
+
"PikkuCLIEntryOutput"
|
|
1778
|
+
],
|
|
1779
|
+
"implementationHash": "3de1aae7d25e5a8d",
|
|
853
1780
|
"middleware": [
|
|
854
1781
|
{
|
|
855
1782
|
"type": "wire",
|
|
@@ -857,9 +1784,9 @@
|
|
|
857
1784
|
"inline": false
|
|
858
1785
|
}
|
|
859
1786
|
],
|
|
860
|
-
"contractHash": "
|
|
861
|
-
"inputHash": "
|
|
862
|
-
"outputHash": "
|
|
1787
|
+
"contractHash": "a44d47273b044b63",
|
|
1788
|
+
"inputHash": "3e5aa4e1",
|
|
1789
|
+
"outputHash": "2f8523b1"
|
|
863
1790
|
},
|
|
864
1791
|
"pikkuCLI": {
|
|
865
1792
|
"pikkuFuncId": "pikkuCLI",
|
|
@@ -873,6 +1800,7 @@
|
|
|
873
1800
|
"outputs": [
|
|
874
1801
|
"PikkuCLIOutput"
|
|
875
1802
|
],
|
|
1803
|
+
"implementationHash": "106ebe1537d48581",
|
|
876
1804
|
"middleware": [
|
|
877
1805
|
{
|
|
878
1806
|
"type": "wire",
|
|
@@ -884,37 +1812,19 @@
|
|
|
884
1812
|
"inputHash": "fef4d62b",
|
|
885
1813
|
"outputHash": "7d42c9e1"
|
|
886
1814
|
},
|
|
887
|
-
"
|
|
888
|
-
"pikkuFuncId": "
|
|
889
|
-
"functionType": "user",
|
|
890
|
-
"funcWrapper": "pikkuVoidFunc",
|
|
891
|
-
"sessionless": true,
|
|
892
|
-
"name": "pikkuChannels",
|
|
893
|
-
"inputSchemaName": null,
|
|
894
|
-
"outputSchemaName": null,
|
|
895
|
-
"inputs": [],
|
|
896
|
-
"outputs": [],
|
|
897
|
-
"middleware": [
|
|
898
|
-
{
|
|
899
|
-
"type": "wire",
|
|
900
|
-
"name": "logCommandInfoAndTime",
|
|
901
|
-
"inline": false
|
|
902
|
-
}
|
|
903
|
-
],
|
|
904
|
-
"contractHash": "b8affc841944693d",
|
|
905
|
-
"inputHash": "adc31f8a",
|
|
906
|
-
"outputHash": "600bd99c"
|
|
907
|
-
},
|
|
908
|
-
"pikkuChannelTypes": {
|
|
909
|
-
"pikkuFuncId": "pikkuChannelTypes",
|
|
1815
|
+
"pikkuConsoleFunctions": {
|
|
1816
|
+
"pikkuFuncId": "pikkuConsoleFunctions",
|
|
910
1817
|
"functionType": "user",
|
|
911
1818
|
"funcWrapper": "pikkuSessionlessFunc",
|
|
912
1819
|
"sessionless": true,
|
|
913
|
-
"name": "
|
|
1820
|
+
"name": "pikkuConsoleFunctions",
|
|
914
1821
|
"inputSchemaName": null,
|
|
915
|
-
"outputSchemaName":
|
|
1822
|
+
"outputSchemaName": "PikkuConsoleFunctionsOutput",
|
|
916
1823
|
"inputs": [],
|
|
917
|
-
"outputs": [
|
|
1824
|
+
"outputs": [
|
|
1825
|
+
"PikkuConsoleFunctionsOutput"
|
|
1826
|
+
],
|
|
1827
|
+
"implementationHash": "9755b441da9e4b81",
|
|
918
1828
|
"middleware": [
|
|
919
1829
|
{
|
|
920
1830
|
"type": "wire",
|
|
@@ -922,20 +1832,21 @@
|
|
|
922
1832
|
"inline": false
|
|
923
1833
|
}
|
|
924
1834
|
],
|
|
925
|
-
"contractHash": "
|
|
926
|
-
"inputHash": "
|
|
927
|
-
"outputHash": "
|
|
1835
|
+
"contractHash": "5725bacdf339c573",
|
|
1836
|
+
"inputHash": "ac47cb5e",
|
|
1837
|
+
"outputHash": "8259a954"
|
|
928
1838
|
},
|
|
929
|
-
"
|
|
930
|
-
"pikkuFuncId": "
|
|
1839
|
+
"pikkuNodeTypes": {
|
|
1840
|
+
"pikkuFuncId": "pikkuNodeTypes",
|
|
931
1841
|
"functionType": "user",
|
|
932
1842
|
"funcWrapper": "pikkuSessionlessFunc",
|
|
933
1843
|
"sessionless": true,
|
|
934
|
-
"name": "
|
|
1844
|
+
"name": "pikkuNodeTypes",
|
|
935
1845
|
"inputSchemaName": null,
|
|
936
1846
|
"outputSchemaName": null,
|
|
937
1847
|
"inputs": [],
|
|
938
1848
|
"outputs": [],
|
|
1849
|
+
"implementationHash": "9a4ff23a5eedca95",
|
|
939
1850
|
"middleware": [
|
|
940
1851
|
{
|
|
941
1852
|
"type": "wire",
|
|
@@ -943,22 +1854,23 @@
|
|
|
943
1854
|
"inline": false
|
|
944
1855
|
}
|
|
945
1856
|
],
|
|
946
|
-
"contractHash": "
|
|
947
|
-
"inputHash": "
|
|
948
|
-
"outputHash": "
|
|
1857
|
+
"contractHash": "50029dfb2ea6b6c2",
|
|
1858
|
+
"inputHash": "4f5677f1",
|
|
1859
|
+
"outputHash": "616d3f6e"
|
|
949
1860
|
},
|
|
950
|
-
"
|
|
951
|
-
"pikkuFuncId": "
|
|
1861
|
+
"pikkuNodesMeta": {
|
|
1862
|
+
"pikkuFuncId": "pikkuNodesMeta",
|
|
952
1863
|
"functionType": "user",
|
|
953
1864
|
"funcWrapper": "pikkuSessionlessFunc",
|
|
954
1865
|
"sessionless": true,
|
|
955
|
-
"name": "
|
|
1866
|
+
"name": "pikkuNodesMeta",
|
|
956
1867
|
"inputSchemaName": null,
|
|
957
|
-
"outputSchemaName": "
|
|
1868
|
+
"outputSchemaName": "PikkuNodesMetaOutput",
|
|
958
1869
|
"inputs": [],
|
|
959
1870
|
"outputs": [
|
|
960
|
-
"
|
|
1871
|
+
"PikkuNodesMetaOutput"
|
|
961
1872
|
],
|
|
1873
|
+
"implementationHash": "56d7a29cc36421e4",
|
|
962
1874
|
"middleware": [
|
|
963
1875
|
{
|
|
964
1876
|
"type": "wire",
|
|
@@ -966,9 +1878,9 @@
|
|
|
966
1878
|
"inline": false
|
|
967
1879
|
}
|
|
968
1880
|
],
|
|
969
|
-
"contractHash": "
|
|
970
|
-
"inputHash": "
|
|
971
|
-
"outputHash": "
|
|
1881
|
+
"contractHash": "2dd28c3201f71199",
|
|
1882
|
+
"inputHash": "4be7b8bd",
|
|
1883
|
+
"outputHash": "fca2b5eb"
|
|
972
1884
|
},
|
|
973
1885
|
"pikkuCredentials": {
|
|
974
1886
|
"pikkuFuncId": "pikkuCredentials",
|
|
@@ -980,6 +1892,7 @@
|
|
|
980
1892
|
"outputSchemaName": null,
|
|
981
1893
|
"inputs": [],
|
|
982
1894
|
"outputs": [],
|
|
1895
|
+
"implementationHash": "a99a627856fd77bd",
|
|
983
1896
|
"middleware": [
|
|
984
1897
|
{
|
|
985
1898
|
"type": "wire",
|
|
@@ -991,27 +1904,6 @@
|
|
|
991
1904
|
"inputHash": "b98cb2ee",
|
|
992
1905
|
"outputHash": "9e33f562"
|
|
993
1906
|
},
|
|
994
|
-
"pikkuAddonTypes": {
|
|
995
|
-
"pikkuFuncId": "pikkuAddonTypes",
|
|
996
|
-
"functionType": "user",
|
|
997
|
-
"funcWrapper": "pikkuSessionlessFunc",
|
|
998
|
-
"sessionless": true,
|
|
999
|
-
"name": "pikkuAddonTypes",
|
|
1000
|
-
"inputSchemaName": null,
|
|
1001
|
-
"outputSchemaName": null,
|
|
1002
|
-
"inputs": [],
|
|
1003
|
-
"outputs": [],
|
|
1004
|
-
"middleware": [
|
|
1005
|
-
{
|
|
1006
|
-
"type": "wire",
|
|
1007
|
-
"name": "logCommandInfoAndTime",
|
|
1008
|
-
"inline": false
|
|
1009
|
-
}
|
|
1010
|
-
],
|
|
1011
|
-
"contractHash": "a4df059780e52ee8",
|
|
1012
|
-
"inputHash": "27ae5314",
|
|
1013
|
-
"outputHash": "108ed771"
|
|
1014
|
-
},
|
|
1015
1907
|
"pikkuFunctionTypesSplit": {
|
|
1016
1908
|
"pikkuFuncId": "pikkuFunctionTypesSplit",
|
|
1017
1909
|
"functionType": "user",
|
|
@@ -1022,6 +1914,7 @@
|
|
|
1022
1914
|
"outputSchemaName": null,
|
|
1023
1915
|
"inputs": [],
|
|
1024
1916
|
"outputs": [],
|
|
1917
|
+
"implementationHash": "30b76057f2d8f137",
|
|
1025
1918
|
"middleware": [
|
|
1026
1919
|
{
|
|
1027
1920
|
"type": "wire",
|
|
@@ -1043,6 +1936,7 @@
|
|
|
1043
1936
|
"outputSchemaName": null,
|
|
1044
1937
|
"inputs": [],
|
|
1045
1938
|
"outputs": [],
|
|
1939
|
+
"implementationHash": "59de41cb7305dcf5",
|
|
1046
1940
|
"middleware": [
|
|
1047
1941
|
{
|
|
1048
1942
|
"type": "wire",
|
|
@@ -1066,6 +1960,7 @@
|
|
|
1066
1960
|
"outputs": [
|
|
1067
1961
|
"PikkuFunctionsOutput"
|
|
1068
1962
|
],
|
|
1963
|
+
"implementationHash": "a0e1250ff1782f08",
|
|
1069
1964
|
"middleware": [
|
|
1070
1965
|
{
|
|
1071
1966
|
"type": "wire",
|
|
@@ -1087,6 +1982,7 @@
|
|
|
1087
1982
|
"outputSchemaName": null,
|
|
1088
1983
|
"inputs": [],
|
|
1089
1984
|
"outputs": [],
|
|
1985
|
+
"implementationHash": "6e088a58424c7d9f",
|
|
1090
1986
|
"middleware": [
|
|
1091
1987
|
{
|
|
1092
1988
|
"type": "wire",
|
|
@@ -1110,6 +2006,7 @@
|
|
|
1110
2006
|
"outputs": [
|
|
1111
2007
|
"PikkuGatewayOutput"
|
|
1112
2008
|
],
|
|
2009
|
+
"implementationHash": "cc85ec16d890311e",
|
|
1113
2010
|
"middleware": [
|
|
1114
2011
|
{
|
|
1115
2012
|
"type": "wire",
|
|
@@ -1131,6 +2028,7 @@
|
|
|
1131
2028
|
"outputSchemaName": null,
|
|
1132
2029
|
"inputs": [],
|
|
1133
2030
|
"outputs": [],
|
|
2031
|
+
"implementationHash": "345097eadd673481",
|
|
1134
2032
|
"middleware": [
|
|
1135
2033
|
{
|
|
1136
2034
|
"type": "wire",
|
|
@@ -1154,6 +2052,7 @@
|
|
|
1154
2052
|
"outputs": [
|
|
1155
2053
|
"PikkuCommandHTTPOutput"
|
|
1156
2054
|
],
|
|
2055
|
+
"implementationHash": "2588b8e5c8c4a366",
|
|
1157
2056
|
"middleware": [
|
|
1158
2057
|
{
|
|
1159
2058
|
"type": "wire",
|
|
@@ -1175,6 +2074,7 @@
|
|
|
1175
2074
|
"outputSchemaName": null,
|
|
1176
2075
|
"inputs": [],
|
|
1177
2076
|
"outputs": [],
|
|
2077
|
+
"implementationHash": "58a92fd6c1bb460f",
|
|
1178
2078
|
"middleware": [
|
|
1179
2079
|
{
|
|
1180
2080
|
"type": "wire",
|
|
@@ -1198,6 +2098,7 @@
|
|
|
1198
2098
|
"outputs": [
|
|
1199
2099
|
"PikkuHTTPOutput"
|
|
1200
2100
|
],
|
|
2101
|
+
"implementationHash": "8684f7fee11fb37d",
|
|
1201
2102
|
"middleware": [
|
|
1202
2103
|
{
|
|
1203
2104
|
"type": "wire",
|
|
@@ -1219,6 +2120,7 @@
|
|
|
1219
2120
|
"outputSchemaName": null,
|
|
1220
2121
|
"inputs": [],
|
|
1221
2122
|
"outputs": [],
|
|
2123
|
+
"implementationHash": "478ca5bc0fa6f487",
|
|
1222
2124
|
"middleware": [
|
|
1223
2125
|
{
|
|
1224
2126
|
"type": "wire",
|
|
@@ -1240,6 +2142,7 @@
|
|
|
1240
2142
|
"outputSchemaName": null,
|
|
1241
2143
|
"inputs": [],
|
|
1242
2144
|
"outputs": [],
|
|
2145
|
+
"implementationHash": "6a7c04657136ed5e",
|
|
1243
2146
|
"middleware": [
|
|
1244
2147
|
{
|
|
1245
2148
|
"type": "wire",
|
|
@@ -1263,6 +2166,7 @@
|
|
|
1263
2166
|
"outputs": [
|
|
1264
2167
|
"PikkuMCPOutput"
|
|
1265
2168
|
],
|
|
2169
|
+
"implementationHash": "01a077b0506abb69",
|
|
1266
2170
|
"middleware": [
|
|
1267
2171
|
{
|
|
1268
2172
|
"type": "wire",
|
|
@@ -1286,6 +2190,7 @@
|
|
|
1286
2190
|
"outputs": [
|
|
1287
2191
|
"PikkuMiddlewareOutput"
|
|
1288
2192
|
],
|
|
2193
|
+
"implementationHash": "a20d75746588da20",
|
|
1289
2194
|
"middleware": [
|
|
1290
2195
|
{
|
|
1291
2196
|
"type": "wire",
|
|
@@ -1307,6 +2212,7 @@
|
|
|
1307
2212
|
"outputSchemaName": null,
|
|
1308
2213
|
"inputs": [],
|
|
1309
2214
|
"outputs": [],
|
|
2215
|
+
"implementationHash": "2a9e350ce1dc0126",
|
|
1310
2216
|
"middleware": [
|
|
1311
2217
|
{
|
|
1312
2218
|
"type": "wire",
|
|
@@ -1328,6 +2234,7 @@
|
|
|
1328
2234
|
"outputSchemaName": null,
|
|
1329
2235
|
"inputs": [],
|
|
1330
2236
|
"outputs": [],
|
|
2237
|
+
"implementationHash": "8f107711c73e67c4",
|
|
1331
2238
|
"middleware": [
|
|
1332
2239
|
{
|
|
1333
2240
|
"type": "wire",
|
|
@@ -1351,6 +2258,7 @@
|
|
|
1351
2258
|
"outputs": [
|
|
1352
2259
|
"PikkuPackageOutput"
|
|
1353
2260
|
],
|
|
2261
|
+
"implementationHash": "172d755c95d301f6",
|
|
1354
2262
|
"middleware": [
|
|
1355
2263
|
{
|
|
1356
2264
|
"type": "wire",
|
|
@@ -1374,6 +2282,7 @@
|
|
|
1374
2282
|
"outputs": [
|
|
1375
2283
|
"PikkuPermissionsOutput"
|
|
1376
2284
|
],
|
|
2285
|
+
"implementationHash": "010fc7dc667e544e",
|
|
1377
2286
|
"middleware": [
|
|
1378
2287
|
{
|
|
1379
2288
|
"type": "wire",
|
|
@@ -1385,6 +2294,144 @@
|
|
|
1385
2294
|
"inputHash": "d7b18af5",
|
|
1386
2295
|
"outputHash": "09d7f16a"
|
|
1387
2296
|
},
|
|
2297
|
+
"pikkuCommandQueueMap": {
|
|
2298
|
+
"pikkuFuncId": "pikkuCommandQueueMap",
|
|
2299
|
+
"functionType": "user",
|
|
2300
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
2301
|
+
"sessionless": true,
|
|
2302
|
+
"name": "pikkuCommandQueueMap",
|
|
2303
|
+
"inputSchemaName": null,
|
|
2304
|
+
"outputSchemaName": null,
|
|
2305
|
+
"inputs": [],
|
|
2306
|
+
"outputs": [],
|
|
2307
|
+
"implementationHash": "26bb5430711a54d5",
|
|
2308
|
+
"middleware": [
|
|
2309
|
+
{
|
|
2310
|
+
"type": "wire",
|
|
2311
|
+
"name": "logCommandInfoAndTime",
|
|
2312
|
+
"inline": false
|
|
2313
|
+
}
|
|
2314
|
+
],
|
|
2315
|
+
"contractHash": "f3377d46e4b899ef",
|
|
2316
|
+
"inputHash": "3abbe04a",
|
|
2317
|
+
"outputHash": "881e5a04"
|
|
2318
|
+
},
|
|
2319
|
+
"pikkuQueueTypes": {
|
|
2320
|
+
"pikkuFuncId": "pikkuQueueTypes",
|
|
2321
|
+
"functionType": "user",
|
|
2322
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
2323
|
+
"sessionless": true,
|
|
2324
|
+
"name": "pikkuQueueTypes",
|
|
2325
|
+
"inputSchemaName": null,
|
|
2326
|
+
"outputSchemaName": null,
|
|
2327
|
+
"inputs": [],
|
|
2328
|
+
"outputs": [],
|
|
2329
|
+
"implementationHash": "64ac7636f9a1f7b6",
|
|
2330
|
+
"middleware": [
|
|
2331
|
+
{
|
|
2332
|
+
"type": "wire",
|
|
2333
|
+
"name": "logCommandInfoAndTime",
|
|
2334
|
+
"inline": false
|
|
2335
|
+
}
|
|
2336
|
+
],
|
|
2337
|
+
"contractHash": "33984b8558f97104",
|
|
2338
|
+
"inputHash": "37f2e3b1",
|
|
2339
|
+
"outputHash": "de26da6a"
|
|
2340
|
+
},
|
|
2341
|
+
"pikkuCommandQueue": {
|
|
2342
|
+
"pikkuFuncId": "pikkuCommandQueue",
|
|
2343
|
+
"functionType": "user",
|
|
2344
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
2345
|
+
"sessionless": true,
|
|
2346
|
+
"name": "pikkuCommandQueue",
|
|
2347
|
+
"inputSchemaName": null,
|
|
2348
|
+
"outputSchemaName": "PikkuCommandQueueOutput",
|
|
2349
|
+
"inputs": [],
|
|
2350
|
+
"outputs": [
|
|
2351
|
+
"PikkuCommandQueueOutput"
|
|
2352
|
+
],
|
|
2353
|
+
"implementationHash": "e888f44e5e424e16",
|
|
2354
|
+
"middleware": [
|
|
2355
|
+
{
|
|
2356
|
+
"type": "wire",
|
|
2357
|
+
"name": "logCommandInfoAndTime",
|
|
2358
|
+
"inline": false
|
|
2359
|
+
}
|
|
2360
|
+
],
|
|
2361
|
+
"contractHash": "0cb20621015a681f",
|
|
2362
|
+
"inputHash": "5b5da120",
|
|
2363
|
+
"outputHash": "c63e71d1"
|
|
2364
|
+
},
|
|
2365
|
+
"pikkuQueueMap": {
|
|
2366
|
+
"pikkuFuncId": "pikkuQueueMap",
|
|
2367
|
+
"functionType": "user",
|
|
2368
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
2369
|
+
"sessionless": true,
|
|
2370
|
+
"name": "pikkuQueueMap",
|
|
2371
|
+
"inputSchemaName": null,
|
|
2372
|
+
"outputSchemaName": null,
|
|
2373
|
+
"inputs": [],
|
|
2374
|
+
"outputs": [],
|
|
2375
|
+
"implementationHash": "26bb5430711a54d5",
|
|
2376
|
+
"middleware": [
|
|
2377
|
+
{
|
|
2378
|
+
"type": "wire",
|
|
2379
|
+
"name": "logCommandInfoAndTime",
|
|
2380
|
+
"inline": false
|
|
2381
|
+
}
|
|
2382
|
+
],
|
|
2383
|
+
"contractHash": "e50208cd844e06bb",
|
|
2384
|
+
"inputHash": "98e1e73b",
|
|
2385
|
+
"outputHash": "2879bd9d"
|
|
2386
|
+
},
|
|
2387
|
+
"pikkuQueue": {
|
|
2388
|
+
"pikkuFuncId": "pikkuQueue",
|
|
2389
|
+
"functionType": "user",
|
|
2390
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
2391
|
+
"sessionless": true,
|
|
2392
|
+
"name": "pikkuQueue",
|
|
2393
|
+
"inputSchemaName": null,
|
|
2394
|
+
"outputSchemaName": "PikkuQueueOutput",
|
|
2395
|
+
"inputs": [],
|
|
2396
|
+
"outputs": [
|
|
2397
|
+
"PikkuQueueOutput"
|
|
2398
|
+
],
|
|
2399
|
+
"implementationHash": "7f2ea2d065009aae",
|
|
2400
|
+
"middleware": [
|
|
2401
|
+
{
|
|
2402
|
+
"type": "wire",
|
|
2403
|
+
"name": "logCommandInfoAndTime",
|
|
2404
|
+
"inline": false
|
|
2405
|
+
}
|
|
2406
|
+
],
|
|
2407
|
+
"contractHash": "2010f7bd9ed15cd6",
|
|
2408
|
+
"inputHash": "d0d42371",
|
|
2409
|
+
"outputHash": "94c5f21c"
|
|
2410
|
+
},
|
|
2411
|
+
"pikkuEventsScaffold": {
|
|
2412
|
+
"pikkuFuncId": "pikkuEventsScaffold",
|
|
2413
|
+
"functionType": "user",
|
|
2414
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
2415
|
+
"sessionless": true,
|
|
2416
|
+
"name": "pikkuEventsScaffold",
|
|
2417
|
+
"inputSchemaName": null,
|
|
2418
|
+
"outputSchemaName": "PikkuEventsScaffoldOutput",
|
|
2419
|
+
"inputs": [],
|
|
2420
|
+
"outputs": [
|
|
2421
|
+
"PikkuEventsScaffoldOutput"
|
|
2422
|
+
],
|
|
2423
|
+
"implementationHash": "4a998c5d2ef1753b",
|
|
2424
|
+
"middleware": [
|
|
2425
|
+
{
|
|
2426
|
+
"type": "wire",
|
|
2427
|
+
"name": "logCommandInfoAndTime",
|
|
2428
|
+
"inline": false
|
|
2429
|
+
}
|
|
2430
|
+
],
|
|
2431
|
+
"contractHash": "59fdeb7aa338289b",
|
|
2432
|
+
"inputHash": "0e752243",
|
|
2433
|
+
"outputHash": "486a58ef"
|
|
2434
|
+
},
|
|
1388
2435
|
"pikkuPublicRPC": {
|
|
1389
2436
|
"pikkuFuncId": "pikkuPublicRPC",
|
|
1390
2437
|
"functionType": "user",
|
|
@@ -1397,6 +2444,7 @@
|
|
|
1397
2444
|
"outputs": [
|
|
1398
2445
|
"PikkuPublicRPCOutput"
|
|
1399
2446
|
],
|
|
2447
|
+
"implementationHash": "451ba459892bac2f",
|
|
1400
2448
|
"middleware": [
|
|
1401
2449
|
{
|
|
1402
2450
|
"type": "wire",
|
|
@@ -1420,6 +2468,7 @@
|
|
|
1420
2468
|
"outputs": [
|
|
1421
2469
|
"PikkuRemoteRPCOutput"
|
|
1422
2470
|
],
|
|
2471
|
+
"implementationHash": "e9cbb8179a697ffe",
|
|
1423
2472
|
"middleware": [
|
|
1424
2473
|
{
|
|
1425
2474
|
"type": "wire",
|
|
@@ -1441,6 +2490,7 @@
|
|
|
1441
2490
|
"outputSchemaName": null,
|
|
1442
2491
|
"inputs": [],
|
|
1443
2492
|
"outputs": [],
|
|
2493
|
+
"implementationHash": "841f275c6e97b3ff",
|
|
1444
2494
|
"middleware": [
|
|
1445
2495
|
{
|
|
1446
2496
|
"type": "wire",
|
|
@@ -1462,6 +2512,7 @@
|
|
|
1462
2512
|
"outputSchemaName": null,
|
|
1463
2513
|
"inputs": [],
|
|
1464
2514
|
"outputs": [],
|
|
2515
|
+
"implementationHash": "3930f1d960d70df1",
|
|
1465
2516
|
"middleware": [
|
|
1466
2517
|
{
|
|
1467
2518
|
"type": "wire",
|
|
@@ -1485,6 +2536,7 @@
|
|
|
1485
2536
|
"outputs": [
|
|
1486
2537
|
"PikkuRPCOutput"
|
|
1487
2538
|
],
|
|
2539
|
+
"implementationHash": "6d21a1132eeb46fb",
|
|
1488
2540
|
"middleware": [
|
|
1489
2541
|
{
|
|
1490
2542
|
"type": "wire",
|
|
@@ -1506,6 +2558,7 @@
|
|
|
1506
2558
|
"outputSchemaName": null,
|
|
1507
2559
|
"inputs": [],
|
|
1508
2560
|
"outputs": [],
|
|
2561
|
+
"implementationHash": "ca3f707d96566f5c",
|
|
1509
2562
|
"middleware": [
|
|
1510
2563
|
{
|
|
1511
2564
|
"type": "wire",
|
|
@@ -1529,6 +2582,7 @@
|
|
|
1529
2582
|
"outputs": [
|
|
1530
2583
|
"PikkuSchedulerOutput"
|
|
1531
2584
|
],
|
|
2585
|
+
"implementationHash": "e78409e71cedf438",
|
|
1532
2586
|
"middleware": [
|
|
1533
2587
|
{
|
|
1534
2588
|
"type": "wire",
|
|
@@ -1550,6 +2604,7 @@
|
|
|
1550
2604
|
"outputSchemaName": null,
|
|
1551
2605
|
"inputs": [],
|
|
1552
2606
|
"outputs": [],
|
|
2607
|
+
"implementationHash": "0c90e1e1b970f27c",
|
|
1553
2608
|
"middleware": [
|
|
1554
2609
|
{
|
|
1555
2610
|
"type": "wire",
|
|
@@ -1571,6 +2626,7 @@
|
|
|
1571
2626
|
"outputSchemaName": null,
|
|
1572
2627
|
"inputs": [],
|
|
1573
2628
|
"outputs": [],
|
|
2629
|
+
"implementationHash": "4d127acf20bf757e",
|
|
1574
2630
|
"middleware": [
|
|
1575
2631
|
{
|
|
1576
2632
|
"type": "wire",
|
|
@@ -1594,6 +2650,7 @@
|
|
|
1594
2650
|
"outputs": [
|
|
1595
2651
|
"PikkuTriggerOutput"
|
|
1596
2652
|
],
|
|
2653
|
+
"implementationHash": "1ac2f4e727e650c9",
|
|
1597
2654
|
"middleware": [
|
|
1598
2655
|
{
|
|
1599
2656
|
"type": "wire",
|
|
@@ -1615,6 +2672,7 @@
|
|
|
1615
2672
|
"outputSchemaName": null,
|
|
1616
2673
|
"inputs": [],
|
|
1617
2674
|
"outputs": [],
|
|
2675
|
+
"implementationHash": "84a0e3ace8da3e52",
|
|
1618
2676
|
"middleware": [
|
|
1619
2677
|
{
|
|
1620
2678
|
"type": "wire",
|
|
@@ -1638,6 +2696,7 @@
|
|
|
1638
2696
|
"outputs": [
|
|
1639
2697
|
"PikkuWorkflowRoutesOutput"
|
|
1640
2698
|
],
|
|
2699
|
+
"implementationHash": "44984589bce5976c",
|
|
1641
2700
|
"middleware": [
|
|
1642
2701
|
{
|
|
1643
2702
|
"type": "wire",
|
|
@@ -1648,137 +2707,5 @@
|
|
|
1648
2707
|
"contractHash": "4bfa767e5f7be854",
|
|
1649
2708
|
"inputHash": "3bda91da",
|
|
1650
2709
|
"outputHash": "8b24f1df"
|
|
1651
|
-
},
|
|
1652
|
-
"pikkuWorkflow": {
|
|
1653
|
-
"pikkuFuncId": "pikkuWorkflow",
|
|
1654
|
-
"functionType": "user",
|
|
1655
|
-
"funcWrapper": "pikkuSessionlessFunc",
|
|
1656
|
-
"sessionless": true,
|
|
1657
|
-
"name": "pikkuWorkflow",
|
|
1658
|
-
"inputSchemaName": null,
|
|
1659
|
-
"outputSchemaName": "PikkuWorkflowOutput",
|
|
1660
|
-
"inputs": [],
|
|
1661
|
-
"outputs": [
|
|
1662
|
-
"PikkuWorkflowOutput"
|
|
1663
|
-
],
|
|
1664
|
-
"middleware": [
|
|
1665
|
-
{
|
|
1666
|
-
"type": "wire",
|
|
1667
|
-
"name": "logCommandInfoAndTime",
|
|
1668
|
-
"inline": false
|
|
1669
|
-
}
|
|
1670
|
-
],
|
|
1671
|
-
"contractHash": "90b1ebde2160a082",
|
|
1672
|
-
"inputHash": "9cc3f5b5",
|
|
1673
|
-
"outputHash": "2ad6222d"
|
|
1674
|
-
},
|
|
1675
|
-
"pikkuCommandQueueMap": {
|
|
1676
|
-
"pikkuFuncId": "pikkuCommandQueueMap",
|
|
1677
|
-
"functionType": "user",
|
|
1678
|
-
"funcWrapper": "pikkuSessionlessFunc",
|
|
1679
|
-
"sessionless": true,
|
|
1680
|
-
"name": "pikkuCommandQueueMap",
|
|
1681
|
-
"inputSchemaName": null,
|
|
1682
|
-
"outputSchemaName": null,
|
|
1683
|
-
"inputs": [],
|
|
1684
|
-
"outputs": [],
|
|
1685
|
-
"middleware": [
|
|
1686
|
-
{
|
|
1687
|
-
"type": "wire",
|
|
1688
|
-
"name": "logCommandInfoAndTime",
|
|
1689
|
-
"inline": false
|
|
1690
|
-
}
|
|
1691
|
-
],
|
|
1692
|
-
"contractHash": "f3377d46e4b899ef",
|
|
1693
|
-
"inputHash": "3abbe04a",
|
|
1694
|
-
"outputHash": "881e5a04"
|
|
1695
|
-
},
|
|
1696
|
-
"pikkuQueueTypes": {
|
|
1697
|
-
"pikkuFuncId": "pikkuQueueTypes",
|
|
1698
|
-
"functionType": "user",
|
|
1699
|
-
"funcWrapper": "pikkuSessionlessFunc",
|
|
1700
|
-
"sessionless": true,
|
|
1701
|
-
"name": "pikkuQueueTypes",
|
|
1702
|
-
"inputSchemaName": null,
|
|
1703
|
-
"outputSchemaName": null,
|
|
1704
|
-
"inputs": [],
|
|
1705
|
-
"outputs": [],
|
|
1706
|
-
"middleware": [
|
|
1707
|
-
{
|
|
1708
|
-
"type": "wire",
|
|
1709
|
-
"name": "logCommandInfoAndTime",
|
|
1710
|
-
"inline": false
|
|
1711
|
-
}
|
|
1712
|
-
],
|
|
1713
|
-
"contractHash": "33984b8558f97104",
|
|
1714
|
-
"inputHash": "37f2e3b1",
|
|
1715
|
-
"outputHash": "de26da6a"
|
|
1716
|
-
},
|
|
1717
|
-
"pikkuCommandQueue": {
|
|
1718
|
-
"pikkuFuncId": "pikkuCommandQueue",
|
|
1719
|
-
"functionType": "user",
|
|
1720
|
-
"funcWrapper": "pikkuSessionlessFunc",
|
|
1721
|
-
"sessionless": true,
|
|
1722
|
-
"name": "pikkuCommandQueue",
|
|
1723
|
-
"inputSchemaName": null,
|
|
1724
|
-
"outputSchemaName": "PikkuCommandQueueOutput",
|
|
1725
|
-
"inputs": [],
|
|
1726
|
-
"outputs": [
|
|
1727
|
-
"PikkuCommandQueueOutput"
|
|
1728
|
-
],
|
|
1729
|
-
"middleware": [
|
|
1730
|
-
{
|
|
1731
|
-
"type": "wire",
|
|
1732
|
-
"name": "logCommandInfoAndTime",
|
|
1733
|
-
"inline": false
|
|
1734
|
-
}
|
|
1735
|
-
],
|
|
1736
|
-
"contractHash": "0cb20621015a681f",
|
|
1737
|
-
"inputHash": "5b5da120",
|
|
1738
|
-
"outputHash": "c63e71d1"
|
|
1739
|
-
},
|
|
1740
|
-
"pikkuQueueMap": {
|
|
1741
|
-
"pikkuFuncId": "pikkuQueueMap",
|
|
1742
|
-
"functionType": "user",
|
|
1743
|
-
"funcWrapper": "pikkuSessionlessFunc",
|
|
1744
|
-
"sessionless": true,
|
|
1745
|
-
"name": "pikkuQueueMap",
|
|
1746
|
-
"inputSchemaName": null,
|
|
1747
|
-
"outputSchemaName": null,
|
|
1748
|
-
"inputs": [],
|
|
1749
|
-
"outputs": [],
|
|
1750
|
-
"middleware": [
|
|
1751
|
-
{
|
|
1752
|
-
"type": "wire",
|
|
1753
|
-
"name": "logCommandInfoAndTime",
|
|
1754
|
-
"inline": false
|
|
1755
|
-
}
|
|
1756
|
-
],
|
|
1757
|
-
"contractHash": "e50208cd844e06bb",
|
|
1758
|
-
"inputHash": "98e1e73b",
|
|
1759
|
-
"outputHash": "2879bd9d"
|
|
1760
|
-
},
|
|
1761
|
-
"pikkuQueue": {
|
|
1762
|
-
"pikkuFuncId": "pikkuQueue",
|
|
1763
|
-
"functionType": "user",
|
|
1764
|
-
"funcWrapper": "pikkuSessionlessFunc",
|
|
1765
|
-
"sessionless": true,
|
|
1766
|
-
"name": "pikkuQueue",
|
|
1767
|
-
"inputSchemaName": null,
|
|
1768
|
-
"outputSchemaName": "PikkuQueueOutput",
|
|
1769
|
-
"inputs": [],
|
|
1770
|
-
"outputs": [
|
|
1771
|
-
"PikkuQueueOutput"
|
|
1772
|
-
],
|
|
1773
|
-
"middleware": [
|
|
1774
|
-
{
|
|
1775
|
-
"type": "wire",
|
|
1776
|
-
"name": "logCommandInfoAndTime",
|
|
1777
|
-
"inline": false
|
|
1778
|
-
}
|
|
1779
|
-
],
|
|
1780
|
-
"contractHash": "2010f7bd9ed15cd6",
|
|
1781
|
-
"inputHash": "d0d42371",
|
|
1782
|
-
"outputHash": "94c5f21c"
|
|
1783
2710
|
}
|
|
1784
2711
|
}
|