@pikku/cli 0.12.25 → 0.12.27

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 (122) hide show
  1. package/console-app/assets/index-BERGDBO9.js +228 -0
  2. package/console-app/assets/{index-C52h1B_L.css → index-CQ29NRyR.css} +1 -1
  3. package/console-app/index.html +2 -2
  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 +6 -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 +9 -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 +140 -125
  21. package/dist/.pikku/function/pikku-functions.gen.js +3 -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 +1 -1
  34. package/dist/.pikku/pikku-types.gen.d.ts +1 -1
  35. package/dist/.pikku/pikku-types.gen.js +1 -1
  36. package/dist/.pikku/queue/pikku-queue-types.gen.d.ts +1 -1
  37. package/dist/.pikku/queue/pikku-queue-types.gen.js +1 -1
  38. package/dist/.pikku/queue/pikku-queue-workers-wirings-meta.gen.js +1 -1
  39. package/dist/.pikku/queue/pikku-queue-workers-wirings.gen.d.ts +1 -1
  40. package/dist/.pikku/queue/pikku-queue-workers-wirings.gen.js +1 -1
  41. package/dist/.pikku/rpc/pikku-rpc-wirings-meta.internal.gen.js +1 -1
  42. package/dist/.pikku/rpc/pikku-rpc-wirings-meta.internal.gen.json +11 -10
  43. package/dist/.pikku/scheduler/pikku-scheduler-types.gen.d.ts +1 -1
  44. package/dist/.pikku/scheduler/pikku-scheduler-types.gen.js +1 -1
  45. package/dist/.pikku/schemas/register.gen.js +11 -9
  46. package/dist/.pikku/schemas/schemas/DbAuditInput.schema.json +1 -0
  47. package/dist/.pikku/schemas/schemas/PikkuTestsCoverageInput.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/cli.wiring.js +8 -0
  64. package/dist/src/fabric/functions/validate-core.js +6 -6
  65. package/dist/src/fabric/functions/validate.function.js +1 -1
  66. package/dist/src/functions/commands/db-audit.d.ts +1 -0
  67. package/dist/src/functions/commands/db-audit.js +67 -0
  68. package/dist/src/functions/commands/db-migrate.js +5 -8
  69. package/dist/src/functions/commands/db-reset.js +9 -8
  70. package/dist/src/functions/commands/db-seed.js +9 -8
  71. package/dist/src/functions/commands/db-shared.d.ts +2 -4
  72. package/dist/src/functions/commands/db-shared.js +15 -5
  73. package/dist/src/functions/commands/dev.js +14 -8
  74. package/dist/src/functions/commands/new-addon.js +2 -2
  75. package/dist/src/functions/commands/tests-coverage.d.ts +3 -0
  76. package/dist/src/functions/commands/tests-coverage.js +34 -0
  77. package/dist/src/functions/db/annotation-parser.d.ts +31 -0
  78. package/dist/src/functions/db/annotation-parser.js +93 -0
  79. package/dist/src/functions/db/db-codegen.d.ts +24 -0
  80. package/dist/src/functions/db/db-codegen.js +276 -0
  81. package/dist/src/functions/db/db-introspector.d.ts +15 -0
  82. package/dist/src/functions/db/db-introspector.js +1 -0
  83. package/dist/src/functions/db/db-migrator.d.ts +32 -0
  84. package/dist/src/functions/db/db-migrator.js +65 -0
  85. package/dist/src/functions/db/local-db.d.ts +26 -32
  86. package/dist/src/functions/db/local-db.js +100 -53
  87. package/dist/src/functions/db/postgres/postgres-introspector.d.ts +10 -0
  88. package/dist/src/functions/db/postgres/postgres-introspector.js +54 -0
  89. package/dist/src/functions/db/postgres/postgres-migrator.d.ts +9 -0
  90. package/dist/src/functions/db/postgres/postgres-migrator.js +32 -0
  91. package/dist/src/functions/db/sqlite/sqlite-introspector.d.ts +9 -0
  92. package/dist/src/functions/db/sqlite/sqlite-introspector.js +35 -0
  93. package/dist/src/functions/db/sqlite/sqlite-migrator.d.ts +10 -0
  94. package/dist/src/functions/db/sqlite/sqlite-migrator.js +36 -0
  95. package/dist/src/functions/validate/workspace-validate.js +7 -3
  96. package/dist/src/functions/wirings/ai-agent/serialize-public-agent.js +2 -1
  97. package/dist/src/functions/wirings/console/serialize-console-functions.js +4 -4
  98. package/dist/src/functions/wirings/functions/serialize-addon-types.js +1 -1
  99. package/dist/src/scaffold/rpc-remote.gen.js +1 -1
  100. package/dist/src/services.js +2 -0
  101. package/dist/tsconfig.tsbuildinfo +1 -1
  102. package/package.json +6 -4
  103. package/skills/pikku-middleware/SKILL.md +283 -0
  104. package/skills/pikku-permissions/SKILL.md +165 -0
  105. package/skills/pikku-security/SKILL.md +38 -177
  106. package/skills/pikku-tag-middleware/SKILL.md +13 -0
  107. package/skills/pikku-testing/SKILL.md +208 -0
  108. package/console-app/assets/index-D4DgafuS.js +0 -232
  109. package/dist/src/functions/db/sql-migrator.d.ts +0 -26
  110. package/dist/src/functions/db/sql-migrator.js +0 -104
  111. package/dist/src/functions/db/sqlite-codegen.d.ts +0 -45
  112. package/dist/src/functions/db/sqlite-codegen.js +0 -294
  113. /package/dist/src/functions/db/{seed.d.ts → sqlite/seed.d.ts} +0 -0
  114. /package/dist/src/functions/db/{seed.js → sqlite/seed.js} +0 -0
  115. /package/dist/src/functions/db/{sqlite-kysely.d.ts → sqlite/sqlite-kysely.d.ts} +0 -0
  116. /package/dist/src/functions/db/{sqlite-kysely.js → sqlite/sqlite-kysely.js} +0 -0
  117. /package/dist/src/functions/db/{sqlite-runtime-bun.d.ts → sqlite/sqlite-runtime-bun.d.ts} +0 -0
  118. /package/dist/src/functions/db/{sqlite-runtime-bun.js → sqlite/sqlite-runtime-bun.js} +0 -0
  119. /package/dist/src/functions/db/{sqlite-runtime-node.d.ts → sqlite/sqlite-runtime-node.d.ts} +0 -0
  120. /package/dist/src/functions/db/{sqlite-runtime-node.js → sqlite/sqlite-runtime-node.js} +0 -0
  121. /package/dist/src/functions/db/{sqlite-runtime.d.ts → sqlite/sqlite-runtime.d.ts} +0 -0
  122. /package/dist/src/functions/db/{sqlite-runtime.js → sqlite/sqlite-runtime.js} +0 -0
