@pikku/cli 0.12.47 → 0.12.48
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-Cb-SEeMM.js → index-DybYeIfd.js} +139 -139
- 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 +1 -1
- package/dist/.pikku/cli/pikku-cli-client.gen.d.ts +1 -1
- package/dist/.pikku/cli/pikku-cli-client.gen.js +1 -1
- package/dist/.pikku/cli/pikku-cli-contracts-meta.gen.d.ts +1 -1
- package/dist/.pikku/cli/pikku-cli-contracts-meta.gen.js +1 -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.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 +82 -82
- 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 +1 -1
- 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/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 +3 -3
- 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/functions/commands/all.js +2 -2
- package/dist/src/functions/wirings/emails/serialize-emails.js +4 -2
- package/dist/src/functions/wirings/gateway/pikku-command-gateway.js +13 -1
- package/dist/src/functions/wirings/gateway/serialize-gateway-meta.d.ts +3 -0
- package/dist/src/functions/wirings/gateway/serialize-gateway-meta.js +14 -0
- package/dist/src/functions/workflows/all.workflow.js +1 -1
- package/dist/src/scaffold/rpc-remote.gen.js +1 -1
- package/dist/src/services.js +11 -1
- package/dist/src/utils/pikku-cli-config.js +6 -0
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +3 -3
- package/skills/pikku-services/SKILL.md +10 -1
package/console-app/index.html
CHANGED
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
}
|
|
22
22
|
} catch (e) {}
|
|
23
23
|
</script>
|
|
24
|
-
<script type="module" crossorigin src="/assets/index-
|
|
24
|
+
<script type="module" crossorigin src="/assets/index-DybYeIfd.js"></script>
|
|
25
25
|
<link rel="stylesheet" crossorigin href="/assets/index-DwyRdRuZ.css">
|
|
26
26
|
</head>
|
|
27
27
|
<body>
|
|
@@ -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.48
|
|
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';
|
|
@@ -917,7 +917,7 @@
|
|
|
917
917
|
"inputs": [],
|
|
918
918
|
"outputs": [],
|
|
919
919
|
"remote": true,
|
|
920
|
-
"implementationHash": "
|
|
920
|
+
"implementationHash": "fa1607126225b248"
|
|
921
921
|
},
|
|
922
922
|
"bootstrap": {
|
|
923
923
|
"pikkuFuncId": "bootstrap",
|
|
@@ -1772,21 +1772,6 @@
|
|
|
1772
1772
|
"remote": true,
|
|
1773
1773
|
"implementationHash": "105018a823bdb551"
|
|
1774
1774
|
},
|
|
1775
|
-
"allWorkflow": {
|
|
1776
|
-
"pikkuFuncId": "allWorkflow",
|
|
1777
|
-
"functionType": "user",
|
|
1778
|
-
"funcWrapper": "pikkuWorkflowComplexFunc",
|
|
1779
|
-
"sessionless": true,
|
|
1780
|
-
"name": "allWorkflow",
|
|
1781
|
-
"inputSchemaName": null,
|
|
1782
|
-
"outputSchemaName": null,
|
|
1783
|
-
"inputs": [],
|
|
1784
|
-
"outputs": [],
|
|
1785
|
-
"implementationHash": "f96326b7d9ae9dce",
|
|
1786
|
-
"contractHash": "5cf046fc5045a072",
|
|
1787
|
-
"inputHash": "d5ff2f31",
|
|
1788
|
-
"outputHash": "391c291d"
|
|
1789
|
-
},
|
|
1790
1775
|
"pikkuSummary": {
|
|
1791
1776
|
"pikkuFuncId": "pikkuSummary",
|
|
1792
1777
|
"functionType": "user",
|
|
@@ -1802,6 +1787,21 @@
|
|
|
1802
1787
|
"inputHash": "914f8a46",
|
|
1803
1788
|
"outputHash": "dc82a9b9"
|
|
1804
1789
|
},
|
|
1790
|
+
"allWorkflow": {
|
|
1791
|
+
"pikkuFuncId": "allWorkflow",
|
|
1792
|
+
"functionType": "user",
|
|
1793
|
+
"funcWrapper": "pikkuWorkflowComplexFunc",
|
|
1794
|
+
"sessionless": true,
|
|
1795
|
+
"name": "allWorkflow",
|
|
1796
|
+
"inputSchemaName": null,
|
|
1797
|
+
"outputSchemaName": null,
|
|
1798
|
+
"inputs": [],
|
|
1799
|
+
"outputs": [],
|
|
1800
|
+
"implementationHash": "91f5b927063a1453",
|
|
1801
|
+
"contractHash": "5cf046fc5045a072",
|
|
1802
|
+
"inputHash": "d5ff2f31",
|
|
1803
|
+
"outputHash": "391c291d"
|
|
1804
|
+
},
|
|
1805
1805
|
"pikkuAIAgentTypes": {
|
|
1806
1806
|
"pikkuFuncId": "pikkuAIAgentTypes",
|
|
1807
1807
|
"functionType": "user",
|
|
@@ -1872,6 +1872,28 @@
|
|
|
1872
1872
|
"inputHash": "c0a04edb",
|
|
1873
1873
|
"outputHash": "aca3832e"
|
|
1874
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": "1f7044dc9aa598b8",
|
|
1886
|
+
"middleware": [
|
|
1887
|
+
{
|
|
1888
|
+
"type": "wire",
|
|
1889
|
+
"name": "logCommandInfoAndTime",
|
|
1890
|
+
"inline": false
|
|
1891
|
+
}
|
|
1892
|
+
],
|
|
1893
|
+
"contractHash": "9fa89ecfb6307a51",
|
|
1894
|
+
"inputHash": "c3580f86",
|
|
1895
|
+
"outputHash": "f5261f72"
|
|
1896
|
+
},
|
|
1875
1897
|
"pikkuChannels": {
|
|
1876
1898
|
"pikkuFuncId": "pikkuChannels",
|
|
1877
1899
|
"functionType": "user",
|
|
@@ -1962,28 +1984,6 @@
|
|
|
1962
1984
|
"inputHash": "5d1524e3",
|
|
1963
1985
|
"outputHash": "048ccd50"
|
|
1964
1986
|
},
|
|
1965
|
-
"pikkuAuth": {
|
|
1966
|
-
"pikkuFuncId": "pikkuAuth",
|
|
1967
|
-
"functionType": "user",
|
|
1968
|
-
"funcWrapper": "pikkuSessionlessFunc",
|
|
1969
|
-
"sessionless": true,
|
|
1970
|
-
"name": "pikkuAuth",
|
|
1971
|
-
"inputSchemaName": null,
|
|
1972
|
-
"outputSchemaName": null,
|
|
1973
|
-
"inputs": [],
|
|
1974
|
-
"outputs": [],
|
|
1975
|
-
"implementationHash": "1f7044dc9aa598b8",
|
|
1976
|
-
"middleware": [
|
|
1977
|
-
{
|
|
1978
|
-
"type": "wire",
|
|
1979
|
-
"name": "logCommandInfoAndTime",
|
|
1980
|
-
"inline": false
|
|
1981
|
-
}
|
|
1982
|
-
],
|
|
1983
|
-
"contractHash": "9fa89ecfb6307a51",
|
|
1984
|
-
"inputHash": "c3580f86",
|
|
1985
|
-
"outputHash": "f5261f72"
|
|
1986
|
-
},
|
|
1987
1987
|
"pikkuCLIEntry": {
|
|
1988
1988
|
"pikkuFuncId": "pikkuCLIEntry",
|
|
1989
1989
|
"functionType": "user",
|
|
@@ -2218,6 +2218,30 @@
|
|
|
2218
2218
|
"inputHash": "a3e730d9",
|
|
2219
2219
|
"outputHash": "e0b61e49"
|
|
2220
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": "c62d948fb6bd39af",
|
|
2234
|
+
"middleware": [
|
|
2235
|
+
{
|
|
2236
|
+
"type": "wire",
|
|
2237
|
+
"name": "logCommandInfoAndTime",
|
|
2238
|
+
"inline": false
|
|
2239
|
+
}
|
|
2240
|
+
],
|
|
2241
|
+
"contractHash": "8c9fc7c18aeb2212",
|
|
2242
|
+
"inputHash": "a5477eae",
|
|
2243
|
+
"outputHash": "b5ea8b47"
|
|
2244
|
+
},
|
|
2221
2245
|
"pikkuHTTPMap": {
|
|
2222
2246
|
"pikkuFuncId": "pikkuHTTPMap",
|
|
2223
2247
|
"functionType": "user",
|
|
@@ -2608,30 +2632,6 @@
|
|
|
2608
2632
|
"inputHash": "d0d42371",
|
|
2609
2633
|
"outputHash": "94c5f21c"
|
|
2610
2634
|
},
|
|
2611
|
-
"pikkuGateway": {
|
|
2612
|
-
"pikkuFuncId": "pikkuGateway",
|
|
2613
|
-
"functionType": "user",
|
|
2614
|
-
"funcWrapper": "pikkuSessionlessFunc",
|
|
2615
|
-
"sessionless": true,
|
|
2616
|
-
"name": "pikkuGateway",
|
|
2617
|
-
"inputSchemaName": null,
|
|
2618
|
-
"outputSchemaName": "PikkuGatewayOutput",
|
|
2619
|
-
"inputs": [],
|
|
2620
|
-
"outputs": [
|
|
2621
|
-
"PikkuGatewayOutput"
|
|
2622
|
-
],
|
|
2623
|
-
"implementationHash": "cc85ec16d890311e",
|
|
2624
|
-
"middleware": [
|
|
2625
|
-
{
|
|
2626
|
-
"type": "wire",
|
|
2627
|
-
"name": "logCommandInfoAndTime",
|
|
2628
|
-
"inline": false
|
|
2629
|
-
}
|
|
2630
|
-
],
|
|
2631
|
-
"contractHash": "8c9fc7c18aeb2212",
|
|
2632
|
-
"inputHash": "a5477eae",
|
|
2633
|
-
"outputHash": "b5ea8b47"
|
|
2634
|
-
},
|
|
2635
2635
|
"pikkuEventsScaffold": {
|
|
2636
2636
|
"pikkuFuncId": "pikkuEventsScaffold",
|
|
2637
2637
|
"functionType": "user",
|
|
@@ -2888,19 +2888,17 @@
|
|
|
2888
2888
|
"inputHash": "164d65e7",
|
|
2889
2889
|
"outputHash": "3ac7247c"
|
|
2890
2890
|
},
|
|
2891
|
-
"
|
|
2892
|
-
"pikkuFuncId": "
|
|
2891
|
+
"pikkuVariables": {
|
|
2892
|
+
"pikkuFuncId": "pikkuVariables",
|
|
2893
2893
|
"functionType": "user",
|
|
2894
2894
|
"funcWrapper": "pikkuSessionlessFunc",
|
|
2895
2895
|
"sessionless": true,
|
|
2896
|
-
"name": "
|
|
2896
|
+
"name": "pikkuVariables",
|
|
2897
2897
|
"inputSchemaName": null,
|
|
2898
|
-
"outputSchemaName":
|
|
2898
|
+
"outputSchemaName": null,
|
|
2899
2899
|
"inputs": [],
|
|
2900
|
-
"outputs": [
|
|
2901
|
-
|
|
2902
|
-
],
|
|
2903
|
-
"implementationHash": "44984589bce5976c",
|
|
2900
|
+
"outputs": [],
|
|
2901
|
+
"implementationHash": "84a0e3ace8da3e52",
|
|
2904
2902
|
"middleware": [
|
|
2905
2903
|
{
|
|
2906
2904
|
"type": "wire",
|
|
@@ -2908,21 +2906,23 @@
|
|
|
2908
2906
|
"inline": false
|
|
2909
2907
|
}
|
|
2910
2908
|
],
|
|
2911
|
-
"contractHash": "
|
|
2912
|
-
"inputHash": "
|
|
2913
|
-
"outputHash": "
|
|
2909
|
+
"contractHash": "a26bc48e31b3d5d5",
|
|
2910
|
+
"inputHash": "114143f9",
|
|
2911
|
+
"outputHash": "75594b2d"
|
|
2914
2912
|
},
|
|
2915
|
-
"
|
|
2916
|
-
"pikkuFuncId": "
|
|
2913
|
+
"pikkuWorkflowRoutes": {
|
|
2914
|
+
"pikkuFuncId": "pikkuWorkflowRoutes",
|
|
2917
2915
|
"functionType": "user",
|
|
2918
2916
|
"funcWrapper": "pikkuSessionlessFunc",
|
|
2919
2917
|
"sessionless": true,
|
|
2920
|
-
"name": "
|
|
2918
|
+
"name": "pikkuWorkflowRoutes",
|
|
2921
2919
|
"inputSchemaName": null,
|
|
2922
|
-
"outputSchemaName":
|
|
2920
|
+
"outputSchemaName": "PikkuWorkflowRoutesOutput",
|
|
2923
2921
|
"inputs": [],
|
|
2924
|
-
"outputs": [
|
|
2925
|
-
|
|
2922
|
+
"outputs": [
|
|
2923
|
+
"PikkuWorkflowRoutesOutput"
|
|
2924
|
+
],
|
|
2925
|
+
"implementationHash": "44984589bce5976c",
|
|
2926
2926
|
"middleware": [
|
|
2927
2927
|
{
|
|
2928
2928
|
"type": "wire",
|
|
@@ -2930,8 +2930,8 @@
|
|
|
2930
2930
|
"inline": false
|
|
2931
2931
|
}
|
|
2932
2932
|
],
|
|
2933
|
-
"contractHash": "
|
|
2934
|
-
"inputHash": "
|
|
2935
|
-
"outputHash": "
|
|
2933
|
+
"contractHash": "4bfa767e5f7be854",
|
|
2934
|
+
"inputHash": "3bda91da",
|
|
2935
|
+
"outputHash": "8b24f1df"
|
|
2936
2936
|
}
|
|
2937
2937
|
}
|
|
@@ -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.48
|
|
3
3
|
*/
|
|
4
4
|
import { addSchema } from '@pikku/core/schema';
|
|
5
5
|
import * as PikkuSchemasOutput from './schemas/PikkuSchemasOutput.schema.json' with { type: 'json' };
|
|
@@ -216,6 +216,8 @@ import * as PikkuFunctionTypesInput from './schemas/PikkuFunctionTypesInput.sche
|
|
|
216
216
|
addSchema('PikkuFunctionTypesInput', PikkuFunctionTypesInput);
|
|
217
217
|
import * as PikkuFunctionsOutput from './schemas/PikkuFunctionsOutput.schema.json' with { type: 'json' };
|
|
218
218
|
addSchema('PikkuFunctionsOutput', PikkuFunctionsOutput);
|
|
219
|
+
import * as PikkuGatewayOutput from './schemas/PikkuGatewayOutput.schema.json' with { type: 'json' };
|
|
220
|
+
addSchema('PikkuGatewayOutput', PikkuGatewayOutput);
|
|
219
221
|
import * as PikkuCommandHTTPOutput from './schemas/PikkuCommandHTTPOutput.schema.json' with { type: 'json' };
|
|
220
222
|
addSchema('PikkuCommandHTTPOutput', PikkuCommandHTTPOutput);
|
|
221
223
|
import * as PikkuHTTPOutput from './schemas/PikkuHTTPOutput.schema.json' with { type: 'json' };
|
|
@@ -232,8 +234,6 @@ import * as PikkuCommandQueueOutput from './schemas/PikkuCommandQueueOutput.sche
|
|
|
232
234
|
addSchema('PikkuCommandQueueOutput', PikkuCommandQueueOutput);
|
|
233
235
|
import * as PikkuQueueOutput from './schemas/PikkuQueueOutput.schema.json' with { type: 'json' };
|
|
234
236
|
addSchema('PikkuQueueOutput', PikkuQueueOutput);
|
|
235
|
-
import * as PikkuGatewayOutput from './schemas/PikkuGatewayOutput.schema.json' with { type: 'json' };
|
|
236
|
-
addSchema('PikkuGatewayOutput', PikkuGatewayOutput);
|
|
237
237
|
import * as PikkuEventsScaffoldOutput from './schemas/PikkuEventsScaffoldOutput.schema.json' with { type: 'json' };
|
|
238
238
|
addSchema('PikkuEventsScaffoldOutput', PikkuEventsScaffoldOutput);
|
|
239
239
|
import * as PikkuPublicRPCOutput from './schemas/PikkuPublicRPCOutput.schema.json' with { type: 'json' };
|