@pikku/cli 0.12.37 → 0.12.38

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 (67) hide show
  1. package/dist/.pikku/agent/pikku-agent-types.gen.d.ts +1 -1
  2. package/dist/.pikku/channel/pikku-channel-types.gen.d.ts +1 -1
  3. package/dist/.pikku/channel/pikku-channel-types.gen.js +1 -1
  4. package/dist/.pikku/cli/pikku-cli-channel.js +1 -1
  5. package/dist/.pikku/cli/pikku-cli-types.gen.d.ts +1 -1
  6. package/dist/.pikku/cli/pikku-cli-types.gen.js +1 -1
  7. package/dist/.pikku/cli/pikku-cli-wirings-meta.gen.js +1 -1
  8. package/dist/.pikku/cli/pikku-cli-wirings.gen.d.ts +1 -1
  9. package/dist/.pikku/cli/pikku-cli-wirings.gen.js +1 -1
  10. package/dist/.pikku/cli/pikku-cli.gen.d.ts +1 -1
  11. package/dist/.pikku/cli/pikku-cli.gen.js +1 -1
  12. package/dist/.pikku/console/pikku-node-types.gen.d.ts +1 -1
  13. package/dist/.pikku/function/pikku-function-types.gen.d.ts +1 -1
  14. package/dist/.pikku/function/pikku-function-types.gen.js +1 -1
  15. package/dist/.pikku/function/pikku-functions-meta.gen.js +1 -1
  16. package/dist/.pikku/function/pikku-functions-meta.gen.json +129 -129
  17. package/dist/.pikku/function/pikku-functions.gen.js +1 -1
  18. package/dist/.pikku/http/pikku-http-types.gen.d.ts +1 -1
  19. package/dist/.pikku/http/pikku-http-types.gen.js +1 -1
  20. package/dist/.pikku/http/pikku-http-wirings-meta.gen.js +1 -1
  21. package/dist/.pikku/http/pikku-http-wirings.gen.d.ts +1 -1
  22. package/dist/.pikku/http/pikku-http-wirings.gen.js +1 -1
  23. package/dist/.pikku/mcp/pikku-mcp-types.gen.d.ts +1 -1
  24. package/dist/.pikku/mcp/pikku-mcp-types.gen.js +1 -1
  25. package/dist/.pikku/pikku-bootstrap.gen.d.ts +1 -1
  26. package/dist/.pikku/pikku-bootstrap.gen.js +1 -1
  27. package/dist/.pikku/pikku-meta-service.gen.d.ts +1 -1
  28. package/dist/.pikku/pikku-meta-service.gen.js +1 -1
  29. package/dist/.pikku/pikku-services.gen.d.ts +1 -1
  30. package/dist/.pikku/pikku-types.gen.d.ts +1 -1
  31. package/dist/.pikku/pikku-types.gen.js +1 -1
  32. package/dist/.pikku/queue/pikku-queue-types.gen.d.ts +1 -1
  33. package/dist/.pikku/queue/pikku-queue-types.gen.js +1 -1
  34. package/dist/.pikku/queue/pikku-queue-workers-wirings-meta.gen.js +1 -1
  35. package/dist/.pikku/queue/pikku-queue-workers-wirings.gen.d.ts +1 -1
  36. package/dist/.pikku/queue/pikku-queue-workers-wirings.gen.js +1 -1
  37. package/dist/.pikku/rpc/pikku-rpc-wirings-meta.internal.gen.js +1 -1
  38. package/dist/.pikku/rpc/pikku-rpc-wirings-meta.internal.gen.json +1 -1
  39. package/dist/.pikku/scheduler/pikku-scheduler-types.gen.d.ts +1 -1
  40. package/dist/.pikku/scheduler/pikku-scheduler-types.gen.js +1 -1
  41. package/dist/.pikku/schemas/register.gen.js +5 -5
  42. package/dist/.pikku/secrets/pikku-secret-types.gen.d.ts +1 -1
  43. package/dist/.pikku/secrets/pikku-secret-types.gen.js +1 -1
  44. package/dist/.pikku/secrets/pikku-secrets.gen.d.ts +1 -1
  45. package/dist/.pikku/secrets/pikku-secrets.gen.js +1 -1
  46. package/dist/.pikku/trigger/pikku-trigger-types.gen.d.ts +1 -1
  47. package/dist/.pikku/trigger/pikku-trigger-types.gen.js +1 -1
  48. package/dist/.pikku/variables/pikku-variable-types.gen.d.ts +1 -1
  49. package/dist/.pikku/variables/pikku-variable-types.gen.js +1 -1
  50. package/dist/.pikku/variables/pikku-variables.gen.d.ts +1 -1
  51. package/dist/.pikku/variables/pikku-variables.gen.js +1 -1
  52. package/dist/.pikku/workflow/pikku-workflow-types.gen.d.ts +1 -1
  53. package/dist/.pikku/workflow/pikku-workflow-types.gen.js +1 -1
  54. package/dist/.pikku/workflow/pikku-workflow-wirings-meta.gen.js +1 -1
  55. package/dist/.pikku/workflow/pikku-workflow-wirings.gen.js +1 -1
  56. package/dist/bin/pikku-bin.mjs +2 -2
  57. package/dist/src/fabric/functions/validate-core.js +7 -7
  58. package/dist/src/fabric/functions/validate.function.js +36 -28
  59. package/dist/src/fabric/lib/config.d.ts +4 -4
  60. package/dist/src/fabric/lib/config.js +2 -2
  61. package/dist/src/functions/db/better-auth-schema.js +33 -11
  62. package/dist/src/functions/db/db-codegen.js +9 -5
  63. package/dist/src/functions/db/local-db.d.ts +2 -2
  64. package/dist/src/functions/db/local-db.js +111 -5
  65. package/dist/src/functions/db/sqlite/sqlite-runtime-node.js +2 -1
  66. package/dist/src/scaffold/rpc-remote.gen.js +1 -1
  67. package/package.json +1 -1
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.37
2
+ * This file was generated by @pikku/cli@0.12.38
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.37
2
+ * This file was generated by @pikku/cli@0.12.38
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.37
2
+ * This file was generated by @pikku/cli@0.12.38
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.37
2
+ * This file was generated by @pikku/cli@0.12.38
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.37
2
+ * This file was generated by @pikku/cli@0.12.38
3
3
  */