@@ -21,8 +21,8 @@
21
21
  }
22
22
  } catch (e) {}
23
23
  </script>
24
- <script type="module" crossorigin src="/assets/index-D4DgafuS.js"></script>
25
- <link rel="stylesheet" crossorigin href="/assets/index-C52h1B_L.css">
24
+ <script type="module" crossorigin src="/assets/index-BERGDBO9.js"></script>
25
+ <link rel="stylesheet" crossorigin href="/assets/index-CQ29NRyR.css">
26
26
  </head>
27
27
  <body>
28
28
  <div id="root"></div>
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.25
2
+ * This file was generated by @pikku/cli@0.12.27
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.25
2
+ * This file was generated by @pikku/cli@0.12.27
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.25
2
+ * This file was generated by @pikku/cli@0.12.27
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.25
2
+ * This file was generated by @pikku/cli@0.12.27
3
3
  */
4
4
  /**
5
5
  * WebSocket channel backend for 'pikku' CLI commands
@@ -20,6 +20,7 @@ import { pikkuEmails } from '../../src/functions/wirings/emails/pikku-command-em
20
20
  import { dbMigrate } from '../../src/functions/commands/db-migrate.js';
21
21
  import { dbSeed } from '../../src/functions/commands/db-seed.js';
22
22
  import { dbReset } from '../../src/functions/commands/db-reset.js';
23
+ import { dbAudit } from '../../src/functions/commands/db-audit.js';
23
24
  import { workspaceValidate } from '../../src/functions/commands/workspace-validate.js';
24
25
  import { FabricValidate } from '../../src/fabric/functions/validate.function.js';
25
26
  import { FabricLogin } from '../../src/fabric/functions/login.function.js';
@@ -195,6 +196,10 @@ wireChannel({
195
196
  func: dbReset,
196
197
  middleware: [cliCloseOnComplete],
197
198
  },
199
+ 'db.audit': {
200
+ func: dbAudit,
201
+ middleware: [cliCloseOnComplete],
202
+ },
198
203
  'workspace.validate': {
199
204
  func: workspaceValidate,
200
205
  middleware: [cliCloseOnComplete],
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.25
2
+ * This file was generated by @pikku/cli@0.12.27
3
3
  */
