@pikku/cli 0.12.42 → 0.12.44
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-CRLT8CXr.js +254 -0
- package/console-app/assets/index-DwyRdRuZ.css +1 -0
- package/console-app/index.html +2 -2
- 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 +11 -1
- package/dist/.pikku/cli/pikku-cli-client.gen.d.ts +10 -0
- package/dist/.pikku/cli/pikku-cli-client.gen.js +73 -0
- 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 +56 -26
- 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 +2 -2
- package/dist/.pikku/function/pikku-function-types.gen.js +3 -2
- package/dist/.pikku/function/pikku-functions-meta.gen.js +1 -1
- package/dist/.pikku/function/pikku-functions-meta.gen.json +134 -96
- package/dist/.pikku/function/pikku-functions.gen.js +1 -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 +2 -2
- 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 +4 -2
- 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 +13 -5
- package/dist/.pikku/schemas/schemas/DeployApplyInput.schema.json +1 -1
- package/dist/.pikku/schemas/schemas/DeployPlanInput.schema.json +1 -1
- package/dist/.pikku/schemas/schemas/FabricAddInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/FabricAddOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/FabricPublishInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/FabricPublishOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PikkuCLIConfig.schema.json +1 -1
- 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/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 +12 -0
- package/dist/src/deploy/build-pipeline.d.ts +2 -0
- package/dist/src/deploy/build-pipeline.js +7 -1
- package/dist/src/deploy/bundler/bundler.d.ts +2 -0
- package/dist/src/deploy/bundler/bundler.js +8 -5
- package/dist/src/fabric/fabric-commands.d.ts +61 -3
- package/dist/src/fabric/fabric-commands.js +27 -1
- package/dist/src/fabric/functions/add.function.d.ts +50 -0
- package/dist/src/fabric/functions/add.function.js +144 -0
- package/dist/src/fabric/functions/publish.function.d.ts +45 -0
- package/dist/src/fabric/functions/publish.function.js +85 -0
- package/dist/src/fabric/functions/validate-core.d.ts +1 -1
- package/dist/src/fabric/functions/validate.function.d.ts +4 -4
- package/dist/src/fabric/functions/validate.function.js +119 -0
- package/dist/src/functions/commands/deploy-apply.d.ts +3 -0
- package/dist/src/functions/commands/deploy-apply.js +1 -0
- package/dist/src/functions/commands/deploy-plan.d.ts +3 -0
- package/dist/src/functions/commands/deploy-plan.js +1 -0
- package/dist/src/functions/commands/pikku-command-summary.js +3 -2
- package/dist/src/functions/commands/versions-update.js +10 -4
- package/dist/src/functions/commands/workspace-validate.d.ts +3 -3
- package/dist/src/functions/db/better-auth-schema.js +15 -2
- package/dist/src/functions/db/sqlite/sqlite-kysely.js +11 -3
- package/dist/src/functions/validate/workspace-validate.d.ts +2 -2
- package/dist/src/functions/validate/workspace-validate.js +4 -0
- package/dist/src/functions/wirings/auth/pikku-command-auth.js +6 -1
- package/dist/src/functions/wirings/auth/serialize-auth-gen.d.ts +4 -1
- package/dist/src/functions/wirings/auth/serialize-auth-gen.js +36 -12
- package/dist/src/functions/wirings/emails/pikku-command-emails.js +48 -19
- package/dist/src/functions/wirings/functions/pikku-command-services.js +5 -4
- package/dist/src/functions/wirings/functions/serialize-function-types.js +3 -2
- package/dist/src/scaffold/rpc-remote.gen.js +1 -1
- package/dist/src/services/cli-logger-forwarder.service.d.ts +4 -1
- package/dist/src/services/cli-logger-forwarder.service.js +20 -2
- package/dist/src/services/cli-logger.service.d.ts +16 -2
- package/dist/src/services/cli-logger.service.js +33 -5
- package/dist/src/services.d.ts +6 -1
- package/dist/src/services.js +13 -12
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +4 -4
- package/skills/pikku-emails/SKILL.md +157 -0
- package/console-app/assets/index-D9Z9rySK.js +0 -233
- package/console-app/assets/index-DwUzVI5k.css +0 -1
|
@@ -868,6 +868,44 @@
|
|
|
868
868
|
"inputHash": "a0f23e01",
|
|
869
869
|
"outputHash": "65f77331"
|
|
870
870
|
},
|
|
871
|
+
"FabricPublish": {
|
|
872
|
+
"pikkuFuncId": "FabricPublish",
|
|
873
|
+
"functionType": "user",
|
|
874
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
875
|
+
"sessionless": true,
|
|
876
|
+
"name": "FabricPublish",
|
|
877
|
+
"inputSchemaName": "FabricPublishInput",
|
|
878
|
+
"outputSchemaName": "FabricPublishOutput",
|
|
879
|
+
"inputs": [
|
|
880
|
+
"FabricPublishInput"
|
|
881
|
+
],
|
|
882
|
+
"outputs": [
|
|
883
|
+
"FabricPublishOutput"
|
|
884
|
+
],
|
|
885
|
+
"implementationHash": "d959fdbc3250bbe8",
|
|
886
|
+
"contractHash": "b2120d6c52a67e15",
|
|
887
|
+
"inputHash": "fb3d092e",
|
|
888
|
+
"outputHash": "c0588001"
|
|
889
|
+
},
|
|
890
|
+
"FabricAdd": {
|
|
891
|
+
"pikkuFuncId": "FabricAdd",
|
|
892
|
+
"functionType": "user",
|
|
893
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
894
|
+
"sessionless": true,
|
|
895
|
+
"name": "FabricAdd",
|
|
896
|
+
"inputSchemaName": "FabricAddInput",
|
|
897
|
+
"outputSchemaName": "FabricAddOutput",
|
|
898
|
+
"inputs": [
|
|
899
|
+
"FabricAddInput"
|
|
900
|
+
],
|
|
901
|
+
"outputs": [
|
|
902
|
+
"FabricAddOutput"
|
|
903
|
+
],
|
|
904
|
+
"implementationHash": "c2312feff78f657c",
|
|
905
|
+
"contractHash": "15472f0b66f39639",
|
|
906
|
+
"inputHash": "d6908c64",
|
|
907
|
+
"outputHash": "4e0564f4"
|
|
908
|
+
},
|
|
871
909
|
"all": {
|
|
872
910
|
"pikkuFuncId": "all",
|
|
873
911
|
"functionType": "user",
|
|
@@ -1109,7 +1147,7 @@
|
|
|
1109
1147
|
"outputSchemaName": null,
|
|
1110
1148
|
"inputs": [],
|
|
1111
1149
|
"outputs": [],
|
|
1112
|
-
"implementationHash": "
|
|
1150
|
+
"implementationHash": "8393dab6ea8d3541",
|
|
1113
1151
|
"contractHash": "782763d0171de14f",
|
|
1114
1152
|
"inputHash": "bd9523f1",
|
|
1115
1153
|
"outputHash": "391196a0"
|
|
@@ -1325,9 +1363,9 @@
|
|
|
1325
1363
|
"DeployApplyInput"
|
|
1326
1364
|
],
|
|
1327
1365
|
"outputs": [],
|
|
1328
|
-
"implementationHash": "
|
|
1329
|
-
"contractHash": "
|
|
1330
|
-
"inputHash": "
|
|
1366
|
+
"implementationHash": "c7c0cd41bf1d5020",
|
|
1367
|
+
"contractHash": "052db593f47fdb3a",
|
|
1368
|
+
"inputHash": "5b3a0b43",
|
|
1331
1369
|
"outputHash": "2b614932"
|
|
1332
1370
|
},
|
|
1333
1371
|
"deployPlan": {
|
|
@@ -1342,9 +1380,9 @@
|
|
|
1342
1380
|
"DeployPlanInput"
|
|
1343
1381
|
],
|
|
1344
1382
|
"outputs": [],
|
|
1345
|
-
"implementationHash": "
|
|
1346
|
-
"contractHash": "
|
|
1347
|
-
"inputHash": "
|
|
1383
|
+
"implementationHash": "1d35f323035a43a1",
|
|
1384
|
+
"contractHash": "d6c6b3b50382f5ec",
|
|
1385
|
+
"inputHash": "71d79a7f",
|
|
1348
1386
|
"outputHash": "e6e7d2ab"
|
|
1349
1387
|
},
|
|
1350
1388
|
"deployInfo": {
|
|
@@ -1744,7 +1782,7 @@
|
|
|
1744
1782
|
"outputSchemaName": null,
|
|
1745
1783
|
"inputs": [],
|
|
1746
1784
|
"outputs": [],
|
|
1747
|
-
"implementationHash": "
|
|
1785
|
+
"implementationHash": "ea730026859d505f",
|
|
1748
1786
|
"contractHash": "3758fc656b51f1c3",
|
|
1749
1787
|
"inputHash": "914f8a46",
|
|
1750
1788
|
"outputHash": "dc82a9b9"
|
|
@@ -1834,6 +1872,28 @@
|
|
|
1834
1872
|
"inputHash": "c0a04edb",
|
|
1835
1873
|
"outputHash": "aca3832e"
|
|
1836
1874
|
},
|
|
1875
|
+
"pikkuAuth": {
|
|
1876
|
+
"pikkuFuncId": "pikkuAuth",
|
|
1877
|
+
"functionType": "user",
|
|
1878
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
1879
|
+
"sessionless": true,
|
|
1880
|
+
"name": "pikkuAuth",
|
|
1881
|
+
"inputSchemaName": null,
|
|
1882
|
+
"outputSchemaName": null,
|
|
1883
|
+
"inputs": [],
|
|
1884
|
+
"outputs": [],
|
|
1885
|
+
"implementationHash": "5d2217e0a4c390b3",
|
|
1886
|
+
"middleware": [
|
|
1887
|
+
{
|
|
1888
|
+
"type": "wire",
|
|
1889
|
+
"name": "logCommandInfoAndTime",
|
|
1890
|
+
"inline": false
|
|
1891
|
+
}
|
|
1892
|
+
],
|
|
1893
|
+
"contractHash": "9fa89ecfb6307a51",
|
|
1894
|
+
"inputHash": "c3580f86",
|
|
1895
|
+
"outputHash": "f5261f72"
|
|
1896
|
+
},
|
|
1837
1897
|
"pikkuChannels": {
|
|
1838
1898
|
"pikkuFuncId": "pikkuChannels",
|
|
1839
1899
|
"functionType": "user",
|
|
@@ -1924,28 +1984,6 @@
|
|
|
1924
1984
|
"inputHash": "5d1524e3",
|
|
1925
1985
|
"outputHash": "048ccd50"
|
|
1926
1986
|
},
|
|
1927
|
-
"pikkuAuth": {
|
|
1928
|
-
"pikkuFuncId": "pikkuAuth",
|
|
1929
|
-
"functionType": "user",
|
|
1930
|
-
"funcWrapper": "pikkuSessionlessFunc",
|
|
1931
|
-
"sessionless": true,
|
|
1932
|
-
"name": "pikkuAuth",
|
|
1933
|
-
"inputSchemaName": null,
|
|
1934
|
-
"outputSchemaName": null,
|
|
1935
|
-
"inputs": [],
|
|
1936
|
-
"outputs": [],
|
|
1937
|
-
"implementationHash": "f8a2af6b34ab525f",
|
|
1938
|
-
"middleware": [
|
|
1939
|
-
{
|
|
1940
|
-
"type": "wire",
|
|
1941
|
-
"name": "logCommandInfoAndTime",
|
|
1942
|
-
"inline": false
|
|
1943
|
-
}
|
|
1944
|
-
],
|
|
1945
|
-
"contractHash": "9fa89ecfb6307a51",
|
|
1946
|
-
"inputHash": "c3580f86",
|
|
1947
|
-
"outputHash": "f5261f72"
|
|
1948
|
-
},
|
|
1949
1987
|
"pikkuCLIEntry": {
|
|
1950
1988
|
"pikkuFuncId": "pikkuCLIEntry",
|
|
1951
1989
|
"functionType": "user",
|
|
@@ -1994,28 +2032,6 @@
|
|
|
1994
2032
|
"inputHash": "fef4d62b",
|
|
1995
2033
|
"outputHash": "7d42c9e1"
|
|
1996
2034
|
},
|
|
1997
|
-
"pikkuCredentials": {
|
|
1998
|
-
"pikkuFuncId": "pikkuCredentials",
|
|
1999
|
-
"functionType": "user",
|
|
2000
|
-
"funcWrapper": "pikkuSessionlessFunc",
|
|
2001
|
-
"sessionless": true,
|
|
2002
|
-
"name": "pikkuCredentials",
|
|
2003
|
-
"inputSchemaName": null,
|
|
2004
|
-
"outputSchemaName": null,
|
|
2005
|
-
"inputs": [],
|
|
2006
|
-
"outputs": [],
|
|
2007
|
-
"implementationHash": "a99a627856fd77bd",
|
|
2008
|
-
"middleware": [
|
|
2009
|
-
{
|
|
2010
|
-
"type": "wire",
|
|
2011
|
-
"name": "logCommandInfoAndTime",
|
|
2012
|
-
"inline": false
|
|
2013
|
-
}
|
|
2014
|
-
],
|
|
2015
|
-
"contractHash": "8fa847acfa7ef407",
|
|
2016
|
-
"inputHash": "b98cb2ee",
|
|
2017
|
-
"outputHash": "9e33f562"
|
|
2018
|
-
},
|
|
2019
2035
|
"pikkuConsoleFunctions": {
|
|
2020
2036
|
"pikkuFuncId": "pikkuConsoleFunctions",
|
|
2021
2037
|
"functionType": "user",
|
|
@@ -2086,19 +2102,17 @@
|
|
|
2086
2102
|
"inputHash": "4be7b8bd",
|
|
2087
2103
|
"outputHash": "fca2b5eb"
|
|
2088
2104
|
},
|
|
2089
|
-
"
|
|
2090
|
-
"pikkuFuncId": "
|
|
2105
|
+
"pikkuCredentials": {
|
|
2106
|
+
"pikkuFuncId": "pikkuCredentials",
|
|
2091
2107
|
"functionType": "user",
|
|
2092
2108
|
"funcWrapper": "pikkuSessionlessFunc",
|
|
2093
2109
|
"sessionless": true,
|
|
2094
|
-
"name": "
|
|
2110
|
+
"name": "pikkuCredentials",
|
|
2095
2111
|
"inputSchemaName": null,
|
|
2096
|
-
"outputSchemaName":
|
|
2112
|
+
"outputSchemaName": null,
|
|
2097
2113
|
"inputs": [],
|
|
2098
|
-
"outputs": [
|
|
2099
|
-
|
|
2100
|
-
],
|
|
2101
|
-
"implementationHash": "cc85ec16d890311e",
|
|
2114
|
+
"outputs": [],
|
|
2115
|
+
"implementationHash": "a99a627856fd77bd",
|
|
2102
2116
|
"middleware": [
|
|
2103
2117
|
{
|
|
2104
2118
|
"type": "wire",
|
|
@@ -2106,9 +2120,9 @@
|
|
|
2106
2120
|
"inline": false
|
|
2107
2121
|
}
|
|
2108
2122
|
],
|
|
2109
|
-
"contractHash": "
|
|
2110
|
-
"inputHash": "
|
|
2111
|
-
"outputHash": "
|
|
2123
|
+
"contractHash": "8fa847acfa7ef407",
|
|
2124
|
+
"inputHash": "b98cb2ee",
|
|
2125
|
+
"outputHash": "9e33f562"
|
|
2112
2126
|
},
|
|
2113
2127
|
"pikkuFunctionTypesSplit": {
|
|
2114
2128
|
"pikkuFuncId": "pikkuFunctionTypesSplit",
|
|
@@ -2204,6 +2218,30 @@
|
|
|
2204
2218
|
"inputHash": "a3e730d9",
|
|
2205
2219
|
"outputHash": "e0b61e49"
|
|
2206
2220
|
},
|
|
2221
|
+
"pikkuGateway": {
|
|
2222
|
+
"pikkuFuncId": "pikkuGateway",
|
|
2223
|
+
"functionType": "user",
|
|
2224
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
2225
|
+
"sessionless": true,
|
|
2226
|
+
"name": "pikkuGateway",
|
|
2227
|
+
"inputSchemaName": null,
|
|
2228
|
+
"outputSchemaName": "PikkuGatewayOutput",
|
|
2229
|
+
"inputs": [],
|
|
2230
|
+
"outputs": [
|
|
2231
|
+
"PikkuGatewayOutput"
|
|
2232
|
+
],
|
|
2233
|
+
"implementationHash": "cc85ec16d890311e",
|
|
2234
|
+
"middleware": [
|
|
2235
|
+
{
|
|
2236
|
+
"type": "wire",
|
|
2237
|
+
"name": "logCommandInfoAndTime",
|
|
2238
|
+
"inline": false
|
|
2239
|
+
}
|
|
2240
|
+
],
|
|
2241
|
+
"contractHash": "8c9fc7c18aeb2212",
|
|
2242
|
+
"inputHash": "a5477eae",
|
|
2243
|
+
"outputHash": "b5ea8b47"
|
|
2244
|
+
},
|
|
2207
2245
|
"pikkuHTTPMap": {
|
|
2208
2246
|
"pikkuFuncId": "pikkuHTTPMap",
|
|
2209
2247
|
"functionType": "user",
|
|
@@ -2594,6 +2632,30 @@
|
|
|
2594
2632
|
"inputHash": "d0d42371",
|
|
2595
2633
|
"outputHash": "94c5f21c"
|
|
2596
2634
|
},
|
|
2635
|
+
"pikkuEventsScaffold": {
|
|
2636
|
+
"pikkuFuncId": "pikkuEventsScaffold",
|
|
2637
|
+
"functionType": "user",
|
|
2638
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
2639
|
+
"sessionless": true,
|
|
2640
|
+
"name": "pikkuEventsScaffold",
|
|
2641
|
+
"inputSchemaName": null,
|
|
2642
|
+
"outputSchemaName": "PikkuEventsScaffoldOutput",
|
|
2643
|
+
"inputs": [],
|
|
2644
|
+
"outputs": [
|
|
2645
|
+
"PikkuEventsScaffoldOutput"
|
|
2646
|
+
],
|
|
2647
|
+
"implementationHash": "4a998c5d2ef1753b",
|
|
2648
|
+
"middleware": [
|
|
2649
|
+
{
|
|
2650
|
+
"type": "wire",
|
|
2651
|
+
"name": "logCommandInfoAndTime",
|
|
2652
|
+
"inline": false
|
|
2653
|
+
}
|
|
2654
|
+
],
|
|
2655
|
+
"contractHash": "59fdeb7aa338289b",
|
|
2656
|
+
"inputHash": "0e752243",
|
|
2657
|
+
"outputHash": "486a58ef"
|
|
2658
|
+
},
|
|
2597
2659
|
"pikkuPublicRPC": {
|
|
2598
2660
|
"pikkuFuncId": "pikkuPublicRPC",
|
|
2599
2661
|
"functionType": "user",
|
|
@@ -2778,19 +2840,17 @@
|
|
|
2778
2840
|
"inputHash": "838055cb",
|
|
2779
2841
|
"outputHash": "c749587a"
|
|
2780
2842
|
},
|
|
2781
|
-
"
|
|
2782
|
-
"pikkuFuncId": "
|
|
2843
|
+
"pikkuVariables": {
|
|
2844
|
+
"pikkuFuncId": "pikkuVariables",
|
|
2783
2845
|
"functionType": "user",
|
|
2784
2846
|
"funcWrapper": "pikkuSessionlessFunc",
|
|
2785
2847
|
"sessionless": true,
|
|
2786
|
-
"name": "
|
|
2848
|
+
"name": "pikkuVariables",
|
|
2787
2849
|
"inputSchemaName": null,
|
|
2788
|
-
"outputSchemaName":
|
|
2850
|
+
"outputSchemaName": null,
|
|
2789
2851
|
"inputs": [],
|
|
2790
|
-
"outputs": [
|
|
2791
|
-
|
|
2792
|
-
],
|
|
2793
|
-
"implementationHash": "4a998c5d2ef1753b",
|
|
2852
|
+
"outputs": [],
|
|
2853
|
+
"implementationHash": "84a0e3ace8da3e52",
|
|
2794
2854
|
"middleware": [
|
|
2795
2855
|
{
|
|
2796
2856
|
"type": "wire",
|
|
@@ -2798,9 +2858,9 @@
|
|
|
2798
2858
|
"inline": false
|
|
2799
2859
|
}
|
|
2800
2860
|
],
|
|
2801
|
-
"contractHash": "
|
|
2802
|
-
"inputHash": "
|
|
2803
|
-
"outputHash": "
|
|
2861
|
+
"contractHash": "a26bc48e31b3d5d5",
|
|
2862
|
+
"inputHash": "114143f9",
|
|
2863
|
+
"outputHash": "75594b2d"
|
|
2804
2864
|
},
|
|
2805
2865
|
"pikkuTriggerTypes": {
|
|
2806
2866
|
"pikkuFuncId": "pikkuTriggerTypes",
|
|
@@ -2850,28 +2910,6 @@
|
|
|
2850
2910
|
"inputHash": "164d65e7",
|
|
2851
2911
|
"outputHash": "3ac7247c"
|
|
2852
2912
|
},
|
|
2853
|
-
"pikkuVariables": {
|
|
2854
|
-
"pikkuFuncId": "pikkuVariables",
|
|
2855
|
-
"functionType": "user",
|
|
2856
|
-
"funcWrapper": "pikkuSessionlessFunc",
|
|
2857
|
-
"sessionless": true,
|
|
2858
|
-
"name": "pikkuVariables",
|
|
2859
|
-
"inputSchemaName": null,
|
|
2860
|
-
"outputSchemaName": null,
|
|
2861
|
-
"inputs": [],
|
|
2862
|
-
"outputs": [],
|
|
2863
|
-
"implementationHash": "84a0e3ace8da3e52",
|
|
2864
|
-
"middleware": [
|
|
2865
|
-
{
|
|
2866
|
-
"type": "wire",
|
|
2867
|
-
"name": "logCommandInfoAndTime",
|
|
2868
|
-
"inline": false
|
|
2869
|
-
}
|
|
2870
|
-
],
|
|
2871
|
-
"contractHash": "a26bc48e31b3d5d5",
|
|
2872
|
-
"inputHash": "114143f9",
|
|
2873
|
-
"outputHash": "75594b2d"
|
|
2874
|
-
},
|
|
2875
2913
|
"pikkuWorkflowRoutes": {
|
|
2876
2914
|
"pikkuFuncId": "pikkuWorkflowRoutes",
|
|
2877
2915
|
"functionType": "user",
|
|
@@ -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.44
|
|
3
3
|
*/
|
|
4
4
|
import type { SingletonServices } from '../types/application-types.d.js';
|
|
5
5
|
import type { Services } from '../types/application-types.d.js';
|
|
@@ -30,5 +30,5 @@ export declare const requiredSingletonServices: {
|
|
|
30
30
|
readonly workflowService: true;
|
|
31
31
|
};
|
|
32
32
|
export declare const requiredWireServices: {};
|
|
33
|
-
export type RequiredSingletonServices = Pick<SingletonServices, 'config' | 'getInspectorState' | 'logger' | 'queueService' | 'schedulerService' | 'schema' | 'secrets' | 'variables' | 'workflowRunService' | 'workflowService'
|
|
33
|
+
export type RequiredSingletonServices = Required<Pick<SingletonServices, 'config' | 'getInspectorState' | 'logger' | 'queueService' | 'schedulerService' | 'schema' | 'secrets' | 'variables' | 'workflowRunService' | 'workflowService'>> & Partial<Omit<SingletonServices, 'config' | 'getInspectorState' | 'logger' | 'queueService' | 'schedulerService' | 'schema' | 'secrets' | 'variables' | 'workflowRunService' | 'workflowService'>>;
|
|
34
34
|
export type RequiredWireServices = Partial<Services>;
|
|
@@ -43,6 +43,8 @@
|
|
|
43
43
|
"FabricLLMKey": "FabricLLMKey",
|
|
44
44
|
"FabricValidate": "FabricValidate",
|
|
45
45
|
"FabricSmoke": "FabricSmoke",
|
|
46
|
+
"FabricPublish": "FabricPublish",
|
|
47
|
+
"FabricAdd": "FabricAdd",
|
|
46
48
|
"all": "all",
|
|
47
49
|
"bootstrap": "bootstrap",
|
|
48
50
|
"watch": "watch",
|
|
@@ -134,13 +136,13 @@
|
|
|
134
136
|
"pikkuQueueMap": "pikkuQueueMap",
|
|
135
137
|
"pikkuQueue": "pikkuQueue",
|
|
136
138
|
"pikkuEventsScaffold": "pikkuEventsScaffold",
|
|
137
|
-
"pikkuSchedulerTypes": "pikkuSchedulerTypes",
|
|
138
|
-
"pikkuScheduler": "pikkuScheduler",
|
|
139
139
|
"pikkuPublicRPC": "pikkuPublicRPC",
|
|
140
140
|
"pikkuRemoteRPC": "pikkuRemoteRPC",
|
|
141
141
|
"pikkuRPCInternalMap": "pikkuRPCInternalMap",
|
|
142
142
|
"pikkuRPCExposedMap": "pikkuRPCExposedMap",
|
|
143
143
|
"pikkuRPC": "pikkuRPC",
|
|
144
|
+
"pikkuSchedulerTypes": "pikkuSchedulerTypes",
|
|
145
|
+
"pikkuScheduler": "pikkuScheduler",
|
|
144
146
|
"pikkuSecrets": "pikkuSecrets",
|
|
145
147
|
"pikkuTriggerTypes": "pikkuTriggerTypes",
|
|
146
148
|
"pikkuTrigger": "pikkuTrigger",
|
|
@@ -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.44
|
|
3
3
|
*/
|
|
4
4
|
import { addSchema } from '@pikku/core/schema';
|
|
5
5
|
import * as PikkuSchemasOutput from './schemas/PikkuSchemasOutput.schema.json' with { type: 'json' };
|
|
@@ -102,6 +102,14 @@ import * as FabricSmokeInput from './schemas/FabricSmokeInput.schema.json' with
|
|
|
102
102
|
addSchema('FabricSmokeInput', FabricSmokeInput);
|
|
103
103
|
import * as FabricSmokeOutput from './schemas/FabricSmokeOutput.schema.json' with { type: 'json' };
|
|
104
104
|
addSchema('FabricSmokeOutput', FabricSmokeOutput);
|
|
105
|
+
import * as FabricPublishInput from './schemas/FabricPublishInput.schema.json' with { type: 'json' };
|
|
106
|
+
addSchema('FabricPublishInput', FabricPublishInput);
|
|
107
|
+
import * as FabricPublishOutput from './schemas/FabricPublishOutput.schema.json' with { type: 'json' };
|
|
108
|
+
addSchema('FabricPublishOutput', FabricPublishOutput);
|
|
109
|
+
import * as FabricAddInput from './schemas/FabricAddInput.schema.json' with { type: 'json' };
|
|
110
|
+
addSchema('FabricAddInput', FabricAddInput);
|
|
111
|
+
import * as FabricAddOutput from './schemas/FabricAddOutput.schema.json' with { type: 'json' };
|
|
112
|
+
addSchema('FabricAddOutput', FabricAddOutput);
|
|
105
113
|
import * as WatchInput from './schemas/WatchInput.schema.json' with { type: 'json' };
|
|
106
114
|
addSchema('WatchInput', WatchInput);
|
|
107
115
|
import * as ConsoleCommandInput from './schemas/ConsoleCommandInput.schema.json' with { type: 'json' };
|
|
@@ -202,14 +210,14 @@ import * as PikkuConsoleFunctionsOutput from './schemas/PikkuConsoleFunctionsOut
|
|
|
202
210
|
addSchema('PikkuConsoleFunctionsOutput', PikkuConsoleFunctionsOutput);
|
|
203
211
|
import * as PikkuNodesMetaOutput from './schemas/PikkuNodesMetaOutput.schema.json' with { type: 'json' };
|
|
204
212
|
addSchema('PikkuNodesMetaOutput', PikkuNodesMetaOutput);
|
|
205
|
-
import * as PikkuGatewayOutput from './schemas/PikkuGatewayOutput.schema.json' with { type: 'json' };
|
|
206
|
-
addSchema('PikkuGatewayOutput', PikkuGatewayOutput);
|
|
207
213
|
import * as PikkuFunctionTypesSplitInput from './schemas/PikkuFunctionTypesSplitInput.schema.json' with { type: 'json' };
|
|
208
214
|
addSchema('PikkuFunctionTypesSplitInput', PikkuFunctionTypesSplitInput);
|
|
209
215
|
import * as PikkuFunctionTypesInput from './schemas/PikkuFunctionTypesInput.schema.json' with { type: 'json' };
|
|
210
216
|
addSchema('PikkuFunctionTypesInput', PikkuFunctionTypesInput);
|
|
211
217
|
import * as PikkuFunctionsOutput from './schemas/PikkuFunctionsOutput.schema.json' with { type: 'json' };
|
|
212
218
|
addSchema('PikkuFunctionsOutput', PikkuFunctionsOutput);
|
|
219
|
+
import * as PikkuGatewayOutput from './schemas/PikkuGatewayOutput.schema.json' with { type: 'json' };
|
|
220
|
+
addSchema('PikkuGatewayOutput', PikkuGatewayOutput);
|
|
213
221
|
import * as PikkuCommandHTTPOutput from './schemas/PikkuCommandHTTPOutput.schema.json' with { type: 'json' };
|
|
214
222
|
addSchema('PikkuCommandHTTPOutput', PikkuCommandHTTPOutput);
|
|
215
223
|
import * as PikkuHTTPOutput from './schemas/PikkuHTTPOutput.schema.json' with { type: 'json' };
|
|
@@ -226,6 +234,8 @@ import * as PikkuCommandQueueOutput from './schemas/PikkuCommandQueueOutput.sche
|
|
|
226
234
|
addSchema('PikkuCommandQueueOutput', PikkuCommandQueueOutput);
|
|
227
235
|
import * as PikkuQueueOutput from './schemas/PikkuQueueOutput.schema.json' with { type: 'json' };
|
|
228
236
|
addSchema('PikkuQueueOutput', PikkuQueueOutput);
|
|
237
|
+
import * as PikkuEventsScaffoldOutput from './schemas/PikkuEventsScaffoldOutput.schema.json' with { type: 'json' };
|
|
238
|
+
addSchema('PikkuEventsScaffoldOutput', PikkuEventsScaffoldOutput);
|
|
229
239
|
import * as PikkuPublicRPCOutput from './schemas/PikkuPublicRPCOutput.schema.json' with { type: 'json' };
|
|
230
240
|
addSchema('PikkuPublicRPCOutput', PikkuPublicRPCOutput);
|
|
231
241
|
import * as PikkuRemoteRPCOutput from './schemas/PikkuRemoteRPCOutput.schema.json' with { type: 'json' };
|
|
@@ -234,8 +244,6 @@ import * as PikkuRPCOutput from './schemas/PikkuRPCOutput.schema.json' with { ty
|
|
|
234
244
|
addSchema('PikkuRPCOutput', PikkuRPCOutput);
|
|
235
245
|
import * as PikkuSchedulerOutput from './schemas/PikkuSchedulerOutput.schema.json' with { type: 'json' };
|
|
236
246
|
addSchema('PikkuSchedulerOutput', PikkuSchedulerOutput);
|
|
237
|
-
import * as PikkuEventsScaffoldOutput from './schemas/PikkuEventsScaffoldOutput.schema.json' with { type: 'json' };
|
|
238
|
-
addSchema('PikkuEventsScaffoldOutput', PikkuEventsScaffoldOutput);
|
|
239
247
|
import * as PikkuTriggerTypesInput from './schemas/PikkuTriggerTypesInput.schema.json' with { type: 'json' };
|
|
240
248
|
addSchema('PikkuTriggerTypesInput', PikkuTriggerTypesInput);
|
|
241
249
|
import * as PikkuTriggerOutput from './schemas/PikkuTriggerOutput.schema.json' with { type: 'json' };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{ "$schema": "http://json-schema.org/draft-07/schema#", "type": "object", "properties": { "fromPlan": { "type": "boolean" }, "provider": { "type": "string" }, "resultFile": { "type": "string" } }, "additionalProperties": false, "definitions": {} }
|
|
1
|
+
{ "$schema": "http://json-schema.org/draft-07/schema#", "type": "object", "properties": { "fromPlan": { "type": "boolean" }, "provider": { "type": "string" }, "resultFile": { "type": "string" }, "debugArtifacts": { "type": "boolean" } }, "additionalProperties": false, "definitions": {} }
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{ "$schema": "http://json-schema.org/draft-07/schema#", "type": "object", "properties": { "resultFile": { "type": "string" }, "provider": { "type": "string" } }, "additionalProperties": false, "definitions": {} }
|
|
1
|
+
{ "$schema": "http://json-schema.org/draft-07/schema#", "type": "object", "properties": { "resultFile": { "type": "string" }, "provider": { "type": "string" }, "debugArtifacts": { "type": "boolean" } }, "additionalProperties": false, "definitions": {} }
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "type": "object", "properties": { "id": { "type": "string" }, "dir": { "type": "string" }, "apiUrl": { "type": "string" } }, "required": ["id"], "additionalProperties": false }
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "type": "object", "properties": { "id": { "type": "string" }, "name": { "type": "string" }, "version": { "type": "string" }, "path": { "type": "string" } }, "required": ["id", "name", "version", "path"], "additionalProperties": false }
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "type": "object", "properties": { "dir": { "type": "string" }, "apiUrl": { "type": "string" } }, "additionalProperties": false }
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "type": "object", "properties": { "id": { "type": "string" }, "name": { "type": "string" }, "version": { "type": "string" }, "publisher": { "anyOf": [{ "type": "string" }, { "type": "null" }] } }, "required": ["id", "name", "version", "publisher"], "additionalProperties": false }
|