@pikku/cli 0.12.70 → 0.12.71
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-BY60UXB6.js → index-Bn7IPpsQ.js} +140 -141
- 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 +1 -1
- package/dist/.pikku/channel/pikku-channel-types.gen.js +1 -1
- package/dist/.pikku/cli/pikku-cli-channel.js +6 -11
- 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 +11 -31
- 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 +1 -1
- 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 +42 -37
- package/dist/.pikku/function/pikku-functions.gen.js +3 -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.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 +2 -2
- 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 +3 -5
- package/dist/.pikku/schemas/schemas/PikkuCLIConfig.schema.json +1 -1
- package/dist/.pikku/schemas/schemas/PikkuScenarioFunctionsOutput.schema.json +1 -0
- package/dist/.pikku/secrets/pikku-secret-types.gen.d.ts +1 -1
- package/dist/.pikku/secrets/pikku-secret-types.gen.js +1 -1
- package/dist/.pikku/secrets/pikku-secrets.gen.d.ts +1 -1
- package/dist/.pikku/secrets/pikku-secrets.gen.js +1 -1
- package/dist/.pikku/trigger/pikku-trigger-types.gen.d.ts +1 -1
- package/dist/.pikku/trigger/pikku-trigger-types.gen.js +1 -1
- package/dist/.pikku/variables/pikku-variable-types.gen.d.ts +1 -1
- package/dist/.pikku/variables/pikku-variable-types.gen.js +1 -1
- package/dist/.pikku/variables/pikku-variables.gen.d.ts +1 -1
- package/dist/.pikku/variables/pikku-variables.gen.js +1 -1
- package/dist/.pikku/workflow/meta/allWorkflow.gen.json +8 -2
- 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 +11 -29
- package/dist/src/fabric/fabric-commands.d.ts +3 -3
- package/dist/src/fabric/functions/llm-key.function.d.ts +4 -4
- package/dist/src/fabric/functions/validate.function.js +54 -15
- package/dist/src/functions/commands/enable.d.ts +1 -0
- package/dist/src/functions/commands/enable.js +9 -1
- package/dist/src/functions/commands/scenario.js +4 -4
- package/dist/src/functions/commands/start-coverage.d.ts +1 -1
- package/dist/src/functions/commands/start-coverage.js +21 -5
- package/dist/src/functions/validate/workspace-validate.js +0 -4
- package/dist/src/functions/wirings/console/serialize-console-functions.js +0 -6
- package/dist/src/functions/wirings/scenarios/pikku-command-scenario-functions.d.ts +1 -0
- package/dist/src/functions/wirings/scenarios/pikku-command-scenario-functions.js +25 -0
- package/dist/src/functions/wirings/scenarios/serialize-scenario-functions.d.ts +6 -0
- package/dist/src/functions/wirings/scenarios/serialize-scenario-functions.js +98 -0
- package/dist/src/functions/wirings/workflow/pikku-command-workflow.js +4 -5
- package/dist/src/functions/workflows/all.workflow.js +6 -0
- package/dist/src/utils/pikku-cli-config.js +3 -0
- package/dist/src/utils/precise-coverage-map.d.ts +4 -0
- package/dist/src/utils/precise-coverage-map.js +176 -0
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +7 -3
- package/dist/.pikku/schemas/schemas/PikkuTestsCoverageInput.schema.json +0 -1
- package/dist/.pikku/schemas/schemas/PikkuTestsInitInput.schema.json +0 -1
- package/dist/src/functions/commands/tests-coverage.d.ts +0 -10
- package/dist/src/functions/commands/tests-coverage.js +0 -273
- package/dist/src/functions/commands/tests-init.d.ts +0 -7
- package/dist/src/functions/commands/tests-init.js +0 -274
package/console-app/index.html
CHANGED
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
}
|
|
22
22
|
} catch (e) {}
|
|
23
23
|
</script>
|
|
24
|
-
<script type="module" crossorigin src="/console/assets/index-
|
|
24
|
+
<script type="module" crossorigin src="/console/assets/index-Bn7IPpsQ.js"></script>
|
|
25
25
|
<link rel="stylesheet" crossorigin href="/console/assets/index-DwyRdRuZ.css">
|
|
26
26
|
</head>
|
|
27
27
|
<body>
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* This file was generated by @pikku/cli@0.12.
|
|
2
|
+
* This file was generated by @pikku/cli@0.12.71
|
|
3
3
|
*/
|
|
4
4
|
import { CoreAIAgent, PikkuAIMiddlewareHooks } from '@pikku/core/ai-agent';
|
|
5
5
|
import type { PikkuPermission, PikkuMiddleware, Services, PikkuFunctionConfig } from '../function/pikku-function-types.gen.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* This file was generated by @pikku/cli@0.12.
|
|
2
|
+
* This file was generated by @pikku/cli@0.12.71
|
|
3
3
|
*/
|
|
4
4
|
/**
|
|
5
5
|
* WebSocket channel backend for 'pikku' CLI commands
|
|
@@ -65,6 +65,7 @@ import { pikkuOpenAPI } from '../../src/functions/wirings/http/pikku-command-ope
|
|
|
65
65
|
import { pikkuNext } from '../../src/functions/runtimes/nextjs/pikku-command-nextjs.js';
|
|
66
66
|
import { enableRpc } from '../../src/functions/commands/enable.js';
|
|
67
67
|
import { enableConsole } from '../../src/functions/commands/enable.js';
|
|
68
|
+
import { enableScenarios } from '../../src/functions/commands/enable.js';
|
|
68
69
|
import { enableAgent } from '../../src/functions/commands/enable.js';
|
|
69
70
|
import { enableWorkflow } from '../../src/functions/commands/enable.js';
|
|
70
71
|
import { enableEvents } from '../../src/functions/commands/enable.js';
|
|
@@ -74,8 +75,6 @@ import { pikkuNewWiring } from '../../src/functions/commands/new-wiring.js';
|
|
|
74
75
|
import { pikkuNewMiddleware } from '../../src/functions/commands/new-middleware.js';
|
|
75
76
|
import { pikkuNewPermission } from '../../src/functions/commands/new-permission.js';
|
|
76
77
|
import { pikkuNewAddon } from '../../src/functions/commands/new-addon.js';
|
|
77
|
-
import { pikkuTestsInit } from '../../src/functions/commands/tests-init.js';
|
|
78
|
-
import { pikkuTestsCoverage } from '../../src/functions/commands/tests-coverage.js';
|
|
79
78
|
import { pikkuVersionsInit } from '../../src/functions/commands/versions-init.js';
|
|
80
79
|
import { pikkuVersionsCheck } from '../../src/functions/commands/versions-check.js';
|
|
81
80
|
import { pikkuVersionsUpdate } from '../../src/functions/commands/versions-update.js';
|
|
@@ -388,6 +387,10 @@ wireChannel({
|
|
|
388
387
|
func: enableConsole,
|
|
389
388
|
middleware: [cliCloseOnComplete],
|
|
390
389
|
},
|
|
390
|
+
'enable.scenarios': {
|
|
391
|
+
func: enableScenarios,
|
|
392
|
+
middleware: [cliCloseOnComplete],
|
|
393
|
+
},
|
|
391
394
|
'enable.agent': {
|
|
392
395
|
func: enableAgent,
|
|
393
396
|
middleware: [cliCloseOnComplete],
|
|
@@ -424,14 +427,6 @@ wireChannel({
|
|
|
424
427
|
func: pikkuNewAddon,
|
|
425
428
|
middleware: [cliCloseOnComplete],
|
|
426
429
|
},
|
|
427
|
-
'tests.init': {
|
|
428
|
-
func: pikkuTestsInit,
|
|
429
|
-
middleware: [cliCloseOnComplete],
|
|
430
|
-
},
|
|
431
|
-
'tests.coverage': {
|
|
432
|
-
func: pikkuTestsCoverage,
|
|
433
|
-
middleware: [cliCloseOnComplete],
|
|
434
|
-
},
|
|
435
430
|
'versions.init': {
|
|
436
431
|
func: pikkuVersionsInit,
|
|
437
432
|
middleware: [cliCloseOnComplete],
|
|
@@ -882,6 +882,17 @@
|
|
|
882
882
|
},
|
|
883
883
|
"description": "Enable console functions"
|
|
884
884
|
},
|
|
885
|
+
"scenarios": {
|
|
886
|
+
"pikkuFuncId": "enableScenarios",
|
|
887
|
+
"positionals": [],
|
|
888
|
+
"options": {
|
|
889
|
+
"noAuth": {
|
|
890
|
+
"description": "Disable auth requirement",
|
|
891
|
+
"default": false
|
|
892
|
+
}
|
|
893
|
+
},
|
|
894
|
+
"description": "Enable scenario instrumentation functions"
|
|
895
|
+
},
|
|
885
896
|
"agent": {
|
|
886
897
|
"pikkuFuncId": "enableAgent",
|
|
887
898
|
"positionals": [],
|
|
@@ -1065,37 +1076,6 @@
|
|
|
1065
1076
|
}
|
|
1066
1077
|
}
|
|
1067
1078
|
},
|
|
1068
|
-
"tests": {
|
|
1069
|
-
"pikkuFuncId": "",
|
|
1070
|
-
"positionals": [],
|
|
1071
|
-
"options": {},
|
|
1072
|
-
"description": "Manage function tests",
|
|
1073
|
-
"subcommands": {
|
|
1074
|
-
"init": {
|
|
1075
|
-
"pikkuFuncId": "pikkuTestsInit",
|
|
1076
|
-
"positionals": [],
|
|
1077
|
-
"options": {
|
|
1078
|
-
"force": {
|
|
1079
|
-
"description": "Overwrite existing ftest directory"
|
|
1080
|
-
}
|
|
1081
|
-
},
|
|
1082
|
-
"description": "Scaffold the ftest Cucumber harness in your functions package"
|
|
1083
|
-
},
|
|
1084
|
-
"coverage": {
|
|
1085
|
-
"pikkuFuncId": "pikkuTestsCoverage",
|
|
1086
|
-
"positionals": [],
|
|
1087
|
-
"options": {
|
|
1088
|
-
"noRun": {
|
|
1089
|
-
"description": "Skip running the suite and only re-analyse an existing coverage-final.json"
|
|
1090
|
-
},
|
|
1091
|
-
"aiOut": {
|
|
1092
|
-
"description": "Write an AI-ready coverage prompt to the given file path (use - for stdout)"
|
|
1093
|
-
}
|
|
1094
|
-
},
|
|
1095
|
-
"description": "Run the tests suite under c8 and emit tests/coverage/function-coverage.json"
|
|
1096
|
-
}
|
|
1097
|
-
}
|
|
1098
|
-
},
|
|
1099
1079
|
"versions": {
|
|
1100
1080
|
"pikkuFuncId": "",
|
|
1101
1081
|
"positionals": [],
|
|
@@ -720,6 +720,21 @@
|
|
|
720
720
|
"inputHash": "838b26a4",
|
|
721
721
|
"outputHash": "87f874a2"
|
|
722
722
|
},
|
|
723
|
+
"enableScenarios": {
|
|
724
|
+
"pikkuFuncId": "enableScenarios",
|
|
725
|
+
"functionType": "user",
|
|
726
|
+
"funcWrapper": "pikkuVoidFunc",
|
|
727
|
+
"sessionless": true,
|
|
728
|
+
"name": "enableScenarios",
|
|
729
|
+
"inputSchemaName": null,
|
|
730
|
+
"outputSchemaName": null,
|
|
731
|
+
"inputs": [],
|
|
732
|
+
"outputs": [],
|
|
733
|
+
"implementationHash": "e6eb17d7503fea44",
|
|
734
|
+
"contractHash": "8a94ff183a74e9c6",
|
|
735
|
+
"inputHash": "ae200645",
|
|
736
|
+
"outputHash": "45c07b06"
|
|
737
|
+
},
|
|
723
738
|
"enableAgent": {
|
|
724
739
|
"pikkuFuncId": "enableAgent",
|
|
725
740
|
"functionType": "user",
|
|
@@ -1368,7 +1383,7 @@
|
|
|
1368
1383
|
"ScenarioRunInput"
|
|
1369
1384
|
],
|
|
1370
1385
|
"outputs": [],
|
|
1371
|
-
"implementationHash": "
|
|
1386
|
+
"implementationHash": "3b6de748ea927ded",
|
|
1372
1387
|
"contractHash": "7bfd5a3494c4511d",
|
|
1373
1388
|
"inputHash": "39c5701c",
|
|
1374
1389
|
"outputHash": "73729ce5"
|
|
@@ -1422,40 +1437,6 @@
|
|
|
1422
1437
|
"inputHash": "8dfd97bd",
|
|
1423
1438
|
"outputHash": "2486db2e"
|
|
1424
1439
|
},
|
|
1425
|
-
"pikkuTestsCoverage": {
|
|
1426
|
-
"pikkuFuncId": "pikkuTestsCoverage",
|
|
1427
|
-
"functionType": "user",
|
|
1428
|
-
"funcWrapper": "pikkuSessionlessFunc",
|
|
1429
|
-
"sessionless": true,
|
|
1430
|
-
"name": "pikkuTestsCoverage",
|
|
1431
|
-
"inputSchemaName": "PikkuTestsCoverageInput",
|
|
1432
|
-
"outputSchemaName": null,
|
|
1433
|
-
"inputs": [
|
|
1434
|
-
"PikkuTestsCoverageInput"
|
|
1435
|
-
],
|
|
1436
|
-
"outputs": [],
|
|
1437
|
-
"implementationHash": "1685170284d9f246",
|
|
1438
|
-
"contractHash": "7ea99c77b1af3b0b",
|
|
1439
|
-
"inputHash": "8b523c49",
|
|
1440
|
-
"outputHash": "0fd5124e"
|
|
1441
|
-
},
|
|
1442
|
-
"pikkuTestsInit": {
|
|
1443
|
-
"pikkuFuncId": "pikkuTestsInit",
|
|
1444
|
-
"functionType": "user",
|
|
1445
|
-
"funcWrapper": "pikkuSessionlessFunc",
|
|
1446
|
-
"sessionless": true,
|
|
1447
|
-
"name": "pikkuTestsInit",
|
|
1448
|
-
"inputSchemaName": "PikkuTestsInitInput",
|
|
1449
|
-
"outputSchemaName": null,
|
|
1450
|
-
"inputs": [
|
|
1451
|
-
"PikkuTestsInitInput"
|
|
1452
|
-
],
|
|
1453
|
-
"outputs": [],
|
|
1454
|
-
"implementationHash": "6e0f65d79fca9faf",
|
|
1455
|
-
"contractHash": "e37968c2b9c365cc",
|
|
1456
|
-
"inputHash": "e27fe9ce",
|
|
1457
|
-
"outputHash": "4a703d6e"
|
|
1458
|
-
},
|
|
1459
1440
|
"pikkuVersionsCheck": {
|
|
1460
1441
|
"pikkuFuncId": "pikkuVersionsCheck",
|
|
1461
1442
|
"functionType": "user",
|
|
@@ -2803,6 +2784,30 @@
|
|
|
2803
2784
|
"inputHash": "835d9763",
|
|
2804
2785
|
"outputHash": "b9430fb9"
|
|
2805
2786
|
},
|
|
2787
|
+
"pikkuScenarioFunctions": {
|
|
2788
|
+
"pikkuFuncId": "pikkuScenarioFunctions",
|
|
2789
|
+
"functionType": "user",
|
|
2790
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
2791
|
+
"sessionless": true,
|
|
2792
|
+
"name": "pikkuScenarioFunctions",
|
|
2793
|
+
"inputSchemaName": null,
|
|
2794
|
+
"outputSchemaName": "PikkuScenarioFunctionsOutput",
|
|
2795
|
+
"inputs": [],
|
|
2796
|
+
"outputs": [
|
|
2797
|
+
"PikkuScenarioFunctionsOutput"
|
|
2798
|
+
],
|
|
2799
|
+
"implementationHash": "a5775a0206ece13d",
|
|
2800
|
+
"middleware": [
|
|
2801
|
+
{
|
|
2802
|
+
"type": "wire",
|
|
2803
|
+
"name": "logCommandInfoAndTime",
|
|
2804
|
+
"inline": false
|
|
2805
|
+
}
|
|
2806
|
+
],
|
|
2807
|
+
"contractHash": "78899caa494f4b1b",
|
|
2808
|
+
"inputHash": "42ad9097",
|
|
2809
|
+
"outputHash": "e1ecb9ff"
|
|
2810
|
+
},
|
|
2806
2811
|
"pikkuSchedulerTypes": {
|
|
2807
2812
|
"pikkuFuncId": "pikkuSchedulerTypes",
|
|
2808
2813
|
"functionType": "user",
|
|
@@ -2979,7 +2984,7 @@
|
|
|
2979
2984
|
"outputs": [
|
|
2980
2985
|
"PikkuWorkflowOutput"
|
|
2981
2986
|
],
|
|
2982
|
-
"implementationHash": "
|
|
2987
|
+
"implementationHash": "142b6fa25aa3be3b",
|
|
2983
2988
|
"middleware": [
|
|
2984
2989
|
{
|
|
2985
2990
|
"type": "wire",
|
|
@@ -3001,7 +3006,7 @@
|
|
|
3001
3006
|
"outputSchemaName": null,
|
|
3002
3007
|
"inputs": [],
|
|
3003
3008
|
"outputs": [],
|
|
3004
|
-
"implementationHash": "
|
|
3009
|
+
"implementationHash": "9dfbded62f4cc3dc",
|
|
3005
3010
|
"contractHash": "5cf046fc5045a072",
|
|
3006
3011
|
"inputHash": "d5ff2f31",
|
|
3007
3012
|
"outputHash": "391c291d"
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* This file was generated by @pikku/cli@0.12.
|
|
2
|
+
* This file was generated by @pikku/cli@0.12.71
|
|
3
3
|
*/
|
|
4
4
|
/* Import and register functions used by RPCs */
|
|
5
5
|
import { addFunction } from '@pikku/core/function';
|
|
@@ -58,6 +58,7 @@ import { pikkuRPC } from '../../src/functions/wirings/rpc/pikku-command-rpc.js';
|
|
|
58
58
|
import { pikkuRPCClient } from '../../src/functions/wirings/rpc/pikku-command-rpc-client.js';
|
|
59
59
|
import { pikkuRPCExposedMap } from '../../src/functions/wirings/rpc/pikku-command-rpc-map.js';
|
|
60
60
|
import { pikkuRPCInternalMap } from '../../src/functions/wirings/rpc/pikku-command-rpc-map.js';
|
|
61
|
+
import { pikkuScenarioFunctions } from '../../src/functions/wirings/scenarios/pikku-command-scenario-functions.js';
|
|
61
62
|
import { pikkuScheduler } from '../../src/functions/wirings/scheduler/pikku-command-scheduler.js';
|
|
62
63
|
import { pikkuSchedulerTypes } from '../../src/functions/wirings/scheduler/pikku-command-scheduler-types.js';
|
|
63
64
|
import { pikkuSchemas } from '../../src/functions/wirings/functions/schemas.js';
|
|
@@ -132,6 +133,7 @@ addFunction('pikkuRPC', pikkuRPC);
|
|
|
132
133
|
addFunction('pikkuRPCClient', pikkuRPCClient);
|
|
133
134
|
addFunction('pikkuRPCExposedMap', pikkuRPCExposedMap);
|
|
134
135
|
addFunction('pikkuRPCInternalMap', pikkuRPCInternalMap);
|
|
136
|
+
addFunction('pikkuScenarioFunctions', pikkuScenarioFunctions);
|
|
135
137
|
addFunction('pikkuScheduler', pikkuScheduler);
|
|
136
138
|
addFunction('pikkuSchedulerTypes', pikkuSchedulerTypes);
|
|
137
139
|
addFunction('pikkuSchemas', pikkuSchemas);
|
|
@@ -40,6 +40,7 @@
|
|
|
40
40
|
"pikkuEmailsInit": "pikkuEmailsInit",
|
|
41
41
|
"enableRpc": "enableRpc",
|
|
42
42
|
"enableConsole": "enableConsole",
|
|
43
|
+
"enableScenarios": "enableScenarios",
|
|
43
44
|
"enableAgent": "enableAgent",
|
|
44
45
|
"enableWorkflow": "enableWorkflow",
|
|
45
46
|
"enableEvents": "enableEvents",
|
|
@@ -82,8 +83,6 @@
|
|
|
82
83
|
"serve": "serve",
|
|
83
84
|
"pikkuSkillsList": "pikkuSkillsList",
|
|
84
85
|
"pikkuSkillsInstall": "pikkuSkillsInstall",
|
|
85
|
-
"pikkuTestsCoverage": "pikkuTestsCoverage",
|
|
86
|
-
"pikkuTestsInit": "pikkuTestsInit",
|
|
87
86
|
"pikkuVersionsCheck": "pikkuVersionsCheck",
|
|
88
87
|
"pikkuVersionsInit": "pikkuVersionsInit",
|
|
89
88
|
"pikkuVersionsUpdate": "pikkuVersionsUpdate",
|
|
@@ -144,6 +143,7 @@
|
|
|
144
143
|
"pikkuRPCInternalMap": "pikkuRPCInternalMap",
|
|
145
144
|
"pikkuRPCExposedMap": "pikkuRPCExposedMap",
|
|
146
145
|
"pikkuRPC": "pikkuRPC",
|
|
146
|
+
"pikkuScenarioFunctions": "pikkuScenarioFunctions",
|
|
147
147
|
"pikkuSchedulerTypes": "pikkuSchedulerTypes",
|
|
148
148
|
"pikkuScheduler": "pikkuScheduler",
|
|
149
149
|
"pikkuSecrets": "pikkuSecrets",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* This file was generated by @pikku/cli@0.12.
|
|
2
|
+
* This file was generated by @pikku/cli@0.12.71
|
|
3
3
|
*/
|
|
4
4
|
import { addSchema } from '@pikku/core/schema';
|
|
5
5
|
import * as BinaryInput from './schemas/BinaryInput.schema.json' with { type: 'json' };
|
|
@@ -224,6 +224,8 @@ import * as PikkuRPCOutput from './schemas/PikkuRPCOutput.schema.json' with { ty
|
|
|
224
224
|
addSchema('PikkuRPCOutput', PikkuRPCOutput);
|
|
225
225
|
import * as PikkuRemoteRPCOutput from './schemas/PikkuRemoteRPCOutput.schema.json' with { type: 'json' };
|
|
226
226
|
addSchema('PikkuRemoteRPCOutput', PikkuRemoteRPCOutput);
|
|
227
|
+
import * as PikkuScenarioFunctionsOutput from './schemas/PikkuScenarioFunctionsOutput.schema.json' with { type: 'json' };
|
|
228
|
+
addSchema('PikkuScenarioFunctionsOutput', PikkuScenarioFunctionsOutput);
|
|
227
229
|
import * as PikkuSchedulerOutput from './schemas/PikkuSchedulerOutput.schema.json' with { type: 'json' };
|
|
228
230
|
addSchema('PikkuSchedulerOutput', PikkuSchedulerOutput);
|
|
229
231
|
import * as PikkuSchemasOutput from './schemas/PikkuSchemasOutput.schema.json' with { type: 'json' };
|
|
@@ -232,10 +234,6 @@ import * as PikkuSkillsInstallInput from './schemas/PikkuSkillsInstallInput.sche
|
|
|
232
234
|
addSchema('PikkuSkillsInstallInput', PikkuSkillsInstallInput);
|
|
233
235
|
import * as PikkuSkillsListInput from './schemas/PikkuSkillsListInput.schema.json' with { type: 'json' };
|
|
234
236
|
addSchema('PikkuSkillsListInput', PikkuSkillsListInput);
|
|
235
|
-
import * as PikkuTestsCoverageInput from './schemas/PikkuTestsCoverageInput.schema.json' with { type: 'json' };
|
|
236
|
-
addSchema('PikkuTestsCoverageInput', PikkuTestsCoverageInput);
|
|
237
|
-
import * as PikkuTestsInitInput from './schemas/PikkuTestsInitInput.schema.json' with { type: 'json' };
|
|
238
|
-
addSchema('PikkuTestsInitInput', PikkuTestsInitInput);
|
|
239
237
|
import * as PikkuTriggerOutput from './schemas/PikkuTriggerOutput.schema.json' with { type: 'json' };
|
|
240
238
|
addSchema('PikkuTriggerOutput', PikkuTriggerOutput);
|
|
241
239
|
import * as PikkuTriggerTypesInput from './schemas/PikkuTriggerTypesInput.schema.json' with { type: 'json' };
|