@pikku/cli 0.12.34 → 0.12.35

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-BOM3RFeu.js +233 -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-types.gen.d.ts +1 -1
  8. package/dist/.pikku/cli/pikku-cli-types.gen.js +1 -1
  9. package/dist/.pikku/cli/pikku-cli-wirings-meta.gen.js +1 -1
  10. package/dist/.pikku/cli/pikku-cli-wirings.gen.d.ts +1 -1
  11. package/dist/.pikku/cli/pikku-cli-wirings.gen.js +1 -1
  12. package/dist/.pikku/cli/pikku-cli.gen.d.ts +1 -1
  13. package/dist/.pikku/cli/pikku-cli.gen.js +1 -1
  14. package/dist/.pikku/console/pikku-node-types.gen.d.ts +1 -1
  15. package/dist/.pikku/function/pikku-function-types.gen.d.ts +1 -1
  16. package/dist/.pikku/function/pikku-function-types.gen.js +1 -1
  17. package/dist/.pikku/function/pikku-functions-meta.gen.js +1 -1
  18. package/dist/.pikku/function/pikku-functions-meta.gen.json +180 -180
  19. package/dist/.pikku/function/pikku-functions.gen.js +1 -1
  20. package/dist/.pikku/http/pikku-http-types.gen.d.ts +1 -1
  21. package/dist/.pikku/http/pikku-http-types.gen.js +1 -1
  22. package/dist/.pikku/http/pikku-http-wirings-meta.gen.js +1 -1
  23. package/dist/.pikku/http/pikku-http-wirings.gen.d.ts +1 -1
  24. package/dist/.pikku/http/pikku-http-wirings.gen.js +1 -1
  25. package/dist/.pikku/mcp/pikku-mcp-types.gen.d.ts +1 -1
  26. package/dist/.pikku/mcp/pikku-mcp-types.gen.js +1 -1
  27. package/dist/.pikku/pikku-bootstrap.gen.d.ts +1 -1
  28. package/dist/.pikku/pikku-bootstrap.gen.js +1 -1
  29. package/dist/.pikku/pikku-meta-service.gen.d.ts +1 -1
  30. package/dist/.pikku/pikku-meta-service.gen.js +1 -1
  31. package/dist/.pikku/pikku-services.gen.d.ts +1 -1
  32. package/dist/.pikku/pikku-types.gen.d.ts +1 -1
  33. package/dist/.pikku/pikku-types.gen.js +1 -1
  34. package/dist/.pikku/queue/pikku-queue-types.gen.d.ts +1 -1
  35. package/dist/.pikku/queue/pikku-queue-types.gen.js +1 -1
  36. package/dist/.pikku/queue/pikku-queue-workers-wirings-meta.gen.js +1 -1
  37. package/dist/.pikku/queue/pikku-queue-workers-wirings.gen.d.ts +1 -1
  38. package/dist/.pikku/queue/pikku-queue-workers-wirings.gen.js +1 -1
  39. package/dist/.pikku/rpc/pikku-rpc-wirings-meta.internal.gen.js +1 -1
  40. package/dist/.pikku/rpc/pikku-rpc-wirings-meta.internal.gen.json +4 -4
  41. package/dist/.pikku/scheduler/pikku-scheduler-types.gen.d.ts +1 -1
  42. package/dist/.pikku/scheduler/pikku-scheduler-types.gen.js +1 -1
  43. package/dist/.pikku/schemas/register.gen.js +13 -13
  44. package/dist/.pikku/secrets/pikku-secret-types.gen.d.ts +1 -1
  45. package/dist/.pikku/secrets/pikku-secret-types.gen.js +1 -1
  46. package/dist/.pikku/secrets/pikku-secrets.gen.d.ts +1 -1
  47. package/dist/.pikku/secrets/pikku-secrets.gen.js +1 -1
  48. package/dist/.pikku/trigger/pikku-trigger-types.gen.d.ts +1 -1
  49. package/dist/.pikku/trigger/pikku-trigger-types.gen.js +1 -1
  50. package/dist/.pikku/variables/pikku-variable-types.gen.d.ts +1 -1
  51. package/dist/.pikku/variables/pikku-variable-types.gen.js +1 -1
  52. package/dist/.pikku/variables/pikku-variables.gen.d.ts +1 -1
  53. package/dist/.pikku/variables/pikku-variables.gen.js +1 -1
  54. package/dist/.pikku/workflow/pikku-workflow-types.gen.d.ts +1 -1
  55. package/dist/.pikku/workflow/pikku-workflow-types.gen.js +1 -1
  56. package/dist/.pikku/workflow/pikku-workflow-wirings-meta.gen.js +1 -1
  57. package/dist/.pikku/workflow/pikku-workflow-wirings.gen.js +1 -1
  58. package/dist/bin/pikku-bin.mjs +2 -2
  59. package/dist/src/functions/db/annotation-parser.d.ts +27 -16
  60. package/dist/src/functions/db/annotation-parser.js +50 -110
  61. package/dist/src/functions/db/coercion-plugin.d.ts +1 -1
  62. package/dist/src/functions/db/coercion-plugin.js +4 -0
  63. package/dist/src/functions/db/db-codegen.d.ts +13 -1
  64. package/dist/src/functions/db/db-codegen.js +142 -31
  65. package/dist/src/functions/db/db-introspector.d.ts +6 -0
  66. package/dist/src/functions/db/local-db.js +96 -78
  67. package/dist/src/functions/db/postgres/postgres-introspector.js +2 -0
  68. package/dist/src/functions/db/zod-codegen.d.ts +38 -0
  69. package/dist/src/functions/db/zod-codegen.js +144 -32
  70. package/dist/src/scaffold/rpc-remote.gen.js +1 -1
  71. package/package.json +1 -1
  72. package/console-app/assets/index-DsW0T00Z.js +0 -233
