@pikku/cli 0.12.45 → 0.12.47

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 (72) hide show
  1. package/console-app/assets/index-Cb-SEeMM.js +254 -0
  2. package/console-app/index.html +1 -1
  3. package/dist/.pikku/agent/pikku-agent-types.gen.d.ts +1 -1
  4. package/dist/.pikku/channel/pikku-channel-types.gen.d.ts +1 -1
  5. package/dist/.pikku/channel/pikku-channel-types.gen.js +1 -1
  6. package/dist/.pikku/cli/pikku-cli-channel.js +1 -1
  7. package/dist/.pikku/cli/pikku-cli-client.gen.d.ts +1 -1
  8. package/dist/.pikku/cli/pikku-cli-client.gen.js +1 -1
  9. package/dist/.pikku/cli/pikku-cli-contracts-meta.gen.d.ts +1 -1
  10. package/dist/.pikku/cli/pikku-cli-contracts-meta.gen.js +1 -1
  11. package/dist/.pikku/cli/pikku-cli-types.gen.d.ts +1 -1
  12. package/dist/.pikku/cli/pikku-cli-types.gen.js +1 -1
  13. package/dist/.pikku/cli/pikku-cli-wirings-meta.gen.js +1 -1
  14. package/dist/.pikku/cli/pikku-cli-wirings.gen.d.ts +1 -1
  15. package/dist/.pikku/cli/pikku-cli-wirings.gen.js +1 -1
  16. package/dist/.pikku/cli/pikku-cli.gen.d.ts +1 -1
  17. package/dist/.pikku/cli/pikku-cli.gen.js +1 -1
  18. package/dist/.pikku/console/pikku-node-types.gen.d.ts +1 -1
  19. package/dist/.pikku/function/pikku-function-types.gen.d.ts +1 -1
  20. package/dist/.pikku/function/pikku-function-types.gen.js +1 -1
  21. package/dist/.pikku/function/pikku-functions-meta.gen.js +1 -1
  22. package/dist/.pikku/function/pikku-functions-meta.gen.json +124 -124
  23. package/dist/.pikku/function/pikku-functions.gen.js +1 -1
  24. package/dist/.pikku/http/pikku-http-types.gen.d.ts +1 -1
  25. package/dist/.pikku/http/pikku-http-types.gen.js +1 -1
  26. package/dist/.pikku/http/pikku-http-wirings-meta.gen.js +1 -1
  27. package/dist/.pikku/http/pikku-http-wirings.gen.d.ts +1 -1
  28. package/dist/.pikku/http/pikku-http-wirings.gen.js +1 -1
  29. package/dist/.pikku/mcp/pikku-mcp-types.gen.d.ts +1 -1
  30. package/dist/.pikku/mcp/pikku-mcp-types.gen.js +1 -1
  31. package/dist/.pikku/pikku-bootstrap.gen.d.ts +1 -1
  32. package/dist/.pikku/pikku-bootstrap.gen.js +1 -1
  33. package/dist/.pikku/pikku-meta-service.gen.d.ts +1 -1
  34. package/dist/.pikku/pikku-meta-service.gen.js +1 -1
  35. package/dist/.pikku/pikku-services.gen.d.ts +1 -1
  36. package/dist/.pikku/pikku-types.gen.d.ts +1 -1
  37. package/dist/.pikku/pikku-types.gen.js +1 -1
  38. package/dist/.pikku/queue/pikku-queue-types.gen.d.ts +1 -1
  39. package/dist/.pikku/queue/pikku-queue-types.gen.js +1 -1
  40. package/dist/.pikku/queue/pikku-queue-workers-wirings-meta.gen.js +1 -1
  41. package/dist/.pikku/queue/pikku-queue-workers-wirings.gen.d.ts +1 -1
  42. package/dist/.pikku/queue/pikku-queue-workers-wirings.gen.js +1 -1
  43. package/dist/.pikku/rpc/pikku-rpc-wirings-meta.internal.gen.js +1 -1
  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 +5 -5
  47. package/dist/.pikku/secrets/pikku-secret-types.gen.d.ts +1 -1
  48. package/dist/.pikku/secrets/pikku-secret-types.gen.js +1 -1
  49. package/dist/.pikku/secrets/pikku-secrets.gen.d.ts +1 -1
  50. package/dist/.pikku/secrets/pikku-secrets.gen.js +1 -1
  51. package/dist/.pikku/trigger/pikku-trigger-types.gen.d.ts +1 -1
  52. package/dist/.pikku/trigger/pikku-trigger-types.gen.js +1 -1
  53. package/dist/.pikku/variables/pikku-variable-types.gen.d.ts +1 -1
  54. package/dist/.pikku/variables/pikku-variable-types.gen.js +1 -1
  55. package/dist/.pikku/variables/pikku-variables.gen.d.ts +1 -1
  56. package/dist/.pikku/variables/pikku-variables.gen.js +1 -1
  57. package/dist/.pikku/workflow/pikku-workflow-types.gen.d.ts +1 -1
  58. package/dist/.pikku/workflow/pikku-workflow-types.gen.js +1 -1
  59. package/dist/.pikku/workflow/pikku-workflow-wirings-meta.gen.js +1 -1
  60. package/dist/.pikku/workflow/pikku-workflow-wirings.gen.js +1 -1
  61. package/dist/bin/pikku-bin.mjs +2 -2
  62. package/dist/src/deploy/build-pipeline.js +2 -0
  63. package/dist/src/deploy/bundler/bundler.d.ts +1 -0
  64. package/dist/src/deploy/bundler/bundler.js +36 -5
  65. package/dist/src/deploy/provider-adapter.d.ts +7 -0
  66. package/dist/src/fabric/functions/validate.function.js +185 -0
  67. package/dist/src/functions/commands/tests-init.js +54 -8
  68. package/dist/src/functions/wirings/auth/pikku-command-auth.js +10 -1
  69. package/dist/src/scaffold/rpc-remote.gen.js +1 -1
  70. package/package.json +6 -6
  71. package/skills/pikku-better-auth/SKILL.md +19 -3
  72. package/console-app/assets/index-CRLT8CXr.js +0 -254
