@pikku/cli 0.12.27 → 0.12.29

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 (89) hide show
  1. package/cli.schema.json +1 -1
  2. package/console-app/assets/index-ClGe-ul_.js +229 -0
  3. package/console-app/assets/{index-CQ29NRyR.css → index-DwUzVI5k.css} +1 -1
  4. package/console-app/index.html +2 -2
  5. package/dist/.pikku/agent/pikku-agent-types.gen.d.ts +1 -1
  6. package/dist/.pikku/channel/pikku-channel-types.gen.d.ts +1 -1
  7. package/dist/.pikku/channel/pikku-channel-types.gen.js +1 -1
  8. package/dist/.pikku/cli/pikku-cli-channel.js +1 -1
  9. package/dist/.pikku/cli/pikku-cli-types.gen.d.ts +1 -1
  10. package/dist/.pikku/cli/pikku-cli-types.gen.js +1 -1
  11. package/dist/.pikku/cli/pikku-cli-wirings-meta.gen.js +1 -1
  12. package/dist/.pikku/cli/pikku-cli-wirings.gen.d.ts +1 -1
  13. package/dist/.pikku/cli/pikku-cli-wirings.gen.js +1 -1
  14. package/dist/.pikku/cli/pikku-cli.gen.d.ts +1 -1
  15. package/dist/.pikku/cli/pikku-cli.gen.js +1 -1
  16. package/dist/.pikku/console/pikku-node-types.gen.d.ts +1 -1
  17. package/dist/.pikku/function/pikku-function-types.gen.d.ts +1 -1
  18. package/dist/.pikku/function/pikku-function-types.gen.js +1 -1
  19. package/dist/.pikku/function/pikku-functions-meta.gen.js +1 -1
  20. package/dist/.pikku/function/pikku-functions-meta.gen.json +183 -161
  21. package/dist/.pikku/function/pikku-functions.gen.js +5 -1
  22. package/dist/.pikku/http/pikku-http-types.gen.d.ts +1 -1
  23. package/dist/.pikku/http/pikku-http-types.gen.js +1 -1
  24. package/dist/.pikku/http/pikku-http-wirings-meta.gen.js +1 -1
  25. package/dist/.pikku/http/pikku-http-wirings.gen.d.ts +1 -1
  26. package/dist/.pikku/http/pikku-http-wirings.gen.js +1 -1
  27. package/dist/.pikku/mcp/pikku-mcp-types.gen.d.ts +1 -1
  28. package/dist/.pikku/mcp/pikku-mcp-types.gen.js +1 -1
  29. package/dist/.pikku/pikku-bootstrap.gen.d.ts +1 -1
  30. package/dist/.pikku/pikku-bootstrap.gen.js +1 -1
  31. package/dist/.pikku/pikku-meta-service.gen.d.ts +1 -1
  32. package/dist/.pikku/pikku-meta-service.gen.js +1 -1
  33. package/dist/.pikku/pikku-services.gen.d.ts +1 -1
  34. package/dist/.pikku/pikku-types.gen.d.ts +1 -1
  35. package/dist/.pikku/pikku-types.gen.js +1 -1
  36. package/dist/.pikku/queue/pikku-queue-types.gen.d.ts +1 -1
  37. package/dist/.pikku/queue/pikku-queue-types.gen.js +1 -1
  38. package/dist/.pikku/queue/pikku-queue-workers-wirings-meta.gen.js +1 -1
  39. package/dist/.pikku/queue/pikku-queue-workers-wirings-meta.gen.json +8 -0
  40. package/dist/.pikku/queue/pikku-queue-workers-wirings.gen.d.ts +1 -1
  41. package/dist/.pikku/queue/pikku-queue-workers-wirings.gen.js +1 -1
  42. package/dist/.pikku/rpc/pikku-rpc-wirings-meta.internal.gen.js +1 -1
  43. package/dist/.pikku/rpc/pikku-rpc-wirings-meta.internal.gen.json +6 -5
  44. package/dist/.pikku/scheduler/pikku-scheduler-types.gen.d.ts +1 -1
  45. package/dist/.pikku/scheduler/pikku-scheduler-types.gen.js +1 -1
  46. package/dist/.pikku/schemas/register.gen.js +9 -9
  47. package/dist/.pikku/schemas/schemas/PikkuCLIConfig.schema.json +1 -1
  48. package/dist/.pikku/secrets/pikku-secret-types.gen.d.ts +1 -1
  49. package/dist/.pikku/secrets/pikku-secret-types.gen.js +1 -1
  50. package/dist/.pikku/secrets/pikku-secrets.gen.d.ts +1 -1
  51. package/dist/.pikku/secrets/pikku-secrets.gen.js +1 -1
  52. package/dist/.pikku/trigger/pikku-trigger-types.gen.d.ts +1 -1
  53. package/dist/.pikku/trigger/pikku-trigger-types.gen.js +1 -1
  54. package/dist/.pikku/variables/pikku-variable-types.gen.d.ts +1 -1
  55. package/dist/.pikku/variables/pikku-variable-types.gen.js +1 -1
  56. package/dist/.pikku/variables/pikku-variables.gen.d.ts +1 -1
  57. package/dist/.pikku/variables/pikku-variables.gen.js +1 -1
  58. package/dist/.pikku/workflow/meta/allWorkflow.gen.json +15 -3
  59. package/dist/.pikku/workflow/pikku-workflow-types.gen.d.ts +1 -1
  60. package/dist/.pikku/workflow/pikku-workflow-types.gen.js +1 -1
  61. package/dist/.pikku/workflow/pikku-workflow-wirings-meta.gen.js +1 -1
  62. package/dist/.pikku/workflow/pikku-workflow-wirings.gen.js +1 -1
  63. package/dist/bin/pikku-bin.mjs +2 -2
  64. package/dist/src/fabric/functions/validate-core.js +65 -0
  65. package/dist/src/fabric/functions/validate.function.js +23 -7
  66. package/dist/src/functions/commands/dev.js +8 -8
  67. package/dist/src/functions/commands/tests-coverage.js +4 -2
  68. package/dist/src/functions/db/annotation-parser.d.ts +7 -7
  69. package/dist/src/functions/db/annotation-parser.js +61 -11
  70. package/dist/src/functions/db/db-codegen.d.ts +4 -0
  71. package/dist/src/functions/db/db-codegen.js +117 -15
  72. package/dist/src/functions/db/local-db.d.ts +14 -1
  73. package/dist/src/functions/db/local-db.js +151 -37
  74. package/dist/src/functions/db/postgres/postgres-introspector.d.ts +8 -2
  75. package/dist/src/functions/db/postgres/postgres-introspector.js +26 -14
  76. package/dist/src/functions/wirings/auth/pikku-command-auth.d.ts +1 -0
  77. package/dist/src/functions/wirings/auth/pikku-command-auth.js +22 -0
  78. package/dist/src/functions/wirings/auth/serialize-auth-gen.d.ts +1 -0
  79. package/dist/src/functions/wirings/auth/serialize-auth-gen.js +115 -0
  80. package/dist/src/functions/workflows/all.workflow.js +1 -0
  81. package/dist/src/scaffold/rpc-remote.gen.js +1 -1
  82. package/dist/src/utils/pikku-cli-config.js +3 -0
  83. package/dist/tsconfig.tsbuildinfo +1 -1
  84. package/package.json +7 -4
  85. package/skills/pikku-auth-js/SKILL.md +137 -117
  86. package/skills/pikku-middleware/SKILL.md +2 -2
  87. package/skills/pikku-services/SKILL.md +44 -7
  88. package/skills/pikku-workflow/SKILL.md +22 -0
  89. package/console-app/assets/index-BERGDBO9.js +0 -228
