@pikku/cli 0.12.32 → 0.12.33

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 (74) hide show
  1. package/cli.schema.json +1 -1
  2. package/console-app/assets/index-DsW0T00Z.js +233 -0
  3. package/console-app/index.html +1 -1
  4. package/dist/.pikku/agent/pikku-agent-types.gen.d.ts +1 -1
  5. package/dist/.pikku/channel/pikku-channel-types.gen.d.ts +1 -1
  6. package/dist/.pikku/channel/pikku-channel-types.gen.js +1 -1
  7. package/dist/.pikku/cli/pikku-cli-channel.js +1 -1
  8. package/dist/.pikku/cli/pikku-cli-types.gen.d.ts +1 -1
  9. package/dist/.pikku/cli/pikku-cli-types.gen.js +1 -1
  10. package/dist/.pikku/cli/pikku-cli-wirings-meta.gen.js +1 -1
  11. package/dist/.pikku/cli/pikku-cli-wirings-meta.gen.json +1 -0
  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 +148 -148
  21. package/dist/.pikku/function/pikku-functions.gen.js +1 -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 +2 -1
  34. package/dist/.pikku/pikku-services.gen.js +1 -0
  35. package/dist/.pikku/pikku-types.gen.d.ts +1 -1
  36. package/dist/.pikku/pikku-types.gen.js +1 -1
  37. package/dist/.pikku/queue/pikku-queue-types.gen.d.ts +1 -1
  38. package/dist/.pikku/queue/pikku-queue-types.gen.js +1 -1
  39. package/dist/.pikku/queue/pikku-queue-workers-wirings-meta.gen.js +1 -1
  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 +4 -4
  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 +11 -11
  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/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/analyzer/analyzer.js +7 -4
  64. package/dist/src/fabric/fabric-commands.d.ts +3 -3
  65. package/dist/src/fabric/functions/llm-key.function.d.ts +4 -4
  66. package/dist/src/functions/wirings/console/serialize-console-functions.js +6 -0
  67. package/dist/src/functions/wirings/mcp/pikku-command-mcp-json.js +1 -1
  68. package/dist/src/functions/wirings/rpc/serialize-rpc-wrapper.js +8 -0
  69. package/dist/src/functions/workflows/all.workflow.js +1 -1
  70. package/dist/src/scaffold/rpc-remote.gen.js +1 -1
  71. package/dist/src/utils/pikku-cli-config.js +3 -0
  72. package/package.json +5 -5
  73. package/skills/pikku-workflow/SKILL.md +31 -2
  74. package/console-app/assets/index-BkiCv5R3.js +0 -229
@@ -21,7 +21,7 @@
21
21
  }
22
22
  } catch (e) {}
23
23
  </script>
24
- <script type="module" crossorigin src="/assets/index-BkiCv5R3.js"></script>
24
+ <script type="module" crossorigin src="/assets/index-DsW0T00Z.js"></script>
25
25
  <link rel="stylesheet" crossorigin href="/assets/index-DwUzVI5k.css">
26
26
  </head>
27
27
  <body>
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.32
2
+ * This file was generated by @pikku/cli@0.12.33
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.32
2
+ * This file was generated by @pikku/cli@0.12.33
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.32
2
+ * This file was generated by @pikku/cli@0.12.33
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.32
2
+ * This file was generated by @pikku/cli@0.12.33
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.32
2
+ * This file was generated by @pikku/cli@0.12.33
3
3
  */
4
4
  /**
5
5
 
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.32
2
+ * This file was generated by @pikku/cli@0.12.33
3
3
  */
4
4
  /**
5
5
 
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.32
2
+ * This file was generated by @pikku/cli@0.12.33
3
3
  */
4
4
  import { pikkuState } from '@pikku/core/internal';
5
5
  import metaData from './pikku-cli-wirings-meta.gen.json' with { type: 'json' };
@@ -1388,6 +1388,7 @@
1388
1388
  "emailService",
1389
1389
  "metaService",
1390
1390
  "audit",
1391
+ "auditLog",
1391
1392
  "sessionStore"
1392
1393
  ]
