@pikku/cli 0.12.22 → 0.12.23

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (75) hide show
  1. package/dist/.pikku/agent/pikku-agent-types.gen.d.ts +1 -1
  2. package/dist/.pikku/channel/pikku-channel-types.gen.d.ts +1 -1
  3. package/dist/.pikku/channel/pikku-channel-types.gen.js +1 -1
  4. package/dist/.pikku/cli/pikku-cli-channel.js +1 -1
  5. package/dist/.pikku/cli/pikku-cli-types.gen.d.ts +1 -1
  6. package/dist/.pikku/cli/pikku-cli-types.gen.js +1 -1
  7. package/dist/.pikku/cli/pikku-cli-wirings-meta.gen.js +1 -1
  8. package/dist/.pikku/cli/pikku-cli-wirings.gen.d.ts +1 -1
  9. package/dist/.pikku/cli/pikku-cli-wirings.gen.js +1 -1
  10. package/dist/.pikku/cli/pikku-cli.gen.d.ts +1 -1
  11. package/dist/.pikku/cli/pikku-cli.gen.js +1 -1
  12. package/dist/.pikku/console/pikku-node-types.gen.d.ts +1 -1
  13. package/dist/.pikku/function/pikku-function-types.gen.d.ts +1 -1
  14. package/dist/.pikku/function/pikku-function-types.gen.js +1 -1
  15. package/dist/.pikku/function/pikku-functions-meta.gen.js +1 -1
  16. package/dist/.pikku/function/pikku-functions-meta.gen.json +162 -270
  17. package/dist/.pikku/function/pikku-functions.gen.js +1 -1
  18. package/dist/.pikku/http/pikku-http-types.gen.d.ts +1 -1
  19. package/dist/.pikku/http/pikku-http-types.gen.js +1 -1
  20. package/dist/.pikku/http/pikku-http-wirings-meta.gen.js +1 -1
  21. package/dist/.pikku/http/pikku-http-wirings-meta.gen.json +1 -62
  22. package/dist/.pikku/http/pikku-http-wirings.gen.d.ts +1 -2
  23. package/dist/.pikku/http/pikku-http-wirings.gen.js +1 -2
  24. package/dist/.pikku/mcp/pikku-mcp-types.gen.d.ts +1 -1
  25. package/dist/.pikku/mcp/pikku-mcp-types.gen.js +1 -1
  26. package/dist/.pikku/pikku-bootstrap.gen.d.ts +1 -1
  27. package/dist/.pikku/pikku-bootstrap.gen.js +1 -1
  28. package/dist/.pikku/pikku-meta-service.gen.d.ts +1 -1
  29. package/dist/.pikku/pikku-meta-service.gen.js +1 -1
  30. package/dist/.pikku/pikku-services.gen.d.ts +1 -1
  31. package/dist/.pikku/pikku-types.gen.d.ts +1 -1
  32. package/dist/.pikku/pikku-types.gen.js +1 -1
  33. package/dist/.pikku/queue/pikku-queue-types.gen.d.ts +1 -1
  34. package/dist/.pikku/queue/pikku-queue-types.gen.js +1 -1
  35. package/dist/.pikku/queue/pikku-queue-workers-wirings-meta.gen.js +1 -1
  36. package/dist/.pikku/queue/pikku-queue-workers-wirings.gen.d.ts +1 -1
  37. package/dist/.pikku/queue/pikku-queue-workers-wirings.gen.js +1 -1
  38. package/dist/.pikku/rpc/pikku-rpc-wirings-meta.internal.gen.js +1 -1
  39. package/dist/.pikku/rpc/pikku-rpc-wirings-meta.internal.gen.json +13 -19
  40. package/dist/.pikku/scheduler/pikku-scheduler-types.gen.d.ts +1 -1
  41. package/dist/.pikku/scheduler/pikku-scheduler-types.gen.js +1 -1
  42. package/dist/.pikku/schemas/register.gen.js +7 -25
  43. package/dist/.pikku/secrets/pikku-secret-types.gen.d.ts +1 -1
  44. package/dist/.pikku/secrets/pikku-secret-types.gen.js +1 -1
  45. package/dist/.pikku/secrets/pikku-secrets.gen.d.ts +1 -1
  46. package/dist/.pikku/secrets/pikku-secrets.gen.js +1 -1
  47. package/dist/.pikku/trigger/pikku-trigger-types.gen.d.ts +1 -1
  48. package/dist/.pikku/trigger/pikku-trigger-types.gen.js +1 -1
  49. package/dist/.pikku/variables/pikku-variable-types.gen.d.ts +1 -1
  50. package/dist/.pikku/variables/pikku-variable-types.gen.js +1 -1
  51. package/dist/.pikku/variables/pikku-variables.gen.d.ts +1 -1
  52. package/dist/.pikku/variables/pikku-variables.gen.js +1 -1
  53. package/dist/.pikku/workflow/pikku-workflow-types.gen.d.ts +1 -1
  54. package/dist/.pikku/workflow/pikku-workflow-types.gen.js +1 -1
  55. package/dist/.pikku/workflow/pikku-workflow-wirings-meta.gen.js +1 -1
  56. package/dist/.pikku/workflow/pikku-workflow-wirings.gen.js +1 -1
  57. package/dist/bin/pikku-bin.mjs +2 -2
  58. package/dist/src/functions/runtimes/tanstack-start/pikku-command-tanstack-start.js +1 -1
  59. package/dist/src/scaffold/rpc-remote.gen.js +1 -1
  60. package/dist/src/utils/serialize-schemas.js +1 -1
  61. package/dist/tsconfig.tsbuildinfo +1 -1
  62. package/package.json +2 -2
  63. package/skills/pikku-i18n/SKILL.md +15 -6
  64. package/skills/pikku-rtl/SKILL.md +38 -24
  65. package/dist/.pikku/schemas/schemas/GraphStarterInput.schema.json +0 -1
  66. package/dist/.pikku/schemas/schemas/GraphStarterOutput.schema.json +0 -1
  67. package/dist/.pikku/schemas/schemas/WorkflowRunStatus.schema.json +0 -1
  68. package/dist/.pikku/schemas/schemas/WorkflowRunnerInput.schema.json +0 -1
  69. package/dist/.pikku/schemas/schemas/WorkflowStarterInput.schema.json +0 -1
  70. package/dist/.pikku/schemas/schemas/WorkflowStarterOutput.schema.json +0 -1
  71. package/dist/.pikku/schemas/schemas/WorkflowStatusCheckerInput.schema.json +0 -1
  72. package/dist/.pikku/schemas/schemas/WorkflowStatusStreamFullInput.schema.json +0 -1
  73. package/dist/.pikku/schemas/schemas/WorkflowStatusStreamInput.schema.json +0 -1
  74. package/dist/src/scaffold/workflow-routes.gen.d.ts +0 -84
  75. package/dist/src/scaffold/workflow-routes.gen.js +0 -229
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.22
2
+ * This file was generated by @pikku/cli@0.12.23
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.22
2
+ * This file was generated by @pikku/cli@0.12.23
3
3
  */