4
4
  /**
5
5
 
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.37
2
+ * This file was generated by @pikku/cli@0.12.38
3
3
  */
4
4
  /**
5
5
 
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.37
2
+ * This file was generated by @pikku/cli@0.12.38
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.37
2
+ * This file was generated by @pikku/cli@0.12.38
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.37
2
+ * This file was generated by @pikku/cli@0.12.38
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.37
2
+ * This file was generated by @pikku/cli@0.12.38
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.37
2
+ * This file was generated by @pikku/cli@0.12.38
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.37
2
+ * This file was generated by @pikku/cli@0.12.38
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.37
2
+ * This file was generated by @pikku/cli@0.12.38
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.37
2
+ * This file was generated by @pikku/cli@0.12.38
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.37
2
+ * This file was generated by @pikku/cli@0.12.38
3
3
  */
4
4
  import { pikkuState } from '@pikku/core/internal';
5
5
  import metaData from './pikku-functions-meta.gen.json' with { type: 'json' };
@@ -1664,21 +1664,6 @@
1664
1664
  "remote": true,
1665
1665
  "implementationHash": "105018a823bdb551"
1666
1666
  },
1667
- "pikkuSummary": {
1668
- "pikkuFuncId": "pikkuSummary",
1669
- "functionType": "user",
1670
- "funcWrapper": "pikkuSessionlessFunc",
1671
- "sessionless": true,
1672
- "name": "pikkuSummary",
1673
- "inputSchemaName": null,
1674
- "outputSchemaName": null,
1675
- "inputs": [],
1676
- "outputs": [],
1677
- "implementationHash": "b5d52282b44d2bea",
1678
- "contractHash": "3758fc656b51f1c3",
1679
- "inputHash": "914f8a46",
1680
- "outputHash": "dc82a9b9"
1681
- },
1682
1667
  "allWorkflow": {
1683
1668
  "pikkuFuncId": "allWorkflow",
1684
1669
  "functionType": "user",
@@ -1694,6 +1679,21 @@
1694
1679
  "inputHash": "d5ff2f31",
1695
1680
  "outputHash": "391c291d"
1696
1681
  },
