@pikku/cli 0.12.45 → 0.12.46

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-ByiKUJ11.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 +110 -110
  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/rpc/pikku-rpc-wirings-meta.internal.gen.json +1 -1
  45. package/dist/.pikku/scheduler/pikku-scheduler-types.gen.d.ts +1 -1
  46. package/dist/.pikku/scheduler/pikku-scheduler-types.gen.js +1 -1
  47. package/dist/.pikku/schemas/register.gen.js +3 -3
  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/pikku-workflow-types.gen.d.ts +1 -1
  59. package/dist/.pikku/workflow/pikku-workflow-types.gen.js +1 -1
  60. package/dist/.pikku/workflow/pikku-workflow-wirings-meta.gen.js +1 -1
  61. package/dist/.pikku/workflow/pikku-workflow-wirings.gen.js +1 -1
  62. package/dist/bin/pikku-bin.mjs +2 -2
  63. package/dist/src/deploy/build-pipeline.js +2 -0
  64. package/dist/src/deploy/bundler/bundler.d.ts +1 -0
  65. package/dist/src/deploy/bundler/bundler.js +36 -5
  66. package/dist/src/deploy/provider-adapter.d.ts +7 -0
  67. package/dist/src/fabric/functions/validate.function.js +185 -0
  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 +3 -3
  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-ByiKUJ11.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.46
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.46
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.46
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.46
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.46
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.46
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.46
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.46
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.46
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.46
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.46
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.46
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.46
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.46
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.46
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.46
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.46
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.46
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.46
3
3
  */
4
4
  import { pikkuState } from '@pikku/core/internal';
5
5
  import metaData from './pikku-functions-meta.gen.json' with { type: 'json' };
@@ -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",
@@ -2656,74 +2656,6 @@
2656
2656
  "inputHash": "0e752243",
2657
2657
  "outputHash": "486a58ef"
2658
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",
2670
- "middleware": [
2671
- {
2672
- "type": "wire",
2673
- "name": "logCommandInfoAndTime",
2674
- "inline": false
2675
- }
2676
- ],
2677
- "contractHash": "562f598e335cbbf8",
2678
- "inputHash": "5cb0bd41",
2679
- "outputHash": "4108ab7a"
2680
- },
2681
- "pikkuScheduler": {
2682
- "pikkuFuncId": "pikkuScheduler",
2683
- "functionType": "user",
2684
- "funcWrapper": "pikkuSessionlessFunc",
2685
- "sessionless": true,
2686
- "name": "pikkuScheduler",
2687
- "inputSchemaName": null,
2688
- "outputSchemaName": "PikkuSchedulerOutput",
2689
- "inputs": [],
2690
- "outputs": [
2691
- "PikkuSchedulerOutput"
2692
- ],
2693
- "implementationHash": "e78409e71cedf438",
2694
- "middleware": [
2695
- {
2696
- "type": "wire",
2697
- "name": "logCommandInfoAndTime",
2698
- "inline": false
2699
- }
2700
- ],
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",
2716
- "middleware": [
2717
- {
2718
- "type": "wire",
2719
- "name": "logCommandInfoAndTime",
2720
- "inline": false
2721
- }
2722
- ],
2723
- "contractHash": "79cd70de0e09d5bc",
2724
- "inputHash": "838055cb",
2725
- "outputHash": "c749587a"
2726
- },
2727
2659
  "pikkuPublicRPC": {
2728
2660
  "pikkuFuncId": "pikkuPublicRPC",
2729
2661
  "functionType": "user",
@@ -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",
@@ -2888,19 +2888,17 @@
2888
2888
  "inputHash": "164d65e7",
2889
2889
  "outputHash": "3ac7247c"
2890
2890
  },