4
4
  /**
5
5
 
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.25
2
+ * This file was generated by @pikku/cli@0.12.27
3
3
  */
4
4
  /**
5
5
 
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.25
2
+ * This file was generated by @pikku/cli@0.12.27
3
3
  */
4
4
  import { pikkuState } from '@pikku/core/internal';
5
5
  import metaData from './pikku-cli-wirings-meta.gen.json' with { type: 'json' };
@@ -170,6 +170,12 @@
170
170
  "positionals": [],
171
171
  "options": {},
172
172
  "description": "Wipe and recreate the dev database (migrate + seed)"
173
+ },
174
+ "audit": {
175
+ "pikkuFuncId": "dbAudit",
176
+ "positionals": [],
177
+ "options": {},
178
+ "description": "Report column classifications from the manifest and flag columns with no anonymize strategy"
173
179
  }
174
180
  }
175
181
  },
@@ -878,6 +884,9 @@
878
884
  "options": {
879
885
  "noRun": {
880
886
  "description": "Skip running the suite and only re-analyse an existing coverage-final.json"
887
+ },
888
+ "aiOut": {
889
+ "description": "Write an AI-ready coverage prompt to the given file path (use - for stdout)"
881
890
  }
882
891
  },
883
892
  "description": "Run the tests suite under c8 and emit tests/coverage/function-coverage.json"
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.25
2
+ * This file was generated by @pikku/cli@0.12.27
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.25
2
+ * This file was generated by @pikku/cli@0.12.27
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.25
2
+ * This file was generated by @pikku/cli@0.12.27
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.25
2
+ * This file was generated by @pikku/cli@0.12.27
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.25
2
+ * This file was generated by @pikku/cli@0.12.27
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.25
2
+ * This file was generated by @pikku/cli@0.12.27
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.25
2
+ * This file was generated by @pikku/cli@0.12.27
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.25
2
+ * This file was generated by @pikku/cli@0.12.27
3
3
  */
4
4
  import { pikkuState } from '@pikku/core/internal';
5
5
  import metaData from './pikku-functions-meta.gen.json' with { type: 'json' };
@@ -867,7 +867,7 @@
867
867
  ],
868
868
  "outputs": [],
869
869
  "remote": true,
870
- "implementationHash": "df5fcef8db9754bc"
870
+ "implementationHash": "c50e79b95a335d0d"
871
871
  },
872
872
  "dbMigrate": {
873
873
  "pikkuFuncId": "dbMigrate",
@@ -882,7 +882,7 @@
882
882
  ],
883
883
  "outputs": [],
884
884
  "remote": true,
885
- "implementationHash": "77bff4e93cb5e5e9"
885
+ "implementationHash": "51c94969650362cc"
886
886
  },
