@pikku/cli 0.12.68 → 0.12.70
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-CttM2Aiz.js → index-BY60UXB6.js} +132 -132
- package/console-app/index.html +2 -2
- 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 +7 -12
- 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 -30
- 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 +39 -54
- package/dist/.pikku/function/pikku-functions.gen.js +1 -3
- 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 +4 -2
- package/dist/.pikku/pikku-services.gen.js +2 -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.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 -3
- 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 +5 -7
- package/dist/.pikku/schemas/schemas/DevInput.schema.json +1 -1
- package/dist/.pikku/schemas/schemas/PikkuCLIConfig.schema.json +1 -1
- package/dist/.pikku/schemas/schemas/ScenarioRunInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ServeInput.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/pikku-workflow-types.gen.d.ts +4 -4
- package/dist/.pikku/workflow/pikku-workflow-types.gen.js +2 -2
- 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/bin/pikku.js +1 -1
- package/dist/src/cli.wiring.js +23 -30
- package/dist/src/functions/commands/all.js +14 -1
- package/dist/src/functions/commands/bun-coverage-loader.d.ts +11 -0
- package/dist/src/functions/commands/bun-coverage-loader.js +42 -0
- package/dist/src/functions/commands/dev.d.ts +6 -3
- package/dist/src/functions/commands/dev.js +26 -9
- package/dist/src/functions/commands/{user-flow.d.ts → scenario.d.ts} +5 -2
- package/dist/src/functions/commands/{user-flow.js → scenario.js} +73 -32
- package/dist/src/functions/commands/serve-console.d.ts +2 -3
- package/dist/src/functions/commands/serve-console.js +5 -51
- package/dist/src/functions/commands/serve.d.ts +3 -3
- package/dist/src/functions/commands/serve.js +15 -7
- package/dist/src/functions/commands/start-coverage.d.ts +13 -0
- package/dist/src/functions/commands/start-coverage.js +26 -0
- package/dist/src/functions/commands/watch.js +2 -1
- package/dist/src/functions/wirings/workflow/pikku-command-workflow.js +6 -5
- package/dist/src/functions/wirings/workflow/serialize-scenario-actors.d.ts +2 -0
- package/dist/src/functions/wirings/workflow/serialize-scenario-actors.js +29 -0
- package/dist/src/functions/wirings/workflow/serialize-workflow-types.js +4 -4
- package/dist/src/services.js +14 -1
- package/dist/src/utils/file-writer.d.ts +1 -0
- package/dist/src/utils/file-writer.js +9 -0
- package/dist/src/utils/meta-diff.d.ts +32 -0
- package/dist/src/utils/meta-diff.js +144 -0
- package/dist/src/utils/pikku-cli-config.js +2 -2
- package/dist/src/utils/serialize-schemas.js +1 -1
- package/dist/src/utils/strip-verbose-meta.js +3 -0
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +8 -6
- package/dist/.pikku/schemas/schemas/ConsoleCommandInput.schema.json +0 -1
- package/dist/.pikku/schemas/schemas/UserFlowRunInput.schema.json +0 -1
- package/dist/src/functions/commands/console.d.ts +0 -13
- package/dist/src/functions/commands/console.js +0 -122
- package/dist/src/functions/wirings/workflow/serialize-user-flow-actors.d.ts +0 -8
- package/dist/src/functions/wirings/workflow/serialize-user-flow-actors.js +0 -36
- /package/dist/.pikku/schemas/schemas/{UserFlowListInput.schema.json → ScenarioListInput.schema.json} +0 -0
package/console-app/index.html
CHANGED
|
@@ -21,8 +21,8 @@
|
|
|
21
21
|
}
|
|
22
22
|
} catch (e) {}
|
|
23
23
|
</script>
|
|
24
|
-
<script type="module" crossorigin src="/assets/index-
|
|
25
|
-
<link rel="stylesheet" crossorigin href="/assets/index-DwyRdRuZ.css">
|
|
24
|
+
<script type="module" crossorigin src="/console/assets/index-BY60UXB6.js"></script>
|
|
25
|
+
<link rel="stylesheet" crossorigin href="/console/assets/index-DwyRdRuZ.css">
|
|
26
26
|
</head>
|
|
27
27
|
<body>
|
|
28
28
|
<div id="root"></div>
|
|
@@ -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.70
|
|
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.70
|
|
3
3
|
*/
|
|
4
4
|
/**
|
|
5
5
|
* WebSocket channel backend for 'pikku' CLI commands
|
|
@@ -15,7 +15,6 @@ import { pikkuAudit } from '../../src/functions/commands/audit.js';
|
|
|
15
15
|
import { watch } from '../../src/functions/commands/watch.js';
|
|
16
16
|
import { dev } from '../../src/functions/commands/dev.js';
|
|
17
17
|
import { serve } from '../../src/functions/commands/serve.js';
|
|
18
|
-
import { consoleCommand } from '../../src/functions/commands/console.js';
|
|
19
18
|
import { login } from '../../src/functions/commands/login.js';
|
|
20
19
|
import { logout } from '../../src/functions/commands/login.js';
|
|
21
20
|
import { whoami } from '../../src/functions/commands/login.js';
|
|
@@ -28,8 +27,8 @@ import { dbSeed } from '../../src/functions/commands/db-seed.js';
|
|
|
28
27
|
import { dbReset } from '../../src/functions/commands/db-reset.js';
|
|
29
28
|
import { dbAudit } from '../../src/functions/commands/db-audit.js';
|
|
30
29
|
import { workspaceValidate } from '../../src/functions/commands/workspace-validate.js';
|
|
31
|
-
import {
|
|
32
|
-
import {
|
|
30
|
+
import { scenarioRun } from '../../src/functions/commands/scenario.js';
|
|
31
|
+
import { scenarioList } from '../../src/functions/commands/scenario.js';
|
|
33
32
|
import { FabricValidate } from '../../src/fabric/functions/validate.function.js';
|
|
34
33
|
import { FabricSmoke } from '../../src/fabric/functions/smoke.function.js';
|
|
35
34
|
import { FabricLogin } from '../../src/fabric/functions/login.function.js';
|
|
@@ -189,10 +188,6 @@ wireChannel({
|
|
|
189
188
|
func: serve,
|
|
190
189
|
middleware: [cliCloseOnComplete],
|
|
191
190
|
},
|
|
192
|
-
'console': {
|
|
193
|
-
func: consoleCommand,
|
|
194
|
-
middleware: [cliCloseOnComplete],
|
|
195
|
-
},
|
|
196
191
|
'login': {
|
|
197
192
|
func: login,
|
|
198
193
|
middleware: [cliCloseOnComplete],
|
|
@@ -241,12 +236,12 @@ wireChannel({
|
|
|
241
236
|
func: workspaceValidate,
|
|
242
237
|
middleware: [cliCloseOnComplete],
|
|
243
238
|
},
|
|
244
|
-
'
|
|
245
|
-
func:
|
|
239
|
+
'scenario.run': {
|
|
240
|
+
func: scenarioRun,
|
|
246
241
|
middleware: [cliCloseOnComplete],
|
|
247
242
|
},
|
|
248
|
-
'
|
|
249
|
-
func:
|
|
243
|
+
'scenario.list': {
|
|
244
|
+
func: scenarioList,
|
|
250
245
|
middleware: [cliCloseOnComplete],
|
|
251
246
|
},
|
|
252
247
|
'fabric.validate': {
|
|
@@ -7,6 +7,10 @@
|
|
|
7
7
|
"pikkuFuncId": "all",
|
|
8
8
|
"positionals": [],
|
|
9
9
|
"options": {
|
|
10
|
+
"diff": {
|
|
11
|
+
"description": "On success, emit a structural diff of the generated .pikku meta (what this run added/removed/changed) as a PIKKU_DIFF <json> line on stdout. Only emitted on exit 0.",
|
|
12
|
+
"default": false
|
|
13
|
+
},
|
|
10
14
|
"filter": {
|
|
11
15
|
"description": "Named filter(s) from pikku.config.json filters map (comma-separated)"
|
|
12
16
|
},
|
|
@@ -108,8 +112,13 @@
|
|
|
108
112
|
"description": "Enable hot module reload",
|
|
109
113
|
"default": true
|
|
110
114
|
},
|
|
111
|
-
"
|
|
112
|
-
"description": "
|
|
115
|
+
"coverage": {
|
|
116
|
+
"description": "Collect V8 precise coverage in-process; snapshot/reset via the console coverage RPCs",
|
|
117
|
+
"default": false
|
|
118
|
+
},
|
|
119
|
+
"test": {
|
|
120
|
+
"description": "Test mode: record service calls for scenario assertions and set PIKKU_TEST_RUN for isTestRun()",
|
|
121
|
+
"default": false
|
|
113
122
|
}
|
|
114
123
|
},
|
|
115
124
|
"description": "Start a local development server with all services wired"
|
|
@@ -124,31 +133,11 @@
|
|
|
124
133
|
"short": "p"
|
|
125
134
|
},
|
|
126
135
|
"console": {
|
|
127
|
-
"description": "Also serve the Pikku Console
|
|
128
|
-
}
|
|
129
|
-
},
|
|
130
|
-
"description": "Start a server using the bundled bun or node runner (no watch, no codegen)"
|
|
131
|
-
},
|
|
132
|
-
"console": {
|
|
133
|
-
"pikkuFuncId": "consoleCommand",
|
|
134
|
-
"positionals": [],
|
|
135
|
-
"options": {
|
|
136
|
-
"port": {
|
|
137
|
-
"description": "Port for the console server",
|
|
138
|
-
"default": "51442",
|
|
139
|
-
"short": "p"
|
|
140
|
-
},
|
|
141
|
-
"open": {
|
|
142
|
-
"description": "Open the console in the browser",
|
|
143
|
-
"default": "false",
|
|
144
|
-
"short": "o"
|
|
145
|
-
},
|
|
146
|
-
"hmr": {
|
|
147
|
-
"description": "Enable hot module reload for registered functions",
|
|
136
|
+
"description": "Also serve the Pikku Console same-origin at /console",
|
|
148
137
|
"default": false
|
|
149
138
|
}
|
|
150
139
|
},
|
|
151
|
-
"description": "Start the
|
|
140
|
+
"description": "Start a server using the bundled bun or node runner (no watch, no codegen)"
|
|
152
141
|
},
|
|
153
142
|
"login": {
|
|
154
143
|
"pikkuFuncId": "login",
|
|
@@ -280,14 +269,14 @@
|
|
|
280
269
|
}
|
|
281
270
|
}
|
|
282
271
|
},
|
|
283
|
-
"
|
|
272
|
+
"scenario": {
|
|
284
273
|
"pikkuFuncId": "",
|
|
285
274
|
"positionals": [],
|
|
286
275
|
"options": {},
|
|
287
|
-
"description": "Run and inspect
|
|
276
|
+
"description": "Run and inspect scenarios (pikkuScenario)",
|
|
288
277
|
"subcommands": {
|
|
289
278
|
"run": {
|
|
290
|
-
"pikkuFuncId": "
|
|
279
|
+
"pikkuFuncId": "scenarioRun",
|
|
291
280
|
"positionals": [
|
|
292
281
|
{
|
|
293
282
|
"name": "environment",
|
|
@@ -302,16 +291,20 @@
|
|
|
302
291
|
"tags": {
|
|
303
292
|
"description": "Comma-separated tags — run flows matching any",
|
|
304
293
|
"short": "t"
|
|
294
|
+
},
|
|
295
|
+
"coverage": {
|
|
296
|
+
"description": "Reset/snapshot server coverage per scenario (target must run with --coverage); writes coverage/scenario-coverage.json",
|
|
297
|
+
"default": false
|
|
305
298
|
}
|
|
306
299
|
},
|
|
307
|
-
"description": "Run
|
|
300
|
+
"description": "Run scenarios against a configured environment (scenarios.environments in pikku.config.json). Actor secret comes from SCENARIO_ACTOR_SECRET.",
|
|
308
301
|
"parameters": "<environment>"
|
|
309
302
|
},
|
|
310
303
|
"list": {
|
|
311
|
-
"pikkuFuncId": "
|
|
304
|
+
"pikkuFuncId": "scenarioList",
|
|
312
305
|
"positionals": [],
|
|
313
306
|
"options": {},
|
|
314
|
-
"description": "List
|
|
307
|
+
"description": "List scenarios with names and descriptions"
|
|
315
308
|
}
|
|
316
309
|
}
|
|
317
310
|
},
|
|
@@ -485,7 +485,7 @@
|
|
|
485
485
|
"inputs": [],
|
|
486
486
|
"outputs": [],
|
|
487
487
|
"remote": true,
|
|
488
|
-
"implementationHash": "
|
|
488
|
+
"implementationHash": "ad813bdba9d7bc24"
|
|
489
489
|
},
|
|
490
490
|
"pikkuAudit": {
|
|
491
491
|
"pikkuFuncId": "pikkuAudit",
|
|
@@ -534,21 +534,6 @@
|
|
|
534
534
|
"remote": true,
|
|
535
535
|
"implementationHash": "5a720046adea0212"
|
|
536
536
|
},
|
|
537
|
-
"consoleCommand": {
|
|
538
|
-
"pikkuFuncId": "consoleCommand",
|
|
539
|
-
"functionType": "user",
|
|
540
|
-
"funcWrapper": "pikkuSessionlessFunc",
|
|
541
|
-
"sessionless": true,
|
|
542
|
-
"name": "consoleCommand",
|
|
543
|
-
"inputSchemaName": "ConsoleCommandInput",
|
|
544
|
-
"outputSchemaName": null,
|
|
545
|
-
"inputs": [
|
|
546
|
-
"ConsoleCommandInput"
|
|
547
|
-
],
|
|
548
|
-
"outputs": [],
|
|
549
|
-
"remote": true,
|
|
550
|
-
"implementationHash": "1a5d72b67945f25a"
|
|
551
|
-
},
|
|
552
537
|
"dbAudit": {
|
|
553
538
|
"pikkuFuncId": "dbAudit",
|
|
554
539
|
"functionType": "user",
|
|
@@ -686,7 +671,7 @@
|
|
|
686
671
|
],
|
|
687
672
|
"outputs": [],
|
|
688
673
|
"remote": true,
|
|
689
|
-
"implementationHash": "
|
|
674
|
+
"implementationHash": "a67f723a404ba236"
|
|
690
675
|
},
|
|
691
676
|
"pikkuEmailsInit": {
|
|
692
677
|
"pikkuFuncId": "pikkuEmailsInit",
|
|
@@ -1354,6 +1339,40 @@
|
|
|
1354
1339
|
"inputHash": "914f8a46",
|
|
1355
1340
|
"outputHash": "dc82a9b9"
|
|
1356
1341
|
},
|
|
1342
|
+
"scenarioList": {
|
|
1343
|
+
"pikkuFuncId": "scenarioList",
|
|
1344
|
+
"functionType": "user",
|
|
1345
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
1346
|
+
"sessionless": true,
|
|
1347
|
+
"name": "scenarioList",
|
|
1348
|
+
"inputSchemaName": "ScenarioListInput",
|
|
1349
|
+
"outputSchemaName": null,
|
|
1350
|
+
"inputs": [
|
|
1351
|
+
"ScenarioListInput"
|
|
1352
|
+
],
|
|
1353
|
+
"outputs": [],
|
|
1354
|
+
"implementationHash": "10cdf01b8ce96dae",
|
|
1355
|
+
"contractHash": "e790690833f027f6",
|
|
1356
|
+
"inputHash": "dbf3a3d0",
|
|
1357
|
+
"outputHash": "4cdcffbb"
|
|
1358
|
+
},
|
|
1359
|
+
"scenarioRun": {
|
|
1360
|
+
"pikkuFuncId": "scenarioRun",
|
|
1361
|
+
"functionType": "user",
|
|
1362
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
1363
|
+
"sessionless": true,
|
|
1364
|
+
"name": "scenarioRun",
|
|
1365
|
+
"inputSchemaName": "ScenarioRunInput",
|
|
1366
|
+
"outputSchemaName": null,
|
|
1367
|
+
"inputs": [
|
|
1368
|
+
"ScenarioRunInput"
|
|
1369
|
+
],
|
|
1370
|
+
"outputs": [],
|
|
1371
|
+
"implementationHash": "e04fe4c8a1da8073",
|
|
1372
|
+
"contractHash": "7bfd5a3494c4511d",
|
|
1373
|
+
"inputHash": "39c5701c",
|
|
1374
|
+
"outputHash": "73729ce5"
|
|
1375
|
+
},
|
|
1357
1376
|
"serve": {
|
|
1358
1377
|
"pikkuFuncId": "serve",
|
|
1359
1378
|
"functionType": "user",
|
|
@@ -1367,7 +1386,7 @@
|
|
|
1367
1386
|
],
|
|
1368
1387
|
"outputs": [],
|
|
1369
1388
|
"remote": true,
|
|
1370
|
-
"implementationHash": "
|
|
1389
|
+
"implementationHash": "3b1d9fa928b65aee"
|
|
1371
1390
|
},
|
|
1372
1391
|
"pikkuSkillsList": {
|
|
1373
1392
|
"pikkuFuncId": "pikkuSkillsList",
|
|
@@ -1437,40 +1456,6 @@
|
|
|
1437
1456
|
"inputHash": "e27fe9ce",
|
|
1438
1457
|
"outputHash": "4a703d6e"
|
|
1439
1458
|
},
|
|
1440
|
-
"userFlowList": {
|
|
1441
|
-
"pikkuFuncId": "userFlowList",
|
|
1442
|
-
"functionType": "user",
|
|
1443
|
-
"funcWrapper": "pikkuSessionlessFunc",
|
|
1444
|
-
"sessionless": true,
|
|
1445
|
-
"name": "userFlowList",
|
|
1446
|
-
"inputSchemaName": "UserFlowListInput",
|
|
1447
|
-
"outputSchemaName": null,
|
|
1448
|
-
"inputs": [
|
|
1449
|
-
"UserFlowListInput"
|
|
1450
|
-
],
|
|
1451
|
-
"outputs": [],
|
|
1452
|
-
"implementationHash": "3999b907ebad7ec1",
|
|
1453
|
-
"contractHash": "25896f3e7ae4f489",
|
|
1454
|
-
"inputHash": "837d5b06",
|
|
1455
|
-
"outputHash": "1b3daaa9"
|
|
1456
|
-
},
|
|
1457
|
-
"userFlowRun": {
|
|
1458
|
-
"pikkuFuncId": "userFlowRun",
|
|
1459
|
-
"functionType": "user",
|
|
1460
|
-
"funcWrapper": "pikkuSessionlessFunc",
|
|
1461
|
-
"sessionless": true,
|
|
1462
|
-
"name": "userFlowRun",
|
|
1463
|
-
"inputSchemaName": "UserFlowRunInput",
|
|
1464
|
-
"outputSchemaName": null,
|
|
1465
|
-
"inputs": [
|
|
1466
|
-
"UserFlowRunInput"
|
|
1467
|
-
],
|
|
1468
|
-
"outputs": [],
|
|
1469
|
-
"implementationHash": "5caff29ed5cf664d",
|
|
1470
|
-
"contractHash": "c79ecd709dd14ff1",
|
|
1471
|
-
"inputHash": "e236e045",
|
|
1472
|
-
"outputHash": "63b25371"
|
|
1473
|
-
},
|
|
1474
1459
|
"pikkuVersionsCheck": {
|
|
1475
1460
|
"pikkuFuncId": "pikkuVersionsCheck",
|
|
1476
1461
|
"functionType": "user",
|
|
@@ -1531,7 +1516,7 @@
|
|
|
1531
1516
|
],
|
|
1532
1517
|
"outputs": [],
|
|
1533
1518
|
"remote": true,
|
|
1534
|
-
"implementationHash": "
|
|
1519
|
+
"implementationHash": "219e823f8c041ddf"
|
|
1535
1520
|
},
|
|
1536
1521
|
"workspaceValidate": {
|
|
1537
1522
|
"pikkuFuncId": "workspaceValidate",
|
|
@@ -2994,7 +2979,7 @@
|
|
|
2994
2979
|
"outputs": [
|
|
2995
2980
|
"PikkuWorkflowOutput"
|
|
2996
2981
|
],
|
|
2997
|
-
"implementationHash": "
|
|
2982
|
+
"implementationHash": "03c5d284903846f9",
|
|
2998
2983
|
"middleware": [
|
|
2999
2984
|
{
|
|
3000
2985
|
"type": "wire",
|
|
@@ -1,11 +1,10 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* This file was generated by @pikku/cli@0.12.
|
|
2
|
+
* This file was generated by @pikku/cli@0.12.70
|
|
3
3
|
*/
|
|
4
4
|
/* Import and register functions used by RPCs */
|
|
5
5
|
import { addFunction } from '@pikku/core/function';
|
|
6
6
|
import { all } from '../../src/functions/commands/all.js';
|
|
7
7
|
import { bootstrap } from '../../src/functions/commands/bootstrap.js';
|
|
8
|
-
import { consoleCommand } from '../../src/functions/commands/console.js';
|
|
9
8
|
import { dbAudit } from '../../src/functions/commands/db-audit.js';
|
|
10
9
|
import { dbGenerate } from '../../src/functions/commands/db-generate.js';
|
|
11
10
|
import { dbMigrate } from '../../src/functions/commands/db-migrate.js';
|
|
@@ -80,7 +79,6 @@ import { serve } from '../../src/functions/commands/serve.js';
|
|
|
80
79
|
import { watch } from '../../src/functions/commands/watch.js';
|
|
81
80
|
addFunction('all', all);
|
|
82
81
|
addFunction('bootstrap', bootstrap);
|
|
83
|
-
addFunction('consoleCommand', consoleCommand);
|
|
84
82
|
addFunction('dbAudit', dbAudit);
|
|
85
83
|
addFunction('dbGenerate', dbGenerate);
|
|
86
84
|
addFunction('dbMigrate', dbMigrate);
|
|
@@ -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.70
|
|
3
3
|
*/
|
|
4
4
|
import type { SingletonServices } from '../types/application-types.d.js';
|
|
5
5
|
import type { Services } from '../types/application-types.d.js';
|
|
@@ -13,12 +13,14 @@ export declare const requiredSingletonServices: {
|
|
|
13
13
|
readonly bundler: true;
|
|
14
14
|
readonly config: true;
|
|
15
15
|
readonly content: false;
|
|
16
|
+
readonly coverageService: false;
|
|
16
17
|
readonly credentialService: false;
|
|
17
18
|
readonly deploymentService: false;
|
|
18
19
|
readonly devServerRunner: true;
|
|
19
20
|
readonly emailService: false;
|
|
20
21
|
readonly eventHub: false;
|
|
21
22
|
readonly getInspectorState: true;
|
|
23
|
+
readonly invalidateInspectorState: true;
|
|
22
24
|
readonly jwt: false;
|
|
23
25
|
readonly logger: true;
|
|
24
26
|
readonly metaService: false;
|
|
@@ -32,5 +34,5 @@ export declare const requiredSingletonServices: {
|
|
|
32
34
|
readonly workflowService: true;
|
|
33
35
|
};
|
|
34
36
|
export declare const requiredWireServices: {};
|
|
35
|
-
export type RequiredSingletonServices = Required<Pick<SingletonServices, 'bundler' | 'config' | 'devServerRunner' | 'getInspectorState' | 'logger' | 'queueService' | 'schedulerService' | 'schema' | 'secrets' | 'variables' | 'workflowRunService' | 'workflowService'>> & Partial<Omit<SingletonServices, 'bundler' | 'config' | 'devServerRunner' | 'getInspectorState' | 'logger' | 'queueService' | 'schedulerService' | 'schema' | 'secrets' | 'variables' | 'workflowRunService' | 'workflowService'>>;
|
|
37
|
+
export type RequiredSingletonServices = Required<Pick<SingletonServices, 'bundler' | 'config' | 'devServerRunner' | 'getInspectorState' | 'invalidateInspectorState' | 'logger' | 'queueService' | 'schedulerService' | 'schema' | 'secrets' | 'variables' | 'workflowRunService' | 'workflowService'>> & Partial<Omit<SingletonServices, 'bundler' | 'config' | 'devServerRunner' | 'getInspectorState' | 'invalidateInspectorState' | 'logger' | 'queueService' | 'schedulerService' | 'schema' | 'secrets' | 'variables' | 'workflowRunService' | 'workflowService'>>;
|
|
36
38
|
export type RequiredWireServices = Partial<Services>;
|
|
@@ -9,12 +9,14 @@ export const requiredSingletonServices = {
|
|
|
9
9
|
'bundler': true,
|
|
10
10
|
'config': true,
|
|
11
11
|
'content': false,
|
|
12
|
+
'coverageService': false,
|
|
12
13
|
'credentialService': false,
|
|
13
14
|
'deploymentService': false,
|
|
14
15
|
'devServerRunner': true,
|
|
15
16
|
'emailService': false,
|
|
16
17
|
'eventHub': false,
|
|
17
18
|
'getInspectorState': true,
|
|
19
|
+
'invalidateInspectorState': true,
|
|
18
20
|
'jwt': false,
|
|
19
21
|
'logger': true,
|
|
20
22
|
'metaService': false,
|