@pikku/cli 0.12.46 → 0.12.47
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/console-app/assets/{index-ByiKUJ11.js → index-Cb-SEeMM.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/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/tests-init.js +54 -8
- package/dist/src/scaffold/rpc-remote.gen.js +1 -1
- package/package.json +4 -4
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-Cb-SEeMM.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.47
|
|
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';
|
|
@@ -1100,7 +1100,7 @@
|
|
|
1100
1100
|
"PikkuTestsInitInput"
|
|
1101
1101
|
],
|
|
1102
1102
|
"outputs": [],
|
|
1103
|
-
"implementationHash": "
|
|
1103
|
+
"implementationHash": "e871ed6ef27f4256",
|
|
1104
1104
|
"contractHash": "e37968c2b9c365cc",
|
|
1105
1105
|
"inputHash": "e27fe9ce",
|
|
1106
1106
|
"outputHash": "4a703d6e"
|
|
@@ -1772,21 +1772,6 @@
|
|
|
1772
1772
|
"remote": true,
|
|
1773
1773
|
"implementationHash": "105018a823bdb551"
|
|
1774
1774
|
},
|
|
1775
|
-
"pikkuSummary": {
|
|
1776
|
-
"pikkuFuncId": "pikkuSummary",
|
|
1777
|
-
"functionType": "user",
|
|
1778
|
-
"funcWrapper": "pikkuSessionlessFunc",
|
|
1779
|
-
"sessionless": true,
|
|
1780
|
-
"name": "pikkuSummary",
|
|
1781
|
-
"inputSchemaName": null,
|
|
1782
|
-
"outputSchemaName": null,
|
|
1783
|
-
"inputs": [],
|
|
1784
|
-
"outputs": [],
|
|
1785
|
-
"implementationHash": "ea730026859d505f",
|
|
1786
|
-
"contractHash": "3758fc656b51f1c3",
|
|
1787
|
-
"inputHash": "914f8a46",
|
|
1788
|
-
"outputHash": "dc82a9b9"
|
|
1789
|
-
},
|
|
1790
1775
|
"allWorkflow": {
|
|
1791
1776
|
"pikkuFuncId": "allWorkflow",
|
|
1792
1777
|
"functionType": "user",
|
|
@@ -1802,6 +1787,21 @@
|
|
|
1802
1787
|
"inputHash": "d5ff2f31",
|
|
1803
1788
|
"outputHash": "391c291d"
|
|
1804
1789
|
},
|
|
1790
|
+
"pikkuSummary": {
|
|
1791
|
+
"pikkuFuncId": "pikkuSummary",
|
|
1792
|
+
"functionType": "user",
|
|
1793
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
1794
|
+
"sessionless": true,
|
|
1795
|
+
"name": "pikkuSummary",
|
|
1796
|
+
"inputSchemaName": null,
|
|
1797
|
+
"outputSchemaName": null,
|
|
1798
|
+
"inputs": [],
|
|
1799
|
+
"outputs": [],
|
|
1800
|
+
"implementationHash": "ea730026859d505f",
|
|
1801
|
+
"contractHash": "3758fc656b51f1c3",
|
|
1802
|
+
"inputHash": "914f8a46",
|
|
1803
|
+
"outputHash": "dc82a9b9"
|
|
1804
|
+
},
|
|
1805
1805
|
"pikkuAIAgentTypes": {
|
|
1806
1806
|
"pikkuFuncId": "pikkuAIAgentTypes",
|
|
1807
1807
|
"functionType": "user",
|
|
@@ -2218,30 +2218,6 @@
|
|
|
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": "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
|
-
},
|
|
2245
2221
|
"pikkuHTTPMap": {
|
|
2246
2222
|
"pikkuFuncId": "pikkuHTTPMap",
|
|
2247
2223
|
"functionType": "user",
|
|
@@ -2632,6 +2608,30 @@
|
|
|
2632
2608
|
"inputHash": "d0d42371",
|
|
2633
2609
|
"outputHash": "94c5f21c"
|
|
2634
2610
|
},
|
|
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,17 +2888,19 @@
|
|
|
2888
2888
|
"inputHash": "164d65e7",
|
|
2889
2889
|
"outputHash": "3ac7247c"
|
|
2890
2890
|
},
|
|
2891
|
-
"
|
|
2892
|
-
"pikkuFuncId": "
|
|
2891
|
+
"pikkuWorkflowRoutes": {
|
|
2892
|
+
"pikkuFuncId": "pikkuWorkflowRoutes",
|
|
2893
2893
|
"functionType": "user",
|
|
2894
2894
|
"funcWrapper": "pikkuSessionlessFunc",
|
|
2895
2895
|
"sessionless": true,
|
|
2896
|
-
"name": "
|
|
2896
|
+
"name": "pikkuWorkflowRoutes",
|
|
2897
2897
|
"inputSchemaName": null,
|
|
2898
|
-
"outputSchemaName":
|
|
2898
|
+
"outputSchemaName": "PikkuWorkflowRoutesOutput",
|
|
2899
2899
|
"inputs": [],
|
|
2900
|
-
"outputs": [
|
|
2901
|
-
|
|
2900
|
+
"outputs": [
|
|
2901
|
+
"PikkuWorkflowRoutesOutput"
|
|
2902
|
+
],
|
|
2903
|
+
"implementationHash": "44984589bce5976c",
|
|
2902
2904
|
"middleware": [
|
|
2903
2905
|
{
|
|
2904
2906
|
"type": "wire",
|
|
@@ -2906,23 +2908,21 @@
|
|
|
2906
2908
|
"inline": false
|
|
2907
2909
|
}
|
|
2908
2910
|
],
|
|
2909
|
-
"contractHash": "
|
|
2910
|
-
"inputHash": "
|
|
2911
|
-
"outputHash": "
|
|
2911
|
+
"contractHash": "4bfa767e5f7be854",
|
|
2912
|
+
"inputHash": "3bda91da",
|
|
2913
|
+
"outputHash": "8b24f1df"
|
|
2912
2914
|
},
|
|
2913
|
-
"
|
|
2914
|
-
"pikkuFuncId": "
|
|
2915
|
+
"pikkuVariables": {
|
|
2916
|
+
"pikkuFuncId": "pikkuVariables",
|
|
2915
2917
|
"functionType": "user",
|
|
2916
2918
|
"funcWrapper": "pikkuSessionlessFunc",
|
|
2917
2919
|
"sessionless": true,
|
|
2918
|
-
"name": "
|
|
2920
|
+
"name": "pikkuVariables",
|
|
2919
2921
|
"inputSchemaName": null,
|
|
2920
|
-
"outputSchemaName":
|
|
2922
|
+
"outputSchemaName": null,
|
|
2921
2923
|
"inputs": [],
|
|
2922
|
-
"outputs": [
|
|
2923
|
-
|
|
2924
|
-
],
|
|
2925
|
-
"implementationHash": "44984589bce5976c",
|
|
2924
|
+
"outputs": [],
|
|
2925
|
+
"implementationHash": "84a0e3ace8da3e52",
|
|
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": "a26bc48e31b3d5d5",
|
|
2934
|
+
"inputHash": "114143f9",
|
|
2935
|
+
"outputHash": "75594b2d"
|
|
2936
2936
|
}
|
|
2937
2937
|
}
|
|
@@ -143,9 +143,9 @@
|
|
|
143
143
|
"pikkuRPC": "pikkuRPC",
|
|
144
144
|
"pikkuSchedulerTypes": "pikkuSchedulerTypes",
|
|
145
145
|
"pikkuScheduler": "pikkuScheduler",
|
|
146
|
+
"pikkuSecrets": "pikkuSecrets",
|
|
146
147
|
"pikkuTriggerTypes": "pikkuTriggerTypes",
|
|
147
148
|
"pikkuTrigger": "pikkuTrigger",
|
|
148
|
-
"pikkuSecrets": "pikkuSecrets",
|
|
149
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.47
|
|
3
3
|
*/
|
|
4
4
|
import { addSchema } from '@pikku/core/schema';
|
|
5
5
|
import * as PikkuSchemasOutput from './schemas/PikkuSchemasOutput.schema.json' with { type: 'json' };
|
|
@@ -216,8 +216,6 @@ 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);
|
|
221
219
|
import * as PikkuCommandHTTPOutput from './schemas/PikkuCommandHTTPOutput.schema.json' with { type: 'json' };
|
|
222
220
|
addSchema('PikkuCommandHTTPOutput', PikkuCommandHTTPOutput);
|
|
223
221
|
import * as PikkuHTTPOutput from './schemas/PikkuHTTPOutput.schema.json' with { type: 'json' };
|
|
@@ -234,6 +232,8 @@ import * as PikkuCommandQueueOutput from './schemas/PikkuCommandQueueOutput.sche
|
|
|
234
232
|
addSchema('PikkuCommandQueueOutput', PikkuCommandQueueOutput);
|
|
235
233
|
import * as PikkuQueueOutput from './schemas/PikkuQueueOutput.schema.json' with { type: 'json' };
|
|
236
234
|
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' };
|
|
@@ -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.47
|
|
3
3
|
*/
|
|
4
4
|
export { wireVariable } from '@pikku/core/variable';
|
|
5
5
|
export type { CoreVariable, VariableDefinitionMeta, VariableDefinitionsMeta } from '@pikku/core/variable';
|