887
887
  "dbSeed": {
888
888
  "pikkuFuncId": "dbSeed",
@@ -897,7 +897,7 @@
897
897
  ],
898
898
  "outputs": [],
899
899
  "remote": true,
900
- "implementationHash": "12e22fe82ca950ed"
900
+ "implementationHash": "527668fa71ed00fa"
901
901
  },
902
902
  "dbReset": {
903
903
  "pikkuFuncId": "dbReset",
@@ -912,7 +912,22 @@
912
912
  ],
913
913
  "outputs": [],
914
914
  "remote": true,
915
- "implementationHash": "7417263e78f0b469"
915
+ "implementationHash": "79bfef2b1bf7f9ee"
916
+ },
917
+ "dbAudit": {
918
+ "pikkuFuncId": "dbAudit",
919
+ "functionType": "user",
920
+ "funcWrapper": "pikkuSessionlessFunc",
921
+ "sessionless": true,
922
+ "name": "dbAudit",
923
+ "inputSchemaName": "DbAuditInput",
924
+ "outputSchemaName": null,
925
+ "inputs": [
926
+ "DbAuditInput"
927
+ ],
928
+ "outputs": [],
929
+ "remote": true,
930
+ "implementationHash": "6d6a6409812a7b2c"
916
931
  },
917
932
  "workspaceValidate": {
918
933
  "pikkuFuncId": "workspaceValidate",
@@ -979,9 +994,9 @@
979
994
  "PikkuTestsCoverageInput"
980
995
  ],
981
996
  "outputs": [],
982
- "implementationHash": "b41a160aca6d61cf",
983
- "contractHash": "3d07e56332cf55b4",
984
- "inputHash": "cf3159b5",
997
+ "implementationHash": "eff976da12fc3eb5",
998
+ "contractHash": "7ea99c77b1af3b0b",
999
+ "inputHash": "8b523c49",
985
1000
  "outputHash": "0fd5124e"
986
1001
  },
987
1002
  "pikkuVersionsCheck": {
@@ -1824,54 +1839,6 @@
1824
1839
  "inputHash": "5d1524e3",
1825
1840
  "outputHash": "048ccd50"
1826
1841
  },
1827
- "pikkuCLIEntry": {
1828
- "pikkuFuncId": "pikkuCLIEntry",
1829
- "functionType": "user",
1830
- "funcWrapper": "pikkuSessionlessFunc",
1831
- "sessionless": true,
1832
- "name": "pikkuCLIEntry",
1833
- "inputSchemaName": null,
1834
- "outputSchemaName": "PikkuCLIEntryOutput",
1835
- "inputs": [],
1836
- "outputs": [
1837
- "PikkuCLIEntryOutput"
1838
- ],
1839
- "implementationHash": "3de1aae7d25e5a8d",
1840
- "middleware": [
1841
- {
1842
- "type": "wire",
1843
- "name": "logCommandInfoAndTime",
1844
- "inline": false
1845
- }
1846
- ],
1847
- "contractHash": "a44d47273b044b63",
1848
- "inputHash": "3e5aa4e1",
1849
- "outputHash": "2f8523b1"
1850
- },
1851
- "pikkuCLI": {
1852
- "pikkuFuncId": "pikkuCLI",
1853
- "functionType": "user",
1854
- "funcWrapper": "pikkuSessionlessFunc",
1855
- "sessionless": true,
1856
- "name": "pikkuCLI",
1857
- "inputSchemaName": null,
1858
- "outputSchemaName": "PikkuCLIOutput",
1859
- "inputs": [],
1860
- "outputs": [
1861
- "PikkuCLIOutput"
1862
- ],
1863
- "implementationHash": "106ebe1537d48581",
1864
- "middleware": [
1865
- {
1866
- "type": "wire",
1867
- "name": "logCommandInfoAndTime",
1868
- "inline": false
1869
- }
1870
- ],
1871
- "contractHash": "3932cb0e6b7de268",
1872
- "inputHash": "fef4d62b",
1873
- "outputHash": "7d42c9e1"
1874
- },
1875
1842
  "pikkuConsoleFunctions": {
1876
1843
  "pikkuFuncId": "pikkuConsoleFunctions",
1877
1844
  "functionType": "user",
@@ -1964,6 +1931,78 @@
1964
1931
  "inputHash": "b98cb2ee",
1965
1932
  "outputHash": "9e33f562"
1966
1933
  },