@@ -21,7 +21,7 @@
21
21
  }
22
22
  } catch (e) {}
23
23
  </script>
24
- <script type="module" crossorigin src="/assets/index-CRLT8CXr.js"></script>
24
+ <script type="module" crossorigin src="/assets/index-Cb-SEeMM.js"></script>
25
25
  <link rel="stylesheet" crossorigin href="/assets/index-DwyRdRuZ.css">
26
26
  </head>
27
27
  <body>
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.45
2
+ * This file was generated by @pikku/cli@0.12.47
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.45
2
+ * This file was generated by @pikku/cli@0.12.47
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.45
2
+ * This file was generated by @pikku/cli@0.12.47
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.45
2
+ * This file was generated by @pikku/cli@0.12.47
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.45
2
+ * This file was generated by @pikku/cli@0.12.47
3
3
  */
4
4
  import '../pikku-bootstrap.gen.js';
5
5
  /**
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.45
2
+ * This file was generated by @pikku/cli@0.12.47
3
3
  */
4
4
  import { executeCLIViaChannel } from '@pikku/core/cli/channel';
5
5
  import { CorePikkuWebsocket } from '@pikku/websocket';
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.45
2
+ * This file was generated by @pikku/cli@0.12.47
3
3
  */
4
4
  import contractsMeta from './pikku-cli-contracts-meta.gen.json';
5
5
  export default contractsMeta;
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.45
2
+ * This file was generated by @pikku/cli@0.12.47
3
3
  */
4
4
  import contractsMeta from './pikku-cli-contracts-meta.gen.json' with { type: 'json' };
5
5
  export default contractsMeta;
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.45
2
+ * This file was generated by @pikku/cli@0.12.47
3
3
  */
4
4
  /**
5
5
 
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.45
2
+ * This file was generated by @pikku/cli@0.12.47
3
3
  */
4
4
  /**
5
5
 
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.45
2
+ * This file was generated by @pikku/cli@0.12.47
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.45
2
+ * This file was generated by @pikku/cli@0.12.47
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.45
2
+ * This file was generated by @pikku/cli@0.12.47
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.45
2
+ * This file was generated by @pikku/cli@0.12.47
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.45
2
+ * This file was generated by @pikku/cli@0.12.47
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.45
2
+ * This file was generated by @pikku/cli@0.12.47
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.45
2
+ * This file was generated by @pikku/cli@0.12.47
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.45
2
+ * This file was generated by @pikku/cli@0.12.47
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.45
2
+ * This file was generated by @pikku/cli@0.12.47
3
3
  */