@@ -21,7 +21,7 @@
21
21
  }
22
22
  } catch (e) {}
23
23
  </script>
24
- <script type="module" crossorigin src="/assets/index-DsW0T00Z.js"></script>
24
+ <script type="module" crossorigin src="/assets/index-BOM3RFeu.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.34
2
+ * This file was generated by @pikku/cli@0.12.35
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.34
2
+ * This file was generated by @pikku/cli@0.12.35
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.34
2
+ * This file was generated by @pikku/cli@0.12.35
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.34
2
+ * This file was generated by @pikku/cli@0.12.35
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.34
2
+ * This file was generated by @pikku/cli@0.12.35
3
3
  */
4
4
  /**
5
5
 
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.34
2
+ * This file was generated by @pikku/cli@0.12.35
3
3
  */
4
4
  /**
5
5
 
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.34
2
+ * This file was generated by @pikku/cli@0.12.35
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.34
2
+ * This file was generated by @pikku/cli@0.12.35
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.34
2
+ * This file was generated by @pikku/cli@0.12.35
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.34
2
+ * This file was generated by @pikku/cli@0.12.35
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.34
2
+ * This file was generated by @pikku/cli@0.12.35
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.34
2
+ * This file was generated by @pikku/cli@0.12.35
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.34
2
+ * This file was generated by @pikku/cli@0.12.35
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.34
2
+ * This file was generated by @pikku/cli@0.12.35
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.34
2
+ * This file was generated by @pikku/cli@0.12.35
3
3
  */
4
4
  import { pikkuState } from '@pikku/core/internal';
5
5
  import metaData from './pikku-functions-meta.gen.json' with { type: 'json' };
@@ -1861,6 +1861,76 @@
1861
1861
  "inputHash": "5d1524e3",
1862
1862
  "outputHash": "048ccd50"
1863
1863
  },