1934
+ "pikkuCLIEntry": {
1935
+ "pikkuFuncId": "pikkuCLIEntry",
1936
+ "functionType": "user",
1937
+ "funcWrapper": "pikkuSessionlessFunc",
1938
+ "sessionless": true,
1939
+ "name": "pikkuCLIEntry",
1940
+ "inputSchemaName": null,
1941
+ "outputSchemaName": "PikkuCLIEntryOutput",
1942
+ "inputs": [],
1943
+ "outputs": [
1944
+ "PikkuCLIEntryOutput"
1945
+ ],
1946
+ "implementationHash": "3de1aae7d25e5a8d",
1947
+ "middleware": [
1948
+ {
1949
+ "type": "wire",
1950
+ "name": "logCommandInfoAndTime",
1951
+ "inline": false
1952
+ }
1953
+ ],
1954
+ "contractHash": "a44d47273b044b63",
1955
+ "inputHash": "3e5aa4e1",
1956
+ "outputHash": "2f8523b1"
1957
+ },
1958
+ "pikkuCLI": {
1959
+ "pikkuFuncId": "pikkuCLI",
1960
+ "functionType": "user",
1961
+ "funcWrapper": "pikkuSessionlessFunc",
1962
+ "sessionless": true,
1963
+ "name": "pikkuCLI",
1964
+ "inputSchemaName": null,
1965
+ "outputSchemaName": "PikkuCLIOutput",
1966
+ "inputs": [],
1967
+ "outputs": [
1968
+ "PikkuCLIOutput"
1969
+ ],
1970
+ "implementationHash": "106ebe1537d48581",
1971
+ "middleware": [
1972
+ {
1973
+ "type": "wire",
1974
+ "name": "logCommandInfoAndTime",
1975
+ "inline": false
1976
+ }
1977
+ ],
1978
+ "contractHash": "3932cb0e6b7de268",
1979
+ "inputHash": "fef4d62b",
1980
+ "outputHash": "7d42c9e1"
1981
+ },
1982
+ "pikkuGateway": {
1983
+ "pikkuFuncId": "pikkuGateway",
1984
+ "functionType": "user",
1985
+ "funcWrapper": "pikkuSessionlessFunc",
1986
+ "sessionless": true,
1987
+ "name": "pikkuGateway",
1988
+ "inputSchemaName": null,
1989
+ "outputSchemaName": "PikkuGatewayOutput",
1990
+ "inputs": [],
1991
+ "outputs": [
1992
+ "PikkuGatewayOutput"
1993
+ ],
1994
+ "implementationHash": "cc85ec16d890311e",
1995
+ "middleware": [
1996
+ {
1997
+ "type": "wire",
1998
+ "name": "logCommandInfoAndTime",
1999
+ "inline": false
2000
+ }
2001
+ ],
2002
+ "contractHash": "8c9fc7c18aeb2212",
2003
+ "inputHash": "a5477eae",
2004
+ "outputHash": "b5ea8b47"
2005
+ },
1967
2006
  "pikkuFunctionTypesSplit": {
1968
2007
  "pikkuFuncId": "pikkuFunctionTypesSplit",
1969
2008
  "functionType": "user",
@@ -2056,30 +2095,6 @@
2056
2095
  "inputHash": "a3e730d9",
2057
2096
  "outputHash": "e0b61e49"
2058
2097
  },