1682
+ "pikkuSummary": {
1683
+ "pikkuFuncId": "pikkuSummary",
1684
+ "functionType": "user",
1685
+ "funcWrapper": "pikkuSessionlessFunc",
1686
+ "sessionless": true,
1687
+ "name": "pikkuSummary",
1688
+ "inputSchemaName": null,
1689
+ "outputSchemaName": null,
1690
+ "inputs": [],
1691
+ "outputs": [],
1692
+ "implementationHash": "b5d52282b44d2bea",
1693
+ "contractHash": "3758fc656b51f1c3",
1694
+ "inputHash": "914f8a46",
1695
+ "outputHash": "dc82a9b9"
1696
+ },
1697
1697
  "pikkuAIAgentTypes": {
1698
1698
  "pikkuFuncId": "pikkuAIAgentTypes",
1699
1699
  "functionType": "user",
@@ -1764,28 +1764,6 @@
1764
1764
  "inputHash": "c0a04edb",
1765
1765
  "outputHash": "aca3832e"
1766
1766
  },
1767
- "pikkuAuth": {
1768
- "pikkuFuncId": "pikkuAuth",
1769
- "functionType": "user",
1770
- "funcWrapper": "pikkuSessionlessFunc",
1771
- "sessionless": true,
1772
- "name": "pikkuAuth",
1773
- "inputSchemaName": null,
1774
- "outputSchemaName": null,
1775
- "inputs": [],
1776
- "outputs": [],
1777
- "implementationHash": "f8a2af6b34ab525f",
1778
- "middleware": [
1779
- {
1780
- "type": "wire",
1781
- "name": "logCommandInfoAndTime",
1782
- "inline": false
1783
- }
1784
- ],
1785
- "contractHash": "9fa89ecfb6307a51",
1786
- "inputHash": "c3580f86",
1787
- "outputHash": "f5261f72"
1788
- },
1789
1767
  "pikkuChannels": {
1790
1768
  "pikkuFuncId": "pikkuChannels",
1791
1769
  "functionType": "user",
@@ -1876,6 +1854,28 @@
1876
1854
  "inputHash": "5d1524e3",
1877
1855
  "outputHash": "048ccd50"
1878
1856
  },
1857
+ "pikkuAuth": {
1858
+ "pikkuFuncId": "pikkuAuth",
1859
+ "functionType": "user",
1860
+ "funcWrapper": "pikkuSessionlessFunc",
1861
+ "sessionless": true,
1862
+ "name": "pikkuAuth",
1863
+ "inputSchemaName": null,
1864
+ "outputSchemaName": null,
1865
+ "inputs": [],
1866
+ "outputs": [],
1867
+ "implementationHash": "f8a2af6b34ab525f",
1868
+ "middleware": [
1869
+ {
1870
+ "type": "wire",
1871
+ "name": "logCommandInfoAndTime",
1872
+ "inline": false
1873
+ }
1874
+ ],
1875
+ "contractHash": "9fa89ecfb6307a51",
1876
+ "inputHash": "c3580f86",
1877
+ "outputHash": "f5261f72"
1878
+ },
1879
1879
  "pikkuCLIEntry": {
1880
1880
  "pikkuFuncId": "pikkuCLIEntry",
1881
1881
  "functionType": "user",
@@ -1924,98 +1924,6 @@
1924
1924
  "inputHash": "fef4d62b",
1925
1925
  "outputHash": "7d42c9e1"
1926
1926
  },