@@ -325,30 +325,6 @@
325
325
  "inputHash": "14102501",
326
326
  "outputHash": "0d154de9"
327
327
  },
328
- "pikkuCLITypes": {
329
- "pikkuFuncId": "pikkuCLITypes",
330
- "functionType": "user",
331
- "funcWrapper": "pikkuSessionlessFunc",
332
- "sessionless": true,
333
- "name": "pikkuCLITypes",
334
- "inputSchemaName": "CLITypesCommandInput",
335
- "outputSchemaName": null,
336
- "inputs": [
337
- "CLITypesCommandInput"
338
- ],
339
- "outputs": [],
340
- "implementationHash": "ca6fd3de682ad4a1",
341
- "middleware": [
342
- {
343
- "type": "wire",
344
- "name": "logCommandInfoAndTime",
345
- "inline": false
346
- }
347
- ],
348
- "contractHash": "a1b70be4e58bcf3a",
349
- "inputHash": "82619193",
350
- "outputHash": "b3bd794b"
351
- },
352
328
  "pikkuAddonTypes": {
353
329
  "pikkuFuncId": "pikkuAddonTypes",
354
330
  "functionType": "user",
@@ -399,6 +375,30 @@
399
375
  "inputHash": "9cc3f5b5",
400
376
  "outputHash": "2ad6222d"
401
377
  },