1393
1394
  },
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.32
2
+ * This file was generated by @pikku/cli@0.12.33
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.32
2
+ * This file was generated by @pikku/cli@0.12.33
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.32
2
+ * This file was generated by @pikku/cli@0.12.33
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.32
2
+ * This file was generated by @pikku/cli@0.12.33
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.32
2
+ * This file was generated by @pikku/cli@0.12.33
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.32
2
+ * This file was generated by @pikku/cli@0.12.33
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.32
2
+ * This file was generated by @pikku/cli@0.12.33
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.32
2
+ * This file was generated by @pikku/cli@0.12.33
3
3
  */
4
4
  import { pikkuState } from '@pikku/core/internal';
5
5
  import metaData from './pikku-functions-meta.gen.json' with { type: 'json' };
@@ -1674,7 +1674,7 @@
1674
1674
  "outputSchemaName": null,
1675
1675
  "inputs": [],
1676
1676
  "outputs": [],
1677
- "implementationHash": "63b03ca22bec5827",
1677
+ "implementationHash": "805e3d7db3d25ec6",
1678
1678
  "contractHash": "5cf046fc5045a072",
1679
1679
  "inputHash": "d5ff2f31",
1680
1680
  "outputHash": "391c291d"
@@ -1861,19 +1861,19 @@
1861
1861
  "inputHash": "5d1524e3",
1862
1862
  "outputHash": "048ccd50"
1863
1863
  },