2891
- "pikkuWorkflowRoutes": {
2892
- "pikkuFuncId": "pikkuWorkflowRoutes",
2891
+ "pikkuVariables": {
2892
+ "pikkuFuncId": "pikkuVariables",
2893
2893
  "functionType": "user",
2894
2894
  "funcWrapper": "pikkuSessionlessFunc",
2895
2895
  "sessionless": true,
2896
- "name": "pikkuWorkflowRoutes",
2896
+ "name": "pikkuVariables",
2897
2897
  "inputSchemaName": null,
2898
- "outputSchemaName": "PikkuWorkflowRoutesOutput",
2898
+ "outputSchemaName": null,
2899
2899
  "inputs": [],
2900
- "outputs": [
2901
- "PikkuWorkflowRoutesOutput"
2902
- ],
2903
- "implementationHash": "44984589bce5976c",
2900
+ "outputs": [],
2901
+ "implementationHash": "84a0e3ace8da3e52",
2904
2902
  "middleware": [
2905
2903
  {
2906
2904
  "type": "wire",
@@ -2908,21 +2906,23 @@
2908
2906
  "inline": false
2909
2907
  }
2910
2908
  ],
2911
- "contractHash": "4bfa767e5f7be854",
2912
- "inputHash": "3bda91da",
2913
- "outputHash": "8b24f1df"
2909
+ "contractHash": "a26bc48e31b3d5d5",
2910
+ "inputHash": "114143f9",
2911
+ "outputHash": "75594b2d"
2914
2912
  },
2915
- "pikkuVariables": {
2916
- "pikkuFuncId": "pikkuVariables",
2913
+ "pikkuWorkflowRoutes": {
2914
+ "pikkuFuncId": "pikkuWorkflowRoutes",
2917
2915
  "functionType": "user",
2918
2916
  "funcWrapper": "pikkuSessionlessFunc",
2919
2917
  "sessionless": true,
2920
- "name": "pikkuVariables",
2918
+ "name": "pikkuWorkflowRoutes",
2921
2919
  "inputSchemaName": null,
2922
- "outputSchemaName": null,
2920
+ "outputSchemaName": "PikkuWorkflowRoutesOutput",
2923
2921
  "inputs": [],
2924
- "outputs": [],
2925
- "implementationHash": "84a0e3ace8da3e52",
2922
+ "outputs": [
2923
+ "PikkuWorkflowRoutesOutput"
2924
+ ],
2925
+ "implementationHash": "44984589bce5976c",
2926
2926
  "middleware": [
2927
2927
  {
2928
2928
  "type": "wire",
@@ -2930,8 +2930,8 @@
2930
2930
  "inline": false
2931
2931
  }
2932
2932
  ],
2933
- "contractHash": "a26bc48e31b3d5d5",
2934
- "inputHash": "114143f9",
2935
- "outputHash": "75594b2d"
2933
+ "contractHash": "4bfa767e5f7be854",
2934
+ "inputHash": "3bda91da",
2935
+ "outputHash": "8b24f1df"
2936
2936
  }
2937
2937
  }
@@ -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.46
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.46
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.46
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.46
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.46
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.46
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.46
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.46
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.46
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.46
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.46
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.46
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.46
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.46
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.46
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.46
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.46
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.46
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.46
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.46
3
3
  */
4
4
  /* The files with an addQueueWorkers 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.46
3
3
  */
4
4
  import { pikkuState } from '@pikku/core/internal';
5
5
  import metaData from './pikku-rpc-wirings-meta.internal.gen.json' with { type: 'json' };
@@ -143,9 +143,9 @@
143
143
  "pikkuRPC": "pikkuRPC",
144
144
  "pikkuSchedulerTypes": "pikkuSchedulerTypes",
145
145
  "pikkuScheduler": "pikkuScheduler",
146
- "pikkuSecrets": "pikkuSecrets",
147
146
  "pikkuTriggerTypes": "pikkuTriggerTypes",
148
147
  "pikkuTrigger": "pikkuTrigger",
148
+ "pikkuSecrets": "pikkuSecrets",
149
149
  "pikkuVariables": "pikkuVariables",
150
150
  "pikkuWorkflowRoutes": "pikkuWorkflowRoutes"
151
151
  }
@@ -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.46
3
3
  */
4
4
  /**
5
5
  * Scheduler-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.46
3
3
  */
4
4
  /**
5
5
  * Scheduler-specific type definitions for tree-shaking optimization