378
+ "pikkuCLITypes": {
379
+ "pikkuFuncId": "pikkuCLITypes",
380
+ "functionType": "user",
381
+ "funcWrapper": "pikkuSessionlessFunc",
382
+ "sessionless": true,
383
+ "name": "pikkuCLITypes",
384
+ "inputSchemaName": "CLITypesCommandInput",
385
+ "outputSchemaName": null,
386
+ "inputs": [
387
+ "CLITypesCommandInput"
388
+ ],
389
+ "outputs": [],
390
+ "implementationHash": "ca6fd3de682ad4a1",
391
+ "middleware": [
392
+ {
393
+ "type": "wire",
394
+ "name": "logCommandInfoAndTime",
395
+ "inline": false
396
+ }
397
+ ],
398
+ "contractHash": "a1b70be4e58bcf3a",
399
+ "inputHash": "82619193",
400
+ "outputHash": "b3bd794b"
401
+ },
402
402
  "FabricLogin": {
403
403
  "pikkuFuncId": "FabricLogin",
404
404
  "functionType": "user",
@@ -867,7 +867,7 @@
867
867
  ],
868
868
  "outputs": [],
869
869
  "remote": true,
870
- "implementationHash": "c50e79b95a335d0d"
870
+ "implementationHash": "cd0070e9b5043f38"
871
871
  },
872
872
  "dbMigrate": {
873
873
  "pikkuFuncId": "dbMigrate",
@@ -994,7 +994,7 @@
994
994
  "PikkuTestsCoverageInput"
995
995
  ],
996
996
  "outputs": [],
997
- "implementationHash": "eff976da12fc3eb5",
997
+ "implementationHash": "451492a4faf4c892",
998
998
  "contractHash": "7ea99c77b1af3b0b",
999
999
  "inputHash": "8b523c49",
1000
1000
  "outputHash": "0fd5124e"
@@ -1674,7 +1674,7 @@
1674
1674
  "outputSchemaName": null,
1675
1675
  "inputs": [],
1676
1676
  "outputs": [],
1677
- "implementationHash": "82a9246537795371",
1677
+ "implementationHash": "63b03ca22bec5827",
1678
1678
  "contractHash": "5cf046fc5045a072",
1679
1679
  "inputHash": "d5ff2f31",
1680
1680
  "outputHash": "391c291d"
@@ -1749,6 +1749,28 @@
1749
1749
  "inputHash": "c0a04edb",
1750
1750
  "outputHash": "aca3832e"
1751
1751
  },
1752
+ "pikkuAuth": {
1753
+ "pikkuFuncId": "pikkuAuth",
1754
+ "functionType": "user",
1755
+ "funcWrapper": "pikkuSessionlessFunc",
1756
+ "sessionless": true,
1757
+ "name": "pikkuAuth",
1758
+ "inputSchemaName": null,
1759
+ "outputSchemaName": null,
1760
+ "inputs": [],
1761
+ "outputs": [],
1762
+ "implementationHash": "30f8a719a41920b7",
1763
+ "middleware": [
1764
+ {
1765
+ "type": "wire",
1766
+ "name": "logCommandInfoAndTime",
1767
+ "inline": false
1768
+ }
1769
+ ],
1770
+ "contractHash": "9fa89ecfb6307a51",
1771
+ "inputHash": "c3580f86",
1772
+ "outputHash": "f5261f72"
1773
+ },
1752
1774
  "pikkuChannels": {
1753
1775
  "pikkuFuncId": "pikkuChannels",
1754
1776
  "functionType": "user",
@@ -1909,28 +1931,6 @@
1909
1931
  "inputHash": "4be7b8bd",
1910
1932
  "outputHash": "fca2b5eb"
1911
1933
  },
1912
- "pikkuCredentials": {
1913
- "pikkuFuncId": "pikkuCredentials",
1914
- "functionType": "user",
1915
- "funcWrapper": "pikkuSessionlessFunc",
1916
- "sessionless": true,
1917
- "name": "pikkuCredentials",
1918
- "inputSchemaName": null,
1919
- "outputSchemaName": null,
1920
- "inputs": [],
1921
- "outputs": [],
1922
- "implementationHash": "a99a627856fd77bd",
1923
- "middleware": [
1924
- {
1925
- "type": "wire",
1926
- "name": "logCommandInfoAndTime",
1927
- "inline": false
1928
- }
1929
- ],
1930
- "contractHash": "8fa847acfa7ef407",
1931
- "inputHash": "b98cb2ee",
1932
- "outputHash": "9e33f562"
1933
- },
1934
1934
  "pikkuCLIEntry": {
1935
1935
  "pikkuFuncId": "pikkuCLIEntry",
1936
1936
  "functionType": "user",
@@ -1979,19 +1979,17 @@
1979
1979
  "inputHash": "fef4d62b",
1980
1980
  "outputHash": "7d42c9e1"
1981
1981
  },
