@pikku/cli 0.12.26 → 0.12.28

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 (91) hide show
  1. package/cli.schema.json +1 -1
  2. package/console-app/assets/index-Ca6xJwNm.js +229 -0
  3. package/console-app/assets/{index-C52h1B_L.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 +192 -170
  21. package/dist/.pikku/function/pikku-functions.gen.js +3 -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 +4 -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 +11 -10
  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 +13 -13
  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 +8 -2
  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 +6 -6
  65. package/dist/src/fabric/functions/validate.function.js +23 -7
  66. package/dist/src/functions/commands/tests-coverage.js +4 -2
  67. package/dist/src/functions/db/annotation-parser.d.ts +7 -7
  68. package/dist/src/functions/db/annotation-parser.js +61 -11
  69. package/dist/src/functions/db/db-codegen.d.ts +4 -0
  70. package/dist/src/functions/db/db-codegen.js +117 -15
  71. package/dist/src/functions/db/local-db.d.ts +6 -0
  72. package/dist/src/functions/db/local-db.js +134 -34
  73. package/dist/src/functions/db/postgres/postgres-introspector.d.ts +8 -2
  74. package/dist/src/functions/db/postgres/postgres-introspector.js +26 -14
  75. package/dist/src/functions/validate/workspace-validate.js +4 -1
  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 +283 -0
  87. package/skills/pikku-permissions/SKILL.md +165 -0
  88. package/skills/pikku-security/SKILL.md +38 -177
  89. package/skills/pikku-services/SKILL.md +44 -7
  90. package/skills/pikku-tag-middleware/SKILL.md +13 -0
  91. package/console-app/assets/index-Ba9K10XZ.js +0 -232
@@ -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": "0a764d687037741f",
1678
1678
  "contractHash": "5cf046fc5045a072",
1679
1679
  "inputHash": "d5ff2f31",
1680
1680
  "outputHash": "391c291d"
@@ -1749,43 +1749,17 @@
1749
1749
  "inputHash": "c0a04edb",
1750
1750
  "outputHash": "aca3832e"
1751
1751
  },