4
4
  /**
5
5
  * Channel-specific type definitions for tree-shaking optimization
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.22
2
+ * This file was generated by @pikku/cli@0.12.23
3
3
  */
4
4
  /**
5
5
  * Channel-specific type definitions for tree-shaking optimization
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.22
2
+ * This file was generated by @pikku/cli@0.12.23
3
3
  */
4
4
  /**
5
5
  * WebSocket channel backend for 'pikku' CLI commands
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.22
2
+ * This file was generated by @pikku/cli@0.12.23
3
3
  */
4
4
  /**
5
5
 
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.22
2
+ * This file was generated by @pikku/cli@0.12.23
3
3
  */
4
4
  /**
5
5
 
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.22
2
+ * This file was generated by @pikku/cli@0.12.23
3
3
  */
4
4
  import { pikkuState } from '@pikku/core/internal';
5
5
  import metaData from './pikku-cli-wirings-meta.gen.json' with { type: 'json' };
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.22
2
+ * This file was generated by @pikku/cli@0.12.23
3
3
  */
4
4
  import '../../src/cli.wiring.js';
5
5
  import '../../src/services.js';
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.22
2
+ * This file was generated by @pikku/cli@0.12.23
3
3
  */
4
4
  /* The files with an wireCLI function call */
5
5
  import '../../src/cli.wiring.js';
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.22
2
+ * This file was generated by @pikku/cli@0.12.23
3
3
  */