2059
- "pikkuGateway": {
2060
- "pikkuFuncId": "pikkuGateway",
2061
- "functionType": "user",
2062
- "funcWrapper": "pikkuSessionlessFunc",
2063
- "sessionless": true,
2064
- "name": "pikkuGateway",
2065
- "inputSchemaName": null,
2066
- "outputSchemaName": "PikkuGatewayOutput",
2067
- "inputs": [],
2068
- "outputs": [
2069
- "PikkuGatewayOutput"
2070
- ],
2071
- "implementationHash": "cc85ec16d890311e",
2072
- "middleware": [
2073
- {
2074
- "type": "wire",
2075
- "name": "logCommandInfoAndTime",
2076
- "inline": false
2077
- }
2078
- ],
2079
- "contractHash": "8c9fc7c18aeb2212",
2080
- "inputHash": "a5477eae",
2081
- "outputHash": "b5ea8b47"
2082
- },
2083
2098
  "pikkuHTTPMap": {
2084
2099
  "pikkuFuncId": "pikkuHTTPMap",
2085
2100
  "functionType": "user",
@@ -2494,52 +2509,6 @@
2494
2509
  "inputHash": "0e752243",
2495
2510
  "outputHash": "486a58ef"
2496
2511
  },
2497
- "pikkuSchedulerTypes": {
2498
- "pikkuFuncId": "pikkuSchedulerTypes",
2499
- "functionType": "user",
2500
- "funcWrapper": "pikkuSessionlessFunc",
2501
- "sessionless": true,
2502
- "name": "pikkuSchedulerTypes",
2503
- "inputSchemaName": null,
2504
- "outputSchemaName": null,
2505
- "inputs": [],
2506
- "outputs": [],
2507
- "implementationHash": "ca3f707d96566f5c",
2508
- "middleware": [
2509
- {
2510
- "type": "wire",
2511
- "name": "logCommandInfoAndTime",
2512
- "inline": false
2513
- }
2514
- ],
2515
- "contractHash": "562f598e335cbbf8",
2516
- "inputHash": "5cb0bd41",
2517
- "outputHash": "4108ab7a"
2518
- },
2519
- "pikkuScheduler": {
2520
- "pikkuFuncId": "pikkuScheduler",
2521
- "functionType": "user",
2522
- "funcWrapper": "pikkuSessionlessFunc",
2523
- "sessionless": true,
2524
- "name": "pikkuScheduler",
2525
- "inputSchemaName": null,
2526
- "outputSchemaName": "PikkuSchedulerOutput",
2527
- "inputs": [],
2528
- "outputs": [
2529
- "PikkuSchedulerOutput"
2530
- ],
2531
- "implementationHash": "e78409e71cedf438",
2532
- "middleware": [
2533
- {
2534
- "type": "wire",
2535
- "name": "logCommandInfoAndTime",
2536
- "inline": false
2537
- }
2538
- ],
2539
- "contractHash": "064923ed2e031573",
2540
- "inputHash": "dda1c6aa",
2541
- "outputHash": "1f0f0345"
2542
- },
2543
2512
  "pikkuPublicRPC": {
2544
2513
  "pikkuFuncId": "pikkuPublicRPC",
2545
2514
  "functionType": "user",
@@ -2656,6 +2625,52 @@
2656
2625
  "inputHash": "835d9763",
2657
2626
  "outputHash": "b9430fb9"
2658
2627
  },
