@pikku/cli 0.12.47 → 0.12.49
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 +60 -60
- 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/rpc/pikku-rpc-wirings-meta.internal.gen.json +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/fabric/functions/validate.function.js +96 -0
- 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/dist/src/fabric/functions/validate-core.d.ts +0 -20
- package/dist/src/fabric/functions/validate-core.js +0 -287
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.49
|
|
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",
|
|
@@ -2124,6 +2124,30 @@
|
|
|
2124
2124
|
"inputHash": "b98cb2ee",
|
|
2125
2125
|
"outputHash": "9e33f562"
|
|
2126
2126
|
},
|
|
2127
|
+
"pikkuGateway": {
|
|
2128
|
+
"pikkuFuncId": "pikkuGateway",
|
|
2129
|
+
"functionType": "user",
|
|
2130
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
2131
|
+
"sessionless": true,
|
|
2132
|
+
"name": "pikkuGateway",
|
|
2133
|
+
"inputSchemaName": null,
|
|
2134
|
+
"outputSchemaName": "PikkuGatewayOutput",
|
|
2135
|
+
"inputs": [],
|
|
2136
|
+
"outputs": [
|
|
2137
|
+
"PikkuGatewayOutput"
|
|
2138
|
+
],
|
|
2139
|
+
"implementationHash": "c62d948fb6bd39af",
|
|
2140
|
+
"middleware": [
|
|
2141
|
+
{
|
|
2142
|
+
"type": "wire",
|
|
2143
|
+
"name": "logCommandInfoAndTime",
|
|
2144
|
+
"inline": false
|
|
2145
|
+
}
|
|
2146
|
+
],
|
|
2147
|
+
"contractHash": "8c9fc7c18aeb2212",
|
|
2148
|
+
"inputHash": "a5477eae",
|
|
2149
|
+
"outputHash": "b5ea8b47"
|
|
2150
|
+
},
|
|
2127
2151
|
"pikkuFunctionTypesSplit": {
|
|
2128
2152
|
"pikkuFuncId": "pikkuFunctionTypesSplit",
|
|
2129
2153
|
"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
|
}
|
|
@@ -144,8 +144,8 @@
|
|
|
144
144
|
"pikkuSchedulerTypes": "pikkuSchedulerTypes",
|
|
145
145
|
"pikkuScheduler": "pikkuScheduler",
|
|
146
146
|
"pikkuSecrets": "pikkuSecrets",
|
|
147
|
+
"pikkuVariables": "pikkuVariables",
|
|
147
148
|
"pikkuTriggerTypes": "pikkuTriggerTypes",
|
|
148
149
|
"pikkuTrigger": "pikkuTrigger",
|
|
149
|
-
"pikkuVariables": "pikkuVariables",
|
|
150
150
|
"pikkuWorkflowRoutes": "pikkuWorkflowRoutes"
|
|
151
151
|
}
|
|
@@ -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.49
|
|
3
3
|
*/
|
|
4
4
|
import { addSchema } from '@pikku/core/schema';
|
|
5
5
|
import * as PikkuSchemasOutput from './schemas/PikkuSchemasOutput.schema.json' with { type: 'json' };
|
|
@@ -210,6 +210,8 @@ import * as PikkuConsoleFunctionsOutput from './schemas/PikkuConsoleFunctionsOut
|
|
|
210
210
|
addSchema('PikkuConsoleFunctionsOutput', PikkuConsoleFunctionsOutput);
|
|
211
211
|
import * as PikkuNodesMetaOutput from './schemas/PikkuNodesMetaOutput.schema.json' with { type: 'json' };
|
|
212
212
|
addSchema('PikkuNodesMetaOutput', PikkuNodesMetaOutput);
|
|
213
|
+
import * as PikkuGatewayOutput from './schemas/PikkuGatewayOutput.schema.json' with { type: 'json' };
|
|
214
|
+
addSchema('PikkuGatewayOutput', PikkuGatewayOutput);
|
|
213
215
|
import * as PikkuFunctionTypesSplitInput from './schemas/PikkuFunctionTypesSplitInput.schema.json' with { type: 'json' };
|
|
214
216
|
addSchema('PikkuFunctionTypesSplitInput', PikkuFunctionTypesSplitInput);
|
|
215
217
|
import * as PikkuFunctionTypesInput from './schemas/PikkuFunctionTypesInput.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' };
|