1927
- "pikkuConsoleFunctions": {
1928
- "pikkuFuncId": "pikkuConsoleFunctions",
1929
- "functionType": "user",
1930
- "funcWrapper": "pikkuSessionlessFunc",
1931
- "sessionless": true,
1932
- "name": "pikkuConsoleFunctions",
1933
- "inputSchemaName": null,
1934
- "outputSchemaName": "PikkuConsoleFunctionsOutput",
1935
- "inputs": [],
1936
- "outputs": [
1937
- "PikkuConsoleFunctionsOutput"
1938
- ],
1939
- "implementationHash": "9755b441da9e4b81",
1940
- "middleware": [
1941
- {
1942
- "type": "wire",
1943
- "name": "logCommandInfoAndTime",
1944
- "inline": false
1945
- }
1946
- ],
1947
- "contractHash": "5725bacdf339c573",
1948
- "inputHash": "ac47cb5e",
1949
- "outputHash": "8259a954"
1950
- },
1951
- "pikkuNodeTypes": {
1952
- "pikkuFuncId": "pikkuNodeTypes",
1953
- "functionType": "user",
1954
- "funcWrapper": "pikkuSessionlessFunc",
1955
- "sessionless": true,
1956
- "name": "pikkuNodeTypes",
1957
- "inputSchemaName": null,
1958
- "outputSchemaName": null,
1959
- "inputs": [],
1960
- "outputs": [],
1961
- "implementationHash": "9a4ff23a5eedca95",
1962
- "middleware": [
1963
- {
1964
- "type": "wire",
1965
- "name": "logCommandInfoAndTime",
1966
- "inline": false
1967
- }
1968
- ],
1969
- "contractHash": "50029dfb2ea6b6c2",
1970
- "inputHash": "4f5677f1",
1971
- "outputHash": "616d3f6e"
1972
- },
1973
- "pikkuNodesMeta": {
1974
- "pikkuFuncId": "pikkuNodesMeta",
1975
- "functionType": "user",
1976
- "funcWrapper": "pikkuSessionlessFunc",
1977
- "sessionless": true,
1978
- "name": "pikkuNodesMeta",
1979
- "inputSchemaName": null,
1980
- "outputSchemaName": "PikkuNodesMetaOutput",
1981
- "inputs": [],
1982
- "outputs": [
1983
- "PikkuNodesMetaOutput"
1984
- ],
1985
- "implementationHash": "56d7a29cc36421e4",
1986
- "middleware": [
1987
- {
1988
- "type": "wire",
1989
- "name": "logCommandInfoAndTime",
1990
- "inline": false
1991
- }
1992
- ],
1993
- "contractHash": "2dd28c3201f71199",
1994
- "inputHash": "4be7b8bd",
1995
- "outputHash": "fca2b5eb"
1996
- },
1997
- "pikkuCredentials": {
1998
- "pikkuFuncId": "pikkuCredentials",
1999
- "functionType": "user",
2000
- "funcWrapper": "pikkuSessionlessFunc",
2001
- "sessionless": true,
2002
- "name": "pikkuCredentials",
2003
- "inputSchemaName": null,
2004
- "outputSchemaName": null,
2005
- "inputs": [],
2006
- "outputs": [],
2007
- "implementationHash": "a99a627856fd77bd",
2008
- "middleware": [
2009
- {
2010
- "type": "wire",
2011
- "name": "logCommandInfoAndTime",
2012
- "inline": false
2013
- }
2014
- ],
2015
- "contractHash": "8fa847acfa7ef407",
2016
- "inputHash": "b98cb2ee",
2017
- "outputHash": "9e33f562"
2018
- },
2019
1927
  "pikkuFunctionTypesSplit": {
2020
1928
  "pikkuFuncId": "pikkuFunctionTypesSplit",
2021
1929
  "functionType": "user",
@@ -2825,5 +2733,97 @@
2825
2733
  "contractHash": "4bfa767e5f7be854",
2826
2734
  "inputHash": "3bda91da",
2827
2735
  "outputHash": "8b24f1df"
2736
+ },
2737
+ "pikkuConsoleFunctions": {
2738
+ "pikkuFuncId": "pikkuConsoleFunctions",
2739
+ "functionType": "user",
2740
+ "funcWrapper": "pikkuSessionlessFunc",
2741
+ "sessionless": true,
2742
+ "name": "pikkuConsoleFunctions",
2743
+ "inputSchemaName": null,
2744
+ "outputSchemaName": "PikkuConsoleFunctionsOutput",
2745
+ "inputs": [],
2746
+ "outputs": [
2747
+ "PikkuConsoleFunctionsOutput"
2748
+ ],
2749
+ "implementationHash": "9755b441da9e4b81",
2750
+ "middleware": [
2751
+ {
2752
+ "type": "wire",
2753
+ "name": "logCommandInfoAndTime",
2754
+ "inline": false
2755
+ }
2756
+ ],
2757
+ "contractHash": "5725bacdf339c573",
2758
+ "inputHash": "ac47cb5e",
2759
+ "outputHash": "8259a954"
2760
+ },
2761
+ "pikkuNodeTypes": {
2762
+ "pikkuFuncId": "pikkuNodeTypes",
2763
+ "functionType": "user",
2764
+ "funcWrapper": "pikkuSessionlessFunc",
2765
+ "sessionless": true,
2766
+ "name": "pikkuNodeTypes",
2767
+ "inputSchemaName": null,
2768
+ "outputSchemaName": null,
2769
+ "inputs": [],
2770
+ "outputs": [],
2771
+ "implementationHash": "9a4ff23a5eedca95",
2772
+ "middleware": [
2773
+ {
2774
+ "type": "wire",
2775
+ "name": "logCommandInfoAndTime",
2776
+ "inline": false
2777
+ }
2778
+ ],
2779
+ "contractHash": "50029dfb2ea6b6c2",
2780
+ "inputHash": "4f5677f1",
2781
+ "outputHash": "616d3f6e"
2782
+ },
2783
+ "pikkuNodesMeta": {
2784
+ "pikkuFuncId": "pikkuNodesMeta",
2785
+ "functionType": "user",
2786
+ "funcWrapper": "pikkuSessionlessFunc",
2787
+ "sessionless": true,
2788
+ "name": "pikkuNodesMeta",
2789
+ "inputSchemaName": null,
2790
+ "outputSchemaName": "PikkuNodesMetaOutput",
2791
+ "inputs": [],
2792
+ "outputs": [
2793
+ "PikkuNodesMetaOutput"
2794
+ ],
2795
+ "implementationHash": "56d7a29cc36421e4",
2796
+ "middleware": [
2797
+ {
2798
+ "type": "wire",
2799
+ "name": "logCommandInfoAndTime",
2800
+ "inline": false
2801
+ }
2802
+ ],
2803
+ "contractHash": "2dd28c3201f71199",
2804
+ "inputHash": "4be7b8bd",
2805
+ "outputHash": "fca2b5eb"
2806
+ },
2807
+ "pikkuCredentials": {
2808
+ "pikkuFuncId": "pikkuCredentials",
2809
+ "functionType": "user",
2810
+ "funcWrapper": "pikkuSessionlessFunc",
2811
+ "sessionless": true,
2812
+ "name": "pikkuCredentials",
2813
+ "inputSchemaName": null,
2814
+ "outputSchemaName": null,
2815
+ "inputs": [],
2816
+ "outputs": [],
2817
+ "implementationHash": "a99a627856fd77bd",
2818
+ "middleware": [
2819
+ {
2820
+ "type": "wire",
2821
+ "name": "logCommandInfoAndTime",
2822
+ "inline": false
2823
+ }
2824
+ ],
2825
+ "contractHash": "8fa847acfa7ef407",
2826
+ "inputHash": "b98cb2ee",
2827
+ "outputHash": "9e33f562"
2828
2828
  }
