@pikku/cli 0.12.51 → 0.12.53
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-92DoVRHq.js → index-DYnbceYg.js} +144 -142
- 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 +68 -68
- 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/wirings/auth/pikku-command-auth.js +1 -1
- package/dist/src/functions/wirings/auth/serialize-auth-gen.d.ts +1 -1
- package/dist/src/functions/wirings/auth/serialize-auth-gen.js +15 -8
- package/dist/src/functions/wirings/rpc/serialize-react-query-hooks.js +3 -3
- package/dist/src/scaffold/rpc-remote.gen.js +1 -1
- package/package.json +5 -5
- package/skills/pikku-better-auth/SKILL.md +7 -2
- package/skills/pikku-n8n-addon-map/SKILL.md +1 -1
- package/skills/pikku-n8n-code-translate/SKILL.md +1 -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-DYnbceYg.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.53
|
|
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';
|
|
@@ -1872,28 +1872,6 @@
|
|
|
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
|
-
},
|
|
1897
1875
|
"pikkuChannels": {
|
|
1898
1876
|
"pikkuFuncId": "pikkuChannels",
|
|
1899
1877
|
"functionType": "user",
|
|
@@ -2242,6 +2220,28 @@
|
|
|
2242
2220
|
"inputHash": "a5477eae",
|
|
2243
2221
|
"outputHash": "b5ea8b47"
|
|
2244
2222
|
},
|
|
2223
|
+
"pikkuAuth": {
|
|
2224
|
+
"pikkuFuncId": "pikkuAuth",
|
|
2225
|
+
"functionType": "user",
|
|
2226
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
2227
|
+
"sessionless": true,
|
|
2228
|
+
"name": "pikkuAuth",
|
|
2229
|
+
"inputSchemaName": null,
|
|
2230
|
+
"outputSchemaName": null,
|
|
2231
|
+
"inputs": [],
|
|
2232
|
+
"outputs": [],
|
|
2233
|
+
"implementationHash": "87f0e80b39a33995",
|
|
2234
|
+
"middleware": [
|
|
2235
|
+
{
|
|
2236
|
+
"type": "wire",
|
|
2237
|
+
"name": "logCommandInfoAndTime",
|
|
2238
|
+
"inline": false
|
|
2239
|
+
}
|
|
2240
|
+
],
|
|
2241
|
+
"contractHash": "9fa89ecfb6307a51",
|
|
2242
|
+
"inputHash": "c3580f86",
|
|
2243
|
+
"outputHash": "f5261f72"
|
|
2244
|
+
},
|
|
2245
2245
|
"pikkuHTTPMap": {
|
|
2246
2246
|
"pikkuFuncId": "pikkuHTTPMap",
|
|
2247
2247
|
"functionType": "user",
|
|
@@ -2794,52 +2794,6 @@
|
|
|
2794
2794
|
"inputHash": "838055cb",
|
|
2795
2795
|
"outputHash": "c749587a"
|
|
2796
2796
|
},
|
|
2797
|
-
"pikkuSchedulerTypes": {
|
|
2798
|
-
"pikkuFuncId": "pikkuSchedulerTypes",
|
|
2799
|
-
"functionType": "user",
|
|
2800
|
-
"funcWrapper": "pikkuSessionlessFunc",
|
|
2801
|
-
"sessionless": true,
|
|
2802
|
-
"name": "pikkuSchedulerTypes",
|
|
2803
|
-
"inputSchemaName": null,
|
|
2804
|
-
"outputSchemaName": null,
|
|
2805
|
-
"inputs": [],
|
|
2806
|
-
"outputs": [],
|
|
2807
|
-
"implementationHash": "ca3f707d96566f5c",
|
|
2808
|
-
"middleware": [
|
|
2809
|
-
{
|
|
2810
|
-
"type": "wire",
|
|
2811
|
-
"name": "logCommandInfoAndTime",
|
|
2812
|
-
"inline": false
|
|
2813
|
-
}
|
|
2814
|
-
],
|
|
2815
|
-
"contractHash": "562f598e335cbbf8",
|
|
2816
|
-
"inputHash": "5cb0bd41",
|
|
2817
|
-
"outputHash": "4108ab7a"
|
|
2818
|
-
},
|
|
2819
|
-
"pikkuScheduler": {
|
|
2820
|
-
"pikkuFuncId": "pikkuScheduler",
|
|
2821
|
-
"functionType": "user",
|
|
2822
|
-
"funcWrapper": "pikkuSessionlessFunc",
|
|
2823
|
-
"sessionless": true,
|
|
2824
|
-
"name": "pikkuScheduler",
|
|
2825
|
-
"inputSchemaName": null,
|
|
2826
|
-
"outputSchemaName": "PikkuSchedulerOutput",
|
|
2827
|
-
"inputs": [],
|
|
2828
|
-
"outputs": [
|
|
2829
|
-
"PikkuSchedulerOutput"
|
|
2830
|
-
],
|
|
2831
|
-
"implementationHash": "e78409e71cedf438",
|
|
2832
|
-
"middleware": [
|
|
2833
|
-
{
|
|
2834
|
-
"type": "wire",
|
|
2835
|
-
"name": "logCommandInfoAndTime",
|
|
2836
|
-
"inline": false
|
|
2837
|
-
}
|
|
2838
|
-
],
|
|
2839
|
-
"contractHash": "064923ed2e031573",
|
|
2840
|
-
"inputHash": "dda1c6aa",
|
|
2841
|
-
"outputHash": "1f0f0345"
|
|
2842
|
-
},
|
|
2843
2797
|
"pikkuTriggerTypes": {
|
|
2844
2798
|
"pikkuFuncId": "pikkuTriggerTypes",
|
|
2845
2799
|
"functionType": "user",
|
|
@@ -2933,5 +2887,51 @@
|
|
|
2933
2887
|
"contractHash": "4bfa767e5f7be854",
|
|
2934
2888
|
"inputHash": "3bda91da",
|
|
2935
2889
|
"outputHash": "8b24f1df"
|
|
2890
|
+
},
|
|
2891
|
+
"pikkuSchedulerTypes": {
|
|
2892
|
+
"pikkuFuncId": "pikkuSchedulerTypes",
|
|
2893
|
+
"functionType": "user",
|
|
2894
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
2895
|
+
"sessionless": true,
|
|
2896
|
+
"name": "pikkuSchedulerTypes",
|
|
2897
|
+
"inputSchemaName": null,
|
|
2898
|
+
"outputSchemaName": null,
|
|
2899
|
+
"inputs": [],
|
|
2900
|
+
"outputs": [],
|
|
2901
|
+
"implementationHash": "ca3f707d96566f5c",
|
|
2902
|
+
"middleware": [
|
|
2903
|
+
{
|
|
2904
|
+
"type": "wire",
|
|
2905
|
+
"name": "logCommandInfoAndTime",
|
|
2906
|
+
"inline": false
|
|
2907
|
+
}
|
|
2908
|
+
],
|
|
2909
|
+
"contractHash": "562f598e335cbbf8",
|
|
2910
|
+
"inputHash": "5cb0bd41",
|
|
2911
|
+
"outputHash": "4108ab7a"
|
|
2912
|
+
},
|
|
2913
|
+
"pikkuScheduler": {
|
|
2914
|
+
"pikkuFuncId": "pikkuScheduler",
|
|
2915
|
+
"functionType": "user",
|
|
2916
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
2917
|
+
"sessionless": true,
|
|
2918
|
+
"name": "pikkuScheduler",
|
|
2919
|
+
"inputSchemaName": null,
|
|
2920
|
+
"outputSchemaName": "PikkuSchedulerOutput",
|
|
2921
|
+
"inputs": [],
|
|
2922
|
+
"outputs": [
|
|
2923
|
+
"PikkuSchedulerOutput"
|
|
2924
|
+
],
|
|
2925
|
+
"implementationHash": "e78409e71cedf438",
|
|
2926
|
+
"middleware": [
|
|
2927
|
+
{
|
|
2928
|
+
"type": "wire",
|
|
2929
|
+
"name": "logCommandInfoAndTime",
|
|
2930
|
+
"inline": false
|
|
2931
|
+
}
|
|
2932
|
+
],
|
|
2933
|
+
"contractHash": "064923ed2e031573",
|
|
2934
|
+
"inputHash": "dda1c6aa",
|
|
2935
|
+
"outputHash": "1f0f0345"
|
|
2936
2936
|
}
|
|
2937
2937
|
}
|
|
@@ -99,10 +99,10 @@
|
|
|
99
99
|
"pikkuMetaClients": "pikkuMetaClients",
|
|
100
100
|
"remoteRPCHandler": "remoteRPCHandler",
|
|
101
101
|
"pikkuSummary": "pikkuSummary",
|
|
102
|
+
"pikkuAuth": "pikkuAuth",
|
|
102
103
|
"pikkuAIAgentTypes": "pikkuAIAgentTypes",
|
|
103
104
|
"pikkuAIAgent": "pikkuAIAgent",
|
|
104
105
|
"pikkuPublicAgent": "pikkuPublicAgent",
|
|
105
|
-
"pikkuAuth": "pikkuAuth",
|
|
106
106
|
"pikkuChannels": "pikkuChannels",
|
|
107
107
|
"pikkuChannelTypes": "pikkuChannelTypes",
|
|
108
108
|
"pikkuChannelsMap": "pikkuChannelsMap",
|
|
@@ -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.53
|
|
3
3
|
*/
|
|
4
4
|
import { addSchema } from '@pikku/core/schema';
|
|
5
5
|
import * as PikkuSchemasOutput from './schemas/PikkuSchemasOutput.schema.json' with { type: 'json' };
|
|
@@ -242,13 +242,13 @@ import * as PikkuRemoteRPCOutput from './schemas/PikkuRemoteRPCOutput.schema.jso
|
|
|
242
242
|
addSchema('PikkuRemoteRPCOutput', PikkuRemoteRPCOutput);
|
|
243
243
|
import * as PikkuRPCOutput from './schemas/PikkuRPCOutput.schema.json' with { type: 'json' };
|
|
244
244
|
addSchema('PikkuRPCOutput', PikkuRPCOutput);
|
|
245
|
-
import * as PikkuSchedulerOutput from './schemas/PikkuSchedulerOutput.schema.json' with { type: 'json' };
|
|
246
|
-
addSchema('PikkuSchedulerOutput', PikkuSchedulerOutput);
|
|
247
245
|
import * as PikkuTriggerTypesInput from './schemas/PikkuTriggerTypesInput.schema.json' with { type: 'json' };
|
|
248
246
|
addSchema('PikkuTriggerTypesInput', PikkuTriggerTypesInput);
|
|
249
247
|
import * as PikkuTriggerOutput from './schemas/PikkuTriggerOutput.schema.json' with { type: 'json' };
|
|
250
248
|
addSchema('PikkuTriggerOutput', PikkuTriggerOutput);
|
|
251
249
|
import * as PikkuWorkflowRoutesOutput from './schemas/PikkuWorkflowRoutesOutput.schema.json' with { type: 'json' };
|
|
252
250
|
addSchema('PikkuWorkflowRoutesOutput', PikkuWorkflowRoutesOutput);
|
|
251
|
+
import * as PikkuSchedulerOutput from './schemas/PikkuSchedulerOutput.schema.json' with { type: 'json' };
|
|
252
|
+
addSchema('PikkuSchedulerOutput', PikkuSchedulerOutput);
|
|
253
253
|
import * as PikkuCLIConfig from './schemas/PikkuCLIConfig.schema.json' with { type: 'json' };
|
|
254
254
|
addSchema('PikkuCLIConfig', PikkuCLIConfig);
|
|
@@ -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.53
|
|
3
3
|
*/
|
|
4
4
|
export { wireVariable } from '@pikku/core/variable';
|
|
5
5
|
export type { CoreVariable, VariableDefinitionMeta, VariableDefinitionsMeta } from '@pikku/core/variable';
|