@pikku/cli 0.12.32 → 0.12.34

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 (76) 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 +158 -158
  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 +8 -8
  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/db/db-codegen.js +7 -3
  67. package/dist/src/functions/db/zod-codegen.js +81 -6
  68. package/dist/src/functions/wirings/console/serialize-console-functions.js +6 -0
  69. package/dist/src/functions/wirings/mcp/pikku-command-mcp-json.js +1 -1
  70. package/dist/src/functions/wirings/rpc/serialize-rpc-wrapper.js +8 -0
  71. package/dist/src/functions/workflows/all.workflow.js +1 -1
  72. package/dist/src/scaffold/rpc-remote.gen.js +1 -1
  73. package/dist/src/utils/pikku-cli-config.js +3 -0
  74. package/package.json +5 -5
  75. package/skills/pikku-workflow/SKILL.md +31 -2
  76. 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.34
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.34
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.34
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.34
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.34
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.34
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.34
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.34
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.34
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.34
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.34
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.34
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.34
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.34
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.34
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"
@@ -1909,28 +1909,6 @@
1909
1909
  "inputHash": "fef4d62b",
1910
1910
  "outputHash": "7d42c9e1"
1911
1911
  },
1912
- "pikkuCredentials": {
1913
- "pikkuFuncId": "pikkuCredentials",
1914
- "functionType": "user",
1915
- "funcWrapper": "pikkuSessionlessFunc",
1916
- "sessionless": true,
1917
- "name": "pikkuCredentials",
1918
- "inputSchemaName": null,
1919
- "outputSchemaName": null,
1920
- "inputs": [],
1921
- "outputs": [],
1922
- "implementationHash": "a99a627856fd77bd",
1923
- "middleware": [
1924
- {
1925
- "type": "wire",
1926
- "name": "logCommandInfoAndTime",
1927
- "inline": false
1928
- }
1929
- ],
1930
- "contractHash": "8fa847acfa7ef407",
1931
- "inputHash": "b98cb2ee",
1932
- "outputHash": "9e33f562"
1933
- },
1934
1912
  "pikkuConsoleFunctions": {
1935
1913
  "pikkuFuncId": "pikkuConsoleFunctions",
1936
1914
  "functionType": "user",
@@ -2001,41 +1979,17 @@
2001
1979
  "inputHash": "4be7b8bd",
2002
1980
  "outputHash": "fca2b5eb"
2003
1981
  },
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",
2017
- "middleware": [
2018
- {
2019
- "type": "wire",
2020
- "name": "logCommandInfoAndTime",
2021
- "inline": false
2022
- }
2023
- ],
2024
- "contractHash": "f99a54810cf64965",
2025
- "inputHash": "2c3cb2ec",
2026
- "outputHash": "acd472be"
2027
- },
2028
- "pikkuFunctionTypes": {
2029
- "pikkuFuncId": "pikkuFunctionTypes",
1982
+ "pikkuCredentials": {
1983
+ "pikkuFuncId": "pikkuCredentials",
2030
1984
  "functionType": "user",
2031
1985
  "funcWrapper": "pikkuSessionlessFunc",
2032
1986
  "sessionless": true,
2033
- "name": "pikkuFunctionTypes",
1987
+ "name": "pikkuCredentials",
2034
1988
  "inputSchemaName": null,
2035
1989
  "outputSchemaName": null,
2036
1990
  "inputs": [],
2037
1991
  "outputs": [],
2038
- "implementationHash": "59de41cb7305dcf5",
1992
+ "implementationHash": "a99a627856fd77bd",
2039
1993
  "middleware": [
2040
1994
  {
2041
1995
  "type": "wire",
@@ -2043,45 +1997,23 @@
2043
1997
  "inline": false
2044
1998
  }
2045
1999
  ],
2046
- "contractHash": "cd535129a2f7becf",
2047
- "inputHash": "679bb1c6",
2048
- "outputHash": "f3548101"
2000
+ "contractHash": "8fa847acfa7ef407",
2001
+ "inputHash": "b98cb2ee",
2002
+ "outputHash": "9e33f562"
2049
2003
  },
2050
- "pikkuFunctions": {
2051
- "pikkuFuncId": "pikkuFunctions",
2004
+ "pikkuGateway": {
2005
+ "pikkuFuncId": "pikkuGateway",
2052
2006
  "functionType": "user",
2053
2007
  "funcWrapper": "pikkuSessionlessFunc",
2054
2008
  "sessionless": true,
2055
- "name": "pikkuFunctions",
2009
+ "name": "pikkuGateway",
2056
2010
  "inputSchemaName": null,
2057
- "outputSchemaName": "PikkuFunctionsOutput",
2011
+ "outputSchemaName": "PikkuGatewayOutput",
2058
2012
  "inputs": [],
2059
2013
  "outputs": [
2060
- "PikkuFunctionsOutput"
2061
- ],
2062
- "implementationHash": "a0e1250ff1782f08",
2063
- "middleware": [
2064
- {
2065
- "type": "wire",
2066
- "name": "logCommandInfoAndTime",
2067
- "inline": false
2068
- }
2014
+ "PikkuGatewayOutput"
2069
2015
  ],
2070
- "contractHash": "5d90fe3dfc9a776c",
2071
- "inputHash": "3cfe4ea6",
2072
- "outputHash": "c43f7d57"
2073
- },
2074
- "pikkuServices": {
2075
- "pikkuFuncId": "pikkuServices",
2076
- "functionType": "user",
2077
- "funcWrapper": "pikkuSessionlessFunc",
2078
- "sessionless": true,
2079
- "name": "pikkuServices",
2080
- "inputSchemaName": null,
2081
- "outputSchemaName": null,
2082
- "inputs": [],
2083
- "outputs": [],
2084
- "implementationHash": "6e088a58424c7d9f",
2016
+ "implementationHash": "cc85ec16d890311e",
2085
2017
  "middleware": [
2086
2018
  {
2087
2019
  "type": "wire",
@@ -2089,9 +2021,9 @@
2089
2021
  "inline": false
2090
2022
  }
2091
2023
  ],
2092
- "contractHash": "5705d404a1338693",
2093
- "inputHash": "a3e730d9",
2094
- "outputHash": "e0b61e49"
2024
+ "contractHash": "8c9fc7c18aeb2212",
2025
+ "inputHash": "a5477eae",
2026
+ "outputHash": "b5ea8b47"
2095
2027
  },
2096
2028
  "pikkuHTTPMap": {
2097
2029
  "pikkuFuncId": "pikkuHTTPMap",
@@ -2195,7 +2127,7 @@
2195
2127
  "outputSchemaName": null,
2196
2128
  "inputs": [],
2197
2129
  "outputs": [],
2198
- "implementationHash": "478ca5bc0fa6f487",
2130
+ "implementationHash": "79b43cc9a51c4045",
2199
2131
  "middleware": [
2200
2132
  {
2201
2133
  "type": "wire",
@@ -2277,30 +2209,6 @@
2277
2209
  "inputHash": "58f70d81",
2278
2210
  "outputHash": "53953774"
2279
2211
  },
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
2212
  "pikkuSecretDefinitionTypes": {
2305
2213
  "pikkuFuncId": "pikkuSecretDefinitionTypes",
2306
2214
  "functionType": "user",
@@ -2369,6 +2277,146 @@
2369
2277
  "inputHash": "6c4c903c",
2370
2278
  "outputHash": "5ceae041"
2371
2279
  },
2280
+ "pikkuPermissions": {
2281
+ "pikkuFuncId": "pikkuPermissions",
2282
+ "functionType": "user",
2283
+ "funcWrapper": "pikkuSessionlessFunc",
2284
+ "sessionless": true,
2285
+ "name": "pikkuPermissions",
2286
+ "inputSchemaName": null,
2287
+ "outputSchemaName": "PikkuPermissionsOutput",
2288
+ "inputs": [],
2289
+ "outputs": [
2290
+ "PikkuPermissionsOutput"
2291
+ ],
2292
+ "implementationHash": "010fc7dc667e544e",
2293
+ "middleware": [
2294
+ {
2295
+ "type": "wire",
2296
+ "name": "logCommandInfoAndTime",
2297
+ "inline": false
2298
+ }
2299
+ ],
2300
+ "contractHash": "16abe2f5a83ea75d",
2301
+ "inputHash": "d7b18af5",
2302
+ "outputHash": "09d7f16a"
2303
+ },
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
+ },
2372
2420
  "pikkuCommandQueueMap": {
2373
2421
  "pikkuFuncId": "pikkuCommandQueueMap",
2374
2422
  "functionType": "user",
@@ -2483,30 +2531,6 @@
2483
2531
  "inputHash": "d0d42371",
2484
2532
  "outputHash": "94c5f21c"
2485
2533
  },
2486
- "pikkuEventsScaffold": {
2487
- "pikkuFuncId": "pikkuEventsScaffold",
2488
- "functionType": "user",
2489
- "funcWrapper": "pikkuSessionlessFunc",
2490
- "sessionless": true,
2491
- "name": "pikkuEventsScaffold",
2492
- "inputSchemaName": null,
2493
- "outputSchemaName": "PikkuEventsScaffoldOutput",
2494
- "inputs": [],
2495
- "outputs": [
2496
- "PikkuEventsScaffoldOutput"
2497
- ],
2498
- "implementationHash": "4a998c5d2ef1753b",
2499
- "middleware": [
2500
- {
2501
- "type": "wire",
2502
- "name": "logCommandInfoAndTime",
2503
- "inline": false
2504
- }
2505
- ],
2506
- "contractHash": "59fdeb7aa338289b",
2507
- "inputHash": "0e752243",
2508
- "outputHash": "486a58ef"
2509
- },
2510
2534
  "pikkuSchedulerTypes": {
2511
2535
  "pikkuFuncId": "pikkuSchedulerTypes",
2512
2536
  "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.34
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.34
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.34
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.34
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.34
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.34
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.34
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.34
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.34
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.34
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.34
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.32
2
+ * This file was generated by @pikku/cli@0.12.34
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.32
2
+ * This file was generated by @pikku/cli@0.12.34
3
3
  */
4
4
  import type { SingletonServices } from '../types/application-types.d.js';
5
5
  import type { Services } from '../types/application-types.d.js';
@@ -9,6 +9,7 @@ export declare const requiredSingletonServices: {
9
9
  readonly aiRunState: false;
10
10
  readonly aiStorage: false;
11
11
  readonly audit: false;
12
+ readonly auditLog: false;
12
13
  readonly config: true;
13
14
  readonly content: false;
14
15
  readonly credentialService: false;
@@ -5,6 +5,7 @@ export const requiredSingletonServices = {
5
5
  'aiRunState': false,
6
6
  'aiStorage': false,
7
7
  'audit': false,
8
+ 'auditLog': false,
8
9
  'config': true,
9
10
  'content': false,
10
11
  'credentialService': false,