@pikku/cli 0.12.24 → 0.12.26
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.
- package/cli.schema.json +1 -1
- package/console-app/assets/index-Ba9K10XZ.js +232 -0
- package/console-app/index.html +1 -1
- package/dist/.pikku/agent/pikku-agent-types.gen.d.ts +1 -1
- package/dist/.pikku/channel/pikku-channel-types.gen.d.ts +1 -1
- package/dist/.pikku/channel/pikku-channel-types.gen.js +1 -1
- package/dist/.pikku/cli/pikku-cli-channel.js +21 -1
- package/dist/.pikku/cli/pikku-cli-types.gen.d.ts +1 -1
- package/dist/.pikku/cli/pikku-cli-types.gen.js +1 -1
- package/dist/.pikku/cli/pikku-cli-wirings-meta.gen.js +1 -1
- package/dist/.pikku/cli/pikku-cli-wirings-meta.gen.json +50 -0
- package/dist/.pikku/cli/pikku-cli-wirings.gen.d.ts +1 -1
- package/dist/.pikku/cli/pikku-cli-wirings.gen.js +1 -1
- package/dist/.pikku/cli/pikku-cli.gen.d.ts +1 -1
- package/dist/.pikku/cli/pikku-cli.gen.js +1 -1
- package/dist/.pikku/console/pikku-node-types.gen.d.ts +1 -1
- package/dist/.pikku/function/pikku-function-types.gen.d.ts +1 -1
- package/dist/.pikku/function/pikku-function-types.gen.js +1 -1
- package/dist/.pikku/function/pikku-functions-meta.gen.js +1 -1
- package/dist/.pikku/function/pikku-functions-meta.gen.json +183 -104
- package/dist/.pikku/function/pikku-functions.gen.js +3 -1
- package/dist/.pikku/http/pikku-http-types.gen.d.ts +1 -1
- package/dist/.pikku/http/pikku-http-types.gen.js +1 -1
- package/dist/.pikku/http/pikku-http-wirings-meta.gen.js +1 -1
- package/dist/.pikku/http/pikku-http-wirings.gen.d.ts +1 -1
- package/dist/.pikku/http/pikku-http-wirings.gen.js +1 -1
- package/dist/.pikku/mcp/pikku-mcp-types.gen.d.ts +1 -1
- package/dist/.pikku/mcp/pikku-mcp-types.gen.js +1 -1
- package/dist/.pikku/pikku-bootstrap.gen.d.ts +1 -1
- package/dist/.pikku/pikku-bootstrap.gen.js +1 -1
- package/dist/.pikku/pikku-meta-service.gen.d.ts +1 -1
- package/dist/.pikku/pikku-meta-service.gen.js +1 -1
- package/dist/.pikku/pikku-services.gen.d.ts +3 -1
- package/dist/.pikku/pikku-services.gen.js +2 -0
- package/dist/.pikku/pikku-types.gen.d.ts +1 -1
- package/dist/.pikku/pikku-types.gen.js +1 -1
- package/dist/.pikku/queue/pikku-queue-types.gen.d.ts +1 -1
- package/dist/.pikku/queue/pikku-queue-types.gen.js +1 -1
- package/dist/.pikku/queue/pikku-queue-workers-wirings-meta.gen.js +1 -1
- package/dist/.pikku/queue/pikku-queue-workers-wirings.gen.d.ts +1 -1
- package/dist/.pikku/queue/pikku-queue-workers-wirings.gen.js +1 -1
- package/dist/.pikku/rpc/pikku-rpc-wirings-meta.internal.gen.js +1 -1
- package/dist/.pikku/rpc/pikku-rpc-wirings-meta.internal.gen.json +13 -9
- package/dist/.pikku/scheduler/pikku-scheduler-types.gen.d.ts +1 -1
- package/dist/.pikku/scheduler/pikku-scheduler-types.gen.js +1 -1
- package/dist/.pikku/schemas/register.gen.js +17 -5
- package/dist/.pikku/schemas/schemas/DbAuditInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PikkuCLIConfig.schema.json +1 -1
- package/dist/.pikku/schemas/schemas/PikkuEmailsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PikkuFunctionTypesSplitInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PikkuTestsCoverageInput.schema.json +1 -1
- package/dist/.pikku/schemas/schemas/PikkuTriggerTypesInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/WorkspaceValidateInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/WorkspaceValidateOutput.schema.json +1 -0
- package/dist/.pikku/secrets/pikku-secret-types.gen.d.ts +1 -1
- package/dist/.pikku/secrets/pikku-secret-types.gen.js +1 -1
- package/dist/.pikku/secrets/pikku-secrets.gen.d.ts +1 -1
- package/dist/.pikku/secrets/pikku-secrets.gen.js +1 -1
- package/dist/.pikku/trigger/pikku-trigger-types.gen.d.ts +1 -1
- package/dist/.pikku/trigger/pikku-trigger-types.gen.js +1 -1
- package/dist/.pikku/variables/pikku-variable-types.gen.d.ts +1 -1
- package/dist/.pikku/variables/pikku-variable-types.gen.js +1 -1
- package/dist/.pikku/variables/pikku-variables.gen.d.ts +1 -1
- package/dist/.pikku/variables/pikku-variables.gen.js +1 -1
- package/dist/.pikku/workflow/meta/allWorkflow.gen.json +5 -5
- package/dist/.pikku/workflow/pikku-workflow-types.gen.d.ts +1 -1
- package/dist/.pikku/workflow/pikku-workflow-types.gen.js +1 -1
- package/dist/.pikku/workflow/pikku-workflow-wirings-meta.gen.js +1 -1
- package/dist/.pikku/workflow/pikku-workflow-wirings.gen.js +1 -1
- package/dist/bin/pikku-bin.mjs +2 -2
- package/dist/src/cli.wiring.js +39 -0
- package/dist/src/fabric/functions/validate-core.d.ts +20 -0
- package/dist/src/fabric/functions/validate-core.js +227 -0
- package/dist/src/fabric/functions/validate.function.js +12 -4
- package/dist/src/functions/commands/bootstrap.js +2 -2
- package/dist/src/functions/commands/console.js +7 -4
- package/dist/src/functions/commands/db-audit.d.ts +1 -0
- package/dist/src/functions/commands/db-audit.js +67 -0
- package/dist/src/functions/commands/db-migrate.js +7 -11
- package/dist/src/functions/commands/db-reset.js +12 -12
- package/dist/src/functions/commands/db-seed.js +11 -11
- package/dist/src/functions/commands/db-shared.d.ts +4 -19
- package/dist/src/functions/commands/db-shared.js +53 -17
- package/dist/src/functions/commands/dev.js +25 -14
- package/dist/src/functions/commands/emails-init.d.ts +5 -0
- package/dist/src/functions/commands/emails-init.js +162 -0
- package/dist/src/functions/commands/load-user-project.js +12 -3
- package/dist/src/functions/commands/new-addon.js +2 -2
- package/dist/src/functions/commands/tests-coverage.d.ts +3 -0
- package/dist/src/functions/commands/tests-coverage.js +34 -0
- package/dist/src/functions/commands/watch.js +7 -4
- package/dist/src/functions/commands/workspace-validate.d.ts +33 -0
- package/dist/src/functions/commands/workspace-validate.js +9 -0
- package/dist/src/functions/db/annotation-parser.d.ts +31 -0
- package/dist/src/functions/db/annotation-parser.js +93 -0
- package/dist/src/functions/db/coercion-plugin.d.ts +7 -0
- package/dist/src/functions/db/coercion-plugin.js +99 -0
- package/dist/src/functions/db/db-codegen.d.ts +24 -0
- package/dist/src/functions/db/db-codegen.js +276 -0
- package/dist/src/functions/db/db-introspector.d.ts +15 -0
- package/dist/src/functions/db/db-introspector.js +1 -0
- package/dist/src/functions/db/db-migrator.d.ts +32 -0
- package/dist/src/functions/db/db-migrator.js +65 -0
- package/dist/src/functions/db/local-db.d.ts +27 -33
- package/dist/src/functions/db/local-db.js +108 -57
- package/dist/src/functions/db/postgres/postgres-introspector.d.ts +10 -0
- package/dist/src/functions/db/postgres/postgres-introspector.js +54 -0
- package/dist/src/functions/db/postgres/postgres-migrator.d.ts +9 -0
- package/dist/src/functions/db/postgres/postgres-migrator.js +32 -0
- package/dist/src/functions/db/{seed.d.ts → sqlite/seed.d.ts} +2 -2
- package/dist/src/functions/db/sqlite/sqlite-introspector.d.ts +9 -0
- package/dist/src/functions/db/sqlite/sqlite-introspector.js +35 -0
- package/dist/src/functions/db/sqlite/sqlite-kysely.d.ts +8 -0
- package/dist/src/functions/db/sqlite/sqlite-kysely.js +62 -0
- package/dist/src/functions/db/sqlite/sqlite-migrator.d.ts +10 -0
- package/dist/src/functions/db/sqlite/sqlite-migrator.js +36 -0
- package/dist/src/functions/db/sqlite/sqlite-runtime-bun.d.ts +2 -0
- package/dist/src/functions/db/sqlite/sqlite-runtime-bun.js +52 -0
- package/dist/src/functions/db/sqlite/sqlite-runtime-node.d.ts +2 -0
- package/dist/src/functions/db/sqlite/sqlite-runtime-node.js +51 -0
- package/dist/src/functions/db/sqlite/sqlite-runtime.d.ts +20 -0
- package/dist/src/functions/db/sqlite/sqlite-runtime.js +13 -0
- package/dist/src/functions/validate/workspace-validate.d.ts +34 -0
- package/dist/src/functions/validate/workspace-validate.js +259 -0
- package/dist/src/functions/wirings/ai-agent/serialize-public-agent.js +2 -1
- package/dist/src/functions/wirings/cli/pikku-command-cli-types.js +1 -1
- package/dist/src/functions/wirings/console/serialize-console-functions.js +4 -4
- package/dist/src/functions/wirings/emails/pikku-command-emails.d.ts +6 -0
- package/dist/src/functions/wirings/emails/pikku-command-emails.js +172 -0
- package/dist/src/functions/wirings/emails/serialize-emails.d.ts +20 -0
- package/dist/src/functions/wirings/emails/serialize-emails.js +168 -0
- package/dist/src/functions/wirings/functions/pikku-command-function-types-split.d.ts +7 -1
- package/dist/src/functions/wirings/functions/pikku-command-function-types-split.js +2 -2
- package/dist/src/functions/wirings/functions/serialize-addon-types.js +1 -1
- package/dist/src/functions/wirings/triggers/pikku-command-trigger-types.d.ts +7 -1
- package/dist/src/functions/wirings/triggers/pikku-command-trigger-types.js +2 -2
- package/dist/src/functions/wirings/workflow/pikku-command-workflow.js +1 -1
- package/dist/src/functions/workflows/all.workflow.js +12 -7
- package/dist/src/scaffold/rpc-remote.gen.js +1 -1
- package/dist/src/services.js +2 -0
- package/dist/src/utils/pikku-cli-config.js +6 -0
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +6 -4
- package/skills/pikku-auth-js/SKILL.md +271 -58
- package/skills/pikku-testing/SKILL.md +208 -0
- package/console-app/assets/index-BDOqBctb.js +0 -232
- package/dist/src/functions/db/sql-migrator.d.ts +0 -26
- package/dist/src/functions/db/sql-migrator.js +0 -104
- package/dist/src/functions/db/sqlite-codegen.d.ts +0 -45
- package/dist/src/functions/db/sqlite-codegen.js +0 -294
- /package/dist/src/functions/db/{seed.js → sqlite/seed.js} +0 -0
|
@@ -199,6 +199,47 @@
|
|
|
199
199
|
"inputHash": "75d95201",
|
|
200
200
|
"outputHash": "ffadb4f5"
|
|
201
201
|
},
|
|
202
|
+
"pikkuEmails": {
|
|
203
|
+
"pikkuFuncId": "pikkuEmails",
|
|
204
|
+
"functionType": "user",
|
|
205
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
206
|
+
"sessionless": true,
|
|
207
|
+
"name": "pikkuEmails",
|
|
208
|
+
"inputSchemaName": null,
|
|
209
|
+
"outputSchemaName": "PikkuEmailsOutput",
|
|
210
|
+
"inputs": [],
|
|
211
|
+
"outputs": [
|
|
212
|
+
"PikkuEmailsOutput"
|
|
213
|
+
],
|
|
214
|
+
"implementationHash": "07585f8eecf2a270",
|
|
215
|
+
"middleware": [
|
|
216
|
+
{
|
|
217
|
+
"type": "wire",
|
|
218
|
+
"name": "logCommandInfoAndTime",
|
|
219
|
+
"inline": false
|
|
220
|
+
}
|
|
221
|
+
],
|
|
222
|
+
"contractHash": "42482b5bfb7f9f46",
|
|
223
|
+
"inputHash": "9c00f5ad",
|
|
224
|
+
"outputHash": "29f7efa2"
|
|
225
|
+
},
|
|
226
|
+
"pikkuEmailsInit": {
|
|
227
|
+
"pikkuFuncId": "pikkuEmailsInit",
|
|
228
|
+
"functionType": "user",
|
|
229
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
230
|
+
"sessionless": true,
|
|
231
|
+
"name": "pikkuEmailsInit",
|
|
232
|
+
"inputSchemaName": "EmailsInitInput",
|
|
233
|
+
"outputSchemaName": null,
|
|
234
|
+
"inputs": [
|
|
235
|
+
"EmailsInitInput"
|
|
236
|
+
],
|
|
237
|
+
"outputs": [],
|
|
238
|
+
"implementationHash": "29ac88e1ce492001",
|
|
239
|
+
"contractHash": "976aeea13ef7cb39",
|
|
240
|
+
"inputHash": "f5c36aa4",
|
|
241
|
+
"outputHash": "8b3b5a05"
|
|
242
|
+
},
|
|
202
243
|
"pikkuInfoFunctions": {
|
|
203
244
|
"pikkuFuncId": "pikkuInfoFunctions",
|
|
204
245
|
"functionType": "user",
|
|
@@ -296,7 +337,7 @@
|
|
|
296
337
|
"CLITypesCommandInput"
|
|
297
338
|
],
|
|
298
339
|
"outputs": [],
|
|
299
|
-
"implementationHash": "
|
|
340
|
+
"implementationHash": "ca6fd3de682ad4a1",
|
|
300
341
|
"middleware": [
|
|
301
342
|
{
|
|
302
343
|
"type": "wire",
|
|
@@ -346,7 +387,7 @@
|
|
|
346
387
|
"outputs": [
|
|
347
388
|
"PikkuWorkflowOutput"
|
|
348
389
|
],
|
|
349
|
-
"implementationHash": "
|
|
390
|
+
"implementationHash": "0b89fd676168b536",
|
|
350
391
|
"middleware": [
|
|
351
392
|
{
|
|
352
393
|
"type": "wire",
|
|
@@ -781,7 +822,7 @@
|
|
|
781
822
|
"inputs": [],
|
|
782
823
|
"outputs": [],
|
|
783
824
|
"remote": true,
|
|
784
|
-
"implementationHash": "
|
|
825
|
+
"implementationHash": "f0740dc85c77c72e"
|
|
785
826
|
},
|
|
786
827
|
"watch": {
|
|
787
828
|
"pikkuFuncId": "watch",
|
|
@@ -796,7 +837,7 @@
|
|
|
796
837
|
],
|
|
797
838
|
"outputs": [],
|
|
798
839
|
"remote": true,
|
|
799
|
-
"implementationHash": "
|
|
840
|
+
"implementationHash": "001321e37396c40e"
|
|
800
841
|
},
|
|
801
842
|
"consoleCommand": {
|
|
802
843
|
"pikkuFuncId": "consoleCommand",
|
|
@@ -811,7 +852,7 @@
|
|
|
811
852
|
],
|
|
812
853
|
"outputs": [],
|
|
813
854
|
"remote": true,
|
|
814
|
-
"implementationHash": "
|
|
855
|
+
"implementationHash": "4af45014b5607c5e"
|
|
815
856
|
},
|
|
816
857
|
"dev": {
|
|
817
858
|
"pikkuFuncId": "dev",
|
|
@@ -826,7 +867,7 @@
|
|
|
826
867
|
],
|
|
827
868
|
"outputs": [],
|
|
828
869
|
"remote": true,
|
|
829
|
-
"implementationHash": "
|
|
870
|
+
"implementationHash": "c50e79b95a335d0d"
|
|
830
871
|
},
|
|
831
872
|
"dbMigrate": {
|
|
832
873
|
"pikkuFuncId": "dbMigrate",
|
|
@@ -841,7 +882,7 @@
|
|
|
841
882
|
],
|
|
842
883
|
"outputs": [],
|
|
843
884
|
"remote": true,
|
|
844
|
-
"implementationHash": "
|
|
885
|
+
"implementationHash": "51c94969650362cc"
|
|
845
886
|
},
|
|
846
887
|
"dbSeed": {
|
|
847
888
|
"pikkuFuncId": "dbSeed",
|
|
@@ -856,7 +897,7 @@
|
|
|
856
897
|
],
|
|
857
898
|
"outputs": [],
|
|
858
899
|
"remote": true,
|
|
859
|
-
"implementationHash": "
|
|
900
|
+
"implementationHash": "527668fa71ed00fa"
|
|
860
901
|
},
|
|
861
902
|
"dbReset": {
|
|
862
903
|
"pikkuFuncId": "dbReset",
|
|
@@ -871,7 +912,41 @@
|
|
|
871
912
|
],
|
|
872
913
|
"outputs": [],
|
|
873
914
|
"remote": true,
|
|
874
|
-
"implementationHash": "
|
|
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"
|
|
931
|
+
},
|
|
932
|
+
"workspaceValidate": {
|
|
933
|
+
"pikkuFuncId": "workspaceValidate",
|
|
934
|
+
"functionType": "user",
|
|
935
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
936
|
+
"sessionless": true,
|
|
937
|
+
"name": "workspaceValidate",
|
|
938
|
+
"inputSchemaName": "WorkspaceValidateInput",
|
|
939
|
+
"outputSchemaName": "WorkspaceValidateOutput",
|
|
940
|
+
"inputs": [
|
|
941
|
+
"WorkspaceValidateInput"
|
|
942
|
+
],
|
|
943
|
+
"outputs": [
|
|
944
|
+
"WorkspaceValidateOutput"
|
|
945
|
+
],
|
|
946
|
+
"implementationHash": "919fad94c6101440",
|
|
947
|
+
"contractHash": "537e65158253e56e",
|
|
948
|
+
"inputHash": "624668bc",
|
|
949
|
+
"outputHash": "19a23e3f"
|
|
875
950
|
},
|
|
876
951
|
"pikkuVersionsInit": {
|
|
877
952
|
"pikkuFuncId": "pikkuVersionsInit",
|
|
@@ -919,9 +994,9 @@
|
|
|
919
994
|
"PikkuTestsCoverageInput"
|
|
920
995
|
],
|
|
921
996
|
"outputs": [],
|
|
922
|
-
"implementationHash": "
|
|
923
|
-
"contractHash": "
|
|
924
|
-
"inputHash": "
|
|
997
|
+
"implementationHash": "eff976da12fc3eb5",
|
|
998
|
+
"contractHash": "7ea99c77b1af3b0b",
|
|
999
|
+
"inputHash": "8b523c49",
|
|
925
1000
|
"outputHash": "0fd5124e"
|
|
926
1001
|
},
|
|
927
1002
|
"pikkuVersionsCheck": {
|
|
@@ -1599,7 +1674,7 @@
|
|
|
1599
1674
|
"outputSchemaName": null,
|
|
1600
1675
|
"inputs": [],
|
|
1601
1676
|
"outputs": [],
|
|
1602
|
-
"implementationHash": "
|
|
1677
|
+
"implementationHash": "82a9246537795371",
|
|
1603
1678
|
"contractHash": "5cf046fc5045a072",
|
|
1604
1679
|
"inputHash": "d5ff2f31",
|
|
1605
1680
|
"outputHash": "391c291d"
|
|
@@ -1674,6 +1749,54 @@
|
|
|
1674
1749
|
"inputHash": "c0a04edb",
|
|
1675
1750
|
"outputHash": "aca3832e"
|
|
1676
1751
|
},
|
|
1752
|
+
"pikkuCLIEntry": {
|
|
1753
|
+
"pikkuFuncId": "pikkuCLIEntry",
|
|
1754
|
+
"functionType": "user",
|
|
1755
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
1756
|
+
"sessionless": true,
|
|
1757
|
+
"name": "pikkuCLIEntry",
|
|
1758
|
+
"inputSchemaName": null,
|
|
1759
|
+
"outputSchemaName": "PikkuCLIEntryOutput",
|
|
1760
|
+
"inputs": [],
|
|
1761
|
+
"outputs": [
|
|
1762
|
+
"PikkuCLIEntryOutput"
|
|
1763
|
+
],
|
|
1764
|
+
"implementationHash": "3de1aae7d25e5a8d",
|
|
1765
|
+
"middleware": [
|
|
1766
|
+
{
|
|
1767
|
+
"type": "wire",
|
|
1768
|
+
"name": "logCommandInfoAndTime",
|
|
1769
|
+
"inline": false
|
|
1770
|
+
}
|
|
1771
|
+
],
|
|
1772
|
+
"contractHash": "a44d47273b044b63",
|
|
1773
|
+
"inputHash": "3e5aa4e1",
|
|
1774
|
+
"outputHash": "2f8523b1"
|
|
1775
|
+
},
|
|
1776
|
+
"pikkuCLI": {
|
|
1777
|
+
"pikkuFuncId": "pikkuCLI",
|
|
1778
|
+
"functionType": "user",
|
|
1779
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
1780
|
+
"sessionless": true,
|
|
1781
|
+
"name": "pikkuCLI",
|
|
1782
|
+
"inputSchemaName": null,
|
|
1783
|
+
"outputSchemaName": "PikkuCLIOutput",
|
|
1784
|
+
"inputs": [],
|
|
1785
|
+
"outputs": [
|
|
1786
|
+
"PikkuCLIOutput"
|
|
1787
|
+
],
|
|
1788
|
+
"implementationHash": "106ebe1537d48581",
|
|
1789
|
+
"middleware": [
|
|
1790
|
+
{
|
|
1791
|
+
"type": "wire",
|
|
1792
|
+
"name": "logCommandInfoAndTime",
|
|
1793
|
+
"inline": false
|
|
1794
|
+
}
|
|
1795
|
+
],
|
|
1796
|
+
"contractHash": "3932cb0e6b7de268",
|
|
1797
|
+
"inputHash": "fef4d62b",
|
|
1798
|
+
"outputHash": "7d42c9e1"
|
|
1799
|
+
},
|
|
1677
1800
|
"pikkuChannels": {
|
|
1678
1801
|
"pikkuFuncId": "pikkuChannels",
|
|
1679
1802
|
"functionType": "user",
|
|
@@ -1764,76 +1887,6 @@
|
|
|
1764
1887
|
"inputHash": "5d1524e3",
|
|
1765
1888
|
"outputHash": "048ccd50"
|
|
1766
1889
|
},
|
|
1767
|
-
"pikkuCLIEntry": {
|
|
1768
|
-
"pikkuFuncId": "pikkuCLIEntry",
|
|
1769
|
-
"functionType": "user",
|
|
1770
|
-
"funcWrapper": "pikkuSessionlessFunc",
|
|
1771
|
-
"sessionless": true,
|
|
1772
|
-
"name": "pikkuCLIEntry",
|
|
1773
|
-
"inputSchemaName": null,
|
|
1774
|
-
"outputSchemaName": "PikkuCLIEntryOutput",
|
|
1775
|
-
"inputs": [],
|
|
1776
|
-
"outputs": [
|
|
1777
|
-
"PikkuCLIEntryOutput"
|
|
1778
|
-
],
|
|
1779
|
-
"implementationHash": "3de1aae7d25e5a8d",
|
|
1780
|
-
"middleware": [
|
|
1781
|
-
{
|
|
1782
|
-
"type": "wire",
|
|
1783
|
-
"name": "logCommandInfoAndTime",
|
|
1784
|
-
"inline": false
|
|
1785
|
-
}
|
|
1786
|
-
],
|
|
1787
|
-
"contractHash": "a44d47273b044b63",
|
|
1788
|
-
"inputHash": "3e5aa4e1",
|
|
1789
|
-
"outputHash": "2f8523b1"
|
|
1790
|
-
},
|
|
1791
|
-
"pikkuCLI": {
|
|
1792
|
-
"pikkuFuncId": "pikkuCLI",
|
|
1793
|
-
"functionType": "user",
|
|
1794
|
-
"funcWrapper": "pikkuSessionlessFunc",
|
|
1795
|
-
"sessionless": true,
|
|
1796
|
-
"name": "pikkuCLI",
|
|
1797
|
-
"inputSchemaName": null,
|
|
1798
|
-
"outputSchemaName": "PikkuCLIOutput",
|
|
1799
|
-
"inputs": [],
|
|
1800
|
-
"outputs": [
|
|
1801
|
-
"PikkuCLIOutput"
|
|
1802
|
-
],
|
|
1803
|
-
"implementationHash": "106ebe1537d48581",
|
|
1804
|
-
"middleware": [
|
|
1805
|
-
{
|
|
1806
|
-
"type": "wire",
|
|
1807
|
-
"name": "logCommandInfoAndTime",
|
|
1808
|
-
"inline": false
|
|
1809
|
-
}
|
|
1810
|
-
],
|
|
1811
|
-
"contractHash": "3932cb0e6b7de268",
|
|
1812
|
-
"inputHash": "fef4d62b",
|
|
1813
|
-
"outputHash": "7d42c9e1"
|
|
1814
|
-
},
|
|
1815
|
-
"pikkuCredentials": {
|
|
1816
|
-
"pikkuFuncId": "pikkuCredentials",
|
|
1817
|
-
"functionType": "user",
|
|
1818
|
-
"funcWrapper": "pikkuSessionlessFunc",
|
|
1819
|
-
"sessionless": true,
|
|
1820
|
-
"name": "pikkuCredentials",
|
|
1821
|
-
"inputSchemaName": null,
|
|
1822
|
-
"outputSchemaName": null,
|
|
1823
|
-
"inputs": [],
|
|
1824
|
-
"outputs": [],
|
|
1825
|
-
"implementationHash": "a99a627856fd77bd",
|
|
1826
|
-
"middleware": [
|
|
1827
|
-
{
|
|
1828
|
-
"type": "wire",
|
|
1829
|
-
"name": "logCommandInfoAndTime",
|
|
1830
|
-
"inline": false
|
|
1831
|
-
}
|
|
1832
|
-
],
|
|
1833
|
-
"contractHash": "8fa847acfa7ef407",
|
|
1834
|
-
"inputHash": "b98cb2ee",
|
|
1835
|
-
"outputHash": "9e33f562"
|
|
1836
|
-
},
|
|
1837
1890
|
"pikkuConsoleFunctions": {
|
|
1838
1891
|
"pikkuFuncId": "pikkuConsoleFunctions",
|
|
1839
1892
|
"functionType": "user",
|
|
@@ -1904,19 +1957,17 @@
|
|
|
1904
1957
|
"inputHash": "4be7b8bd",
|
|
1905
1958
|
"outputHash": "fca2b5eb"
|
|
1906
1959
|
},
|
|
1907
|
-
"
|
|
1908
|
-
"pikkuFuncId": "
|
|
1960
|
+
"pikkuCredentials": {
|
|
1961
|
+
"pikkuFuncId": "pikkuCredentials",
|
|
1909
1962
|
"functionType": "user",
|
|
1910
1963
|
"funcWrapper": "pikkuSessionlessFunc",
|
|
1911
1964
|
"sessionless": true,
|
|
1912
|
-
"name": "
|
|
1965
|
+
"name": "pikkuCredentials",
|
|
1913
1966
|
"inputSchemaName": null,
|
|
1914
|
-
"outputSchemaName":
|
|
1967
|
+
"outputSchemaName": null,
|
|
1915
1968
|
"inputs": [],
|
|
1916
|
-
"outputs": [
|
|
1917
|
-
|
|
1918
|
-
],
|
|
1919
|
-
"implementationHash": "cc85ec16d890311e",
|
|
1969
|
+
"outputs": [],
|
|
1970
|
+
"implementationHash": "a99a627856fd77bd",
|
|
1920
1971
|
"middleware": [
|
|
1921
1972
|
{
|
|
1922
1973
|
"type": "wire",
|
|
@@ -1924,9 +1975,9 @@
|
|
|
1924
1975
|
"inline": false
|
|
1925
1976
|
}
|
|
1926
1977
|
],
|
|
1927
|
-
"contractHash": "
|
|
1928
|
-
"inputHash": "
|
|
1929
|
-
"outputHash": "
|
|
1978
|
+
"contractHash": "8fa847acfa7ef407",
|
|
1979
|
+
"inputHash": "b98cb2ee",
|
|
1980
|
+
"outputHash": "9e33f562"
|
|
1930
1981
|
},
|
|
1931
1982
|
"pikkuFunctionTypesSplit": {
|
|
1932
1983
|
"pikkuFuncId": "pikkuFunctionTypesSplit",
|
|
@@ -1934,11 +1985,13 @@
|
|
|
1934
1985
|
"funcWrapper": "pikkuSessionlessFunc",
|
|
1935
1986
|
"sessionless": true,
|
|
1936
1987
|
"name": "pikkuFunctionTypesSplit",
|
|
1937
|
-
"inputSchemaName":
|
|
1988
|
+
"inputSchemaName": "PikkuFunctionTypesSplitInput",
|
|
1938
1989
|
"outputSchemaName": null,
|
|
1939
|
-
"inputs": [
|
|
1990
|
+
"inputs": [
|
|
1991
|
+
"PikkuFunctionTypesSplitInput"
|
|
1992
|
+
],
|
|
1940
1993
|
"outputs": [],
|
|
1941
|
-
"implementationHash": "
|
|
1994
|
+
"implementationHash": "f8a3d1bcd38a6e65",
|
|
1942
1995
|
"middleware": [
|
|
1943
1996
|
{
|
|
1944
1997
|
"type": "wire",
|
|
@@ -1946,8 +1999,8 @@
|
|
|
1946
1999
|
"inline": false
|
|
1947
2000
|
}
|
|
1948
2001
|
],
|
|
1949
|
-
"contractHash": "
|
|
1950
|
-
"inputHash": "
|
|
2002
|
+
"contractHash": "f99a54810cf64965",
|
|
2003
|
+
"inputHash": "2c3cb2ec",
|
|
1951
2004
|
"outputHash": "acd472be"
|
|
1952
2005
|
},
|
|
1953
2006
|
"pikkuFunctionTypes": {
|
|
@@ -2018,6 +2071,30 @@
|
|
|
2018
2071
|
"inputHash": "a3e730d9",
|
|
2019
2072
|
"outputHash": "e0b61e49"
|
|
2020
2073
|
},
|
|
2074
|
+
"pikkuGateway": {
|
|
2075
|
+
"pikkuFuncId": "pikkuGateway",
|
|
2076
|
+
"functionType": "user",
|
|
2077
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
2078
|
+
"sessionless": true,
|
|
2079
|
+
"name": "pikkuGateway",
|
|
2080
|
+
"inputSchemaName": null,
|
|
2081
|
+
"outputSchemaName": "PikkuGatewayOutput",
|
|
2082
|
+
"inputs": [],
|
|
2083
|
+
"outputs": [
|
|
2084
|
+
"PikkuGatewayOutput"
|
|
2085
|
+
],
|
|
2086
|
+
"implementationHash": "cc85ec16d890311e",
|
|
2087
|
+
"middleware": [
|
|
2088
|
+
{
|
|
2089
|
+
"type": "wire",
|
|
2090
|
+
"name": "logCommandInfoAndTime",
|
|
2091
|
+
"inline": false
|
|
2092
|
+
}
|
|
2093
|
+
],
|
|
2094
|
+
"contractHash": "8c9fc7c18aeb2212",
|
|
2095
|
+
"inputHash": "a5477eae",
|
|
2096
|
+
"outputHash": "b5ea8b47"
|
|
2097
|
+
},
|
|
2021
2098
|
"pikkuHTTPMap": {
|
|
2022
2099
|
"pikkuFuncId": "pikkuHTTPMap",
|
|
2023
2100
|
"functionType": "user",
|
|
@@ -2622,11 +2699,13 @@
|
|
|
2622
2699
|
"funcWrapper": "pikkuSessionlessFunc",
|
|
2623
2700
|
"sessionless": true,
|
|
2624
2701
|
"name": "pikkuTriggerTypes",
|
|
2625
|
-
"inputSchemaName":
|
|
2702
|
+
"inputSchemaName": "PikkuTriggerTypesInput",
|
|
2626
2703
|
"outputSchemaName": null,
|
|
2627
|
-
"inputs": [
|
|
2704
|
+
"inputs": [
|
|
2705
|
+
"PikkuTriggerTypesInput"
|
|
2706
|
+
],
|
|
2628
2707
|
"outputs": [],
|
|
2629
|
-
"implementationHash": "
|
|
2708
|
+
"implementationHash": "fa6cb1c56a713457",
|
|
2630
2709
|
"middleware": [
|
|
2631
2710
|
{
|
|
2632
2711
|
"type": "wire",
|
|
@@ -2634,8 +2713,8 @@
|
|
|
2634
2713
|
"inline": false
|
|
2635
2714
|
}
|
|
2636
2715
|
],
|
|
2637
|
-
"contractHash": "
|
|
2638
|
-
"inputHash": "
|
|
2716
|
+
"contractHash": "0451a960490628c3",
|
|
2717
|
+
"inputHash": "6ff27706",
|
|
2639
2718
|
"outputHash": "94f80533"
|
|
2640
2719
|
},
|
|
2641
2720
|
"pikkuTrigger": {
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* This file was generated by @pikku/cli@0.12.
|
|
2
|
+
* This file was generated by @pikku/cli@0.12.26
|
|
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.
|
|
2
|
+
* This file was generated by @pikku/cli@0.12.26
|
|
3
3
|
*/
|
|
4
4
|
import type { SingletonServices } from '../types/application-types.d.js';
|
|
5
5
|
import type { Services } from '../types/application-types.d.js';
|
|
@@ -8,10 +8,12 @@ export declare const requiredSingletonServices: {
|
|
|
8
8
|
readonly aiAgentRunner: false;
|
|
9
9
|
readonly aiRunState: false;
|
|
10
10
|
readonly aiStorage: false;
|
|
11
|
+
readonly audit: false;
|
|
11
12
|
readonly config: true;
|
|
12
13
|
readonly content: false;
|
|
13
14
|
readonly credentialService: false;
|
|
14
15
|
readonly deploymentService: false;
|
|
16
|
+
readonly emailService: false;
|
|
15
17
|
readonly eventHub: false;
|
|
16
18
|
readonly getInspectorState: true;
|
|
17
19
|
readonly jwt: false;
|
|
@@ -4,10 +4,12 @@ export const requiredSingletonServices = {
|
|
|
4
4
|
'aiAgentRunner': false,
|
|
5
5
|
'aiRunState': false,
|
|
6
6
|
'aiStorage': false,
|
|
7
|
+
'audit': false,
|
|
7
8
|
'config': true,
|
|
8
9
|
'content': false,
|
|
9
10
|
'credentialService': false,
|
|
10
11
|
'deploymentService': false,
|
|
12
|
+
'emailService': false,
|
|
11
13
|
'eventHub': false,
|
|
12
14
|
'getInspectorState': true,
|
|
13
15
|
'jwt': false,
|