1864
+ "pikkuConsoleFunctions": {
1865
+ "pikkuFuncId": "pikkuConsoleFunctions",
1866
+ "functionType": "user",
1867
+ "funcWrapper": "pikkuSessionlessFunc",
1868
+ "sessionless": true,
1869
+ "name": "pikkuConsoleFunctions",
1870
+ "inputSchemaName": null,
1871
+ "outputSchemaName": "PikkuConsoleFunctionsOutput",
1872
+ "inputs": [],
1873
+ "outputs": [
1874
+ "PikkuConsoleFunctionsOutput"
1875
+ ],
1876
+ "implementationHash": "9755b441da9e4b81",
1877
+ "middleware": [
1878
+ {
1879
+ "type": "wire",
1880
+ "name": "logCommandInfoAndTime",
1881
+ "inline": false
1882
+ }
1883
+ ],
1884
+ "contractHash": "5725bacdf339c573",
1885
+ "inputHash": "ac47cb5e",
1886
+ "outputHash": "8259a954"
1887
+ },
1888
+ "pikkuNodeTypes": {
1889
+ "pikkuFuncId": "pikkuNodeTypes",
1890
+ "functionType": "user",
1891
+ "funcWrapper": "pikkuSessionlessFunc",
1892
+ "sessionless": true,
1893
+ "name": "pikkuNodeTypes",
1894
+ "inputSchemaName": null,
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",
1918
+ "inputs": [],
1919
+ "outputs": [
1920
+ "PikkuNodesMetaOutput"
1921
+ ],
1922
+ "implementationHash": "56d7a29cc36421e4",
1923
+ "middleware": [
1924
+ {
1925
+ "type": "wire",
1926
+ "name": "logCommandInfoAndTime",
1927
+ "inline": false
1928
+ }
1929
+ ],
1930
+ "contractHash": "2dd28c3201f71199",
1931
+ "inputHash": "4be7b8bd",
1932
+ "outputHash": "fca2b5eb"
1933
+ },
1864
1934
  "pikkuCLIEntry": {
1865
1935
  "pikkuFuncId": "pikkuCLIEntry",
1866
1936
  "functionType": "user",
@@ -1909,19 +1979,41 @@
1909
1979
  "inputHash": "fef4d62b",
1910
1980
  "outputHash": "7d42c9e1"
1911
1981
  },
