@pikku/cli 0.12.53 → 0.12.55
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-DYnbceYg.js → index-xN8LW0II.js} +155 -155
- package/console-app/index.html +1 -1
- 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 +6 -1
- package/dist/.pikku/cli/pikku-cli-client.gen.d.ts +1 -1
- package/dist/.pikku/cli/pikku-cli-client.gen.js +1 -1
- package/dist/.pikku/cli/pikku-cli-contracts-meta.gen.d.ts +1 -1
- package/dist/.pikku/cli/pikku-cli-contracts-meta.gen.js +1 -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 +23 -0
- 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 +2 -2
- package/dist/.pikku/function/pikku-function-types.gen.js +1 -1
- package/dist/.pikku/function/pikku-functions-meta.gen.js +1 -1
- package/dist/.pikku/function/pikku-functions-meta.gen.json +1205 -1188
- package/dist/.pikku/function/pikku-functions.gen.js +1 -1
- package/dist/.pikku/http/pikku-http-types.gen.d.ts +1 -1
- package/dist/.pikku/http/pikku-http-types.gen.js +1 -1
- package/dist/.pikku/http/pikku-http-wirings-meta.gen.js +1 -1
- package/dist/.pikku/http/pikku-http-wirings.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 +1 -1
- package/dist/.pikku/pikku-bootstrap.gen.js +1 -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 +1 -1
- 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.js +1 -1
- package/dist/.pikku/queue/pikku-queue-workers-wirings-meta.gen.json +4 -4
- package/dist/.pikku/queue/pikku-queue-workers-wirings.gen.d.ts +1 -1
- package/dist/.pikku/queue/pikku-queue-workers-wirings.gen.js +1 -1
- package/dist/.pikku/rpc/pikku-rpc-wirings-meta.internal.gen.js +1 -1
- package/dist/.pikku/rpc/pikku-rpc-wirings-meta.internal.gen.json +66 -65
- 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 +187 -185
- package/dist/.pikku/schemas/schemas/DeployApplyInput.schema.json +1 -1
- package/dist/.pikku/schemas/schemas/DeployPlanInput.schema.json +1 -1
- package/dist/.pikku/schemas/schemas/PikkuAuthInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PikkuCLIConfig.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 +9 -3
- 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 +2 -2
- package/dist/src/cli.wiring.js +23 -1
- package/dist/src/deploy/provider-adapter.d.ts +11 -0
- package/dist/src/deploy/server-entry.js +3 -1
- package/dist/src/fabric/fabric-commands.d.ts +72 -72
- package/dist/src/fabric/functions/add.function.d.ts +3 -3
- package/dist/src/fabric/functions/db-schema.function.d.ts +3 -3
- package/dist/src/fabric/functions/deploy-list.function.d.ts +3 -3
- package/dist/src/fabric/functions/deploy-units.function.d.ts +3 -3
- package/dist/src/fabric/functions/deploy.function.d.ts +6 -6
- package/dist/src/fabric/functions/domains-add.function.d.ts +3 -3
- package/dist/src/fabric/functions/domains-list.function.d.ts +3 -3
- package/dist/src/fabric/functions/domains-remove.function.d.ts +3 -3
- package/dist/src/fabric/functions/errors.function.d.ts +3 -3
- package/dist/src/fabric/functions/init.function.d.ts +3 -3
- package/dist/src/fabric/functions/link.function.d.ts +3 -3
- package/dist/src/fabric/functions/llm-key.function.d.ts +3 -3
- package/dist/src/fabric/functions/login.function.d.ts +3 -3
- package/dist/src/fabric/functions/logs.function.d.ts +3 -3
- package/dist/src/fabric/functions/metrics.function.d.ts +3 -3
- package/dist/src/fabric/functions/publish.function.d.ts +3 -3
- package/dist/src/fabric/functions/rollback.function.d.ts +3 -3
- package/dist/src/fabric/functions/secrets-list.function.d.ts +3 -3
- package/dist/src/fabric/functions/secrets-set.function.d.ts +3 -3
- package/dist/src/fabric/functions/smoke.function.d.ts +3 -3
- package/dist/src/fabric/functions/status.function.d.ts +3 -3
- package/dist/src/fabric/functions/trace.function.d.ts +3 -3
- package/dist/src/fabric/functions/validate.function.d.ts +3 -3
- package/dist/src/functions/commands/all.d.ts +1 -1
- package/dist/src/functions/commands/all.js +19 -2
- package/dist/src/functions/commands/binary.d.ts +3 -3
- package/dist/src/functions/commands/bootstrap.d.ts +1 -1
- package/dist/src/functions/commands/bootstrap.js +3 -0
- package/dist/src/functions/commands/console.d.ts +3 -3
- package/dist/src/functions/commands/db-audit.d.ts +1 -1
- package/dist/src/functions/commands/db-generate.d.ts +1 -1
- package/dist/src/functions/commands/db-migrate.d.ts +1 -1
- package/dist/src/functions/commands/db-reset.d.ts +1 -1
- package/dist/src/functions/commands/db-seed.d.ts +1 -1
- package/dist/src/functions/commands/deploy-apply.d.ts +9 -4
- package/dist/src/functions/commands/deploy-apply.js +35 -4
- package/dist/src/functions/commands/deploy-info.d.ts +1 -1
- package/dist/src/functions/commands/deploy-plan.d.ts +6 -3
- package/dist/src/functions/commands/deploy-plan.js +3 -1
- package/dist/src/functions/commands/dev.d.ts +3 -3
- package/dist/src/functions/commands/dev.js +47 -13
- package/dist/src/functions/commands/emails-init.d.ts +1 -1
- package/dist/src/functions/commands/enable.d.ts +6 -5
- package/dist/src/functions/commands/enable.js +4 -0
- package/dist/src/functions/commands/info.d.ts +4 -4
- package/dist/src/functions/commands/login.d.ts +7 -7
- package/dist/src/functions/commands/meta.d.ts +31 -31
- 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-summary.d.ts +1 -1
- package/dist/src/functions/commands/pikku-command-summary.js +6 -1
- package/dist/src/functions/commands/skills.d.ts +6 -6
- package/dist/src/functions/commands/tests-coverage.d.ts +3 -3
- package/dist/src/functions/commands/tests-init.d.ts +3 -3
- package/dist/src/functions/commands/versions-check.d.ts +1 -1
- package/dist/src/functions/commands/versions-init.d.ts +3 -3
- package/dist/src/functions/commands/versions-update.d.ts +1 -1
- package/dist/src/functions/commands/watch.d.ts +3 -3
- package/dist/src/functions/commands/workspace-validate.d.ts +3 -3
- package/dist/src/functions/db/sqlite/sqlite-runtime-bun.js +11 -1
- 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/tanstack-start/pikku-command-tanstack-start.d.ts +1 -1
- 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-public-agent.d.ts +1 -1
- package/dist/src/functions/wirings/auth/pikku-command-auth.d.ts +7 -1
- package/dist/src/functions/wirings/auth/pikku-command-auth.js +14 -2
- package/dist/src/functions/wirings/auth/serialize-auth-types.d.ts +10 -0
- package/dist/src/functions/wirings/auth/serialize-auth-types.js +15 -0
- package/dist/src/functions/wirings/channels/pikku-channels.d.ts +1 -1
- package/dist/src/functions/wirings/channels/pikku-command-channel-types.d.ts +1 -1
- package/dist/src/functions/wirings/channels/pikku-command-channels-map.d.ts +1 -1
- package/dist/src/functions/wirings/channels/pikku-command-channels.d.ts +1 -1
- package/dist/src/functions/wirings/cli/pikku-command-cli-entry.d.ts +1 -1
- package/dist/src/functions/wirings/cli/pikku-command-cli-types.d.ts +1 -1
- package/dist/src/functions/wirings/cli/pikku-command-cli.d.ts +1 -1
- package/dist/src/functions/wirings/console/pikku-command-console-functions.d.ts +1 -1
- package/dist/src/functions/wirings/console/pikku-command-node-types.d.ts +1 -1
- package/dist/src/functions/wirings/console/pikku-command-nodes-meta.d.ts +1 -1
- package/dist/src/functions/wirings/credentials/pikku-command-credentials.d.ts +1 -1
- package/dist/src/functions/wirings/emails/pikku-command-emails.d.ts +1 -1
- package/dist/src/functions/wirings/functions/pikku-command-addon-types.d.ts +1 -1
- package/dist/src/functions/wirings/functions/pikku-command-function-types-split.d.ts +3 -3
- package/dist/src/functions/wirings/functions/pikku-command-function-types.d.ts +3 -3
- package/dist/src/functions/wirings/functions/pikku-command-function-types.js +10 -3
- 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/gateway/pikku-command-gateway.d.ts +1 -1
- package/dist/src/functions/wirings/http/pikku-command-http-map.d.ts +1 -1
- package/dist/src/functions/wirings/http/pikku-command-http-routes.d.ts +1 -1
- package/dist/src/functions/wirings/http/pikku-command-http-types.d.ts +1 -1
- package/dist/src/functions/wirings/http/pikku-command-openapi.d.ts +1 -1
- package/dist/src/functions/wirings/http/pikku-http-routes.d.ts +1 -1
- package/dist/src/functions/wirings/mcp/pikku-command-mcp-json.d.ts +1 -1
- package/dist/src/functions/wirings/mcp/pikku-command-mcp-types.d.ts +1 -1
- package/dist/src/functions/wirings/mcp/pikku-command-mcp.d.ts +1 -1
- package/dist/src/functions/wirings/middleware/pikku-command-middleware.d.ts +1 -1
- package/dist/src/functions/wirings/package/pikku-command-package-types.d.ts +2 -2
- package/dist/src/functions/wirings/package/pikku-command-package.d.ts +1 -1
- package/dist/src/functions/wirings/permissions/pikku-command-permissions.d.ts +1 -1
- package/dist/src/functions/wirings/queue/pikku-command-queue-map.d.ts +1 -1
- package/dist/src/functions/wirings/queue/pikku-command-queue-service.d.ts +1 -1
- package/dist/src/functions/wirings/queue/pikku-command-queue-types.d.ts +1 -1
- package/dist/src/functions/wirings/queue/pikku-command-queue.d.ts +1 -1
- package/dist/src/functions/wirings/queue/pikku-queue-map.d.ts +1 -1
- package/dist/src/functions/wirings/queue/pikku-queue.d.ts +1 -1
- package/dist/src/functions/wirings/realtime/pikku-command-events-scaffold.d.ts +1 -1
- package/dist/src/functions/wirings/realtime/pikku-command-realtime.d.ts +1 -1
- package/dist/src/functions/wirings/rpc/pikku-command-public-rpc.d.ts +1 -1
- package/dist/src/functions/wirings/rpc/pikku-command-react-query.d.ts +1 -1
- package/dist/src/functions/wirings/rpc/pikku-command-remote-rpc.d.ts +1 -1
- package/dist/src/functions/wirings/rpc/pikku-command-rpc-client.d.ts +1 -1
- package/dist/src/functions/wirings/rpc/pikku-command-rpc-map.d.ts +2 -2
- package/dist/src/functions/wirings/rpc/pikku-command-rpc.d.ts +1 -1
- package/dist/src/functions/wirings/scheduler/pikku-command-scheduler-types.d.ts +1 -1
- package/dist/src/functions/wirings/scheduler/pikku-command-scheduler.d.ts +1 -1
- package/dist/src/functions/wirings/secrets/pikku-command-secrets.d.ts +1 -1
- package/dist/src/functions/wirings/triggers/pikku-command-trigger-types.d.ts +3 -3
- 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.d.ts +1 -1
- package/dist/src/functions/workflows/all.workflow.js +6 -1
- package/dist/src/scaffold/rpc-remote.gen.d.ts +3 -3
- package/dist/src/scaffold/rpc-remote.gen.js +1 -1
- package/dist/src/services/cli-logger.service.js +7 -1
- package/dist/src/services.js +8 -0
- package/dist/src/utils/detect-better-auth.d.ts +7 -0
- package/dist/src/utils/detect-better-auth.js +29 -0
- package/dist/src/utils/pikku-cli-config.js +1 -1
- package/dist/src/utils/serialize-schemas.js +5 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +5 -4
|
@@ -1,35 +1,37 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* This file was generated by @pikku/cli@0.12.
|
|
2
|
+
* This file was generated by @pikku/cli@0.12.55
|
|
3
3
|
*/
|
|
4
4
|
import { addSchema } from '@pikku/core/schema';
|
|
5
|
-
import * as
|
|
6
|
-
addSchema('
|
|
7
|
-
import * as PikkuEmailsOutput from './schemas/PikkuEmailsOutput.schema.json' with { type: 'json' };
|
|
8
|
-
addSchema('PikkuEmailsOutput', PikkuEmailsOutput);
|
|
9
|
-
import * as LogoutInput from './schemas/LogoutInput.schema.json' with { type: 'json' };
|
|
10
|
-
addSchema('LogoutInput', LogoutInput);
|
|
11
|
-
import * as WhoamiInput from './schemas/WhoamiInput.schema.json' with { type: 'json' };
|
|
12
|
-
addSchema('WhoamiInput', WhoamiInput);
|
|
5
|
+
import * as BinaryInput from './schemas/BinaryInput.schema.json' with { type: 'json' };
|
|
6
|
+
addSchema('BinaryInput', BinaryInput);
|
|
13
7
|
import * as BootstrapInput from './schemas/BootstrapInput.schema.json' with { type: 'json' };
|
|
14
8
|
addSchema('BootstrapInput', BootstrapInput);
|
|
15
|
-
import * as
|
|
16
|
-
addSchema('
|
|
17
|
-
import * as
|
|
18
|
-
addSchema('
|
|
19
|
-
import * as
|
|
20
|
-
addSchema('
|
|
21
|
-
import * as
|
|
22
|
-
addSchema('
|
|
23
|
-
import * as
|
|
24
|
-
addSchema('
|
|
25
|
-
import * as
|
|
26
|
-
addSchema('
|
|
27
|
-
import * as
|
|
28
|
-
addSchema('
|
|
29
|
-
import * as
|
|
30
|
-
addSchema('
|
|
31
|
-
import * as
|
|
32
|
-
addSchema('
|
|
9
|
+
import * as ConsoleCommandInput from './schemas/ConsoleCommandInput.schema.json' with { type: 'json' };
|
|
10
|
+
addSchema('ConsoleCommandInput', ConsoleCommandInput);
|
|
11
|
+
import * as DbAuditInput from './schemas/DbAuditInput.schema.json' with { type: 'json' };
|
|
12
|
+
addSchema('DbAuditInput', DbAuditInput);
|
|
13
|
+
import * as DbGenerateInput from './schemas/DbGenerateInput.schema.json' with { type: 'json' };
|
|
14
|
+
addSchema('DbGenerateInput', DbGenerateInput);
|
|
15
|
+
import * as DbMigrateInput from './schemas/DbMigrateInput.schema.json' with { type: 'json' };
|
|
16
|
+
addSchema('DbMigrateInput', DbMigrateInput);
|
|
17
|
+
import * as DbResetInput from './schemas/DbResetInput.schema.json' with { type: 'json' };
|
|
18
|
+
addSchema('DbResetInput', DbResetInput);
|
|
19
|
+
import * as DbSeedInput from './schemas/DbSeedInput.schema.json' with { type: 'json' };
|
|
20
|
+
addSchema('DbSeedInput', DbSeedInput);
|
|
21
|
+
import * as DeployApplyInput from './schemas/DeployApplyInput.schema.json' with { type: 'json' };
|
|
22
|
+
addSchema('DeployApplyInput', DeployApplyInput);
|
|
23
|
+
import * as DeployPlanInput from './schemas/DeployPlanInput.schema.json' with { type: 'json' };
|
|
24
|
+
addSchema('DeployPlanInput', DeployPlanInput);
|
|
25
|
+
import * as DevInput from './schemas/DevInput.schema.json' with { type: 'json' };
|
|
26
|
+
addSchema('DevInput', DevInput);
|
|
27
|
+
import * as FabricAddInput from './schemas/FabricAddInput.schema.json' with { type: 'json' };
|
|
28
|
+
addSchema('FabricAddInput', FabricAddInput);
|
|
29
|
+
import * as FabricAddOutput from './schemas/FabricAddOutput.schema.json' with { type: 'json' };
|
|
30
|
+
addSchema('FabricAddOutput', FabricAddOutput);
|
|
31
|
+
import * as FabricDbSchemaInput from './schemas/FabricDbSchemaInput.schema.json' with { type: 'json' };
|
|
32
|
+
addSchema('FabricDbSchemaInput', FabricDbSchemaInput);
|
|
33
|
+
import * as FabricDbSchemaOutput from './schemas/FabricDbSchemaOutput.schema.json' with { type: 'json' };
|
|
34
|
+
addSchema('FabricDbSchemaOutput', FabricDbSchemaOutput);
|
|
33
35
|
import * as FabricDeployApplyInput from './schemas/FabricDeployApplyInput.schema.json' with { type: 'json' };
|
|
34
36
|
addSchema('FabricDeployApplyInput', FabricDeployApplyInput);
|
|
35
37
|
import * as FabricDeployApplyOutput from './schemas/FabricDeployApplyOutput.schema.json' with { type: 'json' };
|
|
@@ -38,34 +40,46 @@ import * as FabricDeployListInput from './schemas/FabricDeployListInput.schema.j
|
|
|
38
40
|
addSchema('FabricDeployListInput', FabricDeployListInput);
|
|
39
41
|
import * as FabricDeployListOutput from './schemas/FabricDeployListOutput.schema.json' with { type: 'json' };
|
|
40
42
|
addSchema('FabricDeployListOutput', FabricDeployListOutput);
|
|
43
|
+
import * as FabricDeployPlanInput from './schemas/FabricDeployPlanInput.schema.json' with { type: 'json' };
|
|
44
|
+
addSchema('FabricDeployPlanInput', FabricDeployPlanInput);
|
|
45
|
+
import * as FabricDeployPlanOutput from './schemas/FabricDeployPlanOutput.schema.json' with { type: 'json' };
|
|
46
|
+
addSchema('FabricDeployPlanOutput', FabricDeployPlanOutput);
|
|
41
47
|
import * as FabricDeployUnitsInput from './schemas/FabricDeployUnitsInput.schema.json' with { type: 'json' };
|
|
42
48
|
addSchema('FabricDeployUnitsInput', FabricDeployUnitsInput);
|
|
43
49
|
import * as FabricDeployUnitsOutput from './schemas/FabricDeployUnitsOutput.schema.json' with { type: 'json' };
|
|
44
50
|
addSchema('FabricDeployUnitsOutput', FabricDeployUnitsOutput);
|
|
45
|
-
import * as
|
|
46
|
-
addSchema('
|
|
47
|
-
import * as
|
|
48
|
-
addSchema('
|
|
51
|
+
import * as FabricDomainsAddInput from './schemas/FabricDomainsAddInput.schema.json' with { type: 'json' };
|
|
52
|
+
addSchema('FabricDomainsAddInput', FabricDomainsAddInput);
|
|
53
|
+
import * as FabricDomainsAddOutput from './schemas/FabricDomainsAddOutput.schema.json' with { type: 'json' };
|
|
54
|
+
addSchema('FabricDomainsAddOutput', FabricDomainsAddOutput);
|
|
55
|
+
import * as FabricDomainsListInput from './schemas/FabricDomainsListInput.schema.json' with { type: 'json' };
|
|
56
|
+
addSchema('FabricDomainsListInput', FabricDomainsListInput);
|
|
57
|
+
import * as FabricDomainsListOutput from './schemas/FabricDomainsListOutput.schema.json' with { type: 'json' };
|
|
58
|
+
addSchema('FabricDomainsListOutput', FabricDomainsListOutput);
|
|
59
|
+
import * as FabricDomainsRemoveInput from './schemas/FabricDomainsRemoveInput.schema.json' with { type: 'json' };
|
|
60
|
+
addSchema('FabricDomainsRemoveInput', FabricDomainsRemoveInput);
|
|
61
|
+
import * as FabricDomainsRemoveOutput from './schemas/FabricDomainsRemoveOutput.schema.json' with { type: 'json' };
|
|
62
|
+
addSchema('FabricDomainsRemoveOutput', FabricDomainsRemoveOutput);
|
|
49
63
|
import * as FabricErrorsInput from './schemas/FabricErrorsInput.schema.json' with { type: 'json' };
|
|
50
64
|
addSchema('FabricErrorsInput', FabricErrorsInput);
|
|
51
65
|
import * as FabricErrorsOutput from './schemas/FabricErrorsOutput.schema.json' with { type: 'json' };
|
|
52
66
|
addSchema('FabricErrorsOutput', FabricErrorsOutput);
|
|
53
|
-
import * as
|
|
54
|
-
addSchema('
|
|
55
|
-
import * as
|
|
56
|
-
addSchema('
|
|
57
|
-
import * as
|
|
58
|
-
addSchema('
|
|
59
|
-
import * as
|
|
60
|
-
addSchema('
|
|
61
|
-
import * as
|
|
62
|
-
addSchema('
|
|
63
|
-
import * as
|
|
64
|
-
addSchema('
|
|
65
|
-
import * as
|
|
66
|
-
addSchema('
|
|
67
|
-
import * as
|
|
68
|
-
addSchema('
|
|
67
|
+
import * as FabricInitInput from './schemas/FabricInitInput.schema.json' with { type: 'json' };
|
|
68
|
+
addSchema('FabricInitInput', FabricInitInput);
|
|
69
|
+
import * as FabricInitOutput from './schemas/FabricInitOutput.schema.json' with { type: 'json' };
|
|
70
|
+
addSchema('FabricInitOutput', FabricInitOutput);
|
|
71
|
+
import * as FabricLLMKeyInput from './schemas/FabricLLMKeyInput.schema.json' with { type: 'json' };
|
|
72
|
+
addSchema('FabricLLMKeyInput', FabricLLMKeyInput);
|
|
73
|
+
import * as FabricLLMKeyOutput from './schemas/FabricLLMKeyOutput.schema.json' with { type: 'json' };
|
|
74
|
+
addSchema('FabricLLMKeyOutput', FabricLLMKeyOutput);
|
|
75
|
+
import * as FabricLinkInput from './schemas/FabricLinkInput.schema.json' with { type: 'json' };
|
|
76
|
+
addSchema('FabricLinkInput', FabricLinkInput);
|
|
77
|
+
import * as FabricLinkOutput from './schemas/FabricLinkOutput.schema.json' with { type: 'json' };
|
|
78
|
+
addSchema('FabricLinkOutput', FabricLinkOutput);
|
|
79
|
+
import * as FabricLoginInput from './schemas/FabricLoginInput.schema.json' with { type: 'json' };
|
|
80
|
+
addSchema('FabricLoginInput', FabricLoginInput);
|
|
81
|
+
import * as FabricLoginOutput from './schemas/FabricLoginOutput.schema.json' with { type: 'json' };
|
|
82
|
+
addSchema('FabricLoginOutput', FabricLoginOutput);
|
|
69
83
|
import * as FabricLogsInput from './schemas/FabricLogsInput.schema.json' with { type: 'json' };
|
|
70
84
|
addSchema('FabricLogsInput', FabricLogsInput);
|
|
71
85
|
import * as FabricLogsOutput from './schemas/FabricLogsOutput.schema.json' with { type: 'json' };
|
|
@@ -74,181 +88,169 @@ import * as FabricMetricsInput from './schemas/FabricMetricsInput.schema.json' w
|
|
|
74
88
|
addSchema('FabricMetricsInput', FabricMetricsInput);
|
|
75
89
|
import * as FabricMetricsOutput from './schemas/FabricMetricsOutput.schema.json' with { type: 'json' };
|
|
76
90
|
addSchema('FabricMetricsOutput', FabricMetricsOutput);
|
|
91
|
+
import * as FabricPublishInput from './schemas/FabricPublishInput.schema.json' with { type: 'json' };
|
|
92
|
+
addSchema('FabricPublishInput', FabricPublishInput);
|
|
93
|
+
import * as FabricPublishOutput from './schemas/FabricPublishOutput.schema.json' with { type: 'json' };
|
|
94
|
+
addSchema('FabricPublishOutput', FabricPublishOutput);
|
|
95
|
+
import * as FabricRollbackInput from './schemas/FabricRollbackInput.schema.json' with { type: 'json' };
|
|
96
|
+
addSchema('FabricRollbackInput', FabricRollbackInput);
|
|
97
|
+
import * as FabricRollbackOutput from './schemas/FabricRollbackOutput.schema.json' with { type: 'json' };
|
|
98
|
+
addSchema('FabricRollbackOutput', FabricRollbackOutput);
|
|
99
|
+
import * as FabricSecretsListInput from './schemas/FabricSecretsListInput.schema.json' with { type: 'json' };
|
|
100
|
+
addSchema('FabricSecretsListInput', FabricSecretsListInput);
|
|
101
|
+
import * as FabricSecretsListOutput from './schemas/FabricSecretsListOutput.schema.json' with { type: 'json' };
|
|
102
|
+
addSchema('FabricSecretsListOutput', FabricSecretsListOutput);
|
|
103
|
+
import * as FabricSecretsSetInput from './schemas/FabricSecretsSetInput.schema.json' with { type: 'json' };
|
|
104
|
+
addSchema('FabricSecretsSetInput', FabricSecretsSetInput);
|
|
105
|
+
import * as FabricSecretsSetOutput from './schemas/FabricSecretsSetOutput.schema.json' with { type: 'json' };
|
|
106
|
+
addSchema('FabricSecretsSetOutput', FabricSecretsSetOutput);
|
|
107
|
+
import * as FabricSmokeInput from './schemas/FabricSmokeInput.schema.json' with { type: 'json' };
|
|
108
|
+
addSchema('FabricSmokeInput', FabricSmokeInput);
|
|
109
|
+
import * as FabricSmokeOutput from './schemas/FabricSmokeOutput.schema.json' with { type: 'json' };
|
|
110
|
+
addSchema('FabricSmokeOutput', FabricSmokeOutput);
|
|
111
|
+
import * as FabricStatusInput from './schemas/FabricStatusInput.schema.json' with { type: 'json' };
|
|
112
|
+
addSchema('FabricStatusInput', FabricStatusInput);
|
|
113
|
+
import * as FabricStatusOutput from './schemas/FabricStatusOutput.schema.json' with { type: 'json' };
|
|
114
|
+
addSchema('FabricStatusOutput', FabricStatusOutput);
|
|
77
115
|
import * as FabricTraceInput from './schemas/FabricTraceInput.schema.json' with { type: 'json' };
|
|
78
116
|
addSchema('FabricTraceInput', FabricTraceInput);
|
|
79
117
|
import * as FabricTraceOutput from './schemas/FabricTraceOutput.schema.json' with { type: 'json' };
|
|
80
118
|
addSchema('FabricTraceOutput', FabricTraceOutput);
|
|
81
|
-
import * as FabricDomainsListInput from './schemas/FabricDomainsListInput.schema.json' with { type: 'json' };
|
|
82
|
-
addSchema('FabricDomainsListInput', FabricDomainsListInput);
|
|
83
|
-
import * as FabricDomainsListOutput from './schemas/FabricDomainsListOutput.schema.json' with { type: 'json' };
|
|
84
|
-
addSchema('FabricDomainsListOutput', FabricDomainsListOutput);
|
|
85
|
-
import * as FabricDomainsAddInput from './schemas/FabricDomainsAddInput.schema.json' with { type: 'json' };
|
|
86
|
-
addSchema('FabricDomainsAddInput', FabricDomainsAddInput);
|
|
87
|
-
import * as FabricDomainsAddOutput from './schemas/FabricDomainsAddOutput.schema.json' with { type: 'json' };
|
|
88
|
-
addSchema('FabricDomainsAddOutput', FabricDomainsAddOutput);
|
|
89
|
-
import * as FabricDomainsRemoveInput from './schemas/FabricDomainsRemoveInput.schema.json' with { type: 'json' };
|
|
90
|
-
addSchema('FabricDomainsRemoveInput', FabricDomainsRemoveInput);
|
|
91
|
-
import * as FabricDomainsRemoveOutput from './schemas/FabricDomainsRemoveOutput.schema.json' with { type: 'json' };
|
|
92
|
-
addSchema('FabricDomainsRemoveOutput', FabricDomainsRemoveOutput);
|
|
93
|
-
import * as FabricLLMKeyInput from './schemas/FabricLLMKeyInput.schema.json' with { type: 'json' };
|
|
94
|
-
addSchema('FabricLLMKeyInput', FabricLLMKeyInput);
|
|
95
|
-
import * as FabricLLMKeyOutput from './schemas/FabricLLMKeyOutput.schema.json' with { type: 'json' };
|
|
96
|
-
addSchema('FabricLLMKeyOutput', FabricLLMKeyOutput);
|
|
97
119
|
import * as FabricValidateInput from './schemas/FabricValidateInput.schema.json' with { type: 'json' };
|
|
98
120
|
addSchema('FabricValidateInput', FabricValidateInput);
|
|
99
121
|
import * as FabricValidateOutput from './schemas/FabricValidateOutput.schema.json' with { type: 'json' };
|
|
100
122
|
addSchema('FabricValidateOutput', FabricValidateOutput);
|
|
101
|
-
import * as
|
|
102
|
-
addSchema('
|
|
103
|
-
import * as FabricSmokeOutput from './schemas/FabricSmokeOutput.schema.json' with { type: 'json' };
|
|
104
|
-
addSchema('FabricSmokeOutput', FabricSmokeOutput);
|
|
105
|
-
import * as FabricPublishInput from './schemas/FabricPublishInput.schema.json' with { type: 'json' };
|
|
106
|
-
addSchema('FabricPublishInput', FabricPublishInput);
|
|
107
|
-
import * as FabricPublishOutput from './schemas/FabricPublishOutput.schema.json' with { type: 'json' };
|
|
108
|
-
addSchema('FabricPublishOutput', FabricPublishOutput);
|
|
109
|
-
import * as FabricAddInput from './schemas/FabricAddInput.schema.json' with { type: 'json' };
|
|
110
|
-
addSchema('FabricAddInput', FabricAddInput);
|
|
111
|
-
import * as FabricAddOutput from './schemas/FabricAddOutput.schema.json' with { type: 'json' };
|
|
112
|
-
addSchema('FabricAddOutput', FabricAddOutput);
|
|
113
|
-
import * as WatchInput from './schemas/WatchInput.schema.json' with { type: 'json' };
|
|
114
|
-
addSchema('WatchInput', WatchInput);
|
|
115
|
-
import * as ConsoleCommandInput from './schemas/ConsoleCommandInput.schema.json' with { type: 'json' };
|
|
116
|
-
addSchema('ConsoleCommandInput', ConsoleCommandInput);
|
|
117
|
-
import * as DevInput from './schemas/DevInput.schema.json' with { type: 'json' };
|
|
118
|
-
addSchema('DevInput', DevInput);
|
|
119
|
-
import * as DbMigrateInput from './schemas/DbMigrateInput.schema.json' with { type: 'json' };
|
|
120
|
-
addSchema('DbMigrateInput', DbMigrateInput);
|
|
121
|
-
import * as DbGenerateInput from './schemas/DbGenerateInput.schema.json' with { type: 'json' };
|
|
122
|
-
addSchema('DbGenerateInput', DbGenerateInput);
|
|
123
|
-
import * as DbSeedInput from './schemas/DbSeedInput.schema.json' with { type: 'json' };
|
|
124
|
-
addSchema('DbSeedInput', DbSeedInput);
|
|
125
|
-
import * as DbResetInput from './schemas/DbResetInput.schema.json' with { type: 'json' };
|
|
126
|
-
addSchema('DbResetInput', DbResetInput);
|
|
127
|
-
import * as DbAuditInput from './schemas/DbAuditInput.schema.json' with { type: 'json' };
|
|
128
|
-
addSchema('DbAuditInput', DbAuditInput);
|
|
129
|
-
import * as WorkspaceValidateInput from './schemas/WorkspaceValidateInput.schema.json' with { type: 'json' };
|
|
130
|
-
addSchema('WorkspaceValidateInput', WorkspaceValidateInput);
|
|
131
|
-
import * as WorkspaceValidateOutput from './schemas/WorkspaceValidateOutput.schema.json' with { type: 'json' };
|
|
132
|
-
addSchema('WorkspaceValidateOutput', WorkspaceValidateOutput);
|
|
133
|
-
import * as PikkuVersionsInitInput from './schemas/PikkuVersionsInitInput.schema.json' with { type: 'json' };
|
|
134
|
-
addSchema('PikkuVersionsInitInput', PikkuVersionsInitInput);
|
|
135
|
-
import * as PikkuTestsInitInput from './schemas/PikkuTestsInitInput.schema.json' with { type: 'json' };
|
|
136
|
-
addSchema('PikkuTestsInitInput', PikkuTestsInitInput);
|
|
137
|
-
import * as PikkuTestsCoverageInput from './schemas/PikkuTestsCoverageInput.schema.json' with { type: 'json' };
|
|
138
|
-
addSchema('PikkuTestsCoverageInput', PikkuTestsCoverageInput);
|
|
139
|
-
import * as PikkuNewFunctionInput from './schemas/PikkuNewFunctionInput.schema.json' with { type: 'json' };
|
|
140
|
-
addSchema('PikkuNewFunctionInput', PikkuNewFunctionInput);
|
|
141
|
-
import * as PikkuNewWiringInput from './schemas/PikkuNewWiringInput.schema.json' with { type: 'json' };
|
|
142
|
-
addSchema('PikkuNewWiringInput', PikkuNewWiringInput);
|
|
143
|
-
import * as PikkuNewMiddlewareInput from './schemas/PikkuNewMiddlewareInput.schema.json' with { type: 'json' };
|
|
144
|
-
addSchema('PikkuNewMiddlewareInput', PikkuNewMiddlewareInput);
|
|
145
|
-
import * as PikkuNewPermissionInput from './schemas/PikkuNewPermissionInput.schema.json' with { type: 'json' };
|
|
146
|
-
addSchema('PikkuNewPermissionInput', PikkuNewPermissionInput);
|
|
147
|
-
import * as PikkuNewAddonInput from './schemas/PikkuNewAddonInput.schema.json' with { type: 'json' };
|
|
148
|
-
addSchema('PikkuNewAddonInput', PikkuNewAddonInput);
|
|
149
|
-
import * as BinaryInput from './schemas/BinaryInput.schema.json' with { type: 'json' };
|
|
150
|
-
addSchema('BinaryInput', BinaryInput);
|
|
151
|
-
import * as DeployApplyInput from './schemas/DeployApplyInput.schema.json' with { type: 'json' };
|
|
152
|
-
addSchema('DeployApplyInput', DeployApplyInput);
|
|
153
|
-
import * as DeployPlanInput from './schemas/DeployPlanInput.schema.json' with { type: 'json' };
|
|
154
|
-
addSchema('DeployPlanInput', DeployPlanInput);
|
|
155
|
-
import * as PikkuSkillsListInput from './schemas/PikkuSkillsListInput.schema.json' with { type: 'json' };
|
|
156
|
-
addSchema('PikkuSkillsListInput', PikkuSkillsListInput);
|
|
157
|
-
import * as PikkuSkillsInstallInput from './schemas/PikkuSkillsInstallInput.schema.json' with { type: 'json' };
|
|
158
|
-
addSchema('PikkuSkillsInstallInput', PikkuSkillsInstallInput);
|
|
159
|
-
import * as PikkuMetaFunctionsListInput from './schemas/PikkuMetaFunctionsListInput.schema.json' with { type: 'json' };
|
|
160
|
-
addSchema('PikkuMetaFunctionsListInput', PikkuMetaFunctionsListInput);
|
|
161
|
-
import * as PikkuMetaFunctionsGetInput from './schemas/PikkuMetaFunctionsGetInput.schema.json' with { type: 'json' };
|
|
162
|
-
addSchema('PikkuMetaFunctionsGetInput', PikkuMetaFunctionsGetInput);
|
|
163
|
-
import * as PikkuMetaSchemasListInput from './schemas/PikkuMetaSchemasListInput.schema.json' with { type: 'json' };
|
|
164
|
-
addSchema('PikkuMetaSchemasListInput', PikkuMetaSchemasListInput);
|
|
165
|
-
import * as PikkuMetaSchemasGetInput from './schemas/PikkuMetaSchemasGetInput.schema.json' with { type: 'json' };
|
|
166
|
-
addSchema('PikkuMetaSchemasGetInput', PikkuMetaSchemasGetInput);
|
|
167
|
-
import * as PikkuMetaWorkflowsListInput from './schemas/PikkuMetaWorkflowsListInput.schema.json' with { type: 'json' };
|
|
168
|
-
addSchema('PikkuMetaWorkflowsListInput', PikkuMetaWorkflowsListInput);
|
|
169
|
-
import * as PikkuMetaWorkflowsGetInput from './schemas/PikkuMetaWorkflowsGetInput.schema.json' with { type: 'json' };
|
|
170
|
-
addSchema('PikkuMetaWorkflowsGetInput', PikkuMetaWorkflowsGetInput);
|
|
171
|
-
import * as PikkuMetaMiddlewareListInput from './schemas/PikkuMetaMiddlewareListInput.schema.json' with { type: 'json' };
|
|
172
|
-
addSchema('PikkuMetaMiddlewareListInput', PikkuMetaMiddlewareListInput);
|
|
173
|
-
import * as PikkuMetaMiddlewareGetInput from './schemas/PikkuMetaMiddlewareGetInput.schema.json' with { type: 'json' };
|
|
174
|
-
addSchema('PikkuMetaMiddlewareGetInput', PikkuMetaMiddlewareGetInput);
|
|
175
|
-
import * as PikkuMetaPermissionsListInput from './schemas/PikkuMetaPermissionsListInput.schema.json' with { type: 'json' };
|
|
176
|
-
addSchema('PikkuMetaPermissionsListInput', PikkuMetaPermissionsListInput);
|
|
177
|
-
import * as PikkuMetaPermissionsGetInput from './schemas/PikkuMetaPermissionsGetInput.schema.json' with { type: 'json' };
|
|
178
|
-
addSchema('PikkuMetaPermissionsGetInput', PikkuMetaPermissionsGetInput);
|
|
179
|
-
import * as PikkuMetaWiresListInput from './schemas/PikkuMetaWiresListInput.schema.json' with { type: 'json' };
|
|
180
|
-
addSchema('PikkuMetaWiresListInput', PikkuMetaWiresListInput);
|
|
181
|
-
import * as PikkuMetaWiresTypeInput from './schemas/PikkuMetaWiresTypeInput.schema.json' with { type: 'json' };
|
|
182
|
-
addSchema('PikkuMetaWiresTypeInput', PikkuMetaWiresTypeInput);
|
|
183
|
-
import * as PikkuMetaWiresHttpInput from './schemas/PikkuMetaWiresHttpInput.schema.json' with { type: 'json' };
|
|
184
|
-
addSchema('PikkuMetaWiresHttpInput', PikkuMetaWiresHttpInput);
|
|
185
|
-
import * as PikkuMetaWiresSchedulerInput from './schemas/PikkuMetaWiresSchedulerInput.schema.json' with { type: 'json' };
|
|
186
|
-
addSchema('PikkuMetaWiresSchedulerInput', PikkuMetaWiresSchedulerInput);
|
|
187
|
-
import * as PikkuMetaWiresQueueInput from './schemas/PikkuMetaWiresQueueInput.schema.json' with { type: 'json' };
|
|
188
|
-
addSchema('PikkuMetaWiresQueueInput', PikkuMetaWiresQueueInput);
|
|
189
|
-
import * as PikkuMetaWiresChannelInput from './schemas/PikkuMetaWiresChannelInput.schema.json' with { type: 'json' };
|
|
190
|
-
addSchema('PikkuMetaWiresChannelInput', PikkuMetaWiresChannelInput);
|
|
191
|
-
import * as PikkuMetaWiresTriggerInput from './schemas/PikkuMetaWiresTriggerInput.schema.json' with { type: 'json' };
|
|
192
|
-
addSchema('PikkuMetaWiresTriggerInput', PikkuMetaWiresTriggerInput);
|
|
193
|
-
import * as PikkuMetaContextInput from './schemas/PikkuMetaContextInput.schema.json' with { type: 'json' };
|
|
194
|
-
addSchema('PikkuMetaContextInput', PikkuMetaContextInput);
|
|
195
|
-
import * as PikkuMetaClientsInput from './schemas/PikkuMetaClientsInput.schema.json' with { type: 'json' };
|
|
196
|
-
addSchema('PikkuMetaClientsInput', PikkuMetaClientsInput);
|
|
197
|
-
import * as RemoteRPCHandlerInput from './schemas/RemoteRPCHandlerInput.schema.json' with { type: 'json' };
|
|
198
|
-
addSchema('RemoteRPCHandlerInput', RemoteRPCHandlerInput);
|
|
123
|
+
import * as LogoutInput from './schemas/LogoutInput.schema.json' with { type: 'json' };
|
|
124
|
+
addSchema('LogoutInput', LogoutInput);
|
|
199
125
|
import * as PikkuAIAgentOutput from './schemas/PikkuAIAgentOutput.schema.json' with { type: 'json' };
|
|
200
126
|
addSchema('PikkuAIAgentOutput', PikkuAIAgentOutput);
|
|
201
|
-
import * as
|
|
202
|
-
addSchema('
|
|
203
|
-
import * as
|
|
204
|
-
addSchema('
|
|
127
|
+
import * as PikkuAuthInput from './schemas/PikkuAuthInput.schema.json' with { type: 'json' };
|
|
128
|
+
addSchema('PikkuAuthInput', PikkuAuthInput);
|
|
129
|
+
import * as PikkuCLIConfig from './schemas/PikkuCLIConfig.schema.json' with { type: 'json' };
|
|
130
|
+
addSchema('PikkuCLIConfig', PikkuCLIConfig);
|
|
205
131
|
import * as PikkuCLIEntryOutput from './schemas/PikkuCLIEntryOutput.schema.json' with { type: 'json' };
|
|
206
132
|
addSchema('PikkuCLIEntryOutput', PikkuCLIEntryOutput);
|
|
207
133
|
import * as PikkuCLIOutput from './schemas/PikkuCLIOutput.schema.json' with { type: 'json' };
|
|
208
134
|
addSchema('PikkuCLIOutput', PikkuCLIOutput);
|
|
135
|
+
import * as PikkuCommandChannelsOutput from './schemas/PikkuCommandChannelsOutput.schema.json' with { type: 'json' };
|
|
136
|
+
addSchema('PikkuCommandChannelsOutput', PikkuCommandChannelsOutput);
|
|
137
|
+
import * as PikkuCommandHTTPOutput from './schemas/PikkuCommandHTTPOutput.schema.json' with { type: 'json' };
|
|
138
|
+
addSchema('PikkuCommandHTTPOutput', PikkuCommandHTTPOutput);
|
|
139
|
+
import * as PikkuCommandQueueOutput from './schemas/PikkuCommandQueueOutput.schema.json' with { type: 'json' };
|
|
140
|
+
addSchema('PikkuCommandQueueOutput', PikkuCommandQueueOutput);
|
|
209
141
|
import * as PikkuConsoleFunctionsOutput from './schemas/PikkuConsoleFunctionsOutput.schema.json' with { type: 'json' };
|
|
210
142
|
addSchema('PikkuConsoleFunctionsOutput', PikkuConsoleFunctionsOutput);
|
|
211
|
-
import * as
|
|
212
|
-
addSchema('
|
|
213
|
-
import * as
|
|
214
|
-
addSchema('
|
|
143
|
+
import * as PikkuEmailsOutput from './schemas/PikkuEmailsOutput.schema.json' with { type: 'json' };
|
|
144
|
+
addSchema('PikkuEmailsOutput', PikkuEmailsOutput);
|
|
145
|
+
import * as PikkuEventsScaffoldOutput from './schemas/PikkuEventsScaffoldOutput.schema.json' with { type: 'json' };
|
|
146
|
+
addSchema('PikkuEventsScaffoldOutput', PikkuEventsScaffoldOutput);
|
|
215
147
|
import * as PikkuFunctionTypesInput from './schemas/PikkuFunctionTypesInput.schema.json' with { type: 'json' };
|
|
216
148
|
addSchema('PikkuFunctionTypesInput', PikkuFunctionTypesInput);
|
|
149
|
+
import * as PikkuFunctionTypesSplitInput from './schemas/PikkuFunctionTypesSplitInput.schema.json' with { type: 'json' };
|
|
150
|
+
addSchema('PikkuFunctionTypesSplitInput', PikkuFunctionTypesSplitInput);
|
|
217
151
|
import * as PikkuFunctionsOutput from './schemas/PikkuFunctionsOutput.schema.json' with { type: 'json' };
|
|
218
152
|
addSchema('PikkuFunctionsOutput', PikkuFunctionsOutput);
|
|
219
153
|
import * as PikkuGatewayOutput from './schemas/PikkuGatewayOutput.schema.json' with { type: 'json' };
|
|
220
154
|
addSchema('PikkuGatewayOutput', PikkuGatewayOutput);
|
|
221
|
-
import * as PikkuCommandHTTPOutput from './schemas/PikkuCommandHTTPOutput.schema.json' with { type: 'json' };
|
|
222
|
-
addSchema('PikkuCommandHTTPOutput', PikkuCommandHTTPOutput);
|
|
223
155
|
import * as PikkuHTTPOutput from './schemas/PikkuHTTPOutput.schema.json' with { type: 'json' };
|
|
224
156
|
addSchema('PikkuHTTPOutput', PikkuHTTPOutput);
|
|
225
157
|
import * as PikkuMCPOutput from './schemas/PikkuMCPOutput.schema.json' with { type: 'json' };
|
|
226
158
|
addSchema('PikkuMCPOutput', PikkuMCPOutput);
|
|
159
|
+
import * as PikkuMetaClientsInput from './schemas/PikkuMetaClientsInput.schema.json' with { type: 'json' };
|
|
160
|
+
addSchema('PikkuMetaClientsInput', PikkuMetaClientsInput);
|
|
161
|
+
import * as PikkuMetaContextInput from './schemas/PikkuMetaContextInput.schema.json' with { type: 'json' };
|
|
162
|
+
addSchema('PikkuMetaContextInput', PikkuMetaContextInput);
|
|
163
|
+
import * as PikkuMetaFunctionsGetInput from './schemas/PikkuMetaFunctionsGetInput.schema.json' with { type: 'json' };
|
|
164
|
+
addSchema('PikkuMetaFunctionsGetInput', PikkuMetaFunctionsGetInput);
|
|
165
|
+
import * as PikkuMetaFunctionsListInput from './schemas/PikkuMetaFunctionsListInput.schema.json' with { type: 'json' };
|
|
166
|
+
addSchema('PikkuMetaFunctionsListInput', PikkuMetaFunctionsListInput);
|
|
167
|
+
import * as PikkuMetaMiddlewareGetInput from './schemas/PikkuMetaMiddlewareGetInput.schema.json' with { type: 'json' };
|
|
168
|
+
addSchema('PikkuMetaMiddlewareGetInput', PikkuMetaMiddlewareGetInput);
|
|
169
|
+
import * as PikkuMetaMiddlewareListInput from './schemas/PikkuMetaMiddlewareListInput.schema.json' with { type: 'json' };
|
|
170
|
+
addSchema('PikkuMetaMiddlewareListInput', PikkuMetaMiddlewareListInput);
|
|
171
|
+
import * as PikkuMetaPermissionsGetInput from './schemas/PikkuMetaPermissionsGetInput.schema.json' with { type: 'json' };
|
|
172
|
+
addSchema('PikkuMetaPermissionsGetInput', PikkuMetaPermissionsGetInput);
|
|
173
|
+
import * as PikkuMetaPermissionsListInput from './schemas/PikkuMetaPermissionsListInput.schema.json' with { type: 'json' };
|
|
174
|
+
addSchema('PikkuMetaPermissionsListInput', PikkuMetaPermissionsListInput);
|
|
175
|
+
import * as PikkuMetaSchemasGetInput from './schemas/PikkuMetaSchemasGetInput.schema.json' with { type: 'json' };
|
|
176
|
+
addSchema('PikkuMetaSchemasGetInput', PikkuMetaSchemasGetInput);
|
|
177
|
+
import * as PikkuMetaSchemasListInput from './schemas/PikkuMetaSchemasListInput.schema.json' with { type: 'json' };
|
|
178
|
+
addSchema('PikkuMetaSchemasListInput', PikkuMetaSchemasListInput);
|
|
179
|
+
import * as PikkuMetaWiresChannelInput from './schemas/PikkuMetaWiresChannelInput.schema.json' with { type: 'json' };
|
|
180
|
+
addSchema('PikkuMetaWiresChannelInput', PikkuMetaWiresChannelInput);
|
|
181
|
+
import * as PikkuMetaWiresHttpInput from './schemas/PikkuMetaWiresHttpInput.schema.json' with { type: 'json' };
|
|
182
|
+
addSchema('PikkuMetaWiresHttpInput', PikkuMetaWiresHttpInput);
|
|
183
|
+
import * as PikkuMetaWiresListInput from './schemas/PikkuMetaWiresListInput.schema.json' with { type: 'json' };
|
|
184
|
+
addSchema('PikkuMetaWiresListInput', PikkuMetaWiresListInput);
|
|
185
|
+
import * as PikkuMetaWiresQueueInput from './schemas/PikkuMetaWiresQueueInput.schema.json' with { type: 'json' };
|
|
186
|
+
addSchema('PikkuMetaWiresQueueInput', PikkuMetaWiresQueueInput);
|
|
187
|
+
import * as PikkuMetaWiresSchedulerInput from './schemas/PikkuMetaWiresSchedulerInput.schema.json' with { type: 'json' };
|
|
188
|
+
addSchema('PikkuMetaWiresSchedulerInput', PikkuMetaWiresSchedulerInput);
|
|
189
|
+
import * as PikkuMetaWiresTriggerInput from './schemas/PikkuMetaWiresTriggerInput.schema.json' with { type: 'json' };
|
|
190
|
+
addSchema('PikkuMetaWiresTriggerInput', PikkuMetaWiresTriggerInput);
|
|
191
|
+
import * as PikkuMetaWiresTypeInput from './schemas/PikkuMetaWiresTypeInput.schema.json' with { type: 'json' };
|
|
192
|
+
addSchema('PikkuMetaWiresTypeInput', PikkuMetaWiresTypeInput);
|
|
193
|
+
import * as PikkuMetaWorkflowsGetInput from './schemas/PikkuMetaWorkflowsGetInput.schema.json' with { type: 'json' };
|
|
194
|
+
addSchema('PikkuMetaWorkflowsGetInput', PikkuMetaWorkflowsGetInput);
|
|
195
|
+
import * as PikkuMetaWorkflowsListInput from './schemas/PikkuMetaWorkflowsListInput.schema.json' with { type: 'json' };
|
|
196
|
+
addSchema('PikkuMetaWorkflowsListInput', PikkuMetaWorkflowsListInput);
|
|
227
197
|
import * as PikkuMiddlewareOutput from './schemas/PikkuMiddlewareOutput.schema.json' with { type: 'json' };
|
|
228
198
|
addSchema('PikkuMiddlewareOutput', PikkuMiddlewareOutput);
|
|
199
|
+
import * as PikkuNewAddonInput from './schemas/PikkuNewAddonInput.schema.json' with { type: 'json' };
|
|
200
|
+
addSchema('PikkuNewAddonInput', PikkuNewAddonInput);
|
|
201
|
+
import * as PikkuNewFunctionInput from './schemas/PikkuNewFunctionInput.schema.json' with { type: 'json' };
|
|
202
|
+
addSchema('PikkuNewFunctionInput', PikkuNewFunctionInput);
|
|
203
|
+
import * as PikkuNewMiddlewareInput from './schemas/PikkuNewMiddlewareInput.schema.json' with { type: 'json' };
|
|
204
|
+
addSchema('PikkuNewMiddlewareInput', PikkuNewMiddlewareInput);
|
|
205
|
+
import * as PikkuNewPermissionInput from './schemas/PikkuNewPermissionInput.schema.json' with { type: 'json' };
|
|
206
|
+
addSchema('PikkuNewPermissionInput', PikkuNewPermissionInput);
|
|
207
|
+
import * as PikkuNewWiringInput from './schemas/PikkuNewWiringInput.schema.json' with { type: 'json' };
|
|
208
|
+
addSchema('PikkuNewWiringInput', PikkuNewWiringInput);
|
|
209
|
+
import * as PikkuNodesMetaOutput from './schemas/PikkuNodesMetaOutput.schema.json' with { type: 'json' };
|
|
210
|
+
addSchema('PikkuNodesMetaOutput', PikkuNodesMetaOutput);
|
|
229
211
|
import * as PikkuPackageOutput from './schemas/PikkuPackageOutput.schema.json' with { type: 'json' };
|
|
230
212
|
addSchema('PikkuPackageOutput', PikkuPackageOutput);
|
|
231
213
|
import * as PikkuPermissionsOutput from './schemas/PikkuPermissionsOutput.schema.json' with { type: 'json' };
|
|
232
214
|
addSchema('PikkuPermissionsOutput', PikkuPermissionsOutput);
|
|
233
|
-
import * as
|
|
234
|
-
addSchema('
|
|
235
|
-
import * as PikkuQueueOutput from './schemas/PikkuQueueOutput.schema.json' with { type: 'json' };
|
|
236
|
-
addSchema('PikkuQueueOutput', PikkuQueueOutput);
|
|
237
|
-
import * as PikkuEventsScaffoldOutput from './schemas/PikkuEventsScaffoldOutput.schema.json' with { type: 'json' };
|
|
238
|
-
addSchema('PikkuEventsScaffoldOutput', PikkuEventsScaffoldOutput);
|
|
215
|
+
import * as PikkuPublicAgentOutput from './schemas/PikkuPublicAgentOutput.schema.json' with { type: 'json' };
|
|
216
|
+
addSchema('PikkuPublicAgentOutput', PikkuPublicAgentOutput);
|
|
239
217
|
import * as PikkuPublicRPCOutput from './schemas/PikkuPublicRPCOutput.schema.json' with { type: 'json' };
|
|
240
218
|
addSchema('PikkuPublicRPCOutput', PikkuPublicRPCOutput);
|
|
241
|
-
import * as
|
|
242
|
-
addSchema('
|
|
219
|
+
import * as PikkuQueueOutput from './schemas/PikkuQueueOutput.schema.json' with { type: 'json' };
|
|
220
|
+
addSchema('PikkuQueueOutput', PikkuQueueOutput);
|
|
243
221
|
import * as PikkuRPCOutput from './schemas/PikkuRPCOutput.schema.json' with { type: 'json' };
|
|
244
222
|
addSchema('PikkuRPCOutput', PikkuRPCOutput);
|
|
245
|
-
import * as
|
|
246
|
-
addSchema('
|
|
223
|
+
import * as PikkuRemoteRPCOutput from './schemas/PikkuRemoteRPCOutput.schema.json' with { type: 'json' };
|
|
224
|
+
addSchema('PikkuRemoteRPCOutput', PikkuRemoteRPCOutput);
|
|
225
|
+
import * as PikkuSchedulerOutput from './schemas/PikkuSchedulerOutput.schema.json' with { type: 'json' };
|
|
226
|
+
addSchema('PikkuSchedulerOutput', PikkuSchedulerOutput);
|
|
227
|
+
import * as PikkuSchemasOutput from './schemas/PikkuSchemasOutput.schema.json' with { type: 'json' };
|
|
228
|
+
addSchema('PikkuSchemasOutput', PikkuSchemasOutput);
|
|
229
|
+
import * as PikkuSkillsInstallInput from './schemas/PikkuSkillsInstallInput.schema.json' with { type: 'json' };
|
|
230
|
+
addSchema('PikkuSkillsInstallInput', PikkuSkillsInstallInput);
|
|
231
|
+
import * as PikkuSkillsListInput from './schemas/PikkuSkillsListInput.schema.json' with { type: 'json' };
|
|
232
|
+
addSchema('PikkuSkillsListInput', PikkuSkillsListInput);
|
|
233
|
+
import * as PikkuTestsCoverageInput from './schemas/PikkuTestsCoverageInput.schema.json' with { type: 'json' };
|
|
234
|
+
addSchema('PikkuTestsCoverageInput', PikkuTestsCoverageInput);
|
|
235
|
+
import * as PikkuTestsInitInput from './schemas/PikkuTestsInitInput.schema.json' with { type: 'json' };
|
|
236
|
+
addSchema('PikkuTestsInitInput', PikkuTestsInitInput);
|
|
247
237
|
import * as PikkuTriggerOutput from './schemas/PikkuTriggerOutput.schema.json' with { type: 'json' };
|
|
248
238
|
addSchema('PikkuTriggerOutput', PikkuTriggerOutput);
|
|
239
|
+
import * as PikkuTriggerTypesInput from './schemas/PikkuTriggerTypesInput.schema.json' with { type: 'json' };
|
|
240
|
+
addSchema('PikkuTriggerTypesInput', PikkuTriggerTypesInput);
|
|
241
|
+
import * as PikkuVersionsInitInput from './schemas/PikkuVersionsInitInput.schema.json' with { type: 'json' };
|
|
242
|
+
addSchema('PikkuVersionsInitInput', PikkuVersionsInitInput);
|
|
243
|
+
import * as PikkuWorkflowOutput from './schemas/PikkuWorkflowOutput.schema.json' with { type: 'json' };
|
|
244
|
+
addSchema('PikkuWorkflowOutput', PikkuWorkflowOutput);
|
|
249
245
|
import * as PikkuWorkflowRoutesOutput from './schemas/PikkuWorkflowRoutesOutput.schema.json' with { type: 'json' };
|
|
250
246
|
addSchema('PikkuWorkflowRoutesOutput', PikkuWorkflowRoutesOutput);
|
|
251
|
-
import * as
|
|
252
|
-
addSchema('
|
|
253
|
-
import * as
|
|
254
|
-
addSchema('
|
|
247
|
+
import * as RemoteRPCHandlerInput from './schemas/RemoteRPCHandlerInput.schema.json' with { type: 'json' };
|
|
248
|
+
addSchema('RemoteRPCHandlerInput', RemoteRPCHandlerInput);
|
|
249
|
+
import * as WatchInput from './schemas/WatchInput.schema.json' with { type: 'json' };
|
|
250
|
+
addSchema('WatchInput', WatchInput);
|
|
251
|
+
import * as WhoamiInput from './schemas/WhoamiInput.schema.json' with { type: 'json' };
|
|
252
|
+
addSchema('WhoamiInput', WhoamiInput);
|
|
253
|
+
import * as WorkspaceValidateInput from './schemas/WorkspaceValidateInput.schema.json' with { type: 'json' };
|
|
254
|
+
addSchema('WorkspaceValidateInput', WorkspaceValidateInput);
|
|
255
|
+
import * as WorkspaceValidateOutput from './schemas/WorkspaceValidateOutput.schema.json' with { type: 'json' };
|
|
256
|
+
addSchema('WorkspaceValidateOutput', WorkspaceValidateOutput);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{ "$schema": "http://json-schema.org/draft-07/schema#", "type": "object", "properties": { "fromPlan": { "type": "boolean" }, "provider": { "type": "string" }, "resultFile": { "type": "string" }, "debugArtifacts": { "type": "boolean" } }, "additionalProperties": false, "definitions": {} }
|
|
1
|
+
{ "$schema": "http://json-schema.org/draft-07/schema#", "type": "object", "properties": { "fromPlan": { "type": "boolean" }, "provider": { "type": "string" }, "runtime": { "type": "string" }, "resultFile": { "type": "string" }, "debugArtifacts": { "type": "boolean" } }, "additionalProperties": false, "definitions": {} }
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{ "$schema": "http://json-schema.org/draft-07/schema#", "type": "object", "properties": { "resultFile": { "type": "string" }, "provider": { "type": "string" }, "debugArtifacts": { "type": "boolean" } }, "additionalProperties": false, "definitions": {} }
|
|
1
|
+
{ "$schema": "http://json-schema.org/draft-07/schema#", "type": "object", "properties": { "resultFile": { "type": "string" }, "provider": { "type": "string" }, "runtime": { "type": "string" }, "debugArtifacts": { "type": "boolean" } }, "additionalProperties": false, "definitions": {} }
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{ "$schema": "http://json-schema.org/draft-07/schema#", "type": "object", "properties": { "bootstrap": { "type": "boolean" } }, "additionalProperties": false, "definitions": {} }
|