4
4
  import { pikkuState } from '@pikku/core/internal';
5
5
  import metaData from './pikku-functions-meta.gen.json' with { type: 'json' };
@@ -1100,7 +1100,7 @@
1100
1100
  "PikkuTestsInitInput"
1101
1101
  ],
1102
1102
  "outputs": [],
1103
- "implementationHash": "abbdc091045dbd2b",
1103
+ "implementationHash": "e871ed6ef27f4256",
1104
1104
  "contractHash": "e37968c2b9c365cc",
1105
1105
  "inputHash": "e27fe9ce",
1106
1106
  "outputHash": "4a703d6e"
@@ -1772,21 +1772,6 @@
1772
1772
  "remote": true,
1773
1773
  "implementationHash": "105018a823bdb551"
1774
1774
  },
1775
- "pikkuSummary": {
1776
- "pikkuFuncId": "pikkuSummary",
1777
- "functionType": "user",
1778
- "funcWrapper": "pikkuSessionlessFunc",
1779
- "sessionless": true,
1780
- "name": "pikkuSummary",
1781
- "inputSchemaName": null,
1782
- "outputSchemaName": null,
1783
- "inputs": [],
1784
- "outputs": [],
1785
- "implementationHash": "ea730026859d505f",
1786
- "contractHash": "3758fc656b51f1c3",
1787
- "inputHash": "914f8a46",
1788
- "outputHash": "dc82a9b9"
1789
- },
1790
1775
  "allWorkflow": {
1791
1776
  "pikkuFuncId": "allWorkflow",
1792
1777
  "functionType": "user",
@@ -1802,6 +1787,21 @@
1802
1787
  "inputHash": "d5ff2f31",
1803
1788
  "outputHash": "391c291d"
1804
1789
  },
1790
+ "pikkuSummary": {
1791
+ "pikkuFuncId": "pikkuSummary",
1792
+ "functionType": "user",
1793
+ "funcWrapper": "pikkuSessionlessFunc",
1794
+ "sessionless": true,
1795
+ "name": "pikkuSummary",
1796
+ "inputSchemaName": null,
1797
+ "outputSchemaName": null,
1798
+ "inputs": [],
1799
+ "outputs": [],
1800
+ "implementationHash": "ea730026859d505f",
1801
+ "contractHash": "3758fc656b51f1c3",
1802
+ "inputHash": "914f8a46",
1803
+ "outputHash": "dc82a9b9"
1804
+ },
1805
1805
  "pikkuAIAgentTypes": {
1806
1806
  "pikkuFuncId": "pikkuAIAgentTypes",
1807
1807
  "functionType": "user",
@@ -1872,28 +1872,6 @@
1872
1872
  "inputHash": "c0a04edb",
1873
1873
  "outputHash": "aca3832e"
1874
1874
  },
1875
- "pikkuAuth": {
1876
- "pikkuFuncId": "pikkuAuth",
1877
- "functionType": "user",
1878
- "funcWrapper": "pikkuSessionlessFunc",
1879
- "sessionless": true,
1880
- "name": "pikkuAuth",
1881
- "inputSchemaName": null,
1882
- "outputSchemaName": null,
1883
- "inputs": [],
1884
- "outputs": [],
1885
- "implementationHash": "5d2217e0a4c390b3",
1886
- "middleware": [
1887
- {
1888
- "type": "wire",
1889
- "name": "logCommandInfoAndTime",
1890
- "inline": false
1891
- }
1892
- ],
1893
- "contractHash": "9fa89ecfb6307a51",
1894
- "inputHash": "c3580f86",
1895
- "outputHash": "f5261f72"
1896
- },
1897
1875
  "pikkuChannels": {
1898
1876
  "pikkuFuncId": "pikkuChannels",
1899
1877
  "functionType": "user",
@@ -1984,6 +1962,28 @@
1984
1962
  "inputHash": "5d1524e3",
1985
1963
  "outputHash": "048ccd50"
1986
1964
  },