1864
- "pikkuCLIEntry": {
1865
- "pikkuFuncId": "pikkuCLIEntry",
1864
+ "pikkuConsoleFunctions": {
1865
+ "pikkuFuncId": "pikkuConsoleFunctions",
1866
1866
  "functionType": "user",
1867
1867
  "funcWrapper": "pikkuSessionlessFunc",
1868
1868
  "sessionless": true,
1869
- "name": "pikkuCLIEntry",
1869
+ "name": "pikkuConsoleFunctions",
1870
1870
  "inputSchemaName": null,
1871
- "outputSchemaName": "PikkuCLIEntryOutput",
1871
+ "outputSchemaName": "PikkuConsoleFunctionsOutput",
1872
1872
  "inputs": [],
1873
1873
  "outputs": [
1874
- "PikkuCLIEntryOutput"
1874
+ "PikkuConsoleFunctionsOutput"
1875
1875
  ],
1876
- "implementationHash": "3de1aae7d25e5a8d",
1876
+ "implementationHash": "9755b441da9e4b81",
1877
1877
  "middleware": [
1878
1878
  {
1879
1879
  "type": "wire",
@@ -1881,23 +1881,45 @@
1881
1881
  "inline": false
1882
1882
  }
1883
1883
  ],
1884
- "contractHash": "a44d47273b044b63",
1885
- "inputHash": "3e5aa4e1",
1886
- "outputHash": "2f8523b1"
1884
+ "contractHash": "5725bacdf339c573",
1885
+ "inputHash": "ac47cb5e",
1886
+ "outputHash": "8259a954"
1887
1887
  },
1888
- "pikkuCLI": {
1889
- "pikkuFuncId": "pikkuCLI",
1888
+ "pikkuNodeTypes": {
1889
+ "pikkuFuncId": "pikkuNodeTypes",
1890
1890
  "functionType": "user",
1891
1891
  "funcWrapper": "pikkuSessionlessFunc",
1892
1892
  "sessionless": true,
1893
- "name": "pikkuCLI",
1893
+ "name": "pikkuNodeTypes",
1894
1894
  "inputSchemaName": null,
1895
- "outputSchemaName": "PikkuCLIOutput",
1895
+ "outputSchemaName": null,
1896
+ "inputs": [],
1897
+ "outputs": [],
1898
+ "implementationHash": "9a4ff23a5eedca95",
1899
+ "middleware": [
1900
+ {
1901
+ "type": "wire",
1902
+ "name": "logCommandInfoAndTime",
1903
+ "inline": false
1904
+ }
1905
+ ],
1906
+ "contractHash": "50029dfb2ea6b6c2",
1907
+ "inputHash": "4f5677f1",
1908
+ "outputHash": "616d3f6e"
1909
+ },
1910
+ "pikkuNodesMeta": {
1911
+ "pikkuFuncId": "pikkuNodesMeta",
1912
+ "functionType": "user",
1913
+ "funcWrapper": "pikkuSessionlessFunc",
1914
+ "sessionless": true,
1915
+ "name": "pikkuNodesMeta",
1916
+ "inputSchemaName": null,
1917
+ "outputSchemaName": "PikkuNodesMetaOutput",
1896
1918
  "inputs": [],
1897
1919
  "outputs": [
1898
- "PikkuCLIOutput"
1920
+ "PikkuNodesMetaOutput"
1899
1921
  ],
1900
- "implementationHash": "106ebe1537d48581",
1922
+ "implementationHash": "56d7a29cc36421e4",
1901
1923
  "middleware": [
1902
1924
  {
1903
1925
  "type": "wire",
@@ -1905,21 +1927,23 @@
1905
1927
  "inline": false
1906
1928
  }
1907
1929
  ],
1908
- "contractHash": "3932cb0e6b7de268",
1909
- "inputHash": "fef4d62b",
1910
- "outputHash": "7d42c9e1"
1930
+ "contractHash": "2dd28c3201f71199",
1931
+ "inputHash": "4be7b8bd",
1932
+ "outputHash": "fca2b5eb"
1911
1933
  },
1912
- "pikkuCredentials": {
1913
- "pikkuFuncId": "pikkuCredentials",
1934
+ "pikkuCLIEntry": {
1935
+ "pikkuFuncId": "pikkuCLIEntry",
1914
1936
  "functionType": "user",
1915
1937
  "funcWrapper": "pikkuSessionlessFunc",
1916
1938
  "sessionless": true,
1917
- "name": "pikkuCredentials",
1939
+ "name": "pikkuCLIEntry",
1918
1940
  "inputSchemaName": null,
1919
- "outputSchemaName": null,
1941
+ "outputSchemaName": "PikkuCLIEntryOutput",
1920
1942
  "inputs": [],
1921
- "outputs": [],
1922
- "implementationHash": "a99a627856fd77bd",
1943
+ "outputs": [
1944
+ "PikkuCLIEntryOutput"
1945
+ ],
1946
+ "implementationHash": "3de1aae7d25e5a8d",
1923
1947
  "middleware": [
1924
1948
  {
1925
1949
  "type": "wire",
@@ -1927,23 +1951,23 @@
1927
1951
  "inline": false
1928
1952
  }
1929
1953
  ],
1930
- "contractHash": "8fa847acfa7ef407",
1931
- "inputHash": "b98cb2ee",
1932
- "outputHash": "9e33f562"
1954
+ "contractHash": "a44d47273b044b63",
1955
+ "inputHash": "3e5aa4e1",
1956
+ "outputHash": "2f8523b1"
1933
1957
  },
1934
- "pikkuConsoleFunctions": {
1935
- "pikkuFuncId": "pikkuConsoleFunctions",
1958
+ "pikkuCLI": {
1959
+ "pikkuFuncId": "pikkuCLI",
1936
1960
  "functionType": "user",
1937
1961
  "funcWrapper": "pikkuSessionlessFunc",
1938
1962
  "sessionless": true,
1939
- "name": "pikkuConsoleFunctions",
1963
+ "name": "pikkuCLI",
1940
1964
  "inputSchemaName": null,
1941
- "outputSchemaName": "PikkuConsoleFunctionsOutput",
1965
+ "outputSchemaName": "PikkuCLIOutput",
1942
1966
  "inputs": [],
1943
1967
  "outputs": [
1944
- "PikkuConsoleFunctionsOutput"
1968
+ "PikkuCLIOutput"
1945
1969
  ],
1946
- "implementationHash": "9755b441da9e4b81",
1970
+ "implementationHash": "106ebe1537d48581",
1947
1971
  "middleware": [
1948
1972
  {
1949
1973
  "type": "wire",
@@ -1951,21 +1975,21 @@
1951
1975
  "inline": false
1952
1976
  }
1953
1977
  ],
1954
- "contractHash": "5725bacdf339c573",
1955
- "inputHash": "ac47cb5e",
1956
- "outputHash": "8259a954"
1978
+ "contractHash": "3932cb0e6b7de268",
1979
+ "inputHash": "fef4d62b",
1980
+ "outputHash": "7d42c9e1"
1957
1981
  },
1958
- "pikkuNodeTypes": {
1959
- "pikkuFuncId": "pikkuNodeTypes",
1982
+ "pikkuCredentials": {
1983
+ "pikkuFuncId": "pikkuCredentials",
1960
1984
  "functionType": "user",
1961
1985
  "funcWrapper": "pikkuSessionlessFunc",
1962
1986
  "sessionless": true,
1963
- "name": "pikkuNodeTypes",
1987
+ "name": "pikkuCredentials",
1964
1988
  "inputSchemaName": null,
1965
1989
  "outputSchemaName": null,
1966
1990
  "inputs": [],
1967
1991
  "outputs": [],
1968
- "implementationHash": "9a4ff23a5eedca95",
1992
+ "implementationHash": "a99a627856fd77bd",
1969
1993
  "middleware": [
1970
1994
  {
1971
1995
  "type": "wire",
@@ -1973,23 +1997,23 @@
1973
1997
  "inline": false
1974
1998
  }
1975
1999
  ],
1976
- "contractHash": "50029dfb2ea6b6c2",
1977
- "inputHash": "4f5677f1",
1978
- "outputHash": "616d3f6e"
2000
+ "contractHash": "8fa847acfa7ef407",
2001
+ "inputHash": "b98cb2ee",
2002
+ "outputHash": "9e33f562"
1979
2003
  },
1980
- "pikkuNodesMeta": {
1981
- "pikkuFuncId": "pikkuNodesMeta",
2004
+ "pikkuGateway": {
2005
+ "pikkuFuncId": "pikkuGateway",
1982
2006
  "functionType": "user",
1983
2007
  "funcWrapper": "pikkuSessionlessFunc",
1984
2008
  "sessionless": true,
1985
- "name": "pikkuNodesMeta",
2009
+ "name": "pikkuGateway",
1986
2010
  "inputSchemaName": null,
1987
- "outputSchemaName": "PikkuNodesMetaOutput",
2011
+ "outputSchemaName": "PikkuGatewayOutput",
1988
2012
  "inputs": [],
1989
2013
  "outputs": [
1990
- "PikkuNodesMetaOutput"
2014
+ "PikkuGatewayOutput"
1991
2015
  ],
1992
- "implementationHash": "56d7a29cc36421e4",
2016
+ "implementationHash": "cc85ec16d890311e",
1993
2017
  "middleware": [
1994
2018
  {
1995
2019
  "type": "wire",
@@ -1997,9 +2021,9 @@
1997
2021
  "inline": false
1998
2022
  }
1999
2023
  ],
2000
- "contractHash": "2dd28c3201f71199",
2001
- "inputHash": "4be7b8bd",
2002
- "outputHash": "fca2b5eb"
2024
+ "contractHash": "8c9fc7c18aeb2212",
2025
+ "inputHash": "a5477eae",
2026
+ "outputHash": "b5ea8b47"
2003
2027
  },
2004
2028
  "pikkuFunctionTypesSplit": {
2005
2029
  "pikkuFuncId": "pikkuFunctionTypesSplit",
@@ -2195,7 +2219,7 @@
2195
2219
  "outputSchemaName": null,
2196
2220
  "inputs": [],
2197
2221
  "outputs": [],
2198
- "implementationHash": "478ca5bc0fa6f487",
2222
+ "implementationHash": "79b43cc9a51c4045",
2199
2223
  "middleware": [
2200
2224
  {
2201
2225
  "type": "wire",
@@ -2277,30 +2301,6 @@
2277
2301
  "inputHash": "58f70d81",
2278
2302
  "outputHash": "53953774"
2279
2303
  },
2280
- "pikkuGateway": {
2281
- "pikkuFuncId": "pikkuGateway",
2282
- "functionType": "user",
2283
- "funcWrapper": "pikkuSessionlessFunc",
2284
- "sessionless": true,
2285
- "name": "pikkuGateway",
2286
- "inputSchemaName": null,
2287
- "outputSchemaName": "PikkuGatewayOutput",
2288
- "inputs": [],
2289
- "outputs": [
2290
- "PikkuGatewayOutput"
2291
- ],
2292
- "implementationHash": "cc85ec16d890311e",
2293
- "middleware": [
2294
- {
2295
- "type": "wire",
2296
- "name": "logCommandInfoAndTime",
2297
- "inline": false
2298
- }
2299
- ],
2300
- "contractHash": "8c9fc7c18aeb2212",
2301
- "inputHash": "a5477eae",
2302
- "outputHash": "b5ea8b47"
2303
- },
2304
2304
  "pikkuSecretDefinitionTypes": {
2305
2305
  "pikkuFuncId": "pikkuSecretDefinitionTypes",
2306
2306
  "functionType": "user",
@@ -2369,6 +2369,30 @@
2369
2369
  "inputHash": "6c4c903c",
2370
2370
  "outputHash": "5ceae041"
2371
2371
  },
2372
+ "pikkuPermissions": {
2373
+ "pikkuFuncId": "pikkuPermissions",
2374
+ "functionType": "user",
2375
+ "funcWrapper": "pikkuSessionlessFunc",
2376
+ "sessionless": true,
2377
+ "name": "pikkuPermissions",
2378
+ "inputSchemaName": null,
2379
+ "outputSchemaName": "PikkuPermissionsOutput",
2380
+ "inputs": [],
2381
+ "outputs": [
2382
+ "PikkuPermissionsOutput"
2383
+ ],
2384
+ "implementationHash": "010fc7dc667e544e",
2385
+ "middleware": [
2386
+ {
2387
+ "type": "wire",
2388
+ "name": "logCommandInfoAndTime",
2389
+ "inline": false
2390
+ }
2391
+ ],
2392
+ "contractHash": "16abe2f5a83ea75d",
2393
+ "inputHash": "d7b18af5",
2394
+ "outputHash": "09d7f16a"
2395
+ },
2372
2396
  "pikkuCommandQueueMap": {
2373
2397
  "pikkuFuncId": "pikkuCommandQueueMap",
2374
2398
  "functionType": "user",
@@ -2507,52 +2531,6 @@
2507
2531
  "inputHash": "0e752243",
2508
2532
  "outputHash": "486a58ef"
2509
2533
  },
2510
- "pikkuSchedulerTypes": {
2511
- "pikkuFuncId": "pikkuSchedulerTypes",
2512
- "functionType": "user",
2513
- "funcWrapper": "pikkuSessionlessFunc",
2514
- "sessionless": true,
2515
- "name": "pikkuSchedulerTypes",
2516
- "inputSchemaName": null,
2517
- "outputSchemaName": null,
2518
- "inputs": [],
2519
- "outputs": [],
2520
- "implementationHash": "ca3f707d96566f5c",
2521
- "middleware": [
2522
- {
2523
- "type": "wire",
2524
- "name": "logCommandInfoAndTime",
2525
- "inline": false
2526
- }
2527
- ],
2528
- "contractHash": "562f598e335cbbf8",
2529
- "inputHash": "5cb0bd41",
2530
- "outputHash": "4108ab7a"
2531
- },
2532
- "pikkuScheduler": {
2533
- "pikkuFuncId": "pikkuScheduler",
2534
- "functionType": "user",
2535
- "funcWrapper": "pikkuSessionlessFunc",
2536
- "sessionless": true,
2537
- "name": "pikkuScheduler",
2538
- "inputSchemaName": null,
2539
- "outputSchemaName": "PikkuSchedulerOutput",
2540
- "inputs": [],
2541
- "outputs": [
2542
- "PikkuSchedulerOutput"
2543
- ],
2544
- "implementationHash": "e78409e71cedf438",
2545
- "middleware": [
2546
- {
2547
- "type": "wire",
2548
- "name": "logCommandInfoAndTime",
2549
- "inline": false
2550
- }
2551
- ],
2552
- "contractHash": "064923ed2e031573",
2553
- "inputHash": "dda1c6aa",
2554
- "outputHash": "1f0f0345"
2555
- },
2556
2534
  "pikkuPublicRPC": {
2557
2535
  "pikkuFuncId": "pikkuPublicRPC",
2558
2536
  "functionType": "user",
@@ -2669,6 +2647,52 @@
2669
2647
  "inputHash": "835d9763",
2670
2648
  "outputHash": "b9430fb9"
2671
2649
  },
2650
+ "pikkuSchedulerTypes": {
2651
+ "pikkuFuncId": "pikkuSchedulerTypes",
2652
+ "functionType": "user",
2653
+ "funcWrapper": "pikkuSessionlessFunc",
2654
+ "sessionless": true,
2655
+ "name": "pikkuSchedulerTypes",
2656
+ "inputSchemaName": null,
2657
+ "outputSchemaName": null,
2658
+ "inputs": [],
2659
+ "outputs": [],
2660
+ "implementationHash": "ca3f707d96566f5c",
2661
+ "middleware": [
2662
+ {
2663
+ "type": "wire",
2664
+ "name": "logCommandInfoAndTime",
2665
+ "inline": false
2666
+ }
2667
+ ],
2668
+ "contractHash": "562f598e335cbbf8",
2669
+ "inputHash": "5cb0bd41",
2670
+ "outputHash": "4108ab7a"
2671
+ },
2672
+ "pikkuScheduler": {
2673
+ "pikkuFuncId": "pikkuScheduler",
2674
+ "functionType": "user",
2675
+ "funcWrapper": "pikkuSessionlessFunc",
2676
+ "sessionless": true,
2677
+ "name": "pikkuScheduler",
2678
+ "inputSchemaName": null,
2679
+ "outputSchemaName": "PikkuSchedulerOutput",
2680
+ "inputs": [],
2681
+ "outputs": [
2682
+ "PikkuSchedulerOutput"
2683
+ ],
2684
+ "implementationHash": "e78409e71cedf438",
2685
+ "middleware": [
2686
+ {
2687
+ "type": "wire",
2688
+ "name": "logCommandInfoAndTime",
2689
+ "inline": false
2690
+ }
2691
+ ],
2692
+ "contractHash": "064923ed2e031573",
2693
+ "inputHash": "dda1c6aa",
2694
+ "outputHash": "1f0f0345"
2695
+ },
2672
2696
  "pikkuSecrets": {
2673
2697
  "pikkuFuncId": "pikkuSecrets",
2674
2698
  "functionType": "user",
@@ -2761,30 +2785,6 @@
2761
2785
  "inputHash": "114143f9",
2762
2786
  "outputHash": "75594b2d"
2763
2787
  },
2764
- "pikkuPermissions": {
2765
- "pikkuFuncId": "pikkuPermissions",
2766
- "functionType": "user",
2767
- "funcWrapper": "pikkuSessionlessFunc",
2768
- "sessionless": true,
2769
- "name": "pikkuPermissions",
2770
- "inputSchemaName": null,
2771
- "outputSchemaName": "PikkuPermissionsOutput",
2772
- "inputs": [],
2773
- "outputs": [
2774
- "PikkuPermissionsOutput"
2775
- ],
2776
- "implementationHash": "010fc7dc667e544e",
2777
- "middleware": [
2778
- {
2779
- "type": "wire",
2780
- "name": "logCommandInfoAndTime",
2781
- "inline": false
2782
- }
2783
- ],
2784
- "contractHash": "16abe2f5a83ea75d",
2785
- "inputHash": "d7b18af5",
2786
- "outputHash": "09d7f16a"
2787
- },
2788
2788
  "pikkuWorkflowRoutes": {
2789
2789
  "pikkuFuncId": "pikkuWorkflowRoutes",
2790
2790
  "functionType": "user",
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.32
2
+ * This file was generated by @pikku/cli@0.12.33
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.32
2
+ * This file was generated by @pikku/cli@0.12.33
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.32
2
+ * This file was generated by @pikku/cli@0.12.33
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.32
2
+ * This file was generated by @pikku/cli@0.12.33
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.32
2
+ * This file was generated by @pikku/cli@0.12.33
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.32
2
+ * This file was generated by @pikku/cli@0.12.33
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.32
2
+ * This file was generated by @pikku/cli@0.12.33
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.32
2
+ * This file was generated by @pikku/cli@0.12.33
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.32
2
+ * This file was generated by @pikku/cli@0.12.33
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.32
2
+ * This file was generated by @pikku/cli@0.12.33
3
3
  */
4
4
  import './rpc/pikku-rpc-wirings-meta.internal.gen.js';
5
5
  import './http/pikku-http-wirings-meta.gen.js';