@pikku/cli 0.12.85 → 0.12.88
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-CEv-kj3J.js → index-C3FPwdl7.js} +161 -147
- 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-contracts-meta.gen.json +4 -0
- 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-meta.gen.json +4 -0
- 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 +41 -17
- package/dist/.pikku/function/pikku-functions.gen.js +3 -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/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 +3 -1
- package/dist/.pikku/pikku-bootstrap.gen.js +3 -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 +2 -1
- package/dist/.pikku/pikku-services.gen.js +1 -0
- 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.d.ts +1 -0
- package/dist/.pikku/queue/pikku-queue-workers-wirings-meta.gen.js +6 -0
- package/dist/.pikku/queue/pikku-queue-workers-wirings-meta.gen.json +6 -0
- package/dist/.pikku/queue/pikku-queue-workers-wirings.gen.d.ts +4 -0
- package/dist/.pikku/queue/pikku-queue-workers-wirings.gen.js +5 -0
- 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 -0
- 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 -1
- package/dist/.pikku/schemas/schemas/FabricLoginInput.schema.json +1 -1
- package/dist/.pikku/schemas/schemas/PikkuCLIConfig.schema.json +1 -1
- package/dist/.pikku/schemas/schemas/PikkuUserAdminFunctionsOutput.schema.json +1 -0
- package/dist/.pikku/scopes/pikku-scope-types.gen.d.ts +1 -1
- package/dist/.pikku/scopes/pikku-scope-types.gen.js +1 -1
- package/dist/.pikku/scopes/pikku-scopes.gen.d.ts +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/meta/allWorkflow.gen.json +8 -2
- 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/bin/pikku.js +22 -0
- package/dist/src/fabric/fabric-commands.d.ts +6 -3
- package/dist/src/fabric/fabric-commands.js +4 -0
- package/dist/src/fabric/functions/deploy.function.js +6 -0
- package/dist/src/fabric/functions/init.function.js +2 -2
- package/dist/src/fabric/functions/llm-key.function.d.ts +4 -4
- package/dist/src/fabric/functions/login.function.d.ts +4 -0
- package/dist/src/fabric/functions/login.function.js +45 -4
- package/dist/src/fabric/functions/validate.function.js +12 -2
- package/dist/src/fabric/lib/config.d.ts +8 -0
- package/dist/src/fabric/lib/config.js +15 -1
- package/dist/src/fabric/lib/git.js +2 -2
- package/dist/src/functions/wirings/ai-agent/pikku-command-public-agent.js +6 -2
- package/dist/src/functions/wirings/ai-agent/serialize-public-agent.d.ts +5 -1
- package/dist/src/functions/wirings/ai-agent/serialize-public-agent.js +81 -48
- package/dist/src/functions/wirings/auth/pikku-command-auth.js +4 -0
- package/dist/src/functions/wirings/console/pikku-command-console-functions.js +6 -2
- package/dist/src/functions/wirings/console/serialize-console-functions.d.ts +5 -1
- package/dist/src/functions/wirings/console/serialize-console-functions.js +55 -23
- package/dist/src/functions/wirings/functions/schemas.js +10 -1
- package/dist/src/functions/wirings/graph/pikku-command-graph-wirings.js +2 -0
- package/dist/src/functions/wirings/queue/pikku-command-queue.js +10 -2
- package/dist/src/functions/wirings/realtime/pikku-command-events-scaffold.js +8 -2
- package/dist/src/functions/wirings/realtime/serialize-events-scaffold.d.ts +5 -4
- package/dist/src/functions/wirings/realtime/serialize-events-scaffold.js +17 -7
- package/dist/src/functions/wirings/rpc/pikku-command-public-rpc.js +6 -2
- package/dist/src/functions/wirings/rpc/pikku-command-remote-rpc.js +6 -2
- package/dist/src/functions/wirings/rpc/serialize-public-rpc.d.ts +5 -1
- package/dist/src/functions/wirings/rpc/serialize-public-rpc.js +16 -5
- package/dist/src/functions/wirings/rpc/serialize-remote-rpc.d.ts +5 -1
- package/dist/src/functions/wirings/rpc/serialize-remote-rpc.js +16 -5
- package/dist/src/functions/wirings/scenarios/pikku-command-scenario-functions.js +8 -2
- package/dist/src/functions/wirings/scenarios/serialize-scenario-functions.d.ts +5 -1
- package/dist/src/functions/wirings/scenarios/serialize-scenario-functions.js +22 -16
- package/dist/src/functions/wirings/user-admin/pikku-command-user-admin-functions.d.ts +1 -0
- package/dist/src/functions/wirings/user-admin/pikku-command-user-admin-functions.js +49 -0
- package/dist/src/functions/wirings/user-admin/serialize-user-admin-functions.d.ts +24 -0
- package/dist/src/functions/wirings/user-admin/serialize-user-admin-functions.js +283 -0
- package/dist/src/functions/wirings/webhook/pikku-command-webhook.js +6 -2
- package/dist/src/functions/wirings/webhook/serialize-webhook.d.ts +5 -8
- package/dist/src/functions/wirings/webhook/serialize-webhook.js +19 -12
- package/dist/src/functions/wirings/workflow/pikku-command-workflow-routes.js +8 -2
- package/dist/src/functions/wirings/workflow/serialize-workflow-routes.d.ts +5 -1
- package/dist/src/functions/wirings/workflow/serialize-workflow-routes.js +61 -31
- package/dist/src/functions/workflows/all.workflow.js +8 -0
- package/dist/src/utils/pikku-cli-config.js +40 -10
- package/dist/src/utils/remove-legacy-scaffold-file.d.ts +3 -0
- package/dist/src/utils/remove-legacy-scaffold-file.js +43 -0
- package/dist/src/utils/serialize-schemas.js +57 -2
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +7 -7
- package/skills/pikku-addon/SKILL.md +1 -0
- package/skills/pikku-ai-agent/SKILL.md +2 -1
- package/skills/pikku-ai-vercel/SKILL.md +1 -0
- package/skills/pikku-better-auth/SKILL.md +57 -0
- package/skills/pikku-concepts/SKILL.md +17 -1
- package/skills/pikku-concepts/references/concept-mapping.md +11 -9
- package/skills/pikku-emails/SKILL.md +1 -0
- package/skills/pikku-fabric/SKILL.md +92 -19
- package/skills/pikku-fabric-debug/SKILL.md +112 -0
- package/skills/pikku-permissions/SKILL.md +28 -12
- package/skills/pikku-react/SKILL.md +32 -3
- package/skills/pikku-react-query/SKILL.md +38 -1
- package/skills/pikku-realtime/SKILL.md +1 -1
- package/skills/pikku-security/SKILL.md +3 -3
- package/skills/pikku-template-clone/SKILL.md +1 -0
- package/cli.schema.json +0 -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="/console/assets/index-
|
|
24
|
+
<script type="module" crossorigin src="/console/assets/index-C3FPwdl7.js"></script>
|
|
25
25
|
<link rel="stylesheet" crossorigin href="/console/assets/index-CSzCJzBb.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.88
|
|
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';
|
|
@@ -43,6 +43,10 @@
|
|
|
43
43
|
},
|
|
44
44
|
"consoleUrl": {
|
|
45
45
|
"description": "Override the console URL the browser opens"
|
|
46
|
+
},
|
|
47
|
+
"browser": {
|
|
48
|
+
"description": "Open the sign-in link automatically (--no-browser to just print it)",
|
|
49
|
+
"default": true
|
|
46
50
|
}
|
|
47
51
|
},
|
|
48
52
|
"description": "Authenticate against fabric-api"
|
|
@@ -383,6 +383,10 @@
|
|
|
383
383
|
},
|
|
384
384
|
"consoleUrl": {
|
|
385
385
|
"description": "Override the console URL the browser opens"
|
|
386
|
+
},
|
|
387
|
+
"browser": {
|
|
388
|
+
"description": "Open the sign-in link automatically (--no-browser to just print it)",
|
|
389
|
+
"default": true
|
|
386
390
|
}
|
|
387
391
|
},
|
|
388
392
|
"description": "Authenticate against fabric-api"
|
|
@@ -222,7 +222,7 @@
|
|
|
222
222
|
"outputs": [
|
|
223
223
|
"FabricInitOutput"
|
|
224
224
|
],
|
|
225
|
-
"implementationHash": "
|
|
225
|
+
"implementationHash": "af5225360e5de4f9",
|
|
226
226
|
"contractHash": "b2e147aae8fa11dc",
|
|
227
227
|
"inputHash": "05039012",
|
|
228
228
|
"outputHash": "57ad379a"
|
|
@@ -279,9 +279,9 @@
|
|
|
279
279
|
"outputs": [
|
|
280
280
|
"FabricLoginOutput"
|
|
281
281
|
],
|
|
282
|
-
"implementationHash": "
|
|
283
|
-
"contractHash": "
|
|
284
|
-
"inputHash": "
|
|
282
|
+
"implementationHash": "02646861b98d49ee",
|
|
283
|
+
"contractHash": "cc718b11c9788915",
|
|
284
|
+
"inputHash": "456fbe51",
|
|
285
285
|
"outputHash": "a38a12eb"
|
|
286
286
|
},
|
|
287
287
|
"FabricLogs": {
|
|
@@ -1726,7 +1726,7 @@
|
|
|
1726
1726
|
"outputs": [
|
|
1727
1727
|
"PikkuPublicAgentOutput"
|
|
1728
1728
|
],
|
|
1729
|
-
"implementationHash": "
|
|
1729
|
+
"implementationHash": "20cd376f3e7e90fa",
|
|
1730
1730
|
"middleware": [
|
|
1731
1731
|
{
|
|
1732
1732
|
"type": "wire",
|
|
@@ -1750,7 +1750,7 @@
|
|
|
1750
1750
|
"PikkuAuthInput"
|
|
1751
1751
|
],
|
|
1752
1752
|
"outputs": [],
|
|
1753
|
-
"implementationHash": "
|
|
1753
|
+
"implementationHash": "a868f2ecd6e58ba1",
|
|
1754
1754
|
"middleware": [
|
|
1755
1755
|
{
|
|
1756
1756
|
"type": "wire",
|
|
@@ -1936,7 +1936,7 @@
|
|
|
1936
1936
|
"outputs": [
|
|
1937
1937
|
"PikkuConsoleFunctionsOutput"
|
|
1938
1938
|
],
|
|
1939
|
-
"implementationHash": "
|
|
1939
|
+
"implementationHash": "14e13fbe2faf12e6",
|
|
1940
1940
|
"middleware": [
|
|
1941
1941
|
{
|
|
1942
1942
|
"type": "wire",
|
|
@@ -2170,7 +2170,7 @@
|
|
|
2170
2170
|
"outputs": [
|
|
2171
2171
|
"PikkuSchemasOutput"
|
|
2172
2172
|
],
|
|
2173
|
-
"implementationHash": "
|
|
2173
|
+
"implementationHash": "5c0288e2d4885c54",
|
|
2174
2174
|
"middleware": [
|
|
2175
2175
|
{
|
|
2176
2176
|
"type": "wire",
|
|
@@ -2218,7 +2218,7 @@
|
|
|
2218
2218
|
"outputs": [
|
|
2219
2219
|
"PikkuGraphWiringsOutput"
|
|
2220
2220
|
],
|
|
2221
|
-
"implementationHash": "
|
|
2221
|
+
"implementationHash": "1c1a90acc29c5733",
|
|
2222
2222
|
"middleware": [
|
|
2223
2223
|
{
|
|
2224
2224
|
"type": "wire",
|
|
@@ -2628,7 +2628,7 @@
|
|
|
2628
2628
|
"outputs": [
|
|
2629
2629
|
"PikkuCommandQueueOutput"
|
|
2630
2630
|
],
|
|
2631
|
-
"implementationHash": "
|
|
2631
|
+
"implementationHash": "ae1284e8ff0c72c0",
|
|
2632
2632
|
"middleware": [
|
|
2633
2633
|
{
|
|
2634
2634
|
"type": "wire",
|
|
@@ -2698,7 +2698,7 @@
|
|
|
2698
2698
|
"outputs": [
|
|
2699
2699
|
"PikkuEventsScaffoldOutput"
|
|
2700
2700
|
],
|
|
2701
|
-
"implementationHash": "
|
|
2701
|
+
"implementationHash": "59a5caca66a24f35",
|
|
2702
2702
|
"middleware": [
|
|
2703
2703
|
{
|
|
2704
2704
|
"type": "wire",
|
|
@@ -2744,7 +2744,7 @@
|
|
|
2744
2744
|
"outputs": [
|
|
2745
2745
|
"PikkuPublicRPCOutput"
|
|
2746
2746
|
],
|
|
2747
|
-
"implementationHash": "
|
|
2747
|
+
"implementationHash": "c1362000becfea01",
|
|
2748
2748
|
"middleware": [
|
|
2749
2749
|
{
|
|
2750
2750
|
"type": "wire",
|
|
@@ -2790,7 +2790,7 @@
|
|
|
2790
2790
|
"outputs": [
|
|
2791
2791
|
"PikkuRemoteRPCOutput"
|
|
2792
2792
|
],
|
|
2793
|
-
"implementationHash": "
|
|
2793
|
+
"implementationHash": "6df4508c3f2f2671",
|
|
2794
2794
|
"middleware": [
|
|
2795
2795
|
{
|
|
2796
2796
|
"type": "wire",
|
|
@@ -2926,7 +2926,7 @@
|
|
|
2926
2926
|
"outputs": [
|
|
2927
2927
|
"PikkuScenarioFunctionsOutput"
|
|
2928
2928
|
],
|
|
2929
|
-
"implementationHash": "
|
|
2929
|
+
"implementationHash": "4027c6c9634a2aaa",
|
|
2930
2930
|
"middleware": [
|
|
2931
2931
|
{
|
|
2932
2932
|
"type": "wire",
|
|
@@ -3078,6 +3078,30 @@
|
|
|
3078
3078
|
"inputHash": "164d65e7",
|
|
3079
3079
|
"outputHash": "3ac7247c"
|
|
3080
3080
|
},
|
|
3081
|
+
"pikkuUserAdminFunctions": {
|
|
3082
|
+
"pikkuFuncId": "pikkuUserAdminFunctions",
|
|
3083
|
+
"functionType": "user",
|
|
3084
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
3085
|
+
"sessionless": true,
|
|
3086
|
+
"name": "pikkuUserAdminFunctions",
|
|
3087
|
+
"inputSchemaName": null,
|
|
3088
|
+
"outputSchemaName": "PikkuUserAdminFunctionsOutput",
|
|
3089
|
+
"inputs": [],
|
|
3090
|
+
"outputs": [
|
|
3091
|
+
"PikkuUserAdminFunctionsOutput"
|
|
3092
|
+
],
|
|
3093
|
+
"implementationHash": "02a648d9614ddac6",
|
|
3094
|
+
"middleware": [
|
|
3095
|
+
{
|
|
3096
|
+
"type": "wire",
|
|
3097
|
+
"name": "logCommandInfoAndTime",
|
|
3098
|
+
"inline": false
|
|
3099
|
+
}
|
|
3100
|
+
],
|
|
3101
|
+
"contractHash": "5b572c3e9cd756aa",
|
|
3102
|
+
"inputHash": "ea89750b",
|
|
3103
|
+
"outputHash": "8d7a341a"
|
|
3104
|
+
},
|
|
3081
3105
|
"pikkuVariables": {
|
|
3082
3106
|
"pikkuFuncId": "pikkuVariables",
|
|
3083
3107
|
"functionType": "user",
|
|
@@ -3112,7 +3136,7 @@
|
|
|
3112
3136
|
"outputs": [
|
|
3113
3137
|
"PikkuWebhookOutput"
|
|
3114
3138
|
],
|
|
3115
|
-
"implementationHash": "
|
|
3139
|
+
"implementationHash": "37f0a612eb45d2cd",
|
|
3116
3140
|
"middleware": [
|
|
3117
3141
|
{
|
|
3118
3142
|
"type": "wire",
|
|
@@ -3136,7 +3160,7 @@
|
|
|
3136
3160
|
"outputs": [
|
|
3137
3161
|
"PikkuWorkflowRoutesOutput"
|
|
3138
3162
|
],
|
|
3139
|
-
"implementationHash": "
|
|
3163
|
+
"implementationHash": "e7bf1baed80d990f",
|
|
3140
3164
|
"middleware": [
|
|
3141
3165
|
{
|
|
3142
3166
|
"type": "wire",
|
|
@@ -3184,7 +3208,7 @@
|
|
|
3184
3208
|
"outputSchemaName": null,
|
|
3185
3209
|
"inputs": [],
|
|
3186
3210
|
"outputs": [],
|
|
3187
|
-
"implementationHash": "
|
|
3211
|
+
"implementationHash": "00e5456e89baba5e",
|
|
3188
3212
|
"contractHash": "5cf046fc5045a072",
|
|
3189
3213
|
"inputHash": "d5ff2f31",
|
|
3190
3214
|
"outputHash": "391c291d"
|
|
@@ -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.88
|
|
3
3
|
*/
|
|
4
4
|
/* Import and register functions used by RPCs */
|
|
5
5
|
import { addFunction } from '@pikku/core/function';
|
|
@@ -73,6 +73,7 @@ import { pikkuSummary } from '../../src/functions/commands/pikku-command-summary
|
|
|
73
73
|
import { pikkuTanStackStart } from '../../src/functions/runtimes/tanstack-start/pikku-command-tanstack-start.js';
|
|
74
74
|
import { pikkuTrigger } from '../../src/functions/wirings/triggers/pikku-command-trigger.js';
|
|
75
75
|
import { pikkuTriggerTypes } from '../../src/functions/wirings/triggers/pikku-command-trigger-types.js';
|
|
76
|
+
import { pikkuUserAdminFunctions } from '../../src/functions/wirings/user-admin/pikku-command-user-admin-functions.js';
|
|
76
77
|
import { pikkuVariableDefinitionTypes } from '../../src/functions/wirings/package/pikku-command-package-types.js';
|
|
77
78
|
import { pikkuVariables } from '../../src/functions/wirings/variables/pikku-command-variables.js';
|
|
78
79
|
import { pikkuVersionsUpdate } from '../../src/functions/commands/versions-update.js';
|
|
@@ -154,6 +155,7 @@ addFunction('pikkuSummary', pikkuSummary);
|
|
|
154
155
|
addFunction('pikkuTanStackStart', pikkuTanStackStart);
|
|
155
156
|
addFunction('pikkuTrigger', pikkuTrigger);
|
|
156
157
|
addFunction('pikkuTriggerTypes', pikkuTriggerTypes);
|
|
158
|
+
addFunction('pikkuUserAdminFunctions', pikkuUserAdminFunctions);
|
|
157
159
|
addFunction('pikkuVariableDefinitionTypes', pikkuVariableDefinitionTypes);
|
|
158
160
|
addFunction('pikkuVariables', pikkuVariables);
|
|
159
161
|
addFunction('pikkuVersionsUpdate', pikkuVersionsUpdate);
|
|
@@ -1,10 +1,12 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* This file was generated by @pikku/cli@0.12.
|
|
2
|
+
* This file was generated by @pikku/cli@0.12.88
|
|
3
3
|
*/
|
|
4
4
|
import './rpc/pikku-rpc-wirings-meta.internal.gen.js';
|
|
5
5
|
import './function/pikku-functions-meta.gen.js';
|
|
6
|
+
import './queue/pikku-queue-workers-wirings-meta.gen.js';
|
|
6
7
|
import './cli/pikku-cli-wirings-meta.gen.js';
|
|
7
8
|
import './schemas/register.gen.js';
|
|
8
9
|
import './function/pikku-functions.gen.js';
|
|
9
10
|
import './workflow/pikku-workflow-wirings.gen.js';
|
|
11
|
+
import './queue/pikku-queue-workers-wirings.gen.js';
|
|
10
12
|
import './cli/pikku-cli-wirings.gen.js';
|
|
@@ -1,10 +1,12 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* This file was generated by @pikku/cli@0.12.
|
|
2
|
+
* This file was generated by @pikku/cli@0.12.88
|
|
3
3
|
*/
|
|
4
4
|
import './rpc/pikku-rpc-wirings-meta.internal.gen.js';
|
|
5
5
|
import './function/pikku-functions-meta.gen.js';
|
|
6
|
+
import './queue/pikku-queue-workers-wirings-meta.gen.js';
|
|
6
7
|
import './cli/pikku-cli-wirings-meta.gen.js';
|
|
7
8
|
import './schemas/register.gen.js';
|
|
8
9
|
import './function/pikku-functions.gen.js';
|
|
9
10
|
import './workflow/pikku-workflow-wirings.gen.js';
|
|
11
|
+
import './queue/pikku-queue-workers-wirings.gen.js';
|
|
10
12
|
import './cli/pikku-cli-wirings.gen.js';
|
|
@@ -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.88
|
|
3
3
|
*/
|
|
4
4
|
import type { SingletonServices } from '../types/application-types.d.js';
|
|
5
5
|
import type { Services } from '../types/application-types.d.js';
|
|
@@ -11,6 +11,7 @@ export declare const requiredSingletonServices: {
|
|
|
11
11
|
readonly aiStorage: false;
|
|
12
12
|
readonly audit: false;
|
|
13
13
|
readonly auditLog: false;
|
|
14
|
+
readonly auth: false;
|
|
14
15
|
readonly bundler: true;
|
|
15
16
|
readonly config: true;
|
|
16
17
|
readonly content: false;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -157,6 +157,7 @@
|
|
|
157
157
|
"pikkuSecrets": "pikkuSecrets",
|
|
158
158
|
"pikkuTriggerTypes": "pikkuTriggerTypes",
|
|
159
159
|
"pikkuTrigger": "pikkuTrigger",
|
|
160
|
+
"pikkuUserAdminFunctions": "pikkuUserAdminFunctions",
|
|
160
161
|
"pikkuVariables": "pikkuVariables",
|
|
161
162
|
"pikkuWebhook": "pikkuWebhook",
|
|
162
163
|
"pikkuWorkflowRoutes": "pikkuWorkflowRoutes",
|
|
@@ -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.88
|
|
3
3
|
*/
|
|
4
4
|
import { addSchema } from '@pikku/core/schema';
|
|
5
5
|
import * as BinaryInput from './schemas/BinaryInput.schema.json' with { type: 'json' };
|
|
@@ -240,6 +240,8 @@ import * as PikkuTriggerOutput from './schemas/PikkuTriggerOutput.schema.json' w
|
|
|
240
240
|
addSchema('PikkuTriggerOutput', PikkuTriggerOutput);
|
|
241
241
|
import * as PikkuTriggerTypesInput from './schemas/PikkuTriggerTypesInput.schema.json' with { type: 'json' };
|
|
242
242
|
addSchema('PikkuTriggerTypesInput', PikkuTriggerTypesInput);
|
|
243
|
+
import * as PikkuUserAdminFunctionsOutput from './schemas/PikkuUserAdminFunctionsOutput.schema.json' with { type: 'json' };
|
|
244
|
+
addSchema('PikkuUserAdminFunctionsOutput', PikkuUserAdminFunctionsOutput);
|
|
243
245
|
import * as PikkuVersionsInitInput from './schemas/PikkuVersionsInitInput.schema.json' with { type: 'json' };
|
|
244
246
|
addSchema('PikkuVersionsInitInput', PikkuVersionsInitInput);
|
|
245
247
|
import * as PikkuWebhookOutput from './schemas/PikkuWebhookOutput.schema.json' with { type: 'json' };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "type": "object", "properties": { "apiKey": { "type": "string" }, "token": { "type": "string" }, "apiUrl": { "type": "string" }, "consoleUrl": { "type": "string" } }, "additionalProperties": false }
|
|
1
|
+
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "type": "object", "properties": { "apiKey": { "type": "string" }, "token": { "type": "string" }, "apiUrl": { "type": "string" }, "consoleUrl": { "type": "string" }, "browser": { "type": "boolean" } }, "additionalProperties": false }
|