@pikku/cli 0.12.26 → 0.12.27
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-BERGDBO9.js +228 -0
- package/console-app/assets/{index-C52h1B_L.css → index-CQ29NRyR.css} +1 -1
- 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 +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 +72 -72
- 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 +3 -3
- 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 +7 -7
- 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-core.js +6 -6
- package/dist/src/functions/db/local-db.d.ts +1 -1
- package/dist/src/functions/db/local-db.js +4 -4
- package/dist/src/functions/validate/workspace-validate.js +4 -1
- package/dist/src/scaffold/rpc-remote.gen.js +1 -1
- package/package.json +3 -3
- package/skills/pikku-middleware/SKILL.md +283 -0
- package/skills/pikku-permissions/SKILL.md +165 -0
- package/skills/pikku-security/SKILL.md +38 -177
- package/skills/pikku-tag-middleware/SKILL.md +13 -0
- package/console-app/assets/index-Ba9K10XZ.js +0 -232
package/console-app/index.html
CHANGED
|
@@ -21,8 +21,8 @@
|
|
|
21
21
|
}
|
|
22
22
|
} catch (e) {}
|
|
23
23
|
</script>
|
|
24
|
-
<script type="module" crossorigin src="/assets/index-
|
|
25
|
-
<link rel="stylesheet" crossorigin href="/assets/index-
|
|
24
|
+
<script type="module" crossorigin src="/assets/index-BERGDBO9.js"></script>
|
|
25
|
+
<link rel="stylesheet" crossorigin href="/assets/index-CQ29NRyR.css">
|
|
26
26
|
</head>
|
|
27
27
|
<body>
|
|
28
28
|
<div id="root"></div>
|
|
@@ -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.27
|
|
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';
|
|
@@ -1749,54 +1749,6 @@
|
|
|
1749
1749
|
"inputHash": "c0a04edb",
|
|
1750
1750
|
"outputHash": "aca3832e"
|
|
1751
1751
|
},
|
|
1752
|
-
"pikkuCLIEntry": {
|
|
1753
|
-
"pikkuFuncId": "pikkuCLIEntry",
|
|
1754
|
-
"functionType": "user",
|
|
1755
|
-
"funcWrapper": "pikkuSessionlessFunc",
|
|
1756
|
-
"sessionless": true,
|
|
1757
|
-
"name": "pikkuCLIEntry",
|
|
1758
|
-
"inputSchemaName": null,
|
|
1759
|
-
"outputSchemaName": "PikkuCLIEntryOutput",
|
|
1760
|
-
"inputs": [],
|
|
1761
|
-
"outputs": [
|
|
1762
|
-
"PikkuCLIEntryOutput"
|
|
1763
|
-
],
|
|
1764
|
-
"implementationHash": "3de1aae7d25e5a8d",
|
|
1765
|
-
"middleware": [
|
|
1766
|
-
{
|
|
1767
|
-
"type": "wire",
|
|
1768
|
-
"name": "logCommandInfoAndTime",
|
|
1769
|
-
"inline": false
|
|
1770
|
-
}
|
|
1771
|
-
],
|
|
1772
|
-
"contractHash": "a44d47273b044b63",
|
|
1773
|
-
"inputHash": "3e5aa4e1",
|
|
1774
|
-
"outputHash": "2f8523b1"
|
|
1775
|
-
},
|
|
1776
|
-
"pikkuCLI": {
|
|
1777
|
-
"pikkuFuncId": "pikkuCLI",
|
|
1778
|
-
"functionType": "user",
|
|
1779
|
-
"funcWrapper": "pikkuSessionlessFunc",
|
|
1780
|
-
"sessionless": true,
|
|
1781
|
-
"name": "pikkuCLI",
|
|
1782
|
-
"inputSchemaName": null,
|
|
1783
|
-
"outputSchemaName": "PikkuCLIOutput",
|
|
1784
|
-
"inputs": [],
|
|
1785
|
-
"outputs": [
|
|
1786
|
-
"PikkuCLIOutput"
|
|
1787
|
-
],
|
|
1788
|
-
"implementationHash": "106ebe1537d48581",
|
|
1789
|
-
"middleware": [
|
|
1790
|
-
{
|
|
1791
|
-
"type": "wire",
|
|
1792
|
-
"name": "logCommandInfoAndTime",
|
|
1793
|
-
"inline": false
|
|
1794
|
-
}
|
|
1795
|
-
],
|
|
1796
|
-
"contractHash": "3932cb0e6b7de268",
|
|
1797
|
-
"inputHash": "fef4d62b",
|
|
1798
|
-
"outputHash": "7d42c9e1"
|
|
1799
|
-
},
|
|
1800
1752
|
"pikkuChannels": {
|
|
1801
1753
|
"pikkuFuncId": "pikkuChannels",
|
|
1802
1754
|
"functionType": "user",
|
|
@@ -1979,6 +1931,78 @@
|
|
|
1979
1931
|
"inputHash": "b98cb2ee",
|
|
1980
1932
|
"outputHash": "9e33f562"
|
|
1981
1933
|
},
|
|
1934
|
+
"pikkuCLIEntry": {
|
|
1935
|
+
"pikkuFuncId": "pikkuCLIEntry",
|
|
1936
|
+
"functionType": "user",
|
|
1937
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
1938
|
+
"sessionless": true,
|
|
1939
|
+
"name": "pikkuCLIEntry",
|
|
1940
|
+
"inputSchemaName": null,
|
|
1941
|
+
"outputSchemaName": "PikkuCLIEntryOutput",
|
|
1942
|
+
"inputs": [],
|
|
1943
|
+
"outputs": [
|
|
1944
|
+
"PikkuCLIEntryOutput"
|
|
1945
|
+
],
|
|
1946
|
+
"implementationHash": "3de1aae7d25e5a8d",
|
|
1947
|
+
"middleware": [
|
|
1948
|
+
{
|
|
1949
|
+
"type": "wire",
|
|
1950
|
+
"name": "logCommandInfoAndTime",
|
|
1951
|
+
"inline": false
|
|
1952
|
+
}
|
|
1953
|
+
],
|
|
1954
|
+
"contractHash": "a44d47273b044b63",
|
|
1955
|
+
"inputHash": "3e5aa4e1",
|
|
1956
|
+
"outputHash": "2f8523b1"
|
|
1957
|
+
},
|
|
1958
|
+
"pikkuCLI": {
|
|
1959
|
+
"pikkuFuncId": "pikkuCLI",
|
|
1960
|
+
"functionType": "user",
|
|
1961
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
1962
|
+
"sessionless": true,
|
|
1963
|
+
"name": "pikkuCLI",
|
|
1964
|
+
"inputSchemaName": null,
|
|
1965
|
+
"outputSchemaName": "PikkuCLIOutput",
|
|
1966
|
+
"inputs": [],
|
|
1967
|
+
"outputs": [
|
|
1968
|
+
"PikkuCLIOutput"
|
|
1969
|
+
],
|
|
1970
|
+
"implementationHash": "106ebe1537d48581",
|
|
1971
|
+
"middleware": [
|
|
1972
|
+
{
|
|
1973
|
+
"type": "wire",
|
|
1974
|
+
"name": "logCommandInfoAndTime",
|
|
1975
|
+
"inline": false
|
|
1976
|
+
}
|
|
1977
|
+
],
|
|
1978
|
+
"contractHash": "3932cb0e6b7de268",
|
|
1979
|
+
"inputHash": "fef4d62b",
|
|
1980
|
+
"outputHash": "7d42c9e1"
|
|
1981
|
+
},
|
|
1982
|
+
"pikkuGateway": {
|
|
1983
|
+
"pikkuFuncId": "pikkuGateway",
|
|
1984
|
+
"functionType": "user",
|
|
1985
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
1986
|
+
"sessionless": true,
|
|
1987
|
+
"name": "pikkuGateway",
|
|
1988
|
+
"inputSchemaName": null,
|
|
1989
|
+
"outputSchemaName": "PikkuGatewayOutput",
|
|
1990
|
+
"inputs": [],
|
|
1991
|
+
"outputs": [
|
|
1992
|
+
"PikkuGatewayOutput"
|
|
1993
|
+
],
|
|
1994
|
+
"implementationHash": "cc85ec16d890311e",
|
|
1995
|
+
"middleware": [
|
|
1996
|
+
{
|
|
1997
|
+
"type": "wire",
|
|
1998
|
+
"name": "logCommandInfoAndTime",
|
|
1999
|
+
"inline": false
|
|
2000
|
+
}
|
|
2001
|
+
],
|
|
2002
|
+
"contractHash": "8c9fc7c18aeb2212",
|
|
2003
|
+
"inputHash": "a5477eae",
|
|
2004
|
+
"outputHash": "b5ea8b47"
|
|
2005
|
+
},
|
|
1982
2006
|
"pikkuFunctionTypesSplit": {
|
|
1983
2007
|
"pikkuFuncId": "pikkuFunctionTypesSplit",
|
|
1984
2008
|
"functionType": "user",
|
|
@@ -2071,30 +2095,6 @@
|
|
|
2071
2095
|
"inputHash": "a3e730d9",
|
|
2072
2096
|
"outputHash": "e0b61e49"
|
|
2073
2097
|
},
|
|
2074
|
-
"pikkuGateway": {
|
|
2075
|
-
"pikkuFuncId": "pikkuGateway",
|
|
2076
|
-
"functionType": "user",
|
|
2077
|
-
"funcWrapper": "pikkuSessionlessFunc",
|
|
2078
|
-
"sessionless": true,
|
|
2079
|
-
"name": "pikkuGateway",
|
|
2080
|
-
"inputSchemaName": null,
|
|
2081
|
-
"outputSchemaName": "PikkuGatewayOutput",
|
|
2082
|
-
"inputs": [],
|
|
2083
|
-
"outputs": [
|
|
2084
|
-
"PikkuGatewayOutput"
|
|
2085
|
-
],
|
|
2086
|
-
"implementationHash": "cc85ec16d890311e",
|
|
2087
|
-
"middleware": [
|
|
2088
|
-
{
|
|
2089
|
-
"type": "wire",
|
|
2090
|
-
"name": "logCommandInfoAndTime",
|
|
2091
|
-
"inline": false
|
|
2092
|
-
}
|
|
2093
|
-
],
|
|
2094
|
-
"contractHash": "8c9fc7c18aeb2212",
|
|
2095
|
-
"inputHash": "a5477eae",
|
|
2096
|
-
"outputHash": "b5ea8b47"
|
|
2097
|
-
},
|
|
2098
2098
|
"pikkuHTTPMap": {
|
|
2099
2099
|
"pikkuFuncId": "pikkuHTTPMap",
|
|
2100
2100
|
"functionType": "user",
|
|
@@ -99,6 +99,8 @@
|
|
|
99
99
|
"pikkuChannelTypes": "pikkuChannelTypes",
|
|
100
100
|
"pikkuChannelsMap": "pikkuChannelsMap",
|
|
101
101
|
"pikkuCommandChannels": "pikkuCommandChannels",
|
|
102
|
+
"pikkuCLIEntry": "pikkuCLIEntry",
|
|
103
|
+
"pikkuCLI": "pikkuCLI",
|
|
102
104
|
"pikkuConsoleFunctions": "pikkuConsoleFunctions",
|
|
103
105
|
"pikkuNodeTypes": "pikkuNodeTypes",
|
|
104
106
|
"pikkuNodesMeta": "pikkuNodesMeta",
|
|
@@ -137,7 +139,5 @@
|
|
|
137
139
|
"pikkuTriggerTypes": "pikkuTriggerTypes",
|
|
138
140
|
"pikkuTrigger": "pikkuTrigger",
|
|
139
141
|
"pikkuVariables": "pikkuVariables",
|
|
140
|
-
"pikkuWorkflowRoutes": "pikkuWorkflowRoutes"
|
|
141
|
-
"pikkuCLIEntry": "pikkuCLIEntry",
|
|
142
|
-
"pikkuCLI": "pikkuCLI"
|
|
142
|
+
"pikkuWorkflowRoutes": "pikkuWorkflowRoutes"
|
|
143
143
|
}
|
|
@@ -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.27
|
|
3
3
|
*/
|
|
4
4
|
import { addSchema } from '@pikku/core/schema';
|
|
5
5
|
import * as PikkuSchemasOutput from './schemas/PikkuSchemasOutput.schema.json' with { type: 'json' };
|
|
@@ -182,22 +182,22 @@ import * as PikkuAIAgentOutput from './schemas/PikkuAIAgentOutput.schema.json' w
|
|
|
182
182
|
addSchema('PikkuAIAgentOutput', PikkuAIAgentOutput);
|
|
183
183
|
import * as PikkuPublicAgentOutput from './schemas/PikkuPublicAgentOutput.schema.json' with { type: 'json' };
|
|
184
184
|
addSchema('PikkuPublicAgentOutput', PikkuPublicAgentOutput);
|
|
185
|
-
import * as PikkuCLIEntryOutput from './schemas/PikkuCLIEntryOutput.schema.json' with { type: 'json' };
|
|
186
|
-
addSchema('PikkuCLIEntryOutput', PikkuCLIEntryOutput);
|
|
187
|
-
import * as PikkuCLIOutput from './schemas/PikkuCLIOutput.schema.json' with { type: 'json' };
|
|
188
|
-
addSchema('PikkuCLIOutput', PikkuCLIOutput);
|
|
189
185
|
import * as PikkuCommandChannelsOutput from './schemas/PikkuCommandChannelsOutput.schema.json' with { type: 'json' };
|
|
190
186
|
addSchema('PikkuCommandChannelsOutput', PikkuCommandChannelsOutput);
|
|
191
187
|
import * as PikkuConsoleFunctionsOutput from './schemas/PikkuConsoleFunctionsOutput.schema.json' with { type: 'json' };
|
|
192
188
|
addSchema('PikkuConsoleFunctionsOutput', PikkuConsoleFunctionsOutput);
|
|
193
189
|
import * as PikkuNodesMetaOutput from './schemas/PikkuNodesMetaOutput.schema.json' with { type: 'json' };
|
|
194
190
|
addSchema('PikkuNodesMetaOutput', PikkuNodesMetaOutput);
|
|
191
|
+
import * as PikkuCLIEntryOutput from './schemas/PikkuCLIEntryOutput.schema.json' with { type: 'json' };
|
|
192
|
+
addSchema('PikkuCLIEntryOutput', PikkuCLIEntryOutput);
|
|
193
|
+
import * as PikkuCLIOutput from './schemas/PikkuCLIOutput.schema.json' with { type: 'json' };
|
|
194
|
+
addSchema('PikkuCLIOutput', PikkuCLIOutput);
|
|
195
|
+
import * as PikkuGatewayOutput from './schemas/PikkuGatewayOutput.schema.json' with { type: 'json' };
|
|
196
|
+
addSchema('PikkuGatewayOutput', PikkuGatewayOutput);
|
|
195
197
|
import * as PikkuFunctionTypesSplitInput from './schemas/PikkuFunctionTypesSplitInput.schema.json' with { type: 'json' };
|
|
196
198
|
addSchema('PikkuFunctionTypesSplitInput', PikkuFunctionTypesSplitInput);
|
|
197
199
|
import * as PikkuFunctionsOutput from './schemas/PikkuFunctionsOutput.schema.json' with { type: 'json' };
|
|
198
200
|
addSchema('PikkuFunctionsOutput', PikkuFunctionsOutput);
|
|
199
|
-
import * as PikkuGatewayOutput from './schemas/PikkuGatewayOutput.schema.json' with { type: 'json' };
|
|
200
|
-
addSchema('PikkuGatewayOutput', PikkuGatewayOutput);
|
|
201
201
|
import * as PikkuCommandHTTPOutput from './schemas/PikkuCommandHTTPOutput.schema.json' with { type: 'json' };
|
|
202
202
|
addSchema('PikkuCommandHTTPOutput', PikkuCommandHTTPOutput);
|
|
203
203
|
import * as PikkuHTTPOutput from './schemas/PikkuHTTPOutput.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.27
|
|
3
3
|
*/
|
|
4
4
|
export { wireVariable } from '@pikku/core/variable';
|
|
5
5
|
export type { CoreVariable, VariableDefinitionMeta, VariableDefinitionsMeta } from '@pikku/core/variable';
|