4
4
  import '../pikku-bootstrap.gen.js';
5
5
  export declare function PikkuCLI(args: string[]): Promise<void>;
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.22
2
+ * This file was generated by @pikku/cli@0.12.23
3
3
  */
4
4
  import { executeCLI, CLIError } from '@pikku/core/cli';
5
5
  import { createConfig as createConfig } from '../../src/services.js';
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.22
2
+ * This file was generated by @pikku/cli@0.12.23
3
3
  */
4
4
  import type { FlattenedRPCMap } from '../rpc/pikku-rpc-wirings-map.internal.gen.js';
5
5
  export type NodeCategory = never;
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.22
2
+ * This file was generated by @pikku/cli@0.12.23
3
3
  */
4
4
  /**
5
5
  * Core function, middleware, and permission types for all wirings
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.22
2
+ * This file was generated by @pikku/cli@0.12.23
3
3
  */
4
4
  /**
5
5
  * Core function, middleware, and permission types for all wirings
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.22
2
+ * This file was generated by @pikku/cli@0.12.23
3
3
  */
4
4
  import { pikkuState } from '@pikku/core/internal';
5
5
  import metaData from './pikku-functions-meta.gen.json' with { type: 'json' };
@@ -121,7 +121,7 @@
121
121
  "outputSchemaName": null,
122
122
  "inputs": [],
123
123
  "outputs": [],