1965
+ "pikkuAuth": {
1966
+ "pikkuFuncId": "pikkuAuth",
1967
+ "functionType": "user",
1968
+ "funcWrapper": "pikkuSessionlessFunc",
1969
+ "sessionless": true,
1970
+ "name": "pikkuAuth",
1971
+ "inputSchemaName": null,
1972
+ "outputSchemaName": null,
1973
+ "inputs": [],
1974
+ "outputs": [],
1975
+ "implementationHash": "1f7044dc9aa598b8",
1976
+ "middleware": [
1977
+ {
1978
+ "type": "wire",
1979
+ "name": "logCommandInfoAndTime",
1980
+ "inline": false
1981
+ }
1982
+ ],
1983
+ "contractHash": "9fa89ecfb6307a51",
1984
+ "inputHash": "c3580f86",
1985
+ "outputHash": "f5261f72"
1986
+ },
1987
1987
  "pikkuCLIEntry": {
1988
1988
  "pikkuFuncId": "pikkuCLIEntry",
1989
1989
  "functionType": "user",
@@ -2218,30 +2218,6 @@
2218
2218
  "inputHash": "a3e730d9",
2219
2219
  "outputHash": "e0b61e49"
2220
2220
  },
2221
- "pikkuGateway": {
2222
- "pikkuFuncId": "pikkuGateway",
2223
- "functionType": "user",
2224
- "funcWrapper": "pikkuSessionlessFunc",
2225
- "sessionless": true,
2226
- "name": "pikkuGateway",
2227
- "inputSchemaName": null,
2228
- "outputSchemaName": "PikkuGatewayOutput",
2229
- "inputs": [],
2230
- "outputs": [
2231
- "PikkuGatewayOutput"
2232
- ],
2233
- "implementationHash": "cc85ec16d890311e",
2234
- "middleware": [
2235
- {
2236
- "type": "wire",
2237
- "name": "logCommandInfoAndTime",
2238
- "inline": false
2239
- }
2240
- ],
2241
- "contractHash": "8c9fc7c18aeb2212",
2242
- "inputHash": "a5477eae",
2243
- "outputHash": "b5ea8b47"
2244
- },
2245
2221
  "pikkuHTTPMap": {
2246
2222
  "pikkuFuncId": "pikkuHTTPMap",
2247
2223
  "functionType": "user",
@@ -2632,41 +2608,19 @@
2632
2608
  "inputHash": "d0d42371",
2633
2609
  "outputHash": "94c5f21c"
2634
2610
  },