1982
- "pikkuGateway": {
1983
- "pikkuFuncId": "pikkuGateway",
1982
+ "pikkuCredentials": {
1983
+ "pikkuFuncId": "pikkuCredentials",
1984
1984
  "functionType": "user",
1985
1985
  "funcWrapper": "pikkuSessionlessFunc",
1986
1986
  "sessionless": true,
1987
- "name": "pikkuGateway",
1987
+ "name": "pikkuCredentials",
1988
1988
  "inputSchemaName": null,
1989
- "outputSchemaName": "PikkuGatewayOutput",
1989
+ "outputSchemaName": null,
1990
1990
  "inputs": [],
1991
- "outputs": [
1992
- "PikkuGatewayOutput"
1993
- ],
1994
- "implementationHash": "cc85ec16d890311e",
1991
+ "outputs": [],
1992
+ "implementationHash": "a99a627856fd77bd",
1995
1993
  "middleware": [
1996
1994
  {
1997
1995
  "type": "wire",
@@ -1999,9 +1997,9 @@
1999
1997
  "inline": false
2000
1998
  }
2001
1999
  ],
2002
- "contractHash": "8c9fc7c18aeb2212",
2003
- "inputHash": "a5477eae",
2004
- "outputHash": "b5ea8b47"
2000
+ "contractHash": "8fa847acfa7ef407",
2001
+ "inputHash": "b98cb2ee",
2002
+ "outputHash": "9e33f562"
2005
2003
  },
2006
2004
  "pikkuFunctionTypesSplit": {
2007
2005
  "pikkuFuncId": "pikkuFunctionTypesSplit",
@@ -2095,6 +2093,30 @@
2095
2093
  "inputHash": "a3e730d9",
2096
2094
  "outputHash": "e0b61e49"
2097
2095
  },
2096
+ "pikkuGateway": {
2097
+ "pikkuFuncId": "pikkuGateway",
2098
+ "functionType": "user",
2099
+ "funcWrapper": "pikkuSessionlessFunc",
2100
+ "sessionless": true,
2101
+ "name": "pikkuGateway",
2102
+ "inputSchemaName": null,
2103
+ "outputSchemaName": "PikkuGatewayOutput",
2104
+ "inputs": [],
2105
+ "outputs": [
2106
+ "PikkuGatewayOutput"
2107
+ ],
2108
+ "implementationHash": "cc85ec16d890311e",
2109
+ "middleware": [
2110
+ {
2111
+ "type": "wire",
2112
+ "name": "logCommandInfoAndTime",
2113
+ "inline": false
2114
+ }
2115
+ ],
2116
+ "contractHash": "8c9fc7c18aeb2212",
2117
+ "inputHash": "a5477eae",
2118
+ "outputHash": "b5ea8b47"
2119
+ },
2098
2120
  "pikkuHTTPMap": {
2099
2121
  "pikkuFuncId": "pikkuHTTPMap",
2100
2122
  "functionType": "user",
@@ -2509,19 +2531,17 @@
2509
2531
  "inputHash": "0e752243",
2510
2532
  "outputHash": "486a58ef"
2511
2533
  },
2512
- "pikkuPublicRPC": {
2513
- "pikkuFuncId": "pikkuPublicRPC",
2534
+ "pikkuSchedulerTypes": {
2535
+ "pikkuFuncId": "pikkuSchedulerTypes",
2514
2536
  "functionType": "user",
2515
2537
  "funcWrapper": "pikkuSessionlessFunc",
2516
2538
  "sessionless": true,
2517
- "name": "pikkuPublicRPC",
2539
+ "name": "pikkuSchedulerTypes",
2518
2540
  "inputSchemaName": null,
2519
- "outputSchemaName": "PikkuPublicRPCOutput",
2541
+ "outputSchemaName": null,
2520
2542
  "inputs": [],
2521
- "outputs": [
2522
- "PikkuPublicRPCOutput"
2523
- ],
2524
- "implementationHash": "451ba459892bac2f",
2543
+ "outputs": [],
2544
+ "implementationHash": "ca3f707d96566f5c",
2525
2545
  "middleware": [
2526
2546
  {
2527
2547
  "type": "wire",
@@ -2529,23 +2549,23 @@
2529
2549
  "inline": false
2530
2550
  }
2531
2551
  ],
2532
- "contractHash": "b6b352a6280fc5b8",
2533
- "inputHash": "5715220b",
2534
- "outputHash": "c351147d"
2552
+ "contractHash": "562f598e335cbbf8",
2553
+ "inputHash": "5cb0bd41",
2554
+ "outputHash": "4108ab7a"
2535
2555
  },
2536
- "pikkuRemoteRPC": {
2537
- "pikkuFuncId": "pikkuRemoteRPC",
2556
+ "pikkuScheduler": {
2557
+ "pikkuFuncId": "pikkuScheduler",
2538
2558
  "functionType": "user",
2539
2559
  "funcWrapper": "pikkuSessionlessFunc",
2540
2560
  "sessionless": true,
2541
- "name": "pikkuRemoteRPC",
2561
+ "name": "pikkuScheduler",
2542
2562
  "inputSchemaName": null,
2543
- "outputSchemaName": "PikkuRemoteRPCOutput",
2563
+ "outputSchemaName": "PikkuSchedulerOutput",
2544
2564
  "inputs": [],
2545
2565
  "outputs": [
2546
- "PikkuRemoteRPCOutput"
2566
+ "PikkuSchedulerOutput"
2547
2567
  ],
2548
- "implementationHash": "e9cbb8179a697ffe",
2568
+ "implementationHash": "e78409e71cedf438",
2549
2569
  "middleware": [
2550
2570
  {
2551
2571
  "type": "wire",
@@ -2553,21 +2573,21 @@
2553
2573
  "inline": false
2554
2574
  }
2555
2575
  ],
2556
- "contractHash": "a4e0b2660e978c44",
2557
- "inputHash": "c1738f13",
2558
- "outputHash": "7fe3fe3d"
2576
+ "contractHash": "064923ed2e031573",
2577
+ "inputHash": "dda1c6aa",
2578
+ "outputHash": "1f0f0345"
2559
2579
  },
2560
- "pikkuRPCInternalMap": {
2561
- "pikkuFuncId": "pikkuRPCInternalMap",
2580
+ "pikkuSecrets": {
2581
+ "pikkuFuncId": "pikkuSecrets",
2562
2582
  "functionType": "user",
2563
2583
  "funcWrapper": "pikkuSessionlessFunc",
2564
2584
  "sessionless": true,
2565
- "name": "pikkuRPCInternalMap",
2585
+ "name": "pikkuSecrets",
2566
2586
  "inputSchemaName": null,
2567
2587
  "outputSchemaName": null,
2568
2588
  "inputs": [],
2569
2589
  "outputs": [],
2570
- "implementationHash": "841f275c6e97b3ff",
2590
+ "implementationHash": "0c90e1e1b970f27c",
2571
2591
  "middleware": [
2572
2592
  {
2573
2593
  "type": "wire",
@@ -2575,21 +2595,23 @@
2575
2595
  "inline": false
2576
2596
  }
2577
2597
  ],
2578
- "contractHash": "a60b51d8889c6261",
2579
- "inputHash": "e1ca2d09",
2580
- "outputHash": "cb7f80c0"
2598
+ "contractHash": "79cd70de0e09d5bc",
2599
+ "inputHash": "838055cb",
2600
+ "outputHash": "c749587a"
2581
2601
  },
2582
- "pikkuRPCExposedMap": {
2583
- "pikkuFuncId": "pikkuRPCExposedMap",
2602
+ "pikkuTriggerTypes": {
2603
+ "pikkuFuncId": "pikkuTriggerTypes",
2584
2604
  "functionType": "user",
2585
2605
  "funcWrapper": "pikkuSessionlessFunc",
2586
2606
  "sessionless": true,
2587
- "name": "pikkuRPCExposedMap",
2588
- "inputSchemaName": null,
2607
+ "name": "pikkuTriggerTypes",
2608
+ "inputSchemaName": "PikkuTriggerTypesInput",
2589
2609
  "outputSchemaName": null,
2590
- "inputs": [],
2610
+ "inputs": [
2611
+ "PikkuTriggerTypesInput"
2612
+ ],
2591
2613
  "outputs": [],
2592
- "implementationHash": "3930f1d960d70df1",
2614
+ "implementationHash": "fa6cb1c56a713457",
2593
2615
  "middleware": [
2594
2616
  {
2595
2617
  "type": "wire",
@@ -2597,23 +2619,23 @@
2597
2619
  "inline": false
2598
2620
  }
2599
2621
  ],
2600
- "contractHash": "6a3f60d1d07cd4ae",
2601
- "inputHash": "57fd8479",
2602
- "outputHash": "43617b05"
2622
+ "contractHash": "0451a960490628c3",
2623
+ "inputHash": "6ff27706",
2624
+ "outputHash": "94f80533"
2603
2625
  },
2604
- "pikkuRPC": {
2605
- "pikkuFuncId": "pikkuRPC",
2626
+ "pikkuTrigger": {
2627
+ "pikkuFuncId": "pikkuTrigger",
2606
2628
  "functionType": "user",
2607
2629
  "funcWrapper": "pikkuSessionlessFunc",
2608
2630
  "sessionless": true,
2609
- "name": "pikkuRPC",
2631
+ "name": "pikkuTrigger",
2610
2632
  "inputSchemaName": null,
2611
- "outputSchemaName": "PikkuRPCOutput",
2633
+ "outputSchemaName": "PikkuTriggerOutput",
2612
2634
  "inputs": [],
2613
2635
  "outputs": [
2614
- "PikkuRPCOutput"
2636
+ "PikkuTriggerOutput"
2615
2637
  ],
2616
- "implementationHash": "6d21a1132eeb46fb",
2638
+ "implementationHash": "1ac2f4e727e650c9",
2617
2639
  "middleware": [
2618
2640
  {
2619
2641
  "type": "wire",
@@ -2621,21 +2643,21 @@
2621
2643
  "inline": false
2622
2644
  }
2623
2645
  ],
2624
- "contractHash": "4c70070f45a31d25",
2625
- "inputHash": "835d9763",
2626
- "outputHash": "b9430fb9"
2646
+ "contractHash": "e0688c774c3e4768",
2647
+ "inputHash": "164d65e7",
2648
+ "outputHash": "3ac7247c"
2627
2649
  },
2628
- "pikkuSchedulerTypes": {
2629
- "pikkuFuncId": "pikkuSchedulerTypes",
2650
+ "pikkuVariables": {
2651
+ "pikkuFuncId": "pikkuVariables",
2630
2652
  "functionType": "user",
2631
2653
  "funcWrapper": "pikkuSessionlessFunc",
2632
2654
  "sessionless": true,
2633
- "name": "pikkuSchedulerTypes",
2655
+ "name": "pikkuVariables",
2634
2656
  "inputSchemaName": null,
2635
2657
  "outputSchemaName": null,
2636
2658
  "inputs": [],
2637
2659
  "outputs": [],
2638
- "implementationHash": "ca3f707d96566f5c",
2660
+ "implementationHash": "84a0e3ace8da3e52",
2639
2661
  "middleware": [
2640
2662
  {
2641
2663
  "type": "wire",
@@ -2643,23 +2665,23 @@
2643
2665
  "inline": false
2644
2666
  }
2645
2667
  ],
2646
- "contractHash": "562f598e335cbbf8",
2647
- "inputHash": "5cb0bd41",
2648
- "outputHash": "4108ab7a"
2668
+ "contractHash": "a26bc48e31b3d5d5",
2669
+ "inputHash": "114143f9",
2670
+ "outputHash": "75594b2d"
2649
2671
  },
2650
- "pikkuScheduler": {
2651
- "pikkuFuncId": "pikkuScheduler",
2672
+ "pikkuPublicRPC": {
2673
+ "pikkuFuncId": "pikkuPublicRPC",
2652
2674
  "functionType": "user",
2653
2675
  "funcWrapper": "pikkuSessionlessFunc",
2654
2676
  "sessionless": true,
2655
- "name": "pikkuScheduler",
2677
+ "name": "pikkuPublicRPC",
2656
2678
  "inputSchemaName": null,
2657
- "outputSchemaName": "PikkuSchedulerOutput",
2679
+ "outputSchemaName": "PikkuPublicRPCOutput",
2658
2680
  "inputs": [],
2659
2681
  "outputs": [
2660
- "PikkuSchedulerOutput"
2682
+ "PikkuPublicRPCOutput"
2661
2683
  ],
2662
- "implementationHash": "e78409e71cedf438",
2684
+ "implementationHash": "451ba459892bac2f",
2663
2685
  "middleware": [
2664
2686
  {
2665
2687
  "type": "wire",
@@ -2667,21 +2689,23 @@
2667
2689
  "inline": false
2668
2690
  }
2669
2691
  ],
2670
- "contractHash": "064923ed2e031573",
2671
- "inputHash": "dda1c6aa",
2672
- "outputHash": "1f0f0345"
2692
+ "contractHash": "b6b352a6280fc5b8",
2693
+ "inputHash": "5715220b",
2694
+ "outputHash": "c351147d"
2673
2695
  },
2674
- "pikkuSecrets": {
2675
- "pikkuFuncId": "pikkuSecrets",
2696
+ "pikkuRemoteRPC": {
2697
+ "pikkuFuncId": "pikkuRemoteRPC",
2676
2698
  "functionType": "user",
2677
2699
  "funcWrapper": "pikkuSessionlessFunc",
2678
2700
  "sessionless": true,
2679
- "name": "pikkuSecrets",
2701
+ "name": "pikkuRemoteRPC",
2680
2702
  "inputSchemaName": null,
2681
- "outputSchemaName": null,
2703
+ "outputSchemaName": "PikkuRemoteRPCOutput",
2682
2704
  "inputs": [],
2683
- "outputs": [],
2684
- "implementationHash": "0c90e1e1b970f27c",
2705
+ "outputs": [
2706
+ "PikkuRemoteRPCOutput"
2707
+ ],
2708
+ "implementationHash": "e9cbb8179a697ffe",
2685
2709
  "middleware": [
2686
2710
  {
2687
2711
  "type": "wire",
@@ -2689,23 +2713,21 @@
2689
2713
  "inline": false
2690
2714
  }
2691
2715
  ],
2692
- "contractHash": "79cd70de0e09d5bc",
2693
- "inputHash": "838055cb",
2694
- "outputHash": "c749587a"
2716
+ "contractHash": "a4e0b2660e978c44",
2717
+ "inputHash": "c1738f13",
2718
+ "outputHash": "7fe3fe3d"
2695
2719
  },
2696
- "pikkuTriggerTypes": {
2697
- "pikkuFuncId": "pikkuTriggerTypes",
2720
+ "pikkuRPCInternalMap": {
2721
+ "pikkuFuncId": "pikkuRPCInternalMap",
2698
2722
  "functionType": "user",
2699
2723
  "funcWrapper": "pikkuSessionlessFunc",
2700
2724
  "sessionless": true,
2701
- "name": "pikkuTriggerTypes",
2702
- "inputSchemaName": "PikkuTriggerTypesInput",
2725
+ "name": "pikkuRPCInternalMap",
2726
+ "inputSchemaName": null,
2703
2727
  "outputSchemaName": null,
2704
- "inputs": [
2705
- "PikkuTriggerTypesInput"
2706
- ],
2728
+ "inputs": [],
2707
2729
  "outputs": [],
2708
- "implementationHash": "fa6cb1c56a713457",
2730
+ "implementationHash": "841f275c6e97b3ff",
2709
2731
  "middleware": [
2710
2732
  {
2711
2733
  "type": "wire",
@@ -2713,23 +2735,21 @@
2713
2735
  "inline": false
2714
2736
  }
2715
2737
  ],
2716
- "contractHash": "0451a960490628c3",
2717
- "inputHash": "6ff27706",
2718
- "outputHash": "94f80533"
2738
+ "contractHash": "a60b51d8889c6261",
2739
+ "inputHash": "e1ca2d09",
2740
+ "outputHash": "cb7f80c0"
2719
2741
  },
2720
- "pikkuTrigger": {
2721
- "pikkuFuncId": "pikkuTrigger",
2742
+ "pikkuRPCExposedMap": {
2743
+ "pikkuFuncId": "pikkuRPCExposedMap",
2722
2744
  "functionType": "user",
2723
2745
  "funcWrapper": "pikkuSessionlessFunc",
2724
2746
  "sessionless": true,
2725
- "name": "pikkuTrigger",
2747
+ "name": "pikkuRPCExposedMap",
2726
2748
  "inputSchemaName": null,
2727
- "outputSchemaName": "PikkuTriggerOutput",
2749
+ "outputSchemaName": null,
2728
2750
  "inputs": [],
2729
- "outputs": [
2730
- "PikkuTriggerOutput"
2731
- ],
2732
- "implementationHash": "1ac2f4e727e650c9",
2751
+ "outputs": [],
2752
+ "implementationHash": "3930f1d960d70df1",
2733
2753
  "middleware": [
2734
2754
  {
2735
2755
  "type": "wire",
@@ -2737,21 +2757,23 @@
2737
2757
  "inline": false
2738
2758
  }
2739
2759
  ],
2740
- "contractHash": "e0688c774c3e4768",
2741
- "inputHash": "164d65e7",
2742
- "outputHash": "3ac7247c"
2760
+ "contractHash": "6a3f60d1d07cd4ae",
2761
+ "inputHash": "57fd8479",
2762
+ "outputHash": "43617b05"
2743
2763
  },
2744
- "pikkuVariables": {
2745
- "pikkuFuncId": "pikkuVariables",
2764
+ "pikkuRPC": {
2765
+ "pikkuFuncId": "pikkuRPC",
2746
2766
  "functionType": "user",
2747
2767
  "funcWrapper": "pikkuSessionlessFunc",
2748
2768
  "sessionless": true,
2749
- "name": "pikkuVariables",
2769
+ "name": "pikkuRPC",
2750
2770
  "inputSchemaName": null,
2751
- "outputSchemaName": null,
2771
+ "outputSchemaName": "PikkuRPCOutput",
2752
2772
  "inputs": [],
2753
- "outputs": [],
2754
- "implementationHash": "84a0e3ace8da3e52",
2773
+ "outputs": [
2774
+ "PikkuRPCOutput"
2775
+ ],
2776
+ "implementationHash": "6d21a1132eeb46fb",
2755
2777
  "middleware": [
2756
2778
  {
2757
2779
  "type": "wire",
@@ -2759,9 +2781,9 @@
2759
2781
  "inline": false
2760
2782
  }
2761
2783
  ],
2762
- "contractHash": "a26bc48e31b3d5d5",
2763
- "inputHash": "114143f9",
2764
- "outputHash": "75594b2d"
2784
+ "contractHash": "4c70070f45a31d25",
2785
+ "inputHash": "835d9763",
2786
+ "outputHash": "b9430fb9"
2765
2787
  },
2766
2788
  "pikkuWorkflowRoutes": {
2767
2789
  "pikkuFuncId": "pikkuWorkflowRoutes",
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.27
2
+ * This file was generated by @pikku/cli@0.12.29
3
3
  */
4
4
  /* Import and register functions used by RPCs */
5
5
  import { addFunction } from '@pikku/core/function';
@@ -14,6 +14,7 @@ import { dev } from '../../src/functions/commands/dev.js';
14
14
  import { pikkuAddonTypes } from '../../src/functions/wirings/functions/pikku-command-addon-types.js';
15
15
  import { pikkuAIAgent } from '../../src/functions/wirings/ai-agent/pikku-command-ai-agent.js';
16
16
  import { pikkuAIAgentTypes } from '../../src/functions/wirings/ai-agent/pikku-command-ai-agent-types.js';
17
+ import { pikkuAuth } from '../../src/functions/wirings/auth/pikku-command-auth.js';
17
18
  import { pikkuBootstrap } from '../../src/functions/commands/pikku-command-bootstrap.js';
18
19
  import { pikkuChannelsMap } from '../../src/functions/wirings/channels/pikku-command-channels-map.js';
19
20
  import { pikkuChannelTypes } from '../../src/functions/wirings/channels/pikku-command-channel-types.js';
@@ -26,6 +27,7 @@ import { pikkuCommandQueue } from '../../src/functions/wirings/queue/pikku-comma
26
27
  import { pikkuCommandQueueMap } from '../../src/functions/wirings/queue/pikku-command-queue-map.js';
27
28
  import { pikkuConsoleFunctions } from '../../src/functions/wirings/console/pikku-command-console-functions.js';
28
29
  import { pikkuCredentials } from '../../src/functions/wirings/credentials/pikku-command-credentials.js';
30
+ import { pikkuEmails } from '../../src/functions/wirings/emails/pikku-command-emails.js';
29
31
  import { pikkuEventsScaffold } from '../../src/functions/wirings/realtime/pikku-command-events-scaffold.js';
30
32
  import { pikkuFetch } from '../../src/functions/runtimes/fetch/index.js';
31
33
  import { pikkuFunctions } from '../../src/functions/wirings/functions/pikku-command-functions.js';
@@ -84,6 +86,7 @@ addFunction('dev', dev);
84
86
  addFunction('pikkuAddonTypes', pikkuAddonTypes);
85
87
  addFunction('pikkuAIAgent', pikkuAIAgent);
86
88
  addFunction('pikkuAIAgentTypes', pikkuAIAgentTypes);
89
+ addFunction('pikkuAuth', pikkuAuth);
87
90
  addFunction('pikkuBootstrap', pikkuBootstrap);
88
91
  addFunction('pikkuChannelsMap', pikkuChannelsMap);
89
92
  addFunction('pikkuChannelTypes', pikkuChannelTypes);
@@ -96,6 +99,7 @@ addFunction('pikkuCommandQueue', pikkuCommandQueue);
96
99
  addFunction('pikkuCommandQueueMap', pikkuCommandQueueMap);
97
100
  addFunction('pikkuConsoleFunctions', pikkuConsoleFunctions);
98
101
  addFunction('pikkuCredentials', pikkuCredentials);
102
+ addFunction('pikkuEmails', pikkuEmails);
99
103
  addFunction('pikkuEventsScaffold', pikkuEventsScaffold);
100
104
  addFunction('pikkuFetch', pikkuFetch);
101
105
  addFunction('pikkuFunctions', pikkuFunctions);
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.27
2
+ * This file was generated by @pikku/cli@0.12.29
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.27
2
+ * This file was generated by @pikku/cli@0.12.29
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.27
2
+ * This file was generated by @pikku/cli@0.12.29
3
3
  */
4
4
  import { pikkuState } from '@pikku/core/internal';
5
5
  import metaData from './pikku-http-wirings-meta.gen.json' with { type: 'json' };
@@ -1,4 +1,4 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.27
2
+ * This file was generated by @pikku/cli@0.12.29
3
3
  */
4
4
  import '../../src/scaffold/rpc-remote.gen.js';
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.27
2
+ * This file was generated by @pikku/cli@0.12.29
3
3
  */
4
4
  /* The files with an wireHTTP function call */
5
5
  import '../../src/scaffold/rpc-remote.gen.js';
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.27
2
+ * This file was generated by @pikku/cli@0.12.29
3
3
  */
4
4
  /**
5
5
  * MCP-specific type definitions for tree-shaking optimization
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.27
2
+ * This file was generated by @pikku/cli@0.12.29
3
3
  */
4
4
  /**
5
5
  * MCP-specific type definitions for tree-shaking optimization