1752
- "pikkuCLIEntry": {
1753
- "pikkuFuncId": "pikkuCLIEntry",
1754
- "functionType": "user",
1755
- "funcWrapper": "pikkuSessionlessFunc",
1756
- "sessionless": true,
1757
- "name": "pikkuCLIEntry",
1758
- "inputSchemaName": null,
1759
- "outputSchemaName": "PikkuCLIEntryOutput",
1760
- "inputs": [],
1761
- "outputs": [
1762
- "PikkuCLIEntryOutput"
1763
- ],
1764
- "implementationHash": "3de1aae7d25e5a8d",
1765
- "middleware": [
1766
- {
1767
- "type": "wire",
1768
- "name": "logCommandInfoAndTime",
1769
- "inline": false
1770
- }
1771
- ],
1772
- "contractHash": "a44d47273b044b63",
1773
- "inputHash": "3e5aa4e1",
1774
- "outputHash": "2f8523b1"
1775
- },
1776
- "pikkuCLI": {
1777
- "pikkuFuncId": "pikkuCLI",
1752
+ "pikkuAuth": {
1753
+ "pikkuFuncId": "pikkuAuth",
1778
1754
  "functionType": "user",
1779
1755
  "funcWrapper": "pikkuSessionlessFunc",
1780
1756
  "sessionless": true,
1781
- "name": "pikkuCLI",
1757
+ "name": "pikkuAuth",
1782
1758
  "inputSchemaName": null,
1783
- "outputSchemaName": "PikkuCLIOutput",
1759
+ "outputSchemaName": null,
1784
1760
  "inputs": [],
1785
- "outputs": [
1786
- "PikkuCLIOutput"
1787
- ],
1788
- "implementationHash": "106ebe1537d48581",
1761
+ "outputs": [],
1762
+ "implementationHash": "30f8a719a41920b7",
1789
1763
  "middleware": [
1790
1764
  {
1791
1765
  "type": "wire",
@@ -1793,9 +1767,9 @@
1793
1767
  "inline": false
1794
1768
  }
1795
1769
  ],
1796
- "contractHash": "3932cb0e6b7de268",
1797
- "inputHash": "fef4d62b",
1798
- "outputHash": "7d42c9e1"
1770
+ "contractHash": "9fa89ecfb6307a51",
1771
+ "inputHash": "c3580f86",
1772
+ "outputHash": "f5261f72"
1799
1773
  },
1800
1774
  "pikkuChannels": {
1801
1775
  "pikkuFuncId": "pikkuChannels",
@@ -1957,6 +1931,54 @@
1957
1931
  "inputHash": "4be7b8bd",
1958
1932
  "outputHash": "fca2b5eb"
1959
1933
  },
1934
+ "pikkuCLIEntry": {
1935
+ "pikkuFuncId": "pikkuCLIEntry",
1936
+ "functionType": "user",
1937
+ "funcWrapper": "pikkuSessionlessFunc",
1938
+ "sessionless": true,
1939
+ "name": "pikkuCLIEntry",
1940
+ "inputSchemaName": null,
1941
+ "outputSchemaName": "PikkuCLIEntryOutput",
1942
+ "inputs": [],
1943
+ "outputs": [
1944
+ "PikkuCLIEntryOutput"
1945
+ ],
1946
+ "implementationHash": "3de1aae7d25e5a8d",
1947
+ "middleware": [
1948
+ {
1949
+ "type": "wire",
1950
+ "name": "logCommandInfoAndTime",
1951
+ "inline": false
1952
+ }
1953
+ ],
1954
+ "contractHash": "a44d47273b044b63",
1955
+ "inputHash": "3e5aa4e1",
1956
+ "outputHash": "2f8523b1"
1957
+ },
1958
+ "pikkuCLI": {
1959
+ "pikkuFuncId": "pikkuCLI",
1960
+ "functionType": "user",
1961
+ "funcWrapper": "pikkuSessionlessFunc",
1962
+ "sessionless": true,
1963
+ "name": "pikkuCLI",
1964
+ "inputSchemaName": null,
1965
+ "outputSchemaName": "PikkuCLIOutput",
1966
+ "inputs": [],
1967
+ "outputs": [
1968
+ "PikkuCLIOutput"
1969
+ ],
1970
+ "implementationHash": "106ebe1537d48581",
1971
+ "middleware": [
1972
+ {
1973
+ "type": "wire",
1974
+ "name": "logCommandInfoAndTime",
1975
+ "inline": false
1976
+ }
1977
+ ],
1978
+ "contractHash": "3932cb0e6b7de268",
1979
+ "inputHash": "fef4d62b",
1980
+ "outputHash": "7d42c9e1"
1981
+ },
1960
1982
  "pikkuCredentials": {
1961
1983
  "pikkuFuncId": "pikkuCredentials",
1962
1984
  "functionType": "user",
@@ -1979,6 +2001,30 @@
1979
2001
  "inputHash": "b98cb2ee",
1980
2002
  "outputHash": "9e33f562"
1981
2003
  },
2004
+ "pikkuGateway": {
2005
+ "pikkuFuncId": "pikkuGateway",
2006
+ "functionType": "user",
2007
+ "funcWrapper": "pikkuSessionlessFunc",
2008
+ "sessionless": true,
2009
+ "name": "pikkuGateway",
2010
+ "inputSchemaName": null,
2011
+ "outputSchemaName": "PikkuGatewayOutput",
2012
+ "inputs": [],
2013
+ "outputs": [
2014
+ "PikkuGatewayOutput"
2015
+ ],
2016
+ "implementationHash": "cc85ec16d890311e",
2017
+ "middleware": [
2018
+ {
2019
+ "type": "wire",
2020
+ "name": "logCommandInfoAndTime",
2021
+ "inline": false
2022
+ }
2023
+ ],
2024
+ "contractHash": "8c9fc7c18aeb2212",
2025
+ "inputHash": "a5477eae",
2026
+ "outputHash": "b5ea8b47"
2027
+ },
1982
2028
  "pikkuFunctionTypesSplit": {
1983
2029
  "pikkuFuncId": "pikkuFunctionTypesSplit",
1984
2030
  "functionType": "user",
@@ -2071,30 +2117,6 @@
2071
2117
  "inputHash": "a3e730d9",
2072
2118
  "outputHash": "e0b61e49"
2073
2119
  },
2074
- "pikkuGateway": {
2075
- "pikkuFuncId": "pikkuGateway",
2076
- "functionType": "user",
2077
- "funcWrapper": "pikkuSessionlessFunc",
2078
- "sessionless": true,
2079
- "name": "pikkuGateway",
2080
- "inputSchemaName": null,
2081
- "outputSchemaName": "PikkuGatewayOutput",
2082
- "inputs": [],
2083
- "outputs": [
2084
- "PikkuGatewayOutput"
2085
- ],
2086
- "implementationHash": "cc85ec16d890311e",
2087
- "middleware": [
2088
- {
2089
- "type": "wire",
2090
- "name": "logCommandInfoAndTime",
2091
- "inline": false
2092
- }
2093
- ],
2094
- "contractHash": "8c9fc7c18aeb2212",
2095
- "inputHash": "a5477eae",
2096
- "outputHash": "b5ea8b47"
2097
- },
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
+ "pikkuWorkflowRoutes": {
2673
+ "pikkuFuncId": "pikkuWorkflowRoutes",
2652
2674
  "functionType": "user",
2653
2675
  "funcWrapper": "pikkuSessionlessFunc",
2654
2676
  "sessionless": true,
2655
- "name": "pikkuScheduler",
2677
+ "name": "pikkuWorkflowRoutes",
2656
2678
  "inputSchemaName": null,
2657
- "outputSchemaName": "PikkuSchedulerOutput",
2679
+ "outputSchemaName": "PikkuWorkflowRoutesOutput",
2658
2680
  "inputs": [],
2659
2681
  "outputs": [
2660
- "PikkuSchedulerOutput"
2682
+ "PikkuWorkflowRoutesOutput"
2661
2683
  ],
2662
- "implementationHash": "e78409e71cedf438",
2684
+ "implementationHash": "44984589bce5976c",
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": "4bfa767e5f7be854",
2693
+ "inputHash": "3bda91da",
2694
+ "outputHash": "8b24f1df"
2673
2695
  },
2674
- "pikkuSecrets": {
2675
- "pikkuFuncId": "pikkuSecrets",
2696
+ "pikkuPublicRPC": {
2697
+ "pikkuFuncId": "pikkuPublicRPC",
2676
2698
  "functionType": "user",
2677
2699
  "funcWrapper": "pikkuSessionlessFunc",
2678
2700
  "sessionless": true,
2679
- "name": "pikkuSecrets",
2701
+ "name": "pikkuPublicRPC",
2680
2702
  "inputSchemaName": null,
2681
- "outputSchemaName": null,
2703
+ "outputSchemaName": "PikkuPublicRPCOutput",
2682
2704
  "inputs": [],
2683
- "outputs": [],
2684
- "implementationHash": "0c90e1e1b970f27c",
2705
+ "outputs": [
2706
+ "PikkuPublicRPCOutput"
2707
+ ],
2708
+ "implementationHash": "451ba459892bac2f",
2685
2709
  "middleware": [
2686
2710
  {
2687
2711
  "type": "wire",
@@ -2689,23 +2713,23 @@
2689
2713
  "inline": false
2690
2714
  }
2691
2715
  ],
2692
- "contractHash": "79cd70de0e09d5bc",
2693
- "inputHash": "838055cb",
2694
- "outputHash": "c749587a"
2716
+ "contractHash": "b6b352a6280fc5b8",
2717
+ "inputHash": "5715220b",
2718
+ "outputHash": "c351147d"
2695
2719
  },
2696
- "pikkuTriggerTypes": {
2697
- "pikkuFuncId": "pikkuTriggerTypes",
2720
+ "pikkuRemoteRPC": {
2721
+ "pikkuFuncId": "pikkuRemoteRPC",
2698
2722
  "functionType": "user",
2699
2723
  "funcWrapper": "pikkuSessionlessFunc",
2700
2724
  "sessionless": true,
2701
- "name": "pikkuTriggerTypes",
2702
- "inputSchemaName": "PikkuTriggerTypesInput",
2703
- "outputSchemaName": null,
2704
- "inputs": [
2705
- "PikkuTriggerTypesInput"
2725
+ "name": "pikkuRemoteRPC",
2726
+ "inputSchemaName": null,
2727
+ "outputSchemaName": "PikkuRemoteRPCOutput",
2728
+ "inputs": [],
2729
+ "outputs": [
2730
+ "PikkuRemoteRPCOutput"
2706
2731
  ],
2707
- "outputs": [],
2708
- "implementationHash": "fa6cb1c56a713457",
2732
+ "implementationHash": "e9cbb8179a697ffe",
2709
2733
  "middleware": [
2710
2734
  {
2711
2735
  "type": "wire",
@@ -2713,23 +2737,21 @@
2713
2737
  "inline": false
2714
2738
  }
2715
2739
  ],
2716
- "contractHash": "0451a960490628c3",
2717
- "inputHash": "6ff27706",
2718
- "outputHash": "94f80533"
2740
+ "contractHash": "a4e0b2660e978c44",
2741
+ "inputHash": "c1738f13",
2742
+ "outputHash": "7fe3fe3d"
2719
2743
  },
2720
- "pikkuTrigger": {
2721
- "pikkuFuncId": "pikkuTrigger",
2744
+ "pikkuRPCInternalMap": {
2745
+ "pikkuFuncId": "pikkuRPCInternalMap",
2722
2746
  "functionType": "user",
2723
2747
  "funcWrapper": "pikkuSessionlessFunc",
2724
2748
  "sessionless": true,
2725
- "name": "pikkuTrigger",
2749
+ "name": "pikkuRPCInternalMap",
2726
2750
  "inputSchemaName": null,
2727
- "outputSchemaName": "PikkuTriggerOutput",
2751
+ "outputSchemaName": null,
2728
2752
  "inputs": [],
2729
- "outputs": [
2730
- "PikkuTriggerOutput"
2731
- ],
2732
- "implementationHash": "1ac2f4e727e650c9",
2753
+ "outputs": [],
2754
+ "implementationHash": "841f275c6e97b3ff",
2733
2755
  "middleware": [
2734
2756
  {
2735
2757
  "type": "wire",
@@ -2737,21 +2759,21 @@
2737
2759
  "inline": false
2738
2760
  }
2739
2761
  ],
2740
- "contractHash": "e0688c774c3e4768",
2741
- "inputHash": "164d65e7",
2742
- "outputHash": "3ac7247c"
2762
+ "contractHash": "a60b51d8889c6261",
2763
+ "inputHash": "e1ca2d09",
2764
+ "outputHash": "cb7f80c0"
2743
2765
  },
2744
- "pikkuVariables": {
2745
- "pikkuFuncId": "pikkuVariables",
2766
+ "pikkuRPCExposedMap": {
2767
+ "pikkuFuncId": "pikkuRPCExposedMap",
2746
2768
  "functionType": "user",
2747
2769
  "funcWrapper": "pikkuSessionlessFunc",
2748
2770
  "sessionless": true,
2749
- "name": "pikkuVariables",
2771
+ "name": "pikkuRPCExposedMap",
2750
2772
  "inputSchemaName": null,
2751
2773
  "outputSchemaName": null,
2752
2774
  "inputs": [],
2753
2775
  "outputs": [],
2754
- "implementationHash": "84a0e3ace8da3e52",
2776
+ "implementationHash": "3930f1d960d70df1",
2755
2777
  "middleware": [
2756
2778
  {
2757
2779
  "type": "wire",
@@ -2759,23 +2781,23 @@
2759
2781
  "inline": false
2760
2782
  }
2761
2783
  ],
2762
- "contractHash": "a26bc48e31b3d5d5",
2763
- "inputHash": "114143f9",
2764
- "outputHash": "75594b2d"
2784
+ "contractHash": "6a3f60d1d07cd4ae",
2785
+ "inputHash": "57fd8479",
2786
+ "outputHash": "43617b05"
2765
2787
  },
2766
- "pikkuWorkflowRoutes": {
2767
- "pikkuFuncId": "pikkuWorkflowRoutes",
2788
+ "pikkuRPC": {
2789
+ "pikkuFuncId": "pikkuRPC",
2768
2790
  "functionType": "user",
2769
2791
  "funcWrapper": "pikkuSessionlessFunc",
2770
2792
  "sessionless": true,
2771
- "name": "pikkuWorkflowRoutes",
2793
+ "name": "pikkuRPC",
2772
2794
  "inputSchemaName": null,
2773
- "outputSchemaName": "PikkuWorkflowRoutesOutput",
2795
+ "outputSchemaName": "PikkuRPCOutput",
2774
2796
  "inputs": [],
2775
2797
  "outputs": [
2776
- "PikkuWorkflowRoutesOutput"
2798
+ "PikkuRPCOutput"
2777
2799
  ],
2778
- "implementationHash": "44984589bce5976c",
2800
+ "implementationHash": "6d21a1132eeb46fb",
2779
2801
  "middleware": [
2780
2802
  {
2781
2803
  "type": "wire",
@@ -2783,8 +2805,8 @@
2783
2805
  "inline": false
2784
2806
  }
2785
2807
  ],
2786
- "contractHash": "4bfa767e5f7be854",
2787
- "inputHash": "3bda91da",
2788
- "outputHash": "8b24f1df"
2808
+ "contractHash": "4c70070f45a31d25",
2809
+ "inputHash": "835d9763",
2810
+ "outputHash": "b9430fb9"
2789
2811
  }
2790
2812
  }
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.26
2
+ * This file was generated by @pikku/cli@0.12.28
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';
@@ -84,6 +85,7 @@ addFunction('dev', dev);
84
85
  addFunction('pikkuAddonTypes', pikkuAddonTypes);
85
86
  addFunction('pikkuAIAgent', pikkuAIAgent);
86
87
  addFunction('pikkuAIAgentTypes', pikkuAIAgentTypes);
88
+ addFunction('pikkuAuth', pikkuAuth);
87
89
  addFunction('pikkuBootstrap', pikkuBootstrap);
88
90
  addFunction('pikkuChannelsMap', pikkuChannelsMap);
89
91
  addFunction('pikkuChannelTypes', pikkuChannelTypes);
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.26
2
+ * This file was generated by @pikku/cli@0.12.28
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.26
2
+ * This file was generated by @pikku/cli@0.12.28
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.26
2
+ * This file was generated by @pikku/cli@0.12.28
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.26
2
+ * This file was generated by @pikku/cli@0.12.28
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.26
2
+ * This file was generated by @pikku/cli@0.12.28
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.26
2
+ * This file was generated by @pikku/cli@0.12.28
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.26
2
+ * This file was generated by @pikku/cli@0.12.28
3
3
  */
4
4
  /**
5
5
  * MCP-specific type definitions for tree-shaking optimization