@pikku/cli 0.12.20 → 0.12.22
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 +792 -8
- 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 +44 -70
- package/dist/.pikku/function/pikku-function-types.gen.js +33 -40
- package/dist/.pikku/function/pikku-functions-meta.gen.js +1 -1
- package/dist/.pikku/function/pikku-functions-meta.gen.json +1439 -316
- package/dist/.pikku/function/pikku-functions.gen.js +21 -9
- 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.gen.d.ts +1 -1
- package/dist/.pikku/http/pikku-http-wirings.gen.js +1 -1
- package/dist/.pikku/mcp/pikku-mcp-types.gen.d.ts +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 -10
- 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 +157 -11
- 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/PikkuCommandChannelsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PikkuCommandHTTPOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PikkuCommandQueueOutput.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/schemas/schemas/WorkflowRunStatus.schema.json +1 -1
- 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 +237 -629
- 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 +286 -10
- package/dist/src/deploy/analyzer/analyzer.d.ts +16 -1
- package/dist/src/deploy/analyzer/analyzer.js +83 -43
- package/dist/src/deploy/analyzer/manifest.d.ts +10 -0
- package/dist/src/deploy/build-pipeline.d.ts +2 -0
- package/dist/src/deploy/build-pipeline.js +123 -19
- package/dist/src/deploy/bundler/bundler.d.ts +3 -1
- package/dist/src/deploy/bundler/bundler.js +40 -9
- package/dist/src/deploy/bundler/dep-extractor.d.ts +5 -2
- package/dist/src/deploy/bundler/dep-extractor.js +103 -23
- package/dist/src/deploy/bundler/types.d.ts +5 -1
- package/dist/src/deploy/codegen/per-unit-codegen.d.ts +11 -1
- package/dist/src/deploy/codegen/per-unit-codegen.js +49 -6
- package/dist/src/deploy/plan/planner.js +25 -3
- package/dist/src/deploy/plan/provider.d.ts +2 -0
- 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-apply.js +6 -4
- 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/deploy-plan.js +7 -1
- 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 +7 -1
- 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/versions-update.js +4 -2
- 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/channels/pikku-command-channels.js +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-console-functions.js +5 -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 +105 -80
- 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-routes.js +1 -1
- package/dist/src/functions/wirings/http/pikku-command-http-types.d.ts +1 -1
- package/dist/src/functions/wirings/http/pikku-command-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-map.js +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-command-queue.js +1 -1
- package/dist/src/functions/wirings/queue/pikku-queue-map.d.ts +1 -1
- package/dist/src/functions/wirings/queue/pikku-queue.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-public-rpc.js +5 -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-remote-rpc.js +5 -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/rpc/serialize-typed-rpc-map.js +16 -2
- 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 +56 -2
- package/dist/src/functions/workflows/all.workflow.js +45 -12
- package/dist/src/scaffold/rpc-remote.gen.d.ts +3 -3
- package/dist/src/scaffold/rpc-remote.gen.js +7 -2
- package/dist/src/scaffold/workflow-routes.gen.d.ts +18 -18
- package/dist/src/scaffold/workflow-routes.gen.js +33 -1
- package/dist/src/services/cli-logger.service.d.ts +22 -3
- package/dist/src/services/cli-logger.service.js +107 -41
- package/dist/src/services.js +32 -67
- 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/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 +208 -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 +205 -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/cli/pikku-cli-client.gen.d.ts +0 -10
- package/dist/.pikku/cli/pikku-cli-client.gen.js +0 -44
- /package/dist/.pikku/schemas/schemas/{PikkuChannelsOutput.schema.json → PikkuCLIEntryOutput.schema.json} +0 -0
|
@@ -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": "393bde13a4492dc0",
|
|
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,6 +199,80 @@
|
|
|
169
199
|
"inputHash": "75d95201",
|
|
170
200
|
"outputHash": "ffadb4f5"
|
|
171
201
|
},
|
|
202
|
+
"pikkuAddonTypes": {
|
|
203
|
+
"pikkuFuncId": "pikkuAddonTypes",
|
|
204
|
+
"functionType": "user",
|
|
205
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
206
|
+
"sessionless": true,
|
|
207
|
+
"name": "pikkuAddonTypes",
|
|
208
|
+
"inputSchemaName": "AddonTypesCommandInput",
|
|
209
|
+
"outputSchemaName": null,
|
|
210
|
+
"inputs": [
|
|
211
|
+
"AddonTypesCommandInput"
|
|
212
|
+
],
|
|
213
|
+
"outputs": [],
|
|
214
|
+
"implementationHash": "b934f533c25f062a",
|
|
215
|
+
"middleware": [
|
|
216
|
+
{
|
|
217
|
+
"type": "wire",
|
|
218
|
+
"name": "logCommandInfoAndTime",
|
|
219
|
+
"inline": false
|
|
220
|
+
}
|
|
221
|
+
],
|
|
222
|
+
"contractHash": "a4df059780e52ee8",
|
|
223
|
+
"inputHash": "27ae5314",
|
|
224
|
+
"outputHash": "108ed771"
|
|
225
|
+
},
|
|
226
|
+
"pikkuWorkflow": {
|
|
227
|
+
"pikkuFuncId": "pikkuWorkflow",
|
|
228
|
+
"functionType": "user",
|
|
229
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
230
|
+
"sessionless": true,
|
|
231
|
+
"name": "pikkuWorkflow",
|
|
232
|
+
"inputSchemaName": "WorkflowCommandInput",
|
|
233
|
+
"outputSchemaName": "PikkuWorkflowOutput",
|
|
234
|
+
"inputs": [
|
|
235
|
+
"WorkflowCommandInput"
|
|
236
|
+
],
|
|
237
|
+
"outputs": [
|
|
238
|
+
"PikkuWorkflowOutput"
|
|
239
|
+
],
|
|
240
|
+
"implementationHash": "8adf77690d66f5a2",
|
|
241
|
+
"middleware": [
|
|
242
|
+
{
|
|
243
|
+
"type": "wire",
|
|
244
|
+
"name": "logCommandInfoAndTime",
|
|
245
|
+
"inline": false
|
|
246
|
+
}
|
|
247
|
+
],
|
|
248
|
+
"contractHash": "90b1ebde2160a082",
|
|
249
|
+
"inputHash": "9cc3f5b5",
|
|
250
|
+
"outputHash": "2ad6222d"
|
|
251
|
+
},
|
|
252
|
+
"pikkuCLITypes": {
|
|
253
|
+
"pikkuFuncId": "pikkuCLITypes",
|
|
254
|
+
"functionType": "user",
|
|
255
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
256
|
+
"sessionless": true,
|
|
257
|
+
"name": "pikkuCLITypes",
|
|
258
|
+
"inputSchemaName": "CLITypesCommandInput",
|
|
259
|
+
"outputSchemaName": null,
|
|
260
|
+
"inputs": [
|
|
261
|
+
"CLITypesCommandInput"
|
|
262
|
+
],
|
|
263
|
+
"outputs": [],
|
|
264
|
+
"implementationHash": "de6ef2088425a386",
|
|
265
|
+
"middleware": [
|
|
266
|
+
{
|
|
267
|
+
"type": "wire",
|
|
268
|
+
"name": "logCommandInfoAndTime",
|
|
269
|
+
"inline": false
|
|
270
|
+
}
|
|
271
|
+
],
|
|
272
|
+
"contractHash": "a1b70be4e58bcf3a",
|
|
273
|
+
"inputHash": "82619193",
|
|
274
|
+
"outputHash": "b3bd794b"
|
|
275
|
+
},
|
|
172
276
|
"pikkuBootstrap": {
|
|
173
277
|
"pikkuFuncId": "pikkuBootstrap",
|
|
174
278
|
"functionType": "user",
|
|
@@ -181,6 +285,7 @@
|
|
|
181
285
|
"BootstrapInput"
|
|
182
286
|
],
|
|
183
287
|
"outputs": [],
|
|
288
|
+
"implementationHash": "04cc54163166a951",
|
|
184
289
|
"contractHash": "51a9a80b6231e50f",
|
|
185
290
|
"inputHash": "14102501",
|
|
186
291
|
"outputHash": "0d154de9"
|
|
@@ -197,6 +302,7 @@
|
|
|
197
302
|
"InfoInput"
|
|
198
303
|
],
|
|
199
304
|
"outputs": [],
|
|
305
|
+
"implementationHash": "639262d2b9cad7aa",
|
|
200
306
|
"contractHash": "765a0937ea7a1136",
|
|
201
307
|
"inputHash": "ad089214",
|
|
202
308
|
"outputHash": "b9d33ce3"
|
|
@@ -213,6 +319,7 @@
|
|
|
213
319
|
"InfoInput"
|
|
214
320
|
],
|
|
215
321
|
"outputs": [],
|
|
322
|
+
"implementationHash": "78cb2d97e4937234",
|
|
216
323
|
"contractHash": "ad5a95279fe00a14",
|
|
217
324
|
"inputHash": "bdf1ff84",
|
|
218
325
|
"outputHash": "5cac83d4"
|
|
@@ -229,6 +336,7 @@
|
|
|
229
336
|
"InfoInput"
|
|
230
337
|
],
|
|
231
338
|
"outputs": [],
|
|
339
|
+
"implementationHash": "274901c18c5199bb",
|
|
232
340
|
"contractHash": "b8f42931f1367584",
|
|
233
341
|
"inputHash": "72f3b4af",
|
|
234
342
|
"outputHash": "d8140053"
|
|
@@ -245,10 +353,410 @@
|
|
|
245
353
|
"InfoInput"
|
|
246
354
|
],
|
|
247
355
|
"outputs": [],
|
|
356
|
+
"implementationHash": "1dda6f4a84bfca32",
|
|
248
357
|
"contractHash": "39967c88722e0fac",
|
|
249
358
|
"inputHash": "b5bbc92b",
|
|
250
359
|
"outputHash": "e830c051"
|
|
251
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,23 +825,104 @@
|
|
|
313
825
|
"DevInput"
|
|
314
826
|
],
|
|
315
827
|
"outputs": [],
|
|
316
|
-
"remote": true
|
|
828
|
+
"remote": true,
|
|
829
|
+
"implementationHash": "0b67ce5d6620887c"
|
|
317
830
|
},
|
|
318
|
-
"
|
|
319
|
-
"pikkuFuncId": "
|
|
831
|
+
"dbMigrate": {
|
|
832
|
+
"pikkuFuncId": "dbMigrate",
|
|
320
833
|
"functionType": "user",
|
|
321
834
|
"funcWrapper": "pikkuSessionlessFunc",
|
|
322
835
|
"sessionless": true,
|
|
323
|
-
"name": "
|
|
324
|
-
"inputSchemaName": "
|
|
836
|
+
"name": "dbMigrate",
|
|
837
|
+
"inputSchemaName": "DbMigrateInput",
|
|
325
838
|
"outputSchemaName": null,
|
|
326
839
|
"inputs": [
|
|
327
|
-
"
|
|
840
|
+
"DbMigrateInput"
|
|
328
841
|
],
|
|
329
842
|
"outputs": [],
|
|
330
|
-
"
|
|
331
|
-
"
|
|
332
|
-
|
|
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"
|
|
875
|
+
},
|
|
876
|
+
"pikkuVersionsInit": {
|
|
877
|
+
"pikkuFuncId": "pikkuVersionsInit",
|
|
878
|
+
"functionType": "user",
|
|
879
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
880
|
+
"sessionless": true,
|
|
881
|
+
"name": "pikkuVersionsInit",
|
|
882
|
+
"inputSchemaName": "PikkuVersionsInitInput",
|
|
883
|
+
"outputSchemaName": null,
|
|
884
|
+
"inputs": [
|
|
885
|
+
"PikkuVersionsInitInput"
|
|
886
|
+
],
|
|
887
|
+
"outputs": [],
|
|
888
|
+
"implementationHash": "a0818f5eae4811bc",
|
|
889
|
+
"contractHash": "9897be0442ec5efd",
|
|
890
|
+
"inputHash": "f78aca34",
|
|
891
|
+
"outputHash": "9298a818"
|
|
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"
|
|
333
926
|
},
|
|
334
927
|
"pikkuVersionsCheck": {
|
|
335
928
|
"pikkuFuncId": "pikkuVersionsCheck",
|
|
@@ -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,191 +949,615 @@
|
|
|
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"
|
|
361
956
|
},
|
|
362
|
-
"pikkuNewFunction": {
|
|
363
|
-
"pikkuFuncId": "pikkuNewFunction",
|
|
957
|
+
"pikkuNewFunction": {
|
|
958
|
+
"pikkuFuncId": "pikkuNewFunction",
|
|
959
|
+
"functionType": "user",
|
|
960
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
961
|
+
"sessionless": true,
|
|
962
|
+
"name": "pikkuNewFunction",
|
|
963
|
+
"inputSchemaName": "PikkuNewFunctionInput",
|
|
964
|
+
"outputSchemaName": null,
|
|
965
|
+
"inputs": [
|
|
966
|
+
"PikkuNewFunctionInput"
|
|
967
|
+
],
|
|
968
|
+
"outputs": [],
|
|
969
|
+
"implementationHash": "8756200f8e7aad50",
|
|
970
|
+
"contractHash": "5071e35aa592fe55",
|
|
971
|
+
"inputHash": "e4e62e87",
|
|
972
|
+
"outputHash": "7788e624"
|
|
973
|
+
},
|
|
974
|
+
"pikkuNewWiring": {
|
|
975
|
+
"pikkuFuncId": "pikkuNewWiring",
|
|
976
|
+
"functionType": "user",
|
|
977
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
978
|
+
"sessionless": true,
|
|
979
|
+
"name": "pikkuNewWiring",
|
|
980
|
+
"inputSchemaName": "PikkuNewWiringInput",
|
|
981
|
+
"outputSchemaName": null,
|
|
982
|
+
"inputs": [
|
|
983
|
+
"PikkuNewWiringInput"
|
|
984
|
+
],
|
|
985
|
+
"outputs": [],
|
|
986
|
+
"implementationHash": "26eb7e1ccc6f4ebb",
|
|
987
|
+
"contractHash": "467b09062baa1fbb",
|
|
988
|
+
"inputHash": "7034161d",
|
|
989
|
+
"outputHash": "fe940ba5"
|
|
990
|
+
},
|
|
991
|
+
"pikkuNewMiddleware": {
|
|
992
|
+
"pikkuFuncId": "pikkuNewMiddleware",
|
|
993
|
+
"functionType": "user",
|
|
994
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
995
|
+
"sessionless": true,
|
|
996
|
+
"name": "pikkuNewMiddleware",
|
|
997
|
+
"inputSchemaName": "PikkuNewMiddlewareInput",
|
|
998
|
+
"outputSchemaName": null,
|
|
999
|
+
"inputs": [
|
|
1000
|
+
"PikkuNewMiddlewareInput"
|
|
1001
|
+
],
|
|
1002
|
+
"outputs": [],
|
|
1003
|
+
"implementationHash": "25194e1ba8168de6",
|
|
1004
|
+
"contractHash": "58924dde70baec77",
|
|
1005
|
+
"inputHash": "7ba3be49",
|
|
1006
|
+
"outputHash": "9b16ca30"
|
|
1007
|
+
},
|
|
1008
|
+
"pikkuNewPermission": {
|
|
1009
|
+
"pikkuFuncId": "pikkuNewPermission",
|
|
1010
|
+
"functionType": "user",
|
|
1011
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
1012
|
+
"sessionless": true,
|
|
1013
|
+
"name": "pikkuNewPermission",
|
|
1014
|
+
"inputSchemaName": "PikkuNewPermissionInput",
|
|
1015
|
+
"outputSchemaName": null,
|
|
1016
|
+
"inputs": [
|
|
1017
|
+
"PikkuNewPermissionInput"
|
|
1018
|
+
],
|
|
1019
|
+
"outputs": [],
|
|
1020
|
+
"implementationHash": "6d91a145c7a28c0a",
|
|
1021
|
+
"contractHash": "1546ef78094ff037",
|
|
1022
|
+
"inputHash": "9c81b8d7",
|
|
1023
|
+
"outputHash": "8a704a09"
|
|
1024
|
+
},
|
|
1025
|
+
"pikkuNewAddon": {
|
|
1026
|
+
"pikkuFuncId": "pikkuNewAddon",
|
|
1027
|
+
"functionType": "user",
|
|
1028
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
1029
|
+
"sessionless": true,
|
|
1030
|
+
"name": "pikkuNewAddon",
|
|
1031
|
+
"inputSchemaName": "PikkuNewAddonInput",
|
|
1032
|
+
"outputSchemaName": null,
|
|
1033
|
+
"inputs": [
|
|
1034
|
+
"PikkuNewAddonInput"
|
|
1035
|
+
],
|
|
1036
|
+
"outputs": [],
|
|
1037
|
+
"implementationHash": "403df3ca29a9a578",
|
|
1038
|
+
"contractHash": "c67ed93d4e4fb2d6",
|
|
1039
|
+
"inputHash": "d5b99251",
|
|
1040
|
+
"outputHash": "77e837d4"
|
|
1041
|
+
},
|
|
1042
|
+
"enableRpc": {
|
|
1043
|
+
"pikkuFuncId": "enableRpc",
|
|
1044
|
+
"functionType": "user",
|
|
1045
|
+
"funcWrapper": "pikkuVoidFunc",
|
|
1046
|
+
"sessionless": true,
|
|
1047
|
+
"name": "enableRpc",
|
|
1048
|
+
"inputSchemaName": null,
|
|
1049
|
+
"outputSchemaName": null,
|
|
1050
|
+
"inputs": [],
|
|
1051
|
+
"outputs": [],
|
|
1052
|
+
"implementationHash": "80f6366430b76439",
|
|
1053
|
+
"contractHash": "c711c81be08e889c",
|
|
1054
|
+
"inputHash": "f8257598",
|
|
1055
|
+
"outputHash": "45dd1986"
|
|
1056
|
+
},
|
|
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",
|
|
364
1360
|
"functionType": "user",
|
|
365
1361
|
"funcWrapper": "pikkuSessionlessFunc",
|
|
366
1362
|
"sessionless": true,
|
|
367
|
-
"name": "
|
|
368
|
-
"inputSchemaName": "
|
|
1363
|
+
"name": "pikkuMetaMiddlewareGet",
|
|
1364
|
+
"inputSchemaName": "PikkuMetaMiddlewareGetInput",
|
|
369
1365
|
"outputSchemaName": null,
|
|
370
1366
|
"inputs": [
|
|
371
|
-
"
|
|
1367
|
+
"PikkuMetaMiddlewareGetInput"
|
|
372
1368
|
],
|
|
373
1369
|
"outputs": [],
|
|
374
|
-
"
|
|
375
|
-
"
|
|
376
|
-
"
|
|
1370
|
+
"implementationHash": "9891a53de96fb5c4",
|
|
1371
|
+
"contractHash": "187f705506bac965",
|
|
1372
|
+
"inputHash": "3b96f78c",
|
|
1373
|
+
"outputHash": "4c4403c1"
|
|
377
1374
|
},
|
|
378
|
-
"
|
|
379
|
-
"pikkuFuncId": "
|
|
1375
|
+
"pikkuMetaPermissionsList": {
|
|
1376
|
+
"pikkuFuncId": "pikkuMetaPermissionsList",
|
|
380
1377
|
"functionType": "user",
|
|
381
1378
|
"funcWrapper": "pikkuSessionlessFunc",
|
|
382
1379
|
"sessionless": true,
|
|
383
|
-
"name": "
|
|
384
|
-
"inputSchemaName": "
|
|
1380
|
+
"name": "pikkuMetaPermissionsList",
|
|
1381
|
+
"inputSchemaName": "PikkuMetaPermissionsListInput",
|
|
385
1382
|
"outputSchemaName": null,
|
|
386
1383
|
"inputs": [
|
|
387
|
-
"
|
|
1384
|
+
"PikkuMetaPermissionsListInput"
|
|
388
1385
|
],
|
|
389
1386
|
"outputs": [],
|
|
390
|
-
"
|
|
391
|
-
"
|
|
392
|
-
"
|
|
1387
|
+
"implementationHash": "5f589b4bc52d6a61",
|
|
1388
|
+
"contractHash": "ac5116fce2ee7914",
|
|
1389
|
+
"inputHash": "2983eaf0",
|
|
1390
|
+
"outputHash": "38a54938"
|
|
393
1391
|
},
|
|
394
|
-
"
|
|
395
|
-
"pikkuFuncId": "
|
|
1392
|
+
"pikkuMetaPermissionsGet": {
|
|
1393
|
+
"pikkuFuncId": "pikkuMetaPermissionsGet",
|
|
396
1394
|
"functionType": "user",
|
|
397
1395
|
"funcWrapper": "pikkuSessionlessFunc",
|
|
398
1396
|
"sessionless": true,
|
|
399
|
-
"name": "
|
|
400
|
-
"inputSchemaName": "
|
|
1397
|
+
"name": "pikkuMetaPermissionsGet",
|
|
1398
|
+
"inputSchemaName": "PikkuMetaPermissionsGetInput",
|
|
401
1399
|
"outputSchemaName": null,
|
|
402
1400
|
"inputs": [
|
|
403
|
-
"
|
|
1401
|
+
"PikkuMetaPermissionsGetInput"
|
|
404
1402
|
],
|
|
405
1403
|
"outputs": [],
|
|
406
|
-
"
|
|
407
|
-
"
|
|
408
|
-
"
|
|
1404
|
+
"implementationHash": "937c19a572b9ba5c",
|
|
1405
|
+
"contractHash": "4eaf63ff20ee9337",
|
|
1406
|
+
"inputHash": "28e0d34f",
|
|
1407
|
+
"outputHash": "88a7cc03"
|
|
409
1408
|
},
|
|
410
|
-
"
|
|
411
|
-
"pikkuFuncId": "
|
|
1409
|
+
"pikkuMetaWiresList": {
|
|
1410
|
+
"pikkuFuncId": "pikkuMetaWiresList",
|
|
412
1411
|
"functionType": "user",
|
|
413
1412
|
"funcWrapper": "pikkuSessionlessFunc",
|
|
414
1413
|
"sessionless": true,
|
|
415
|
-
"name": "
|
|
416
|
-
"inputSchemaName": "
|
|
1414
|
+
"name": "pikkuMetaWiresList",
|
|
1415
|
+
"inputSchemaName": "PikkuMetaWiresListInput",
|
|
417
1416
|
"outputSchemaName": null,
|
|
418
1417
|
"inputs": [
|
|
419
|
-
"
|
|
1418
|
+
"PikkuMetaWiresListInput"
|
|
420
1419
|
],
|
|
421
1420
|
"outputs": [],
|
|
422
|
-
"
|
|
423
|
-
"
|
|
424
|
-
"
|
|
1421
|
+
"implementationHash": "324b314d73e10f55",
|
|
1422
|
+
"contractHash": "ba28a321c66a159f",
|
|
1423
|
+
"inputHash": "a97a8796",
|
|
1424
|
+
"outputHash": "5f3a5dbb"
|
|
425
1425
|
},
|
|
426
|
-
"
|
|
427
|
-
"pikkuFuncId": "
|
|
1426
|
+
"pikkuMetaWiresType": {
|
|
1427
|
+
"pikkuFuncId": "pikkuMetaWiresType",
|
|
428
1428
|
"functionType": "user",
|
|
429
1429
|
"funcWrapper": "pikkuSessionlessFunc",
|
|
430
1430
|
"sessionless": true,
|
|
431
|
-
"name": "
|
|
432
|
-
"inputSchemaName": "
|
|
1431
|
+
"name": "pikkuMetaWiresType",
|
|
1432
|
+
"inputSchemaName": "PikkuMetaWiresTypeInput",
|
|
433
1433
|
"outputSchemaName": null,
|
|
434
1434
|
"inputs": [
|
|
435
|
-
"
|
|
1435
|
+
"PikkuMetaWiresTypeInput"
|
|
436
1436
|
],
|
|
437
1437
|
"outputs": [],
|
|
438
|
-
"
|
|
439
|
-
"
|
|
440
|
-
"
|
|
1438
|
+
"implementationHash": "a0ae66ee0d165e10",
|
|
1439
|
+
"contractHash": "402aecbb12a6ad89",
|
|
1440
|
+
"inputHash": "d13cd2a6",
|
|
1441
|
+
"outputHash": "68e8c28a"
|
|
441
1442
|
},
|
|
442
|
-
"
|
|
443
|
-
"pikkuFuncId": "
|
|
1443
|
+
"pikkuMetaWiresHttp": {
|
|
1444
|
+
"pikkuFuncId": "pikkuMetaWiresHttp",
|
|
444
1445
|
"functionType": "user",
|
|
445
|
-
"funcWrapper": "
|
|
1446
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
446
1447
|
"sessionless": true,
|
|
447
|
-
"name": "
|
|
448
|
-
"inputSchemaName":
|
|
1448
|
+
"name": "pikkuMetaWiresHttp",
|
|
1449
|
+
"inputSchemaName": "PikkuMetaWiresHttpInput",
|
|
449
1450
|
"outputSchemaName": null,
|
|
450
|
-
"inputs": [
|
|
1451
|
+
"inputs": [
|
|
1452
|
+
"PikkuMetaWiresHttpInput"
|
|
1453
|
+
],
|
|
451
1454
|
"outputs": [],
|
|
452
|
-
"
|
|
453
|
-
"
|
|
454
|
-
"
|
|
1455
|
+
"implementationHash": "eb36bbae0e85f11d",
|
|
1456
|
+
"contractHash": "49729327e3dc0fc5",
|
|
1457
|
+
"inputHash": "57f12bd5",
|
|
1458
|
+
"outputHash": "b15b0e48"
|
|
455
1459
|
},
|
|
456
|
-
"
|
|
457
|
-
"pikkuFuncId": "
|
|
1460
|
+
"pikkuMetaWiresScheduler": {
|
|
1461
|
+
"pikkuFuncId": "pikkuMetaWiresScheduler",
|
|
458
1462
|
"functionType": "user",
|
|
459
|
-
"funcWrapper": "
|
|
1463
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
460
1464
|
"sessionless": true,
|
|
461
|
-
"name": "
|
|
462
|
-
"inputSchemaName":
|
|
1465
|
+
"name": "pikkuMetaWiresScheduler",
|
|
1466
|
+
"inputSchemaName": "PikkuMetaWiresSchedulerInput",
|
|
463
1467
|
"outputSchemaName": null,
|
|
464
|
-
"inputs": [
|
|
1468
|
+
"inputs": [
|
|
1469
|
+
"PikkuMetaWiresSchedulerInput"
|
|
1470
|
+
],
|
|
465
1471
|
"outputs": [],
|
|
466
|
-
"
|
|
467
|
-
"
|
|
468
|
-
"
|
|
1472
|
+
"implementationHash": "a7d9ff67ba0b26af",
|
|
1473
|
+
"contractHash": "3c803b448f52347c",
|
|
1474
|
+
"inputHash": "b63a866b",
|
|
1475
|
+
"outputHash": "4f1ee8f9"
|
|
469
1476
|
},
|
|
470
|
-
"
|
|
471
|
-
"pikkuFuncId": "
|
|
1477
|
+
"pikkuMetaWiresQueue": {
|
|
1478
|
+
"pikkuFuncId": "pikkuMetaWiresQueue",
|
|
472
1479
|
"functionType": "user",
|
|
473
|
-
"funcWrapper": "
|
|
1480
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
474
1481
|
"sessionless": true,
|
|
475
|
-
"name": "
|
|
476
|
-
"inputSchemaName":
|
|
1482
|
+
"name": "pikkuMetaWiresQueue",
|
|
1483
|
+
"inputSchemaName": "PikkuMetaWiresQueueInput",
|
|
477
1484
|
"outputSchemaName": null,
|
|
478
|
-
"inputs": [
|
|
1485
|
+
"inputs": [
|
|
1486
|
+
"PikkuMetaWiresQueueInput"
|
|
1487
|
+
],
|
|
479
1488
|
"outputs": [],
|
|
480
|
-
"
|
|
481
|
-
"
|
|
482
|
-
"
|
|
1489
|
+
"implementationHash": "da98929652d083b6",
|
|
1490
|
+
"contractHash": "c4567679152001cd",
|
|
1491
|
+
"inputHash": "1aa4712e",
|
|
1492
|
+
"outputHash": "d800552d"
|
|
483
1493
|
},
|
|
484
|
-
"
|
|
485
|
-
"pikkuFuncId": "
|
|
1494
|
+
"pikkuMetaWiresChannel": {
|
|
1495
|
+
"pikkuFuncId": "pikkuMetaWiresChannel",
|
|
486
1496
|
"functionType": "user",
|
|
487
|
-
"funcWrapper": "
|
|
1497
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
488
1498
|
"sessionless": true,
|
|
489
|
-
"name": "
|
|
490
|
-
"inputSchemaName":
|
|
1499
|
+
"name": "pikkuMetaWiresChannel",
|
|
1500
|
+
"inputSchemaName": "PikkuMetaWiresChannelInput",
|
|
491
1501
|
"outputSchemaName": null,
|
|
492
|
-
"inputs": [
|
|
1502
|
+
"inputs": [
|
|
1503
|
+
"PikkuMetaWiresChannelInput"
|
|
1504
|
+
],
|
|
493
1505
|
"outputs": [],
|
|
494
|
-
"
|
|
495
|
-
"
|
|
496
|
-
"
|
|
1506
|
+
"implementationHash": "82916b87b1915148",
|
|
1507
|
+
"contractHash": "a63b09cbcb4b72a6",
|
|
1508
|
+
"inputHash": "834ffad9",
|
|
1509
|
+
"outputHash": "c3d791b3"
|
|
497
1510
|
},
|
|
498
|
-
"
|
|
499
|
-
"pikkuFuncId": "
|
|
1511
|
+
"pikkuMetaWiresTrigger": {
|
|
1512
|
+
"pikkuFuncId": "pikkuMetaWiresTrigger",
|
|
500
1513
|
"functionType": "user",
|
|
501
1514
|
"funcWrapper": "pikkuSessionlessFunc",
|
|
502
1515
|
"sessionless": true,
|
|
503
|
-
"name": "
|
|
504
|
-
"inputSchemaName": "
|
|
1516
|
+
"name": "pikkuMetaWiresTrigger",
|
|
1517
|
+
"inputSchemaName": "PikkuMetaWiresTriggerInput",
|
|
505
1518
|
"outputSchemaName": null,
|
|
506
1519
|
"inputs": [
|
|
507
|
-
"
|
|
1520
|
+
"PikkuMetaWiresTriggerInput"
|
|
508
1521
|
],
|
|
509
1522
|
"outputs": [],
|
|
510
|
-
"
|
|
511
|
-
"
|
|
512
|
-
"
|
|
1523
|
+
"implementationHash": "9c7788d0f16b2db6",
|
|
1524
|
+
"contractHash": "998fc9f7008c9b44",
|
|
1525
|
+
"inputHash": "60371350",
|
|
1526
|
+
"outputHash": "8726b7a2"
|
|
513
1527
|
},
|
|
514
|
-
"
|
|
515
|
-
"pikkuFuncId": "
|
|
1528
|
+
"pikkuMetaContext": {
|
|
1529
|
+
"pikkuFuncId": "pikkuMetaContext",
|
|
516
1530
|
"functionType": "user",
|
|
517
1531
|
"funcWrapper": "pikkuSessionlessFunc",
|
|
518
1532
|
"sessionless": true,
|
|
519
|
-
"name": "
|
|
520
|
-
"inputSchemaName": "
|
|
1533
|
+
"name": "pikkuMetaContext",
|
|
1534
|
+
"inputSchemaName": "PikkuMetaContextInput",
|
|
521
1535
|
"outputSchemaName": null,
|
|
522
1536
|
"inputs": [
|
|
523
|
-
"
|
|
1537
|
+
"PikkuMetaContextInput"
|
|
524
1538
|
],
|
|
525
1539
|
"outputs": [],
|
|
526
|
-
"
|
|
527
|
-
"
|
|
528
|
-
"
|
|
1540
|
+
"implementationHash": "8802898f879eb3ab",
|
|
1541
|
+
"contractHash": "050217bbbd3fbf61",
|
|
1542
|
+
"inputHash": "ba8a94c0",
|
|
1543
|
+
"outputHash": "18e325c6"
|
|
529
1544
|
},
|
|
530
|
-
"
|
|
531
|
-
"pikkuFuncId": "
|
|
1545
|
+
"pikkuMetaClients": {
|
|
1546
|
+
"pikkuFuncId": "pikkuMetaClients",
|
|
532
1547
|
"functionType": "user",
|
|
533
|
-
"funcWrapper": "
|
|
1548
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
534
1549
|
"sessionless": true,
|
|
535
|
-
"name": "
|
|
536
|
-
"inputSchemaName":
|
|
1550
|
+
"name": "pikkuMetaClients",
|
|
1551
|
+
"inputSchemaName": "PikkuMetaClientsInput",
|
|
537
1552
|
"outputSchemaName": null,
|
|
538
|
-
"inputs": [
|
|
1553
|
+
"inputs": [
|
|
1554
|
+
"PikkuMetaClientsInput"
|
|
1555
|
+
],
|
|
539
1556
|
"outputs": [],
|
|
540
|
-
"
|
|
541
|
-
"
|
|
542
|
-
"
|
|
1557
|
+
"implementationHash": "a465a1b67a75a10d",
|
|
1558
|
+
"contractHash": "febc67742b16e63b",
|
|
1559
|
+
"inputHash": "5ada4ca9",
|
|
1560
|
+
"outputHash": "5a0adc87"
|
|
543
1561
|
},
|
|
544
1562
|
"remoteRPCHandler": {
|
|
545
1563
|
"pikkuFuncId": "remoteRPCHandler",
|
|
@@ -553,7 +1571,8 @@
|
|
|
553
1571
|
"RemoteRPCHandlerInput"
|
|
554
1572
|
],
|
|
555
1573
|
"outputs": [],
|
|
556
|
-
"remote": true
|
|
1574
|
+
"remote": true,
|
|
1575
|
+
"implementationHash": "105018a823bdb551"
|
|
557
1576
|
},
|
|
558
1577
|
"workflowStarter": {
|
|
559
1578
|
"pikkuFuncId": "workflowStarter",
|
|
@@ -569,6 +1588,7 @@
|
|
|
569
1588
|
"outputs": [
|
|
570
1589
|
"WorkflowStarterOutput"
|
|
571
1590
|
],
|
|
1591
|
+
"implementationHash": "b018ade4743d203f",
|
|
572
1592
|
"contractHash": "770c10618e2d471b",
|
|
573
1593
|
"inputHash": "73e8dfbd",
|
|
574
1594
|
"outputHash": "8f2061b7"
|
|
@@ -585,6 +1605,7 @@
|
|
|
585
1605
|
"WorkflowRunnerInput"
|
|
586
1606
|
],
|
|
587
1607
|
"outputs": [],
|
|
1608
|
+
"implementationHash": "7be89ad45b639069",
|
|
588
1609
|
"contractHash": "ca617784c6d9ec8d",
|
|
589
1610
|
"inputHash": "3c634245",
|
|
590
1611
|
"outputHash": "316bdb87"
|
|
@@ -603,9 +1624,10 @@
|
|
|
603
1624
|
"outputs": [
|
|
604
1625
|
"WorkflowRunStatus"
|
|
605
1626
|
],
|
|
606
|
-
"
|
|
1627
|
+
"implementationHash": "5bf2a54b53733291",
|
|
1628
|
+
"contractHash": "1bb7182390464bc0",
|
|
607
1629
|
"inputHash": "458ba7ec",
|
|
608
|
-
"outputHash": "
|
|
1630
|
+
"outputHash": "bc4d864f"
|
|
609
1631
|
},
|
|
610
1632
|
"workflowStatusStream": {
|
|
611
1633
|
"pikkuFuncId": "workflowStatusStream",
|
|
@@ -619,6 +1641,7 @@
|
|
|
619
1641
|
"WorkflowStatusStreamInput"
|
|
620
1642
|
],
|
|
621
1643
|
"outputs": [],
|
|
1644
|
+
"implementationHash": "05f9f00719b7729e",
|
|
622
1645
|
"contractHash": "3b99296ba5064030",
|
|
623
1646
|
"inputHash": "c6ee79ff",
|
|
624
1647
|
"outputHash": "6180f124"
|
|
@@ -635,6 +1658,7 @@
|
|
|
635
1658
|
"WorkflowStatusStreamFullInput"
|
|
636
1659
|
],
|
|
637
1660
|
"outputs": [],
|
|
1661
|
+
"implementationHash": "3b0db39585df57a7",
|
|
638
1662
|
"contractHash": "1e7b9f00193d10ae",
|
|
639
1663
|
"inputHash": "2da90ff6",
|
|
640
1664
|
"outputHash": "dcd02549"
|
|
@@ -653,6 +1677,7 @@
|
|
|
653
1677
|
"outputs": [
|
|
654
1678
|
"GraphStarterOutput"
|
|
655
1679
|
],
|
|
1680
|
+
"implementationHash": "266ae5d63f845abc",
|
|
656
1681
|
"contractHash": "422510c83dee8491",
|
|
657
1682
|
"inputHash": "70868669",
|
|
658
1683
|
"outputHash": "6f988595"
|
|
@@ -667,6 +1692,7 @@
|
|
|
667
1692
|
"outputSchemaName": null,
|
|
668
1693
|
"inputs": [],
|
|
669
1694
|
"outputs": [],
|
|
1695
|
+
"implementationHash": "b5d52282b44d2bea",
|
|
670
1696
|
"contractHash": "3758fc656b51f1c3",
|
|
671
1697
|
"inputHash": "914f8a46",
|
|
672
1698
|
"outputHash": "dc82a9b9"
|
|
@@ -681,22 +1707,22 @@
|
|
|
681
1707
|
"outputSchemaName": null,
|
|
682
1708
|
"inputs": [],
|
|
683
1709
|
"outputs": [],
|
|
1710
|
+
"implementationHash": "219bc3ea3506b3a6",
|
|
684
1711
|
"contractHash": "5cf046fc5045a072",
|
|
685
1712
|
"inputHash": "d5ff2f31",
|
|
686
1713
|
"outputHash": "391c291d"
|
|
687
1714
|
},
|
|
688
|
-
"
|
|
689
|
-
"pikkuFuncId": "
|
|
1715
|
+
"pikkuAIAgentTypes": {
|
|
1716
|
+
"pikkuFuncId": "pikkuAIAgentTypes",
|
|
690
1717
|
"functionType": "user",
|
|
691
1718
|
"funcWrapper": "pikkuSessionlessFunc",
|
|
692
1719
|
"sessionless": true,
|
|
693
|
-
"name": "
|
|
1720
|
+
"name": "pikkuAIAgentTypes",
|
|
694
1721
|
"inputSchemaName": null,
|
|
695
|
-
"outputSchemaName":
|
|
1722
|
+
"outputSchemaName": null,
|
|
696
1723
|
"inputs": [],
|
|
697
|
-
"outputs": [
|
|
698
|
-
|
|
699
|
-
],
|
|
1724
|
+
"outputs": [],
|
|
1725
|
+
"implementationHash": "6f1bde64f9087bc2",
|
|
700
1726
|
"middleware": [
|
|
701
1727
|
{
|
|
702
1728
|
"type": "wire",
|
|
@@ -704,20 +1730,23 @@
|
|
|
704
1730
|
"inline": false
|
|
705
1731
|
}
|
|
706
1732
|
],
|
|
707
|
-
"contractHash": "
|
|
708
|
-
"inputHash": "
|
|
709
|
-
"outputHash": "
|
|
1733
|
+
"contractHash": "dc29d66d6b6f5857",
|
|
1734
|
+
"inputHash": "800b5ca6",
|
|
1735
|
+
"outputHash": "e85c3332"
|
|
710
1736
|
},
|
|
711
|
-
"
|
|
712
|
-
"pikkuFuncId": "
|
|
1737
|
+
"pikkuAIAgent": {
|
|
1738
|
+
"pikkuFuncId": "pikkuAIAgent",
|
|
713
1739
|
"functionType": "user",
|
|
714
1740
|
"funcWrapper": "pikkuSessionlessFunc",
|
|
715
1741
|
"sessionless": true,
|
|
716
|
-
"name": "
|
|
1742
|
+
"name": "pikkuAIAgent",
|
|
717
1743
|
"inputSchemaName": null,
|
|
718
|
-
"outputSchemaName":
|
|
1744
|
+
"outputSchemaName": "PikkuAIAgentOutput",
|
|
719
1745
|
"inputs": [],
|
|
720
|
-
"outputs": [
|
|
1746
|
+
"outputs": [
|
|
1747
|
+
"PikkuAIAgentOutput"
|
|
1748
|
+
],
|
|
1749
|
+
"implementationHash": "353ac854edebcf28",
|
|
721
1750
|
"middleware": [
|
|
722
1751
|
{
|
|
723
1752
|
"type": "wire",
|
|
@@ -725,20 +1754,23 @@
|
|
|
725
1754
|
"inline": false
|
|
726
1755
|
}
|
|
727
1756
|
],
|
|
728
|
-
"contractHash": "
|
|
729
|
-
"inputHash": "
|
|
730
|
-
"outputHash": "
|
|
1757
|
+
"contractHash": "973fe2f539bdca04",
|
|
1758
|
+
"inputHash": "e61af48f",
|
|
1759
|
+
"outputHash": "11db78f5"
|
|
731
1760
|
},
|
|
732
|
-
"
|
|
733
|
-
"pikkuFuncId": "
|
|
1761
|
+
"pikkuPublicAgent": {
|
|
1762
|
+
"pikkuFuncId": "pikkuPublicAgent",
|
|
734
1763
|
"functionType": "user",
|
|
735
1764
|
"funcWrapper": "pikkuSessionlessFunc",
|
|
736
1765
|
"sessionless": true,
|
|
737
|
-
"name": "
|
|
1766
|
+
"name": "pikkuPublicAgent",
|
|
738
1767
|
"inputSchemaName": null,
|
|
739
|
-
"outputSchemaName":
|
|
1768
|
+
"outputSchemaName": "PikkuPublicAgentOutput",
|
|
740
1769
|
"inputs": [],
|
|
741
|
-
"outputs": [
|
|
1770
|
+
"outputs": [
|
|
1771
|
+
"PikkuPublicAgentOutput"
|
|
1772
|
+
],
|
|
1773
|
+
"implementationHash": "ac31dd42a7c619e9",
|
|
742
1774
|
"middleware": [
|
|
743
1775
|
{
|
|
744
1776
|
"type": "wire",
|
|
@@ -746,20 +1778,21 @@
|
|
|
746
1778
|
"inline": false
|
|
747
1779
|
}
|
|
748
1780
|
],
|
|
749
|
-
"contractHash": "
|
|
750
|
-
"inputHash": "
|
|
751
|
-
"outputHash": "
|
|
1781
|
+
"contractHash": "076457b475dee94e",
|
|
1782
|
+
"inputHash": "c0a04edb",
|
|
1783
|
+
"outputHash": "aca3832e"
|
|
752
1784
|
},
|
|
753
|
-
"
|
|
754
|
-
"pikkuFuncId": "
|
|
1785
|
+
"pikkuChannels": {
|
|
1786
|
+
"pikkuFuncId": "pikkuChannels",
|
|
755
1787
|
"functionType": "user",
|
|
756
|
-
"funcWrapper": "
|
|
1788
|
+
"funcWrapper": "pikkuVoidFunc",
|
|
757
1789
|
"sessionless": true,
|
|
758
|
-
"name": "
|
|
1790
|
+
"name": "pikkuChannels",
|
|
759
1791
|
"inputSchemaName": null,
|
|
760
1792
|
"outputSchemaName": null,
|
|
761
1793
|
"inputs": [],
|
|
762
1794
|
"outputs": [],
|
|
1795
|
+
"implementationHash": "4500d1d31c681eee",
|
|
763
1796
|
"middleware": [
|
|
764
1797
|
{
|
|
765
1798
|
"type": "wire",
|
|
@@ -767,22 +1800,21 @@
|
|
|
767
1800
|
"inline": false
|
|
768
1801
|
}
|
|
769
1802
|
],
|
|
770
|
-
"contractHash": "
|
|
771
|
-
"inputHash": "
|
|
772
|
-
"outputHash": "
|
|
1803
|
+
"contractHash": "b8affc841944693d",
|
|
1804
|
+
"inputHash": "adc31f8a",
|
|
1805
|
+
"outputHash": "600bd99c"
|
|
773
1806
|
},
|
|
774
|
-
"
|
|
775
|
-
"pikkuFuncId": "
|
|
1807
|
+
"pikkuChannelTypes": {
|
|
1808
|
+
"pikkuFuncId": "pikkuChannelTypes",
|
|
776
1809
|
"functionType": "user",
|
|
777
1810
|
"funcWrapper": "pikkuSessionlessFunc",
|
|
778
1811
|
"sessionless": true,
|
|
779
|
-
"name": "
|
|
1812
|
+
"name": "pikkuChannelTypes",
|
|
780
1813
|
"inputSchemaName": null,
|
|
781
|
-
"outputSchemaName":
|
|
1814
|
+
"outputSchemaName": null,
|
|
782
1815
|
"inputs": [],
|
|
783
|
-
"outputs": [
|
|
784
|
-
|
|
785
|
-
],
|
|
1816
|
+
"outputs": [],
|
|
1817
|
+
"implementationHash": "f40a97a0e23777ed",
|
|
786
1818
|
"middleware": [
|
|
787
1819
|
{
|
|
788
1820
|
"type": "wire",
|
|
@@ -790,22 +1822,21 @@
|
|
|
790
1822
|
"inline": false
|
|
791
1823
|
}
|
|
792
1824
|
],
|
|
793
|
-
"contractHash": "
|
|
794
|
-
"inputHash": "
|
|
795
|
-
"outputHash": "
|
|
1825
|
+
"contractHash": "2b2bc06bcbe06e22",
|
|
1826
|
+
"inputHash": "161b06fb",
|
|
1827
|
+
"outputHash": "bc44e48a"
|
|
796
1828
|
},
|
|
797
|
-
"
|
|
798
|
-
"pikkuFuncId": "
|
|
1829
|
+
"pikkuChannelsMap": {
|
|
1830
|
+
"pikkuFuncId": "pikkuChannelsMap",
|
|
799
1831
|
"functionType": "user",
|
|
800
1832
|
"funcWrapper": "pikkuSessionlessFunc",
|
|
801
1833
|
"sessionless": true,
|
|
802
|
-
"name": "
|
|
1834
|
+
"name": "pikkuChannelsMap",
|
|
803
1835
|
"inputSchemaName": null,
|
|
804
|
-
"outputSchemaName":
|
|
1836
|
+
"outputSchemaName": null,
|
|
805
1837
|
"inputs": [],
|
|
806
|
-
"outputs": [
|
|
807
|
-
|
|
808
|
-
],
|
|
1838
|
+
"outputs": [],
|
|
1839
|
+
"implementationHash": "65b4c1a3e6e5e368",
|
|
809
1840
|
"middleware": [
|
|
810
1841
|
{
|
|
811
1842
|
"type": "wire",
|
|
@@ -813,20 +1844,23 @@
|
|
|
813
1844
|
"inline": false
|
|
814
1845
|
}
|
|
815
1846
|
],
|
|
816
|
-
"contractHash": "
|
|
817
|
-
"inputHash": "
|
|
818
|
-
"outputHash": "
|
|
1847
|
+
"contractHash": "b6068160a2079ff6",
|
|
1848
|
+
"inputHash": "b3525fa4",
|
|
1849
|
+
"outputHash": "283f1aa2"
|
|
819
1850
|
},
|
|
820
|
-
"
|
|
821
|
-
"pikkuFuncId": "
|
|
1851
|
+
"pikkuCommandChannels": {
|
|
1852
|
+
"pikkuFuncId": "pikkuCommandChannels",
|
|
822
1853
|
"functionType": "user",
|
|
823
1854
|
"funcWrapper": "pikkuSessionlessFunc",
|
|
824
1855
|
"sessionless": true,
|
|
825
|
-
"name": "
|
|
1856
|
+
"name": "pikkuCommandChannels",
|
|
826
1857
|
"inputSchemaName": null,
|
|
827
|
-
"outputSchemaName":
|
|
1858
|
+
"outputSchemaName": "PikkuCommandChannelsOutput",
|
|
828
1859
|
"inputs": [],
|
|
829
|
-
"outputs": [
|
|
1860
|
+
"outputs": [
|
|
1861
|
+
"PikkuCommandChannelsOutput"
|
|
1862
|
+
],
|
|
1863
|
+
"implementationHash": "ef9730e9a40668ad",
|
|
830
1864
|
"middleware": [
|
|
831
1865
|
{
|
|
832
1866
|
"type": "wire",
|
|
@@ -834,20 +1868,23 @@
|
|
|
834
1868
|
"inline": false
|
|
835
1869
|
}
|
|
836
1870
|
],
|
|
837
|
-
"contractHash": "
|
|
838
|
-
"inputHash": "
|
|
839
|
-
"outputHash": "
|
|
1871
|
+
"contractHash": "5fc1a394b205aa65",
|
|
1872
|
+
"inputHash": "5d1524e3",
|
|
1873
|
+
"outputHash": "048ccd50"
|
|
840
1874
|
},
|
|
841
|
-
"
|
|
842
|
-
"pikkuFuncId": "
|
|
1875
|
+
"pikkuCLIEntry": {
|
|
1876
|
+
"pikkuFuncId": "pikkuCLIEntry",
|
|
843
1877
|
"functionType": "user",
|
|
844
1878
|
"funcWrapper": "pikkuSessionlessFunc",
|
|
845
1879
|
"sessionless": true,
|
|
846
|
-
"name": "
|
|
1880
|
+
"name": "pikkuCLIEntry",
|
|
847
1881
|
"inputSchemaName": null,
|
|
848
|
-
"outputSchemaName":
|
|
1882
|
+
"outputSchemaName": "PikkuCLIEntryOutput",
|
|
849
1883
|
"inputs": [],
|
|
850
|
-
"outputs": [
|
|
1884
|
+
"outputs": [
|
|
1885
|
+
"PikkuCLIEntryOutput"
|
|
1886
|
+
],
|
|
1887
|
+
"implementationHash": "3de1aae7d25e5a8d",
|
|
851
1888
|
"middleware": [
|
|
852
1889
|
{
|
|
853
1890
|
"type": "wire",
|
|
@@ -855,9 +1892,9 @@
|
|
|
855
1892
|
"inline": false
|
|
856
1893
|
}
|
|
857
1894
|
],
|
|
858
|
-
"contractHash": "
|
|
859
|
-
"inputHash": "
|
|
860
|
-
"outputHash": "
|
|
1895
|
+
"contractHash": "a44d47273b044b63",
|
|
1896
|
+
"inputHash": "3e5aa4e1",
|
|
1897
|
+
"outputHash": "2f8523b1"
|
|
861
1898
|
},
|
|
862
1899
|
"pikkuCLI": {
|
|
863
1900
|
"pikkuFuncId": "pikkuCLI",
|
|
@@ -871,6 +1908,7 @@
|
|
|
871
1908
|
"outputs": [
|
|
872
1909
|
"PikkuCLIOutput"
|
|
873
1910
|
],
|
|
1911
|
+
"implementationHash": "106ebe1537d48581",
|
|
874
1912
|
"middleware": [
|
|
875
1913
|
{
|
|
876
1914
|
"type": "wire",
|
|
@@ -894,6 +1932,7 @@
|
|
|
894
1932
|
"outputs": [
|
|
895
1933
|
"PikkuConsoleFunctionsOutput"
|
|
896
1934
|
],
|
|
1935
|
+
"implementationHash": "9755b441da9e4b81",
|
|
897
1936
|
"middleware": [
|
|
898
1937
|
{
|
|
899
1938
|
"type": "wire",
|
|
@@ -915,6 +1954,7 @@
|
|
|
915
1954
|
"outputSchemaName": null,
|
|
916
1955
|
"inputs": [],
|
|
917
1956
|
"outputs": [],
|
|
1957
|
+
"implementationHash": "9a4ff23a5eedca95",
|
|
918
1958
|
"middleware": [
|
|
919
1959
|
{
|
|
920
1960
|
"type": "wire",
|
|
@@ -938,6 +1978,29 @@
|
|
|
938
1978
|
"outputs": [
|
|
939
1979
|
"PikkuNodesMetaOutput"
|
|
940
1980
|
],
|
|
1981
|
+
"implementationHash": "56d7a29cc36421e4",
|
|
1982
|
+
"middleware": [
|
|
1983
|
+
{
|
|
1984
|
+
"type": "wire",
|
|
1985
|
+
"name": "logCommandInfoAndTime",
|
|
1986
|
+
"inline": false
|
|
1987
|
+
}
|
|
1988
|
+
],
|
|
1989
|
+
"contractHash": "2dd28c3201f71199",
|
|
1990
|
+
"inputHash": "4be7b8bd",
|
|
1991
|
+
"outputHash": "fca2b5eb"
|
|
1992
|
+
},
|
|
1993
|
+
"pikkuCredentials": {
|
|
1994
|
+
"pikkuFuncId": "pikkuCredentials",
|
|
1995
|
+
"functionType": "user",
|
|
1996
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
1997
|
+
"sessionless": true,
|
|
1998
|
+
"name": "pikkuCredentials",
|
|
1999
|
+
"inputSchemaName": null,
|
|
2000
|
+
"outputSchemaName": null,
|
|
2001
|
+
"inputs": [],
|
|
2002
|
+
"outputs": [],
|
|
2003
|
+
"implementationHash": "a99a627856fd77bd",
|
|
941
2004
|
"middleware": [
|
|
942
2005
|
{
|
|
943
2006
|
"type": "wire",
|
|
@@ -945,20 +2008,23 @@
|
|
|
945
2008
|
"inline": false
|
|
946
2009
|
}
|
|
947
2010
|
],
|
|
948
|
-
"contractHash": "
|
|
949
|
-
"inputHash": "
|
|
950
|
-
"outputHash": "
|
|
2011
|
+
"contractHash": "8fa847acfa7ef407",
|
|
2012
|
+
"inputHash": "b98cb2ee",
|
|
2013
|
+
"outputHash": "9e33f562"
|
|
951
2014
|
},
|
|
952
|
-
"
|
|
953
|
-
"pikkuFuncId": "
|
|
2015
|
+
"pikkuGateway": {
|
|
2016
|
+
"pikkuFuncId": "pikkuGateway",
|
|
954
2017
|
"functionType": "user",
|
|
955
2018
|
"funcWrapper": "pikkuSessionlessFunc",
|
|
956
2019
|
"sessionless": true,
|
|
957
|
-
"name": "
|
|
2020
|
+
"name": "pikkuGateway",
|
|
958
2021
|
"inputSchemaName": null,
|
|
959
|
-
"outputSchemaName":
|
|
2022
|
+
"outputSchemaName": "PikkuGatewayOutput",
|
|
960
2023
|
"inputs": [],
|
|
961
|
-
"outputs": [
|
|
2024
|
+
"outputs": [
|
|
2025
|
+
"PikkuGatewayOutput"
|
|
2026
|
+
],
|
|
2027
|
+
"implementationHash": "cc85ec16d890311e",
|
|
962
2028
|
"middleware": [
|
|
963
2029
|
{
|
|
964
2030
|
"type": "wire",
|
|
@@ -966,9 +2032,9 @@
|
|
|
966
2032
|
"inline": false
|
|
967
2033
|
}
|
|
968
2034
|
],
|
|
969
|
-
"contractHash": "
|
|
970
|
-
"inputHash": "
|
|
971
|
-
"outputHash": "
|
|
2035
|
+
"contractHash": "8c9fc7c18aeb2212",
|
|
2036
|
+
"inputHash": "a5477eae",
|
|
2037
|
+
"outputHash": "b5ea8b47"
|
|
972
2038
|
},
|
|
973
2039
|
"pikkuFunctionTypesSplit": {
|
|
974
2040
|
"pikkuFuncId": "pikkuFunctionTypesSplit",
|
|
@@ -980,6 +2046,7 @@
|
|
|
980
2046
|
"outputSchemaName": null,
|
|
981
2047
|
"inputs": [],
|
|
982
2048
|
"outputs": [],
|
|
2049
|
+
"implementationHash": "30b76057f2d8f137",
|
|
983
2050
|
"middleware": [
|
|
984
2051
|
{
|
|
985
2052
|
"type": "wire",
|
|
@@ -1001,6 +2068,7 @@
|
|
|
1001
2068
|
"outputSchemaName": null,
|
|
1002
2069
|
"inputs": [],
|
|
1003
2070
|
"outputs": [],
|
|
2071
|
+
"implementationHash": "59de41cb7305dcf5",
|
|
1004
2072
|
"middleware": [
|
|
1005
2073
|
{
|
|
1006
2074
|
"type": "wire",
|
|
@@ -1024,6 +2092,7 @@
|
|
|
1024
2092
|
"outputs": [
|
|
1025
2093
|
"PikkuFunctionsOutput"
|
|
1026
2094
|
],
|
|
2095
|
+
"implementationHash": "a0e1250ff1782f08",
|
|
1027
2096
|
"middleware": [
|
|
1028
2097
|
{
|
|
1029
2098
|
"type": "wire",
|
|
@@ -1045,6 +2114,7 @@
|
|
|
1045
2114
|
"outputSchemaName": null,
|
|
1046
2115
|
"inputs": [],
|
|
1047
2116
|
"outputs": [],
|
|
2117
|
+
"implementationHash": "6e088a58424c7d9f",
|
|
1048
2118
|
"middleware": [
|
|
1049
2119
|
{
|
|
1050
2120
|
"type": "wire",
|
|
@@ -1056,29 +2126,6 @@
|
|
|
1056
2126
|
"inputHash": "a3e730d9",
|
|
1057
2127
|
"outputHash": "e0b61e49"
|
|
1058
2128
|
},
|
|
1059
|
-
"pikkuGateway": {
|
|
1060
|
-
"pikkuFuncId": "pikkuGateway",
|
|
1061
|
-
"functionType": "user",
|
|
1062
|
-
"funcWrapper": "pikkuSessionlessFunc",
|
|
1063
|
-
"sessionless": true,
|
|
1064
|
-
"name": "pikkuGateway",
|
|
1065
|
-
"inputSchemaName": null,
|
|
1066
|
-
"outputSchemaName": "PikkuGatewayOutput",
|
|
1067
|
-
"inputs": [],
|
|
1068
|
-
"outputs": [
|
|
1069
|
-
"PikkuGatewayOutput"
|
|
1070
|
-
],
|
|
1071
|
-
"middleware": [
|
|
1072
|
-
{
|
|
1073
|
-
"type": "wire",
|
|
1074
|
-
"name": "logCommandInfoAndTime",
|
|
1075
|
-
"inline": false
|
|
1076
|
-
}
|
|
1077
|
-
],
|
|
1078
|
-
"contractHash": "8c9fc7c18aeb2212",
|
|
1079
|
-
"inputHash": "a5477eae",
|
|
1080
|
-
"outputHash": "b5ea8b47"
|
|
1081
|
-
},
|
|
1082
2129
|
"pikkuHTTPMap": {
|
|
1083
2130
|
"pikkuFuncId": "pikkuHTTPMap",
|
|
1084
2131
|
"functionType": "user",
|
|
@@ -1089,6 +2136,7 @@
|
|
|
1089
2136
|
"outputSchemaName": null,
|
|
1090
2137
|
"inputs": [],
|
|
1091
2138
|
"outputs": [],
|
|
2139
|
+
"implementationHash": "345097eadd673481",
|
|
1092
2140
|
"middleware": [
|
|
1093
2141
|
{
|
|
1094
2142
|
"type": "wire",
|
|
@@ -1100,18 +2148,19 @@
|
|
|
1100
2148
|
"inputHash": "18c3cb6e",
|
|
1101
2149
|
"outputHash": "53470b3b"
|
|
1102
2150
|
},
|
|
1103
|
-
"
|
|
1104
|
-
"pikkuFuncId": "
|
|
2151
|
+
"pikkuCommandHTTP": {
|
|
2152
|
+
"pikkuFuncId": "pikkuCommandHTTP",
|
|
1105
2153
|
"functionType": "user",
|
|
1106
2154
|
"funcWrapper": "pikkuSessionlessFunc",
|
|
1107
2155
|
"sessionless": true,
|
|
1108
|
-
"name": "
|
|
2156
|
+
"name": "pikkuCommandHTTP",
|
|
1109
2157
|
"inputSchemaName": null,
|
|
1110
|
-
"outputSchemaName": "
|
|
2158
|
+
"outputSchemaName": "PikkuCommandHTTPOutput",
|
|
1111
2159
|
"inputs": [],
|
|
1112
2160
|
"outputs": [
|
|
1113
|
-
"
|
|
2161
|
+
"PikkuCommandHTTPOutput"
|
|
1114
2162
|
],
|
|
2163
|
+
"implementationHash": "2588b8e5c8c4a366",
|
|
1115
2164
|
"middleware": [
|
|
1116
2165
|
{
|
|
1117
2166
|
"type": "wire",
|
|
@@ -1119,9 +2168,9 @@
|
|
|
1119
2168
|
"inline": false
|
|
1120
2169
|
}
|
|
1121
2170
|
],
|
|
1122
|
-
"contractHash": "
|
|
1123
|
-
"inputHash": "
|
|
1124
|
-
"outputHash": "
|
|
2171
|
+
"contractHash": "a624f93ffff610be",
|
|
2172
|
+
"inputHash": "a74d9e9f",
|
|
2173
|
+
"outputHash": "ae377648"
|
|
1125
2174
|
},
|
|
1126
2175
|
"pikkuHTTPTypes": {
|
|
1127
2176
|
"pikkuFuncId": "pikkuHTTPTypes",
|
|
@@ -1133,6 +2182,7 @@
|
|
|
1133
2182
|
"outputSchemaName": null,
|
|
1134
2183
|
"inputs": [],
|
|
1135
2184
|
"outputs": [],
|
|
2185
|
+
"implementationHash": "58a92fd6c1bb460f",
|
|
1136
2186
|
"middleware": [
|
|
1137
2187
|
{
|
|
1138
2188
|
"type": "wire",
|
|
@@ -1144,18 +2194,19 @@
|
|
|
1144
2194
|
"inputHash": "d9ca67f8",
|
|
1145
2195
|
"outputHash": "1ca4e877"
|
|
1146
2196
|
},
|
|
1147
|
-
"
|
|
1148
|
-
"pikkuFuncId": "
|
|
2197
|
+
"pikkuHTTP": {
|
|
2198
|
+
"pikkuFuncId": "pikkuHTTP",
|
|
1149
2199
|
"functionType": "user",
|
|
1150
2200
|
"funcWrapper": "pikkuSessionlessFunc",
|
|
1151
2201
|
"sessionless": true,
|
|
1152
|
-
"name": "
|
|
2202
|
+
"name": "pikkuHTTP",
|
|
1153
2203
|
"inputSchemaName": null,
|
|
1154
|
-
"outputSchemaName": "
|
|
2204
|
+
"outputSchemaName": "PikkuHTTPOutput",
|
|
1155
2205
|
"inputs": [],
|
|
1156
2206
|
"outputs": [
|
|
1157
|
-
"
|
|
2207
|
+
"PikkuHTTPOutput"
|
|
1158
2208
|
],
|
|
2209
|
+
"implementationHash": "8684f7fee11fb37d",
|
|
1159
2210
|
"middleware": [
|
|
1160
2211
|
{
|
|
1161
2212
|
"type": "wire",
|
|
@@ -1163,9 +2214,9 @@
|
|
|
1163
2214
|
"inline": false
|
|
1164
2215
|
}
|
|
1165
2216
|
],
|
|
1166
|
-
"contractHash": "
|
|
1167
|
-
"inputHash": "
|
|
1168
|
-
"outputHash": "
|
|
2217
|
+
"contractHash": "4a287055ab7c5ff6",
|
|
2218
|
+
"inputHash": "08a0d2b8",
|
|
2219
|
+
"outputHash": "87c39a83"
|
|
1169
2220
|
},
|
|
1170
2221
|
"pikkuMCPJSON": {
|
|
1171
2222
|
"pikkuFuncId": "pikkuMCPJSON",
|
|
@@ -1177,6 +2228,7 @@
|
|
|
1177
2228
|
"outputSchemaName": null,
|
|
1178
2229
|
"inputs": [],
|
|
1179
2230
|
"outputs": [],
|
|
2231
|
+
"implementationHash": "478ca5bc0fa6f487",
|
|
1180
2232
|
"middleware": [
|
|
1181
2233
|
{
|
|
1182
2234
|
"type": "wire",
|
|
@@ -1198,6 +2250,7 @@
|
|
|
1198
2250
|
"outputSchemaName": null,
|
|
1199
2251
|
"inputs": [],
|
|
1200
2252
|
"outputs": [],
|
|
2253
|
+
"implementationHash": "6a7c04657136ed5e",
|
|
1201
2254
|
"middleware": [
|
|
1202
2255
|
{
|
|
1203
2256
|
"type": "wire",
|
|
@@ -1221,6 +2274,7 @@
|
|
|
1221
2274
|
"outputs": [
|
|
1222
2275
|
"PikkuMCPOutput"
|
|
1223
2276
|
],
|
|
2277
|
+
"implementationHash": "01a077b0506abb69",
|
|
1224
2278
|
"middleware": [
|
|
1225
2279
|
{
|
|
1226
2280
|
"type": "wire",
|
|
@@ -1232,6 +2286,30 @@
|
|
|
1232
2286
|
"inputHash": "bcd31116",
|
|
1233
2287
|
"outputHash": "ff46ce8f"
|
|
1234
2288
|
},
|
|
2289
|
+
"pikkuMiddleware": {
|
|
2290
|
+
"pikkuFuncId": "pikkuMiddleware",
|
|
2291
|
+
"functionType": "user",
|
|
2292
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
2293
|
+
"sessionless": true,
|
|
2294
|
+
"name": "pikkuMiddleware",
|
|
2295
|
+
"inputSchemaName": null,
|
|
2296
|
+
"outputSchemaName": "PikkuMiddlewareOutput",
|
|
2297
|
+
"inputs": [],
|
|
2298
|
+
"outputs": [
|
|
2299
|
+
"PikkuMiddlewareOutput"
|
|
2300
|
+
],
|
|
2301
|
+
"implementationHash": "a20d75746588da20",
|
|
2302
|
+
"middleware": [
|
|
2303
|
+
{
|
|
2304
|
+
"type": "wire",
|
|
2305
|
+
"name": "logCommandInfoAndTime",
|
|
2306
|
+
"inline": false
|
|
2307
|
+
}
|
|
2308
|
+
],
|
|
2309
|
+
"contractHash": "08fae68caf8fd589",
|
|
2310
|
+
"inputHash": "58f70d81",
|
|
2311
|
+
"outputHash": "53953774"
|
|
2312
|
+
},
|
|
1235
2313
|
"pikkuSecretDefinitionTypes": {
|
|
1236
2314
|
"pikkuFuncId": "pikkuSecretDefinitionTypes",
|
|
1237
2315
|
"functionType": "user",
|
|
@@ -1242,6 +2320,7 @@
|
|
|
1242
2320
|
"outputSchemaName": null,
|
|
1243
2321
|
"inputs": [],
|
|
1244
2322
|
"outputs": [],
|
|
2323
|
+
"implementationHash": "2a9e350ce1dc0126",
|
|
1245
2324
|
"middleware": [
|
|
1246
2325
|
{
|
|
1247
2326
|
"type": "wire",
|
|
@@ -1263,6 +2342,7 @@
|
|
|
1263
2342
|
"outputSchemaName": null,
|
|
1264
2343
|
"inputs": [],
|
|
1265
2344
|
"outputs": [],
|
|
2345
|
+
"implementationHash": "8f107711c73e67c4",
|
|
1266
2346
|
"middleware": [
|
|
1267
2347
|
{
|
|
1268
2348
|
"type": "wire",
|
|
@@ -1286,6 +2366,7 @@
|
|
|
1286
2366
|
"outputs": [
|
|
1287
2367
|
"PikkuPackageOutput"
|
|
1288
2368
|
],
|
|
2369
|
+
"implementationHash": "172d755c95d301f6",
|
|
1289
2370
|
"middleware": [
|
|
1290
2371
|
{
|
|
1291
2372
|
"type": "wire",
|
|
@@ -1297,16 +2378,19 @@
|
|
|
1297
2378
|
"inputHash": "6c4c903c",
|
|
1298
2379
|
"outputHash": "5ceae041"
|
|
1299
2380
|
},
|
|
1300
|
-
"
|
|
1301
|
-
"pikkuFuncId": "
|
|
2381
|
+
"pikkuPermissions": {
|
|
2382
|
+
"pikkuFuncId": "pikkuPermissions",
|
|
1302
2383
|
"functionType": "user",
|
|
1303
2384
|
"funcWrapper": "pikkuSessionlessFunc",
|
|
1304
2385
|
"sessionless": true,
|
|
1305
|
-
"name": "
|
|
2386
|
+
"name": "pikkuPermissions",
|
|
1306
2387
|
"inputSchemaName": null,
|
|
1307
|
-
"outputSchemaName":
|
|
2388
|
+
"outputSchemaName": "PikkuPermissionsOutput",
|
|
1308
2389
|
"inputs": [],
|
|
1309
|
-
"outputs": [
|
|
2390
|
+
"outputs": [
|
|
2391
|
+
"PikkuPermissionsOutput"
|
|
2392
|
+
],
|
|
2393
|
+
"implementationHash": "010fc7dc667e544e",
|
|
1310
2394
|
"middleware": [
|
|
1311
2395
|
{
|
|
1312
2396
|
"type": "wire",
|
|
@@ -1314,20 +2398,45 @@
|
|
|
1314
2398
|
"inline": false
|
|
1315
2399
|
}
|
|
1316
2400
|
],
|
|
1317
|
-
"contractHash": "
|
|
1318
|
-
"inputHash": "
|
|
1319
|
-
"outputHash": "
|
|
2401
|
+
"contractHash": "16abe2f5a83ea75d",
|
|
2402
|
+
"inputHash": "d7b18af5",
|
|
2403
|
+
"outputHash": "09d7f16a"
|
|
1320
2404
|
},
|
|
1321
|
-
"
|
|
1322
|
-
"pikkuFuncId": "
|
|
2405
|
+
"pikkuEventsScaffold": {
|
|
2406
|
+
"pikkuFuncId": "pikkuEventsScaffold",
|
|
1323
2407
|
"functionType": "user",
|
|
1324
2408
|
"funcWrapper": "pikkuSessionlessFunc",
|
|
1325
2409
|
"sessionless": true,
|
|
1326
|
-
"name": "
|
|
2410
|
+
"name": "pikkuEventsScaffold",
|
|
2411
|
+
"inputSchemaName": null,
|
|
2412
|
+
"outputSchemaName": "PikkuEventsScaffoldOutput",
|
|
2413
|
+
"inputs": [],
|
|
2414
|
+
"outputs": [
|
|
2415
|
+
"PikkuEventsScaffoldOutput"
|
|
2416
|
+
],
|
|
2417
|
+
"implementationHash": "4a998c5d2ef1753b",
|
|
2418
|
+
"middleware": [
|
|
2419
|
+
{
|
|
2420
|
+
"type": "wire",
|
|
2421
|
+
"name": "logCommandInfoAndTime",
|
|
2422
|
+
"inline": false
|
|
2423
|
+
}
|
|
2424
|
+
],
|
|
2425
|
+
"contractHash": "59fdeb7aa338289b",
|
|
2426
|
+
"inputHash": "0e752243",
|
|
2427
|
+
"outputHash": "486a58ef"
|
|
2428
|
+
},
|
|
2429
|
+
"pikkuCommandQueueMap": {
|
|
2430
|
+
"pikkuFuncId": "pikkuCommandQueueMap",
|
|
2431
|
+
"functionType": "user",
|
|
2432
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
2433
|
+
"sessionless": true,
|
|
2434
|
+
"name": "pikkuCommandQueueMap",
|
|
1327
2435
|
"inputSchemaName": null,
|
|
1328
2436
|
"outputSchemaName": null,
|
|
1329
2437
|
"inputs": [],
|
|
1330
2438
|
"outputs": [],
|
|
2439
|
+
"implementationHash": "26bb5430711a54d5",
|
|
1331
2440
|
"middleware": [
|
|
1332
2441
|
{
|
|
1333
2442
|
"type": "wire",
|
|
@@ -1335,9 +2444,9 @@
|
|
|
1335
2444
|
"inline": false
|
|
1336
2445
|
}
|
|
1337
2446
|
],
|
|
1338
|
-
"contractHash": "
|
|
1339
|
-
"inputHash": "
|
|
1340
|
-
"outputHash": "
|
|
2447
|
+
"contractHash": "f3377d46e4b899ef",
|
|
2448
|
+
"inputHash": "3abbe04a",
|
|
2449
|
+
"outputHash": "881e5a04"
|
|
1341
2450
|
},
|
|
1342
2451
|
"pikkuQueueTypes": {
|
|
1343
2452
|
"pikkuFuncId": "pikkuQueueTypes",
|
|
@@ -1349,6 +2458,7 @@
|
|
|
1349
2458
|
"outputSchemaName": null,
|
|
1350
2459
|
"inputs": [],
|
|
1351
2460
|
"outputs": [],
|
|
2461
|
+
"implementationHash": "64ac7636f9a1f7b6",
|
|
1352
2462
|
"middleware": [
|
|
1353
2463
|
{
|
|
1354
2464
|
"type": "wire",
|
|
@@ -1360,6 +2470,52 @@
|
|
|
1360
2470
|
"inputHash": "37f2e3b1",
|
|
1361
2471
|
"outputHash": "de26da6a"
|
|
1362
2472
|
},
|
|
2473
|
+
"pikkuCommandQueue": {
|
|
2474
|
+
"pikkuFuncId": "pikkuCommandQueue",
|
|
2475
|
+
"functionType": "user",
|
|
2476
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
2477
|
+
"sessionless": true,
|
|
2478
|
+
"name": "pikkuCommandQueue",
|
|
2479
|
+
"inputSchemaName": null,
|
|
2480
|
+
"outputSchemaName": "PikkuCommandQueueOutput",
|
|
2481
|
+
"inputs": [],
|
|
2482
|
+
"outputs": [
|
|
2483
|
+
"PikkuCommandQueueOutput"
|
|
2484
|
+
],
|
|
2485
|
+
"implementationHash": "e888f44e5e424e16",
|
|
2486
|
+
"middleware": [
|
|
2487
|
+
{
|
|
2488
|
+
"type": "wire",
|
|
2489
|
+
"name": "logCommandInfoAndTime",
|
|
2490
|
+
"inline": false
|
|
2491
|
+
}
|
|
2492
|
+
],
|
|
2493
|
+
"contractHash": "0cb20621015a681f",
|
|
2494
|
+
"inputHash": "5b5da120",
|
|
2495
|
+
"outputHash": "c63e71d1"
|
|
2496
|
+
},
|
|
2497
|
+
"pikkuQueueMap": {
|
|
2498
|
+
"pikkuFuncId": "pikkuQueueMap",
|
|
2499
|
+
"functionType": "user",
|
|
2500
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
2501
|
+
"sessionless": true,
|
|
2502
|
+
"name": "pikkuQueueMap",
|
|
2503
|
+
"inputSchemaName": null,
|
|
2504
|
+
"outputSchemaName": null,
|
|
2505
|
+
"inputs": [],
|
|
2506
|
+
"outputs": [],
|
|
2507
|
+
"implementationHash": "26bb5430711a54d5",
|
|
2508
|
+
"middleware": [
|
|
2509
|
+
{
|
|
2510
|
+
"type": "wire",
|
|
2511
|
+
"name": "logCommandInfoAndTime",
|
|
2512
|
+
"inline": false
|
|
2513
|
+
}
|
|
2514
|
+
],
|
|
2515
|
+
"contractHash": "e50208cd844e06bb",
|
|
2516
|
+
"inputHash": "98e1e73b",
|
|
2517
|
+
"outputHash": "2879bd9d"
|
|
2518
|
+
},
|
|
1363
2519
|
"pikkuQueue": {
|
|
1364
2520
|
"pikkuFuncId": "pikkuQueue",
|
|
1365
2521
|
"functionType": "user",
|
|
@@ -1372,6 +2528,7 @@
|
|
|
1372
2528
|
"outputs": [
|
|
1373
2529
|
"PikkuQueueOutput"
|
|
1374
2530
|
],
|
|
2531
|
+
"implementationHash": "7f2ea2d065009aae",
|
|
1375
2532
|
"middleware": [
|
|
1376
2533
|
{
|
|
1377
2534
|
"type": "wire",
|
|
@@ -1395,6 +2552,7 @@
|
|
|
1395
2552
|
"outputs": [
|
|
1396
2553
|
"PikkuPublicRPCOutput"
|
|
1397
2554
|
],
|
|
2555
|
+
"implementationHash": "451ba459892bac2f",
|
|
1398
2556
|
"middleware": [
|
|
1399
2557
|
{
|
|
1400
2558
|
"type": "wire",
|
|
@@ -1418,6 +2576,7 @@
|
|
|
1418
2576
|
"outputs": [
|
|
1419
2577
|
"PikkuRemoteRPCOutput"
|
|
1420
2578
|
],
|
|
2579
|
+
"implementationHash": "e9cbb8179a697ffe",
|
|
1421
2580
|
"middleware": [
|
|
1422
2581
|
{
|
|
1423
2582
|
"type": "wire",
|
|
@@ -1439,6 +2598,7 @@
|
|
|
1439
2598
|
"outputSchemaName": null,
|
|
1440
2599
|
"inputs": [],
|
|
1441
2600
|
"outputs": [],
|
|
2601
|
+
"implementationHash": "841f275c6e97b3ff",
|
|
1442
2602
|
"middleware": [
|
|
1443
2603
|
{
|
|
1444
2604
|
"type": "wire",
|
|
@@ -1460,6 +2620,7 @@
|
|
|
1460
2620
|
"outputSchemaName": null,
|
|
1461
2621
|
"inputs": [],
|
|
1462
2622
|
"outputs": [],
|
|
2623
|
+
"implementationHash": "3930f1d960d70df1",
|
|
1463
2624
|
"middleware": [
|
|
1464
2625
|
{
|
|
1465
2626
|
"type": "wire",
|
|
@@ -1483,6 +2644,7 @@
|
|
|
1483
2644
|
"outputs": [
|
|
1484
2645
|
"PikkuRPCOutput"
|
|
1485
2646
|
],
|
|
2647
|
+
"implementationHash": "6d21a1132eeb46fb",
|
|
1486
2648
|
"middleware": [
|
|
1487
2649
|
{
|
|
1488
2650
|
"type": "wire",
|
|
@@ -1504,6 +2666,7 @@
|
|
|
1504
2666
|
"outputSchemaName": null,
|
|
1505
2667
|
"inputs": [],
|
|
1506
2668
|
"outputs": [],
|
|
2669
|
+
"implementationHash": "ca3f707d96566f5c",
|
|
1507
2670
|
"middleware": [
|
|
1508
2671
|
{
|
|
1509
2672
|
"type": "wire",
|
|
@@ -1527,6 +2690,7 @@
|
|
|
1527
2690
|
"outputs": [
|
|
1528
2691
|
"PikkuSchedulerOutput"
|
|
1529
2692
|
],
|
|
2693
|
+
"implementationHash": "e78409e71cedf438",
|
|
1530
2694
|
"middleware": [
|
|
1531
2695
|
{
|
|
1532
2696
|
"type": "wire",
|
|
@@ -1548,6 +2712,7 @@
|
|
|
1548
2712
|
"outputSchemaName": null,
|
|
1549
2713
|
"inputs": [],
|
|
1550
2714
|
"outputs": [],
|
|
2715
|
+
"implementationHash": "0c90e1e1b970f27c",
|
|
1551
2716
|
"middleware": [
|
|
1552
2717
|
{
|
|
1553
2718
|
"type": "wire",
|
|
@@ -1559,16 +2724,17 @@
|
|
|
1559
2724
|
"inputHash": "838055cb",
|
|
1560
2725
|
"outputHash": "c749587a"
|
|
1561
2726
|
},
|
|
1562
|
-
"
|
|
1563
|
-
"pikkuFuncId": "
|
|
2727
|
+
"pikkuVariables": {
|
|
2728
|
+
"pikkuFuncId": "pikkuVariables",
|
|
1564
2729
|
"functionType": "user",
|
|
1565
2730
|
"funcWrapper": "pikkuSessionlessFunc",
|
|
1566
2731
|
"sessionless": true,
|
|
1567
|
-
"name": "
|
|
2732
|
+
"name": "pikkuVariables",
|
|
1568
2733
|
"inputSchemaName": null,
|
|
1569
2734
|
"outputSchemaName": null,
|
|
1570
2735
|
"inputs": [],
|
|
1571
2736
|
"outputs": [],
|
|
2737
|
+
"implementationHash": "84a0e3ace8da3e52",
|
|
1572
2738
|
"middleware": [
|
|
1573
2739
|
{
|
|
1574
2740
|
"type": "wire",
|
|
@@ -1576,43 +2742,21 @@
|
|
|
1576
2742
|
"inline": false
|
|
1577
2743
|
}
|
|
1578
2744
|
],
|
|
1579
|
-
"contractHash": "
|
|
1580
|
-
"inputHash": "
|
|
1581
|
-
"outputHash": "
|
|
1582
|
-
},
|
|
1583
|
-
"pikkuTrigger": {
|
|
1584
|
-
"pikkuFuncId": "pikkuTrigger",
|
|
1585
|
-
"functionType": "user",
|
|
1586
|
-
"funcWrapper": "pikkuSessionlessFunc",
|
|
1587
|
-
"sessionless": true,
|
|
1588
|
-
"name": "pikkuTrigger",
|
|
1589
|
-
"inputSchemaName": null,
|
|
1590
|
-
"outputSchemaName": "PikkuTriggerOutput",
|
|
1591
|
-
"inputs": [],
|
|
1592
|
-
"outputs": [
|
|
1593
|
-
"PikkuTriggerOutput"
|
|
1594
|
-
],
|
|
1595
|
-
"middleware": [
|
|
1596
|
-
{
|
|
1597
|
-
"type": "wire",
|
|
1598
|
-
"name": "logCommandInfoAndTime",
|
|
1599
|
-
"inline": false
|
|
1600
|
-
}
|
|
1601
|
-
],
|
|
1602
|
-
"contractHash": "e0688c774c3e4768",
|
|
1603
|
-
"inputHash": "164d65e7",
|
|
1604
|
-
"outputHash": "3ac7247c"
|
|
2745
|
+
"contractHash": "a26bc48e31b3d5d5",
|
|
2746
|
+
"inputHash": "114143f9",
|
|
2747
|
+
"outputHash": "75594b2d"
|
|
1605
2748
|
},
|
|
1606
|
-
"
|
|
1607
|
-
"pikkuFuncId": "
|
|
2749
|
+
"pikkuTriggerTypes": {
|
|
2750
|
+
"pikkuFuncId": "pikkuTriggerTypes",
|
|
1608
2751
|
"functionType": "user",
|
|
1609
2752
|
"funcWrapper": "pikkuSessionlessFunc",
|
|
1610
2753
|
"sessionless": true,
|
|
1611
|
-
"name": "
|
|
2754
|
+
"name": "pikkuTriggerTypes",
|
|
1612
2755
|
"inputSchemaName": null,
|
|
1613
2756
|
"outputSchemaName": null,
|
|
1614
2757
|
"inputs": [],
|
|
1615
2758
|
"outputs": [],
|
|
2759
|
+
"implementationHash": "4d127acf20bf757e",
|
|
1616
2760
|
"middleware": [
|
|
1617
2761
|
{
|
|
1618
2762
|
"type": "wire",
|
|
@@ -1620,22 +2764,23 @@
|
|
|
1620
2764
|
"inline": false
|
|
1621
2765
|
}
|
|
1622
2766
|
],
|
|
1623
|
-
"contractHash": "
|
|
1624
|
-
"inputHash": "
|
|
1625
|
-
"outputHash": "
|
|
2767
|
+
"contractHash": "09fddf730c1bf453",
|
|
2768
|
+
"inputHash": "ffe285ee",
|
|
2769
|
+
"outputHash": "94f80533"
|
|
1626
2770
|
},
|
|
1627
|
-
"
|
|
1628
|
-
"pikkuFuncId": "
|
|
2771
|
+
"pikkuTrigger": {
|
|
2772
|
+
"pikkuFuncId": "pikkuTrigger",
|
|
1629
2773
|
"functionType": "user",
|
|
1630
2774
|
"funcWrapper": "pikkuSessionlessFunc",
|
|
1631
2775
|
"sessionless": true,
|
|
1632
|
-
"name": "
|
|
2776
|
+
"name": "pikkuTrigger",
|
|
1633
2777
|
"inputSchemaName": null,
|
|
1634
|
-
"outputSchemaName": "
|
|
2778
|
+
"outputSchemaName": "PikkuTriggerOutput",
|
|
1635
2779
|
"inputs": [],
|
|
1636
2780
|
"outputs": [
|
|
1637
|
-
"
|
|
2781
|
+
"PikkuTriggerOutput"
|
|
1638
2782
|
],
|
|
2783
|
+
"implementationHash": "1ac2f4e727e650c9",
|
|
1639
2784
|
"middleware": [
|
|
1640
2785
|
{
|
|
1641
2786
|
"type": "wire",
|
|
@@ -1643,9 +2788,9 @@
|
|
|
1643
2788
|
"inline": false
|
|
1644
2789
|
}
|
|
1645
2790
|
],
|
|
1646
|
-
"contractHash": "
|
|
1647
|
-
"inputHash": "
|
|
1648
|
-
"outputHash": "
|
|
2791
|
+
"contractHash": "e0688c774c3e4768",
|
|
2792
|
+
"inputHash": "164d65e7",
|
|
2793
|
+
"outputHash": "3ac7247c"
|
|
1649
2794
|
},
|
|
1650
2795
|
"pikkuWorkflowRoutes": {
|
|
1651
2796
|
"pikkuFuncId": "pikkuWorkflowRoutes",
|
|
@@ -1659,6 +2804,7 @@
|
|
|
1659
2804
|
"outputs": [
|
|
1660
2805
|
"PikkuWorkflowRoutesOutput"
|
|
1661
2806
|
],
|
|
2807
|
+
"implementationHash": "44984589bce5976c",
|
|
1662
2808
|
"middleware": [
|
|
1663
2809
|
{
|
|
1664
2810
|
"type": "wire",
|
|
@@ -1669,28 +2815,5 @@
|
|
|
1669
2815
|
"contractHash": "4bfa767e5f7be854",
|
|
1670
2816
|
"inputHash": "3bda91da",
|
|
1671
2817
|
"outputHash": "8b24f1df"
|
|
1672
|
-
},
|
|
1673
|
-
"pikkuWorkflow": {
|
|
1674
|
-
"pikkuFuncId": "pikkuWorkflow",
|
|
1675
|
-
"functionType": "user",
|
|
1676
|
-
"funcWrapper": "pikkuSessionlessFunc",
|
|
1677
|
-
"sessionless": true,
|
|
1678
|
-
"name": "pikkuWorkflow",
|
|
1679
|
-
"inputSchemaName": null,
|
|
1680
|
-
"outputSchemaName": "PikkuWorkflowOutput",
|
|
1681
|
-
"inputs": [],
|
|
1682
|
-
"outputs": [
|
|
1683
|
-
"PikkuWorkflowOutput"
|
|
1684
|
-
],
|
|
1685
|
-
"middleware": [
|
|
1686
|
-
{
|
|
1687
|
-
"type": "wire",
|
|
1688
|
-
"name": "logCommandInfoAndTime",
|
|
1689
|
-
"inline": false
|
|
1690
|
-
}
|
|
1691
|
-
],
|
|
1692
|
-
"contractHash": "90b1ebde2160a082",
|
|
1693
|
-
"inputHash": "9cc3f5b5",
|
|
1694
|
-
"outputHash": "2ad6222d"
|
|
1695
2818
|
}
|
|
1696
2819
|
}
|