1912
- "pikkuConsoleFunctions": {
1913
- "pikkuFuncId": "pikkuConsoleFunctions",
1982
+ "pikkuCredentials": {
1983
+ "pikkuFuncId": "pikkuCredentials",
1914
1984
  "functionType": "user",
1915
1985
  "funcWrapper": "pikkuSessionlessFunc",
1916
1986
  "sessionless": true,
1917
- "name": "pikkuConsoleFunctions",
1987
+ "name": "pikkuCredentials",
1918
1988
  "inputSchemaName": null,
1919
- "outputSchemaName": "PikkuConsoleFunctionsOutput",
1989
+ "outputSchemaName": null,
1920
1990
  "inputs": [],
1921
- "outputs": [
1922
- "PikkuConsoleFunctionsOutput"
1991
+ "outputs": [],
1992
+ "implementationHash": "a99a627856fd77bd",
1993
+ "middleware": [
1994
+ {
1995
+ "type": "wire",
1996
+ "name": "logCommandInfoAndTime",
1997
+ "inline": false
1998
+ }
1923
1999
  ],
1924
- "implementationHash": "9755b441da9e4b81",
2000
+ "contractHash": "8fa847acfa7ef407",
2001
+ "inputHash": "b98cb2ee",
2002
+ "outputHash": "9e33f562"
2003
+ },
2004
+ "pikkuFunctionTypesSplit": {
2005
+ "pikkuFuncId": "pikkuFunctionTypesSplit",
2006
+ "functionType": "user",
2007
+ "funcWrapper": "pikkuSessionlessFunc",
2008
+ "sessionless": true,
2009
+ "name": "pikkuFunctionTypesSplit",
2010
+ "inputSchemaName": "PikkuFunctionTypesSplitInput",
2011
+ "outputSchemaName": null,
2012
+ "inputs": [
2013
+ "PikkuFunctionTypesSplitInput"
2014
+ ],
2015
+ "outputs": [],
2016
+ "implementationHash": "f8a3d1bcd38a6e65",
1925
2017
  "middleware": [
1926
2018
  {
1927
2019
  "type": "wire",
@@ -1929,21 +2021,21 @@
1929
2021
  "inline": false
1930
2022
  }
1931
2023
  ],
1932
- "contractHash": "5725bacdf339c573",
1933
- "inputHash": "ac47cb5e",
1934
- "outputHash": "8259a954"
2024
+ "contractHash": "f99a54810cf64965",
2025
+ "inputHash": "2c3cb2ec",
2026
+ "outputHash": "acd472be"
1935
2027
  },
1936
- "pikkuNodeTypes": {
1937
- "pikkuFuncId": "pikkuNodeTypes",
2028
+ "pikkuFunctionTypes": {
2029
+ "pikkuFuncId": "pikkuFunctionTypes",
1938
2030
  "functionType": "user",
1939
2031
  "funcWrapper": "pikkuSessionlessFunc",
1940
2032
  "sessionless": true,
1941
- "name": "pikkuNodeTypes",
2033
+ "name": "pikkuFunctionTypes",
1942
2034
  "inputSchemaName": null,
1943
2035
  "outputSchemaName": null,
1944
2036
  "inputs": [],
1945
2037
  "outputs": [],
1946
- "implementationHash": "9a4ff23a5eedca95",
2038
+ "implementationHash": "59de41cb7305dcf5",
1947
2039
  "middleware": [
1948
2040
  {
1949
2041
  "type": "wire",
@@ -1951,23 +2043,23 @@
1951
2043
  "inline": false
1952
2044
  }
1953
2045
  ],
1954
- "contractHash": "50029dfb2ea6b6c2",
1955
- "inputHash": "4f5677f1",
1956
- "outputHash": "616d3f6e"
2046
+ "contractHash": "cd535129a2f7becf",
2047
+ "inputHash": "679bb1c6",
2048
+ "outputHash": "f3548101"
1957
2049
  },
1958
- "pikkuNodesMeta": {
1959
- "pikkuFuncId": "pikkuNodesMeta",
2050
+ "pikkuFunctions": {
2051
+ "pikkuFuncId": "pikkuFunctions",
1960
2052
  "functionType": "user",
1961
2053
  "funcWrapper": "pikkuSessionlessFunc",
1962
2054
  "sessionless": true,
1963
- "name": "pikkuNodesMeta",
2055
+ "name": "pikkuFunctions",
1964
2056
  "inputSchemaName": null,
1965
- "outputSchemaName": "PikkuNodesMetaOutput",
2057
+ "outputSchemaName": "PikkuFunctionsOutput",
1966
2058
  "inputs": [],
1967
2059
  "outputs": [
1968
- "PikkuNodesMetaOutput"
2060
+ "PikkuFunctionsOutput"
1969
2061
  ],
1970
- "implementationHash": "56d7a29cc36421e4",
2062
+ "implementationHash": "a0e1250ff1782f08",
1971
2063
  "middleware": [
1972
2064
  {
1973
2065
  "type": "wire",
@@ -1975,21 +2067,21 @@
1975
2067
  "inline": false
1976
2068
  }
1977
2069
  ],
1978
- "contractHash": "2dd28c3201f71199",
1979
- "inputHash": "4be7b8bd",
1980
- "outputHash": "fca2b5eb"
2070
+ "contractHash": "5d90fe3dfc9a776c",
2071
+ "inputHash": "3cfe4ea6",
2072
+ "outputHash": "c43f7d57"
1981
2073
  },
1982
- "pikkuCredentials": {
1983
- "pikkuFuncId": "pikkuCredentials",
2074
+ "pikkuServices": {
2075
+ "pikkuFuncId": "pikkuServices",
1984
2076
  "functionType": "user",
1985
2077
  "funcWrapper": "pikkuSessionlessFunc",
1986
2078
  "sessionless": true,
1987
- "name": "pikkuCredentials",
2079
+ "name": "pikkuServices",
1988
2080
  "inputSchemaName": null,
1989
2081
  "outputSchemaName": null,
1990
2082
  "inputs": [],
1991
2083
  "outputs": [],
1992
- "implementationHash": "a99a627856fd77bd",
2084
+ "implementationHash": "6e088a58424c7d9f",
1993
2085
  "middleware": [
1994
2086
  {
1995
2087
  "type": "wire",
@@ -1997,9 +2089,9 @@
1997
2089
  "inline": false
1998
2090
  }
1999
2091
  ],
2000
- "contractHash": "8fa847acfa7ef407",
2001
- "inputHash": "b98cb2ee",
2002
- "outputHash": "9e33f562"
2092
+ "contractHash": "5705d404a1338693",
2093
+ "inputHash": "a3e730d9",
2094
+ "outputHash": "e0b61e49"
2003
2095
  },
2004
2096
  "pikkuGateway": {
2005
2097
  "pikkuFuncId": "pikkuGateway",
@@ -2301,122 +2393,6 @@
2301
2393
  "inputHash": "d7b18af5",
2302
2394
  "outputHash": "09d7f16a"
2303
2395
  },
2304
- "pikkuFunctionTypesSplit": {
2305
- "pikkuFuncId": "pikkuFunctionTypesSplit",
2306
- "functionType": "user",
2307
- "funcWrapper": "pikkuSessionlessFunc",
2308
- "sessionless": true,
2309
- "name": "pikkuFunctionTypesSplit",
2310
- "inputSchemaName": "PikkuFunctionTypesSplitInput",
2311
- "outputSchemaName": null,
2312
- "inputs": [
2313
- "PikkuFunctionTypesSplitInput"
2314
- ],
2315
- "outputs": [],
2316
- "implementationHash": "f8a3d1bcd38a6e65",
2317
- "middleware": [
2318
- {
2319
- "type": "wire",
2320
- "name": "logCommandInfoAndTime",
2321
- "inline": false
2322
- }
2323
- ],
2324
- "contractHash": "f99a54810cf64965",
2325
- "inputHash": "2c3cb2ec",
2326
- "outputHash": "acd472be"
2327
- },
2328
- "pikkuFunctionTypes": {
2329
- "pikkuFuncId": "pikkuFunctionTypes",
2330
- "functionType": "user",
2331
- "funcWrapper": "pikkuSessionlessFunc",
2332
- "sessionless": true,
2333
- "name": "pikkuFunctionTypes",
2334
- "inputSchemaName": null,
2335
- "outputSchemaName": null,
2336
- "inputs": [],
2337
- "outputs": [],
2338
- "implementationHash": "59de41cb7305dcf5",
2339
- "middleware": [
2340
- {
2341
- "type": "wire",
2342
- "name": "logCommandInfoAndTime",
2343
- "inline": false
2344
- }
2345
- ],
2346
- "contractHash": "cd535129a2f7becf",
2347
- "inputHash": "679bb1c6",
2348
- "outputHash": "f3548101"
2349
- },
2350
- "pikkuFunctions": {
2351
- "pikkuFuncId": "pikkuFunctions",
2352
- "functionType": "user",
2353
- "funcWrapper": "pikkuSessionlessFunc",
2354
- "sessionless": true,
2355
- "name": "pikkuFunctions",
2356
- "inputSchemaName": null,
2357
- "outputSchemaName": "PikkuFunctionsOutput",
2358
- "inputs": [],
2359
- "outputs": [
2360
- "PikkuFunctionsOutput"
2361
- ],
2362
- "implementationHash": "a0e1250ff1782f08",
2363
- "middleware": [
2364
- {
2365
- "type": "wire",
2366
- "name": "logCommandInfoAndTime",
2367
- "inline": false
2368
- }
2369
- ],
2370
- "contractHash": "5d90fe3dfc9a776c",
2371
- "inputHash": "3cfe4ea6",
2372
- "outputHash": "c43f7d57"
2373
- },
2374
- "pikkuServices": {
2375
- "pikkuFuncId": "pikkuServices",
2376
- "functionType": "user",
2377
- "funcWrapper": "pikkuSessionlessFunc",
2378
- "sessionless": true,
2379
- "name": "pikkuServices",
2380
- "inputSchemaName": null,
2381
- "outputSchemaName": null,
2382
- "inputs": [],
2383
- "outputs": [],
2384
- "implementationHash": "6e088a58424c7d9f",
2385
- "middleware": [
2386
- {
2387
- "type": "wire",
2388
- "name": "logCommandInfoAndTime",
2389
- "inline": false
2390
- }
2391
- ],
2392
- "contractHash": "5705d404a1338693",
2393
- "inputHash": "a3e730d9",
2394
- "outputHash": "e0b61e49"
2395
- },
2396
- "pikkuEventsScaffold": {
2397
- "pikkuFuncId": "pikkuEventsScaffold",
2398
- "functionType": "user",
2399
- "funcWrapper": "pikkuSessionlessFunc",
2400
- "sessionless": true,
2401
- "name": "pikkuEventsScaffold",
2402
- "inputSchemaName": null,
2403
- "outputSchemaName": "PikkuEventsScaffoldOutput",
2404
- "inputs": [],
2405
- "outputs": [
2406
- "PikkuEventsScaffoldOutput"
2407
- ],
2408
- "implementationHash": "4a998c5d2ef1753b",
2409
- "middleware": [
2410
- {
2411
- "type": "wire",
2412
- "name": "logCommandInfoAndTime",
2413
- "inline": false
2414
- }
2415
- ],
2416
- "contractHash": "59fdeb7aa338289b",
2417
- "inputHash": "0e752243",
2418
- "outputHash": "486a58ef"
2419
- },
2420
2396
  "pikkuCommandQueueMap": {
2421
2397
  "pikkuFuncId": "pikkuCommandQueueMap",
2422
2398
  "functionType": "user",
@@ -2531,41 +2507,19 @@
2531
2507
  "inputHash": "d0d42371",
2532
2508
  "outputHash": "94c5f21c"
2533
2509
  },
2534
- "pikkuSchedulerTypes": {
2535
- "pikkuFuncId": "pikkuSchedulerTypes",
2536
- "functionType": "user",
2537
- "funcWrapper": "pikkuSessionlessFunc",
2538
- "sessionless": true,
2539
- "name": "pikkuSchedulerTypes",
2540
- "inputSchemaName": null,
2541
- "outputSchemaName": null,
2542
- "inputs": [],
2543
- "outputs": [],
2544
- "implementationHash": "ca3f707d96566f5c",
2545
- "middleware": [
2546
- {
2547
- "type": "wire",
2548
- "name": "logCommandInfoAndTime",
2549
- "inline": false
2550
- }
2551
- ],
2552
- "contractHash": "562f598e335cbbf8",
2553
- "inputHash": "5cb0bd41",
2554
- "outputHash": "4108ab7a"
2555
- },
2556
- "pikkuScheduler": {
2557
- "pikkuFuncId": "pikkuScheduler",
2510
+ "pikkuEventsScaffold": {
2511
+ "pikkuFuncId": "pikkuEventsScaffold",
2558
2512
  "functionType": "user",
2559
2513
  "funcWrapper": "pikkuSessionlessFunc",
2560
2514
  "sessionless": true,
2561
- "name": "pikkuScheduler",
2515
+ "name": "pikkuEventsScaffold",
2562
2516
  "inputSchemaName": null,
2563
- "outputSchemaName": "PikkuSchedulerOutput",
2517
+ "outputSchemaName": "PikkuEventsScaffoldOutput",
2564
2518
  "inputs": [],
2565
2519
  "outputs": [
2566
- "PikkuSchedulerOutput"
2520
+ "PikkuEventsScaffoldOutput"
2567
2521
  ],
2568
- "implementationHash": "e78409e71cedf438",
2522
+ "implementationHash": "4a998c5d2ef1753b",
2569
2523
  "middleware": [
2570
2524
  {
2571
2525
  "type": "wire",
@@ -2573,9 +2527,9 @@
2573
2527
  "inline": false
2574
2528
  }
2575
2529
  ],
2576
- "contractHash": "064923ed2e031573",
2577
- "inputHash": "dda1c6aa",
2578
- "outputHash": "1f0f0345"
2530
+ "contractHash": "59fdeb7aa338289b",
2531
+ "inputHash": "0e752243",
2532
+ "outputHash": "486a58ef"
2579
2533
  },
2580
2534
  "pikkuPublicRPC": {
2581
2535
  "pikkuFuncId": "pikkuPublicRPC",
@@ -2693,6 +2647,52 @@
2693
2647
  "inputHash": "835d9763",
2694
2648
  "outputHash": "b9430fb9"
2695
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
+ },
2696
2696
  "pikkuSecrets": {
2697
2697
  "pikkuFuncId": "pikkuSecrets",
2698
2698
  "functionType": "user",
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.34
2
+ * This file was generated by @pikku/cli@0.12.35
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.34
2
+ * This file was generated by @pikku/cli@0.12.35
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.34
2
+ * This file was generated by @pikku/cli@0.12.35
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.34
2
+ * This file was generated by @pikku/cli@0.12.35
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.34
2
+ * This file was generated by @pikku/cli@0.12.35
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.34
2
+ * This file was generated by @pikku/cli@0.12.35
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.34
2
+ * This file was generated by @pikku/cli@0.12.35
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.34
2
+ * This file was generated by @pikku/cli@0.12.35
3
3
  */
4
4
  /**
5
5
  * MCP-specific type definitions for tree-shaking optimization