2829
2829
  }
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.37
2
+ * This file was generated by @pikku/cli@0.12.38
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.37
2
+ * This file was generated by @pikku/cli@0.12.38
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.37
2
+ * This file was generated by @pikku/cli@0.12.38
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.37
2
+ * This file was generated by @pikku/cli@0.12.38
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.37
2
+ * This file was generated by @pikku/cli@0.12.38
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.37
2
+ * This file was generated by @pikku/cli@0.12.38
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.37
2
+ * This file was generated by @pikku/cli@0.12.38
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.37
2
+ * This file was generated by @pikku/cli@0.12.38
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.37
2
+ * This file was generated by @pikku/cli@0.12.38
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.37
2
+ * This file was generated by @pikku/cli@0.12.38
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.37
2
+ * This file was generated by @pikku/cli@0.12.38
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.37
2
+ * This file was generated by @pikku/cli@0.12.38
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.37
2
+ * This file was generated by @pikku/cli@0.12.38
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.37
2
+ * This file was generated by @pikku/cli@0.12.38
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.37
2
+ * This file was generated by @pikku/cli@0.12.38
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.37
2
+ * This file was generated by @pikku/cli@0.12.38
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.37
2
+ * This file was generated by @pikku/cli@0.12.38
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.37
2
+ * This file was generated by @pikku/cli@0.12.38
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.37
2
+ * This file was generated by @pikku/cli@0.12.38
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.37
2
+ * This file was generated by @pikku/cli@0.12.38
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.37
2
+ * This file was generated by @pikku/cli@0.12.38
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' };
@@ -119,7 +119,6 @@
119
119
  "pikkuMCPJSON": "pikkuMCPJSON",