2635
- "pikkuEventsScaffold": {
2636
- "pikkuFuncId": "pikkuEventsScaffold",
2611
+ "pikkuGateway": {
2612
+ "pikkuFuncId": "pikkuGateway",
2637
2613
  "functionType": "user",
2638
2614
  "funcWrapper": "pikkuSessionlessFunc",
2639
2615
  "sessionless": true,
2640
- "name": "pikkuEventsScaffold",
2616
+ "name": "pikkuGateway",
2641
2617
  "inputSchemaName": null,
2642
- "outputSchemaName": "PikkuEventsScaffoldOutput",
2618
+ "outputSchemaName": "PikkuGatewayOutput",
2643
2619
  "inputs": [],
2644
2620
  "outputs": [
2645
- "PikkuEventsScaffoldOutput"
2646
- ],
2647
- "implementationHash": "4a998c5d2ef1753b",
2648
- "middleware": [
2649
- {
2650
- "type": "wire",
2651
- "name": "logCommandInfoAndTime",
2652
- "inline": false
2653
- }
2621
+ "PikkuGatewayOutput"
2654
2622
  ],
2655
- "contractHash": "59fdeb7aa338289b",
2656
- "inputHash": "0e752243",
2657
- "outputHash": "486a58ef"
2658
- },
2659
- "pikkuSchedulerTypes": {
2660
- "pikkuFuncId": "pikkuSchedulerTypes",
2661
- "functionType": "user",
2662
- "funcWrapper": "pikkuSessionlessFunc",
2663
- "sessionless": true,
2664
- "name": "pikkuSchedulerTypes",
2665
- "inputSchemaName": null,
2666
- "outputSchemaName": null,
2667
- "inputs": [],
2668
- "outputs": [],
2669
- "implementationHash": "ca3f707d96566f5c",
2623
+ "implementationHash": "cc85ec16d890311e",
2670
2624
  "middleware": [
2671
2625
  {
2672
2626
  "type": "wire",
@@ -2674,45 +2628,23 @@
2674
2628
  "inline": false
2675
2629
  }
2676
2630
  ],
2677
- "contractHash": "562f598e335cbbf8",
2678
- "inputHash": "5cb0bd41",
2679
- "outputHash": "4108ab7a"
2631
+ "contractHash": "8c9fc7c18aeb2212",
2632
+ "inputHash": "a5477eae",
2633
+ "outputHash": "b5ea8b47"
2680
2634
  },
2681
- "pikkuScheduler": {
2682
- "pikkuFuncId": "pikkuScheduler",
2635
+ "pikkuEventsScaffold": {
2636
+ "pikkuFuncId": "pikkuEventsScaffold",
2683
2637
  "functionType": "user",
2684
2638
  "funcWrapper": "pikkuSessionlessFunc",
2685
2639
  "sessionless": true,
2686
- "name": "pikkuScheduler",
2640
+ "name": "pikkuEventsScaffold",
2687
2641
  "inputSchemaName": null,
2688
- "outputSchemaName": "PikkuSchedulerOutput",
2642
+ "outputSchemaName": "PikkuEventsScaffoldOutput",
2689
2643
  "inputs": [],
2690
2644
  "outputs": [
2691
- "PikkuSchedulerOutput"
2692
- ],
2693
- "implementationHash": "e78409e71cedf438",
2694
- "middleware": [
2695
- {
2696
- "type": "wire",
2697
- "name": "logCommandInfoAndTime",
2698
- "inline": false
2699
- }
2645
+ "PikkuEventsScaffoldOutput"
2700
2646
  ],
2701
- "contractHash": "064923ed2e031573",
2702
- "inputHash": "dda1c6aa",
2703
- "outputHash": "1f0f0345"
2704
- },
2705
- "pikkuSecrets": {
2706
- "pikkuFuncId": "pikkuSecrets",
2707
- "functionType": "user",
2708
- "funcWrapper": "pikkuSessionlessFunc",
2709
- "sessionless": true,
2710
- "name": "pikkuSecrets",
2711
- "inputSchemaName": null,
2712
- "outputSchemaName": null,
2713
- "inputs": [],
2714
- "outputs": [],
2715
- "implementationHash": "0c90e1e1b970f27c",
2647
+ "implementationHash": "4a998c5d2ef1753b",
2716
2648
  "middleware": [
2717
2649
  {
2718
2650
  "type": "wire",
@@ -2720,9 +2652,9 @@
2720
2652
  "inline": false
2721
2653
  }
2722
2654
  ],
2723
- "contractHash": "79cd70de0e09d5bc",
2724
- "inputHash": "838055cb",
2725
- "outputHash": "c749587a"
2655
+ "contractHash": "59fdeb7aa338289b",
2656
+ "inputHash": "0e752243",
2657
+ "outputHash": "486a58ef"
2726
2658
  },
2727
2659
  "pikkuPublicRPC": {
2728
2660
  "pikkuFuncId": "pikkuPublicRPC",
@@ -2840,6 +2772,74 @@
2840
2772
  "inputHash": "835d9763",
2841
2773
  "outputHash": "b9430fb9"
2842
2774
  },
2775
+ "pikkuSchedulerTypes": {
2776
+ "pikkuFuncId": "pikkuSchedulerTypes",
2777
+ "functionType": "user",
2778
+ "funcWrapper": "pikkuSessionlessFunc",
2779
+ "sessionless": true,
2780
+ "name": "pikkuSchedulerTypes",
2781
+ "inputSchemaName": null,
2782
+ "outputSchemaName": null,
2783
+ "inputs": [],
2784
+ "outputs": [],
2785
+ "implementationHash": "ca3f707d96566f5c",
2786
+ "middleware": [
2787
+ {
2788
+ "type": "wire",
2789
+ "name": "logCommandInfoAndTime",
2790
+ "inline": false
2791
+ }
2792
+ ],
2793
+ "contractHash": "562f598e335cbbf8",
2794
+ "inputHash": "5cb0bd41",
2795
+ "outputHash": "4108ab7a"
2796
+ },
2797
+ "pikkuScheduler": {
2798
+ "pikkuFuncId": "pikkuScheduler",
2799
+ "functionType": "user",
2800
+ "funcWrapper": "pikkuSessionlessFunc",
2801
+ "sessionless": true,
2802
+ "name": "pikkuScheduler",
2803
+ "inputSchemaName": null,
2804
+ "outputSchemaName": "PikkuSchedulerOutput",
2805
+ "inputs": [],
2806
+ "outputs": [
2807
+ "PikkuSchedulerOutput"
2808
+ ],
2809
+ "implementationHash": "e78409e71cedf438",
2810
+ "middleware": [
2811
+ {
2812
+ "type": "wire",
2813
+ "name": "logCommandInfoAndTime",
2814
+ "inline": false
2815
+ }
2816
+ ],
2817
+ "contractHash": "064923ed2e031573",
2818
+ "inputHash": "dda1c6aa",
2819
+ "outputHash": "1f0f0345"
2820
+ },
2821
+ "pikkuSecrets": {
2822
+ "pikkuFuncId": "pikkuSecrets",
2823
+ "functionType": "user",
2824
+ "funcWrapper": "pikkuSessionlessFunc",
2825
+ "sessionless": true,
2826
+ "name": "pikkuSecrets",
2827
+ "inputSchemaName": null,
2828
+ "outputSchemaName": null,
2829
+ "inputs": [],
2830
+ "outputs": [],
2831
+ "implementationHash": "0c90e1e1b970f27c",
2832
+ "middleware": [
2833
+ {
2834
+ "type": "wire",
2835
+ "name": "logCommandInfoAndTime",
2836
+ "inline": false
2837
+ }
2838
+ ],
2839
+ "contractHash": "79cd70de0e09d5bc",
2840
+ "inputHash": "838055cb",
2841
+ "outputHash": "c749587a"
2842
+ },
2843
2843
  "pikkuTriggerTypes": {
2844
2844
  "pikkuFuncId": "pikkuTriggerTypes",
2845
2845
  "functionType": "user",
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.45
2
+ * This file was generated by @pikku/cli@0.12.47
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.45
2
+ * This file was generated by @pikku/cli@0.12.47
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.45
2
+ * This file was generated by @pikku/cli@0.12.47
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.45
2
+ * This file was generated by @pikku/cli@0.12.47
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.45
2
+ * This file was generated by @pikku/cli@0.12.47
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.45
2
+ * This file was generated by @pikku/cli@0.12.47
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.45
2
+ * This file was generated by @pikku/cli@0.12.47
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.45
2
+ * This file was generated by @pikku/cli@0.12.47
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.45
2
+ * This file was generated by @pikku/cli@0.12.47
3
3
  */
4
4
  import './rpc/pikku-rpc-wirings-meta.internal.gen.js';
5
5
  import './http/pikku-http-wirings-meta.gen.js';
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.45
2
+ * This file was generated by @pikku/cli@0.12.47
3
3
  */
4
4
  import './rpc/pikku-rpc-wirings-meta.internal.gen.js';
5
5
  import './http/pikku-http-wirings-meta.gen.js';
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.45
2
+ * This file was generated by @pikku/cli@0.12.47
3
3
  */
4
4
  import { LocalMetaService } from '@pikku/core/services/local-meta';
5
5
  export declare class PikkuMetaService extends LocalMetaService {
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.45
2
+ * This file was generated by @pikku/cli@0.12.47
3
3
  */
4
4
  import { LocalMetaService } from '@pikku/core/services/local-meta';
5
5
  export class PikkuMetaService extends LocalMetaService {
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.45
2
+ * This file was generated by @pikku/cli@0.12.47
3
3
  */
4
4
  import type { SingletonServices } from '../types/application-types.d.js';
5
5
  import type { Services } from '../types/application-types.d.js';
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.45
2
+ * This file was generated by @pikku/cli@0.12.47
3
3
  */
4
4
  /**
5
5
  * Main type export hub - re-exports all wiring-specific types
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.45
2
+ * This file was generated by @pikku/cli@0.12.47
3
3
  */
4
4
  /**
5
5
  * Main type export hub - re-exports all wiring-specific types
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.45
2
+ * This file was generated by @pikku/cli@0.12.47
3
3
  */
4
4
  /**
5
5
  * Queue-specific type definitions for tree-shaking optimization
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.45
2
+ * This file was generated by @pikku/cli@0.12.47
3
3
  */
4
4
  /**
5
5
  * Queue-specific type definitions for tree-shaking optimization
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.45
2
+ * This file was generated by @pikku/cli@0.12.47
3
3
  */
4
4
  import { pikkuState } from '@pikku/core/internal';
5
5
  import metaData from './pikku-queue-workers-wirings-meta.gen.json' with { type: 'json' };
@@ -1,4 +1,4 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.45
2
+ * This file was generated by @pikku/cli@0.12.47
3
3
  */
4
4
  import '../../src/scaffold/rpc-remote.gen.js';