2628
+ "pikkuSchedulerTypes": {
2629
+ "pikkuFuncId": "pikkuSchedulerTypes",
2630
+ "functionType": "user",
2631
+ "funcWrapper": "pikkuSessionlessFunc",
2632
+ "sessionless": true,
2633
+ "name": "pikkuSchedulerTypes",
2634
+ "inputSchemaName": null,
2635
+ "outputSchemaName": null,
2636
+ "inputs": [],
2637
+ "outputs": [],
2638
+ "implementationHash": "ca3f707d96566f5c",
2639
+ "middleware": [
2640
+ {
2641
+ "type": "wire",
2642
+ "name": "logCommandInfoAndTime",
2643
+ "inline": false
2644
+ }
2645
+ ],
2646
+ "contractHash": "562f598e335cbbf8",
2647
+ "inputHash": "5cb0bd41",
2648
+ "outputHash": "4108ab7a"
2649
+ },
2650
+ "pikkuScheduler": {
2651
+ "pikkuFuncId": "pikkuScheduler",
2652
+ "functionType": "user",
2653
+ "funcWrapper": "pikkuSessionlessFunc",
2654
+ "sessionless": true,
2655
+ "name": "pikkuScheduler",
2656
+ "inputSchemaName": null,
2657
+ "outputSchemaName": "PikkuSchedulerOutput",
2658
+ "inputs": [],
2659
+ "outputs": [
2660
+ "PikkuSchedulerOutput"
2661
+ ],
2662
+ "implementationHash": "e78409e71cedf438",
2663
+ "middleware": [
2664
+ {
2665
+ "type": "wire",
2666
+ "name": "logCommandInfoAndTime",
2667
+ "inline": false
2668
+ }
2669
+ ],
2670
+ "contractHash": "064923ed2e031573",
2671
+ "inputHash": "dda1c6aa",
2672
+ "outputHash": "1f0f0345"
2673
+ },
2659
2674
  "pikkuSecrets": {
2660
2675
  "pikkuFuncId": "pikkuSecrets",
2661
2676
  "functionType": "user",
@@ -1,11 +1,12 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.25
2
+ * This file was generated by @pikku/cli@0.12.27
3
3
  */
4
4
  /* Import and register functions used by RPCs */
5
5
  import { addFunction } from '@pikku/core/function';
6
6
  import { all } from '../../src/functions/commands/all.js';
7
7
  import { bootstrap } from '../../src/functions/commands/bootstrap.js';
8
8
  import { consoleCommand } from '../../src/functions/commands/console.js';
9
+ import { dbAudit } from '../../src/functions/commands/db-audit.js';
9
10
  import { dbMigrate } from '../../src/functions/commands/db-migrate.js';
10
11
  import { dbReset } from '../../src/functions/commands/db-reset.js';
11
12
  import { dbSeed } from '../../src/functions/commands/db-seed.js';
@@ -75,6 +76,7 @@ import { watch } from '../../src/functions/commands/watch.js';
75
76
  addFunction('all', all);
76
77
  addFunction('bootstrap', bootstrap);
77
78
  addFunction('consoleCommand', consoleCommand);
79
+ addFunction('dbAudit', dbAudit);
78
80
  addFunction('dbMigrate', dbMigrate);
79
81
  addFunction('dbReset', dbReset);
80
82
  addFunction('dbSeed', dbSeed);
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.25
2
+ * This file was generated by @pikku/cli@0.12.27
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.25
2
+ * This file was generated by @pikku/cli@0.12.27
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.25
2
+ * This file was generated by @pikku/cli@0.12.27
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.25
2
+ * This file was generated by @pikku/cli@0.12.27
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.25
2
+ * This file was generated by @pikku/cli@0.12.27
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.25
2
+ * This file was generated by @pikku/cli@0.12.27
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.25
2
+ * This file was generated by @pikku/cli@0.12.27
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.25
2
+ * This file was generated by @pikku/cli@0.12.27
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.25
2
+ * This file was generated by @pikku/cli@0.12.27
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.25
2
+ * This file was generated by @pikku/cli@0.12.27
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.25
2
+ * This file was generated by @pikku/cli@0.12.27
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.25
2
+ * This file was generated by @pikku/cli@0.12.27
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.25
2
+ * This file was generated by @pikku/cli@0.12.27
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.25
2
+ * This file was generated by @pikku/cli@0.12.27
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.25
2
+ * This file was generated by @pikku/cli@0.12.27
3
3
  */
4
4
  /**
5
5
  * Queue-specific type definitions for tree-shaking optimization