120
120
  "pikkuMCPTypes": "pikkuMCPTypes",
121
121
  "pikkuMCP": "pikkuMCP",
122
- "pikkuMiddleware": "pikkuMiddleware",
123
122
  "pikkuSecretDefinitionTypes": "pikkuSecretDefinitionTypes",
124
123
  "pikkuVariableDefinitionTypes": "pikkuVariableDefinitionTypes",
125
124
  "pikkuPackage": "pikkuPackage",
@@ -129,6 +128,7 @@
129
128
  "pikkuCommandQueue": "pikkuCommandQueue",
130
129
  "pikkuQueueMap": "pikkuQueueMap",
131
130
  "pikkuQueue": "pikkuQueue",
131
+ "pikkuMiddleware": "pikkuMiddleware",
132
132
  "pikkuEventsScaffold": "pikkuEventsScaffold",
133
133
  "pikkuPublicRPC": "pikkuPublicRPC",
134
134
  "pikkuRemoteRPC": "pikkuRemoteRPC",
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.37
2
+ * This file was generated by @pikku/cli@0.12.38
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.37
2
+ * This file was generated by @pikku/cli@0.12.38
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.37
2
+ * This file was generated by @pikku/cli@0.12.38
3
3
  */
4
4
  import { addSchema } from '@pikku/core/schema';
5
5
  import * as PikkuSchemasOutput from './schemas/PikkuSchemasOutput.schema.json' with { type: 'json' };
@@ -190,10 +190,6 @@ import * as PikkuCLIEntryOutput from './schemas/PikkuCLIEntryOutput.schema.json'
190
190
  addSchema('PikkuCLIEntryOutput', PikkuCLIEntryOutput);
191
191
  import * as PikkuCLIOutput from './schemas/PikkuCLIOutput.schema.json' with { type: 'json' };
192
192
  addSchema('PikkuCLIOutput', PikkuCLIOutput);
193
- import * as PikkuConsoleFunctionsOutput from './schemas/PikkuConsoleFunctionsOutput.schema.json' with { type: 'json' };
194
- addSchema('PikkuConsoleFunctionsOutput', PikkuConsoleFunctionsOutput);
195
- import * as PikkuNodesMetaOutput from './schemas/PikkuNodesMetaOutput.schema.json' with { type: 'json' };
196
- addSchema('PikkuNodesMetaOutput', PikkuNodesMetaOutput);
197
193
  import * as PikkuFunctionTypesSplitInput from './schemas/PikkuFunctionTypesSplitInput.schema.json' with { type: 'json' };
198
194
  addSchema('PikkuFunctionTypesSplitInput', PikkuFunctionTypesSplitInput);
199
195
  import * as PikkuFunctionTypesInput from './schemas/PikkuFunctionTypesInput.schema.json' with { type: 'json' };
@@ -234,5 +230,9 @@ import * as PikkuTriggerOutput from './schemas/PikkuTriggerOutput.schema.json' w
234
230
  addSchema('PikkuTriggerOutput', PikkuTriggerOutput);
235
231
  import * as PikkuWorkflowRoutesOutput from './schemas/PikkuWorkflowRoutesOutput.schema.json' with { type: 'json' };
236
232
  addSchema('PikkuWorkflowRoutesOutput', PikkuWorkflowRoutesOutput);
233
+ import * as PikkuConsoleFunctionsOutput from './schemas/PikkuConsoleFunctionsOutput.schema.json' with { type: 'json' };
234
+ addSchema('PikkuConsoleFunctionsOutput', PikkuConsoleFunctionsOutput);
235
+ import * as PikkuNodesMetaOutput from './schemas/PikkuNodesMetaOutput.schema.json' with { type: 'json' };
236
+ addSchema('PikkuNodesMetaOutput', PikkuNodesMetaOutput);
237
237
  import * as PikkuCLIConfig from './schemas/PikkuCLIConfig.schema.json' with { type: 'json' };
238
238
  addSchema('PikkuCLIConfig', PikkuCLIConfig);