124
- "implementationHash": "393bde13a4492dc0",
124
+ "implementationHash": "6c6fdb4546697274",
125
125
  "middleware": [
126
126
  {
127
127
  "type": "wire",
@@ -199,97 +199,6 @@
199
199
  "inputHash": "75d95201",
200
200
  "outputHash": "ffadb4f5"
201
201
  },
202
- "pikkuAddonTypes": {
203
- "pikkuFuncId": "pikkuAddonTypes",
204
- "functionType": "user",
205
- "funcWrapper": "pikkuSessionlessFunc",
206
- "sessionless": true,
207
- "name": "pikkuAddonTypes",
208
- "inputSchemaName": "AddonTypesCommandInput",
209
- "outputSchemaName": null,
210
- "inputs": [
211
- "AddonTypesCommandInput"
212
- ],
213
- "outputs": [],
214
- "implementationHash": "b934f533c25f062a",
215
- "middleware": [
216
- {
217
- "type": "wire",
218
- "name": "logCommandInfoAndTime",
219
- "inline": false
220
- }
221
- ],
222
- "contractHash": "a4df059780e52ee8",
223
- "inputHash": "27ae5314",
224
- "outputHash": "108ed771"
225
- },
226
- "pikkuWorkflow": {
227
- "pikkuFuncId": "pikkuWorkflow",
228
- "functionType": "user",
229
- "funcWrapper": "pikkuSessionlessFunc",
230
- "sessionless": true,
231
- "name": "pikkuWorkflow",
232
- "inputSchemaName": "WorkflowCommandInput",
233
- "outputSchemaName": "PikkuWorkflowOutput",
234
- "inputs": [
235
- "WorkflowCommandInput"
236
- ],
237
- "outputs": [
238
- "PikkuWorkflowOutput"
239
- ],
240
- "implementationHash": "8adf77690d66f5a2",
241
- "middleware": [
242
- {
243
- "type": "wire",
244
- "name": "logCommandInfoAndTime",
245
- "inline": false
246
- }
247
- ],
248
- "contractHash": "90b1ebde2160a082",
249
- "inputHash": "9cc3f5b5",
250
- "outputHash": "2ad6222d"
251
- },
252
- "pikkuCLITypes": {
253
- "pikkuFuncId": "pikkuCLITypes",
254
- "functionType": "user",
255
- "funcWrapper": "pikkuSessionlessFunc",
256
- "sessionless": true,
257
- "name": "pikkuCLITypes",
258
- "inputSchemaName": "CLITypesCommandInput",
259
- "outputSchemaName": null,
260
- "inputs": [
261
- "CLITypesCommandInput"
262
- ],
263
- "outputs": [],
264
- "implementationHash": "de6ef2088425a386",
265
- "middleware": [
266
- {
267
- "type": "wire",
268
- "name": "logCommandInfoAndTime",
269
- "inline": false
270
- }
271
- ],
272
- "contractHash": "a1b70be4e58bcf3a",
273
- "inputHash": "82619193",
274
- "outputHash": "b3bd794b"
275
- },
276
- "pikkuBootstrap": {
277
- "pikkuFuncId": "pikkuBootstrap",
278
- "functionType": "user",
279
- "funcWrapper": "pikkuSessionlessFunc",
280
- "sessionless": true,
281
- "name": "pikkuBootstrap",
282
- "inputSchemaName": "BootstrapInput",
283
- "outputSchemaName": null,
284
- "inputs": [
285
- "BootstrapInput"
286
- ],
287
- "outputs": [],
288
- "implementationHash": "04cc54163166a951",
289
- "contractHash": "51a9a80b6231e50f",
290
- "inputHash": "14102501",
291
- "outputHash": "0d154de9"
292
- },
293
202
  "pikkuInfoFunctions": {
294
203
  "pikkuFuncId": "pikkuInfoFunctions",
295
204
  "functionType": "user",
@@ -358,6 +267,97 @@
358
267
  "inputHash": "b5bbc92b",
359
268
  "outputHash": "e830c051"
360
269
  },
270
+ "pikkuBootstrap": {
271
+ "pikkuFuncId": "pikkuBootstrap",
272
+ "functionType": "user",
273
+ "funcWrapper": "pikkuSessionlessFunc",
274
+ "sessionless": true,
275
+ "name": "pikkuBootstrap",
276
+ "inputSchemaName": "BootstrapInput",
277
+ "outputSchemaName": null,
278
+ "inputs": [
279
+ "BootstrapInput"
280
+ ],
281
+ "outputs": [],
282
+ "implementationHash": "04cc54163166a951",
283
+ "contractHash": "51a9a80b6231e50f",
284
+ "inputHash": "14102501",
285
+ "outputHash": "0d154de9"
286
+ },
287
+ "pikkuCLITypes": {
288
+ "pikkuFuncId": "pikkuCLITypes",
289
+ "functionType": "user",
290
+ "funcWrapper": "pikkuSessionlessFunc",
291
+ "sessionless": true,
292
+ "name": "pikkuCLITypes",
293
+ "inputSchemaName": "CLITypesCommandInput",
294
+ "outputSchemaName": null,
295
+ "inputs": [
296
+ "CLITypesCommandInput"
297
+ ],
298
+ "outputs": [],
299
+ "implementationHash": "de6ef2088425a386",
300
+ "middleware": [
301
+ {
302
+ "type": "wire",
303
+ "name": "logCommandInfoAndTime",
304
+ "inline": false
305
+ }
306
+ ],
307
+ "contractHash": "a1b70be4e58bcf3a",
308
+ "inputHash": "82619193",
309
+ "outputHash": "b3bd794b"
310
+ },
311
+ "pikkuAddonTypes": {
312
+ "pikkuFuncId": "pikkuAddonTypes",
313
+ "functionType": "user",
314
+ "funcWrapper": "pikkuSessionlessFunc",
315
+ "sessionless": true,
316
+ "name": "pikkuAddonTypes",
317
+ "inputSchemaName": "AddonTypesCommandInput",
318
+ "outputSchemaName": null,
319
+ "inputs": [
320
+ "AddonTypesCommandInput"
321
+ ],
322
+ "outputs": [],
323
+ "implementationHash": "b934f533c25f062a",
324
+ "middleware": [
325
+ {
326
+ "type": "wire",
327
+ "name": "logCommandInfoAndTime",
328
+ "inline": false
329
+ }
330
+ ],
331
+ "contractHash": "a4df059780e52ee8",
332
+ "inputHash": "27ae5314",
333
+ "outputHash": "108ed771"
334
+ },
335
+ "pikkuWorkflow": {
336
+ "pikkuFuncId": "pikkuWorkflow",
337
+ "functionType": "user",
338
+ "funcWrapper": "pikkuSessionlessFunc",
339
+ "sessionless": true,
340
+ "name": "pikkuWorkflow",
341
+ "inputSchemaName": "WorkflowCommandInput",
342
+ "outputSchemaName": "PikkuWorkflowOutput",
343
+ "inputs": [
344
+ "WorkflowCommandInput"
345
+ ],
346
+ "outputs": [
347
+ "PikkuWorkflowOutput"
348
+ ],
349
+ "implementationHash": "8adf77690d66f5a2",
350
+ "middleware": [
351
+ {
352
+ "type": "wire",
353
+ "name": "logCommandInfoAndTime",
354
+ "inline": false
355
+ }
356
+ ],
357
+ "contractHash": "90b1ebde2160a082",
358
+ "inputHash": "9cc3f5b5",
359
+ "outputHash": "2ad6222d"
360
+ },
361
361
  "FabricLogin": {
362
362
  "pikkuFuncId": "FabricLogin",
363
363
  "functionType": "user",
@@ -1574,114 +1574,6 @@
1574
1574
  "remote": true,
1575
1575
  "implementationHash": "105018a823bdb551"
1576
1576
  },
1577
- "workflowStarter": {
1578
- "pikkuFuncId": "workflowStarter",
1579
- "functionType": "user",
1580
- "funcWrapper": "pikkuSessionlessFunc",
1581
- "sessionless": true,
1582
- "name": "workflowStarter",
1583
- "inputSchemaName": "WorkflowStarterInput",
1584
- "outputSchemaName": "WorkflowStarterOutput",
1585
- "inputs": [
1586
- "WorkflowStarterInput"
1587
- ],
1588
- "outputs": [
1589
- "WorkflowStarterOutput"
1590
- ],
1591
- "implementationHash": "b018ade4743d203f",
1592
- "contractHash": "770c10618e2d471b",
1593
- "inputHash": "73e8dfbd",
1594
- "outputHash": "8f2061b7"
1595
- },
1596
- "workflowRunner": {
1597
- "pikkuFuncId": "workflowRunner",
1598
- "functionType": "user",
1599
- "funcWrapper": "pikkuSessionlessFunc",
1600
- "sessionless": true,
1601
- "name": "workflowRunner",
1602
- "inputSchemaName": "WorkflowRunnerInput",
1603
- "outputSchemaName": null,
1604
- "inputs": [
1605
- "WorkflowRunnerInput"
1606
- ],
1607
- "outputs": [],
1608
- "implementationHash": "7be89ad45b639069",
1609
- "contractHash": "ca617784c6d9ec8d",
1610
- "inputHash": "3c634245",
1611
- "outputHash": "316bdb87"
1612
- },
1613
- "workflowStatusChecker": {
1614
- "pikkuFuncId": "workflowStatusChecker",
1615
- "functionType": "user",
1616
- "funcWrapper": "pikkuSessionlessFunc",
1617
- "sessionless": true,
1618
- "name": "workflowStatusChecker",
1619
- "inputSchemaName": "WorkflowStatusCheckerInput",
1620
- "outputSchemaName": "WorkflowRunStatus",
1621
- "inputs": [
1622
- "WorkflowStatusCheckerInput"
1623
- ],
1624
- "outputs": [
1625
- "WorkflowRunStatus"
1626
- ],
1627
- "implementationHash": "5bf2a54b53733291",
1628
- "contractHash": "1bb7182390464bc0",
1629
- "inputHash": "458ba7ec",
1630
- "outputHash": "bc4d864f"
1631
- },
1632
- "workflowStatusStream": {
1633
- "pikkuFuncId": "workflowStatusStream",
1634
- "functionType": "user",
1635
- "funcWrapper": "pikkuSessionlessFunc",
1636
- "sessionless": true,
1637
- "name": "workflowStatusStream",
1638
- "inputSchemaName": "WorkflowStatusStreamInput",
1639
- "outputSchemaName": null,
1640
- "inputs": [
1641
- "WorkflowStatusStreamInput"
1642
- ],
1643
- "outputs": [],
1644
- "implementationHash": "05f9f00719b7729e",
1645
- "contractHash": "3b99296ba5064030",
1646
- "inputHash": "c6ee79ff",
1647
- "outputHash": "6180f124"
1648
- },
1649
- "workflowStatusStreamFull": {
1650
- "pikkuFuncId": "workflowStatusStreamFull",
1651
- "functionType": "user",
1652
- "funcWrapper": "pikkuSessionlessFunc",
1653
- "sessionless": true,
1654
- "name": "workflowStatusStreamFull",
1655
- "inputSchemaName": "WorkflowStatusStreamFullInput",
1656
- "outputSchemaName": null,
1657
- "inputs": [
1658
- "WorkflowStatusStreamFullInput"
1659
- ],
1660
- "outputs": [],
1661
- "implementationHash": "3b0db39585df57a7",
1662
- "contractHash": "1e7b9f00193d10ae",
1663
- "inputHash": "2da90ff6",
1664
- "outputHash": "dcd02549"
1665
- },
1666
- "graphStarter": {
1667
- "pikkuFuncId": "graphStarter",
1668
- "functionType": "user",
1669
- "funcWrapper": "pikkuSessionlessFunc",
1670
- "sessionless": true,
1671
- "name": "graphStarter",
1672
- "inputSchemaName": "GraphStarterInput",
1673
- "outputSchemaName": "GraphStarterOutput",
1674
- "inputs": [
1675
- "GraphStarterInput"
1676
- ],
1677
- "outputs": [
1678
- "GraphStarterOutput"
1679
- ],
1680
- "implementationHash": "266ae5d63f845abc",
1681
- "contractHash": "422510c83dee8491",
1682
- "inputHash": "70868669",
1683
- "outputHash": "6f988595"
1684
- },
1685
1577
  "pikkuSummary": {
1686
1578
  "pikkuFuncId": "pikkuSummary",
1687
1579
  "functionType": "user",
@@ -2012,30 +1904,6 @@
2012
1904
  "inputHash": "b98cb2ee",
2013
1905
  "outputHash": "9e33f562"
2014
1906
  },
2015
- "pikkuGateway": {
2016
- "pikkuFuncId": "pikkuGateway",
2017
- "functionType": "user",
2018
- "funcWrapper": "pikkuSessionlessFunc",
2019
- "sessionless": true,
2020
- "name": "pikkuGateway",
2021
- "inputSchemaName": null,
2022
- "outputSchemaName": "PikkuGatewayOutput",
2023
- "inputs": [],
2024
- "outputs": [
2025
- "PikkuGatewayOutput"
2026
- ],
2027
- "implementationHash": "cc85ec16d890311e",
2028
- "middleware": [
2029
- {
2030
- "type": "wire",
2031
- "name": "logCommandInfoAndTime",
2032
- "inline": false
2033
- }
2034
- ],
2035
- "contractHash": "8c9fc7c18aeb2212",
2036
- "inputHash": "a5477eae",
2037
- "outputHash": "b5ea8b47"
2038
- },
2039
1907
  "pikkuFunctionTypesSplit": {
2040
1908
  "pikkuFuncId": "pikkuFunctionTypesSplit",
2041
1909
  "functionType": "user",
@@ -2126,6 +1994,30 @@
2126
1994
  "inputHash": "a3e730d9",
2127
1995
  "outputHash": "e0b61e49"
2128
1996
  },
1997
+ "pikkuGateway": {
1998
+ "pikkuFuncId": "pikkuGateway",
1999
+ "functionType": "user",
2000
+ "funcWrapper": "pikkuSessionlessFunc",
2001
+ "sessionless": true,
2002
+ "name": "pikkuGateway",
2003
+ "inputSchemaName": null,
2004
+ "outputSchemaName": "PikkuGatewayOutput",
2005
+ "inputs": [],
2006
+ "outputs": [
2007
+ "PikkuGatewayOutput"
2008
+ ],
2009
+ "implementationHash": "cc85ec16d890311e",
2010
+ "middleware": [
2011
+ {
2012
+ "type": "wire",
2013
+ "name": "logCommandInfoAndTime",
2014
+ "inline": false
2015
+ }
2016
+ ],
2017
+ "contractHash": "8c9fc7c18aeb2212",
2018
+ "inputHash": "a5477eae",
2019
+ "outputHash": "b5ea8b47"
2020
+ },
2129
2021
  "pikkuHTTPMap": {
2130
2022
  "pikkuFuncId": "pikkuHTTPMap",
2131
2023
  "functionType": "user",
@@ -2402,30 +2294,6 @@
2402
2294
  "inputHash": "d7b18af5",
2403
2295
  "outputHash": "09d7f16a"
2404
2296
  },
2405
- "pikkuEventsScaffold": {
2406
- "pikkuFuncId": "pikkuEventsScaffold",
2407
- "functionType": "user",
2408
- "funcWrapper": "pikkuSessionlessFunc",
2409
- "sessionless": true,
2410
- "name": "pikkuEventsScaffold",
2411
- "inputSchemaName": null,
2412
- "outputSchemaName": "PikkuEventsScaffoldOutput",
2413
- "inputs": [],
2414
- "outputs": [
2415
- "PikkuEventsScaffoldOutput"
2416
- ],
2417
- "implementationHash": "4a998c5d2ef1753b",
2418
- "middleware": [
2419
- {
2420
- "type": "wire",
2421
- "name": "logCommandInfoAndTime",
2422
- "inline": false
2423
- }
2424
- ],
2425
- "contractHash": "59fdeb7aa338289b",
2426
- "inputHash": "0e752243",
2427
- "outputHash": "486a58ef"
2428
- },
2429
2297
  "pikkuCommandQueueMap": {
2430
2298
  "pikkuFuncId": "pikkuCommandQueueMap",
2431
2299
  "functionType": "user",
@@ -2540,6 +2408,30 @@
2540
2408
  "inputHash": "d0d42371",
2541
2409
  "outputHash": "94c5f21c"
2542
2410
  },
2411
+ "pikkuEventsScaffold": {
2412
+ "pikkuFuncId": "pikkuEventsScaffold",
2413
+ "functionType": "user",
2414
+ "funcWrapper": "pikkuSessionlessFunc",
2415
+ "sessionless": true,
2416
+ "name": "pikkuEventsScaffold",
2417
+ "inputSchemaName": null,
2418
+ "outputSchemaName": "PikkuEventsScaffoldOutput",
2419
+ "inputs": [],
2420
+ "outputs": [
2421
+ "PikkuEventsScaffoldOutput"
2422
+ ],
2423
+ "implementationHash": "4a998c5d2ef1753b",
2424
+ "middleware": [
2425
+ {
2426
+ "type": "wire",
2427
+ "name": "logCommandInfoAndTime",
2428
+ "inline": false
2429
+ }
2430
+ ],
2431
+ "contractHash": "59fdeb7aa338289b",
2432
+ "inputHash": "0e752243",
2433
+ "outputHash": "486a58ef"
2434
+ },
2543
2435
  "pikkuPublicRPC": {
2544
2436
  "pikkuFuncId": "pikkuPublicRPC",
2545
2437
  "functionType": "user",
@@ -2724,28 +2616,6 @@
2724
2616
  "inputHash": "838055cb",
2725
2617
  "outputHash": "c749587a"
2726
2618
  },
2727
- "pikkuVariables": {
2728
- "pikkuFuncId": "pikkuVariables",
2729
- "functionType": "user",
2730
- "funcWrapper": "pikkuSessionlessFunc",
2731
- "sessionless": true,
2732
- "name": "pikkuVariables",
2733
- "inputSchemaName": null,
2734
- "outputSchemaName": null,
2735
- "inputs": [],
2736
- "outputs": [],
2737
- "implementationHash": "84a0e3ace8da3e52",
2738
- "middleware": [
2739
- {
2740
- "type": "wire",
2741
- "name": "logCommandInfoAndTime",
2742
- "inline": false
2743
- }
2744
- ],
2745
- "contractHash": "a26bc48e31b3d5d5",
2746
- "inputHash": "114143f9",
2747
- "outputHash": "75594b2d"
2748
- },
2749
2619
  "pikkuTriggerTypes": {
2750
2620
  "pikkuFuncId": "pikkuTriggerTypes",
2751
2621
  "functionType": "user",
@@ -2792,6 +2662,28 @@
2792
2662
  "inputHash": "164d65e7",
2793
2663
  "outputHash": "3ac7247c"
2794
2664
  },
2665
+ "pikkuVariables": {
2666
+ "pikkuFuncId": "pikkuVariables",
2667
+ "functionType": "user",
2668
+ "funcWrapper": "pikkuSessionlessFunc",
2669
+ "sessionless": true,
2670
+ "name": "pikkuVariables",
2671
+ "inputSchemaName": null,
2672
+ "outputSchemaName": null,
2673
+ "inputs": [],
2674
+ "outputs": [],
2675
+ "implementationHash": "84a0e3ace8da3e52",
2676
+ "middleware": [
2677
+ {
2678
+ "type": "wire",
2679
+ "name": "logCommandInfoAndTime",
2680
+ "inline": false
2681
+ }
2682
+ ],
2683
+ "contractHash": "a26bc48e31b3d5d5",
2684
+ "inputHash": "114143f9",
2685
+ "outputHash": "75594b2d"
2686
+ },
2795
2687
  "pikkuWorkflowRoutes": {
2796
2688
  "pikkuFuncId": "pikkuWorkflowRoutes",
2797
2689
  "functionType": "user",
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.22
2
+ * This file was generated by @pikku/cli@0.12.23
3
3
  */
4
4
  /* Import and register functions used by RPCs */
5
5
  import { addFunction } from '@pikku/core/function';
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.22
2
+ * This file was generated by @pikku/cli@0.12.23
3
3
  */
4
4
  /**
5
5
  * HTTP-specific type definitions for tree-shaking optimization
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.22
2
+ * This file was generated by @pikku/cli@0.12.23
3
3
  */
4
4
  /**
5
5
  * HTTP-specific type definitions for tree-shaking optimization
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.22
2
+ * This file was generated by @pikku/cli@0.12.23
3
3
  */
4
4
  import { pikkuState } from '@pikku/core/internal';
5
5
  import metaData from './pikku-http-wirings-meta.gen.json' with { type: 'json' };