@pikku/cli 0.12.28 → 0.12.30
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-Ca6xJwNm.js → index-BkiCv5R3.js} +110 -110
- 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-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 +118 -118
- 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/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-meta.gen.json +4 -0
- 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 +9 -9
- 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/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/src/fabric/functions/validate-core.js +65 -0
- package/dist/src/functions/commands/dev.js +9 -17
- package/dist/src/functions/db/db-codegen.d.ts +1 -0
- package/dist/src/functions/db/db-codegen.js +45 -0
- package/dist/src/functions/db/db-introspector.d.ts +12 -0
- package/dist/src/functions/db/local-db.d.ts +8 -0
- package/dist/src/functions/db/local-db.js +17 -0
- package/dist/src/functions/db/postgres/postgres-introspector.d.ts +3 -1
- package/dist/src/functions/db/postgres/postgres-introspector.js +43 -0
- package/dist/src/functions/db/sqlite/sqlite-introspector.d.ts +3 -1
- package/dist/src/functions/db/sqlite/sqlite-introspector.js +14 -0
- package/dist/src/functions/db/sqlite/sqlite-runtime-node.js +16 -3
- package/dist/src/functions/wirings/auth/serialize-auth-gen.js +4 -2
- package/dist/src/scaffold/rpc-remote.gen.js +1 -1
- package/package.json +2 -2
- package/skills/pikku-workflow/SKILL.md +22 -0
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-BkiCv5R3.js"></script>
|
|
25
25
|
<link rel="stylesheet" crossorigin href="/assets/index-DwUzVI5k.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.30
|
|
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';
|
|
@@ -867,7 +867,7 @@
|
|
|
867
867
|
],
|
|
868
868
|
"outputs": [],
|
|
869
869
|
"remote": true,
|
|
870
|
-
"implementationHash": "
|
|
870
|
+
"implementationHash": "676ef8f5b6caf261"
|
|
871
871
|
},
|
|
872
872
|
"dbMigrate": {
|
|
873
873
|
"pikkuFuncId": "dbMigrate",
|
|
@@ -1674,7 +1674,7 @@
|
|
|
1674
1674
|
"outputSchemaName": null,
|
|
1675
1675
|
"inputs": [],
|
|
1676
1676
|
"outputs": [],
|
|
1677
|
-
"implementationHash": "
|
|
1677
|
+
"implementationHash": "63b03ca22bec5827",
|
|
1678
1678
|
"contractHash": "5cf046fc5045a072",
|
|
1679
1679
|
"inputHash": "d5ff2f31",
|
|
1680
1680
|
"outputHash": "391c291d"
|
|
@@ -1931,6 +1931,28 @@
|
|
|
1931
1931
|
"inputHash": "4be7b8bd",
|
|
1932
1932
|
"outputHash": "fca2b5eb"
|
|
1933
1933
|
},
|
|
1934
|
+
"pikkuCredentials": {
|
|
1935
|
+
"pikkuFuncId": "pikkuCredentials",
|
|
1936
|
+
"functionType": "user",
|
|
1937
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
1938
|
+
"sessionless": true,
|
|
1939
|
+
"name": "pikkuCredentials",
|
|
1940
|
+
"inputSchemaName": null,
|
|
1941
|
+
"outputSchemaName": null,
|
|
1942
|
+
"inputs": [],
|
|
1943
|
+
"outputs": [],
|
|
1944
|
+
"implementationHash": "a99a627856fd77bd",
|
|
1945
|
+
"middleware": [
|
|
1946
|
+
{
|
|
1947
|
+
"type": "wire",
|
|
1948
|
+
"name": "logCommandInfoAndTime",
|
|
1949
|
+
"inline": false
|
|
1950
|
+
}
|
|
1951
|
+
],
|
|
1952
|
+
"contractHash": "8fa847acfa7ef407",
|
|
1953
|
+
"inputHash": "b98cb2ee",
|
|
1954
|
+
"outputHash": "9e33f562"
|
|
1955
|
+
},
|
|
1934
1956
|
"pikkuCLIEntry": {
|
|
1935
1957
|
"pikkuFuncId": "pikkuCLIEntry",
|
|
1936
1958
|
"functionType": "user",
|
|
@@ -1979,52 +2001,6 @@
|
|
|
1979
2001
|
"inputHash": "fef4d62b",
|
|
1980
2002
|
"outputHash": "7d42c9e1"
|
|
1981
2003
|
},
|
|
1982
|
-
"pikkuCredentials": {
|
|
1983
|
-
"pikkuFuncId": "pikkuCredentials",
|
|
1984
|
-
"functionType": "user",
|
|
1985
|
-
"funcWrapper": "pikkuSessionlessFunc",
|
|
1986
|
-
"sessionless": true,
|
|
1987
|
-
"name": "pikkuCredentials",
|
|
1988
|
-
"inputSchemaName": null,
|
|
1989
|
-
"outputSchemaName": null,
|
|
1990
|
-
"inputs": [],
|
|
1991
|
-
"outputs": [],
|
|
1992
|
-
"implementationHash": "a99a627856fd77bd",
|
|
1993
|
-
"middleware": [
|
|
1994
|
-
{
|
|
1995
|
-
"type": "wire",
|
|
1996
|
-
"name": "logCommandInfoAndTime",
|
|
1997
|
-
"inline": false
|
|
1998
|
-
}
|
|
1999
|
-
],
|
|
2000
|
-
"contractHash": "8fa847acfa7ef407",
|
|
2001
|
-
"inputHash": "b98cb2ee",
|
|
2002
|
-
"outputHash": "9e33f562"
|
|
2003
|
-
},
|
|
2004
|
-
"pikkuGateway": {
|
|
2005
|
-
"pikkuFuncId": "pikkuGateway",
|
|
2006
|
-
"functionType": "user",
|
|
2007
|
-
"funcWrapper": "pikkuSessionlessFunc",
|
|
2008
|
-
"sessionless": true,
|
|
2009
|
-
"name": "pikkuGateway",
|
|
2010
|
-
"inputSchemaName": null,
|
|
2011
|
-
"outputSchemaName": "PikkuGatewayOutput",
|
|
2012
|
-
"inputs": [],
|
|
2013
|
-
"outputs": [
|
|
2014
|
-
"PikkuGatewayOutput"
|
|
2015
|
-
],
|
|
2016
|
-
"implementationHash": "cc85ec16d890311e",
|
|
2017
|
-
"middleware": [
|
|
2018
|
-
{
|
|
2019
|
-
"type": "wire",
|
|
2020
|
-
"name": "logCommandInfoAndTime",
|
|
2021
|
-
"inline": false
|
|
2022
|
-
}
|
|
2023
|
-
],
|
|
2024
|
-
"contractHash": "8c9fc7c18aeb2212",
|
|
2025
|
-
"inputHash": "a5477eae",
|
|
2026
|
-
"outputHash": "b5ea8b47"
|
|
2027
|
-
},
|
|
2028
2004
|
"pikkuFunctionTypesSplit": {
|
|
2029
2005
|
"pikkuFuncId": "pikkuFunctionTypesSplit",
|
|
2030
2006
|
"functionType": "user",
|
|
@@ -2117,6 +2093,30 @@
|
|
|
2117
2093
|
"inputHash": "a3e730d9",
|
|
2118
2094
|
"outputHash": "e0b61e49"
|
|
2119
2095
|
},
|
|
2096
|
+
"pikkuGateway": {
|
|
2097
|
+
"pikkuFuncId": "pikkuGateway",
|
|
2098
|
+
"functionType": "user",
|
|
2099
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
2100
|
+
"sessionless": true,
|
|
2101
|
+
"name": "pikkuGateway",
|
|
2102
|
+
"inputSchemaName": null,
|
|
2103
|
+
"outputSchemaName": "PikkuGatewayOutput",
|
|
2104
|
+
"inputs": [],
|
|
2105
|
+
"outputs": [
|
|
2106
|
+
"PikkuGatewayOutput"
|
|
2107
|
+
],
|
|
2108
|
+
"implementationHash": "cc85ec16d890311e",
|
|
2109
|
+
"middleware": [
|
|
2110
|
+
{
|
|
2111
|
+
"type": "wire",
|
|
2112
|
+
"name": "logCommandInfoAndTime",
|
|
2113
|
+
"inline": false
|
|
2114
|
+
}
|
|
2115
|
+
],
|
|
2116
|
+
"contractHash": "8c9fc7c18aeb2212",
|
|
2117
|
+
"inputHash": "a5477eae",
|
|
2118
|
+
"outputHash": "b5ea8b47"
|
|
2119
|
+
},
|
|
2120
2120
|
"pikkuHTTPMap": {
|
|
2121
2121
|
"pikkuFuncId": "pikkuHTTPMap",
|
|
2122
2122
|
"functionType": "user",
|
|
@@ -2209,6 +2209,30 @@
|
|
|
2209
2209
|
"inputHash": "08a0d2b8",
|
|
2210
2210
|
"outputHash": "87c39a83"
|
|
2211
2211
|
},
|
|
2212
|
+
"pikkuMiddleware": {
|
|
2213
|
+
"pikkuFuncId": "pikkuMiddleware",
|
|
2214
|
+
"functionType": "user",
|
|
2215
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
2216
|
+
"sessionless": true,
|
|
2217
|
+
"name": "pikkuMiddleware",
|
|
2218
|
+
"inputSchemaName": null,
|
|
2219
|
+
"outputSchemaName": "PikkuMiddlewareOutput",
|
|
2220
|
+
"inputs": [],
|
|
2221
|
+
"outputs": [
|
|
2222
|
+
"PikkuMiddlewareOutput"
|
|
2223
|
+
],
|
|
2224
|
+
"implementationHash": "a20d75746588da20",
|
|
2225
|
+
"middleware": [
|
|
2226
|
+
{
|
|
2227
|
+
"type": "wire",
|
|
2228
|
+
"name": "logCommandInfoAndTime",
|
|
2229
|
+
"inline": false
|
|
2230
|
+
}
|
|
2231
|
+
],
|
|
2232
|
+
"contractHash": "08fae68caf8fd589",
|
|
2233
|
+
"inputHash": "58f70d81",
|
|
2234
|
+
"outputHash": "53953774"
|
|
2235
|
+
},
|
|
2212
2236
|
"pikkuMCPJSON": {
|
|
2213
2237
|
"pikkuFuncId": "pikkuMCPJSON",
|
|
2214
2238
|
"functionType": "user",
|
|
@@ -2277,30 +2301,6 @@
|
|
|
2277
2301
|
"inputHash": "bcd31116",
|
|
2278
2302
|
"outputHash": "ff46ce8f"
|
|
2279
2303
|
},
|
|
2280
|
-
"pikkuMiddleware": {
|
|
2281
|
-
"pikkuFuncId": "pikkuMiddleware",
|
|
2282
|
-
"functionType": "user",
|
|
2283
|
-
"funcWrapper": "pikkuSessionlessFunc",
|
|
2284
|
-
"sessionless": true,
|
|
2285
|
-
"name": "pikkuMiddleware",
|
|
2286
|
-
"inputSchemaName": null,
|
|
2287
|
-
"outputSchemaName": "PikkuMiddlewareOutput",
|
|
2288
|
-
"inputs": [],
|
|
2289
|
-
"outputs": [
|
|
2290
|
-
"PikkuMiddlewareOutput"
|
|
2291
|
-
],
|
|
2292
|
-
"implementationHash": "a20d75746588da20",
|
|
2293
|
-
"middleware": [
|
|
2294
|
-
{
|
|
2295
|
-
"type": "wire",
|
|
2296
|
-
"name": "logCommandInfoAndTime",
|
|
2297
|
-
"inline": false
|
|
2298
|
-
}
|
|
2299
|
-
],
|
|
2300
|
-
"contractHash": "08fae68caf8fd589",
|
|
2301
|
-
"inputHash": "58f70d81",
|
|
2302
|
-
"outputHash": "53953774"
|
|
2303
|
-
},
|
|
2304
2304
|
"pikkuSecretDefinitionTypes": {
|
|
2305
2305
|
"pikkuFuncId": "pikkuSecretDefinitionTypes",
|
|
2306
2306
|
"functionType": "user",
|
|
@@ -2647,52 +2647,6 @@
|
|
|
2647
2647
|
"inputHash": "164d65e7",
|
|
2648
2648
|
"outputHash": "3ac7247c"
|
|
2649
2649
|
},
|
|
2650
|
-
"pikkuVariables": {
|
|
2651
|
-
"pikkuFuncId": "pikkuVariables",
|
|
2652
|
-
"functionType": "user",
|
|
2653
|
-
"funcWrapper": "pikkuSessionlessFunc",
|
|
2654
|
-
"sessionless": true,
|
|
2655
|
-
"name": "pikkuVariables",
|
|
2656
|
-
"inputSchemaName": null,
|
|
2657
|
-
"outputSchemaName": null,
|
|
2658
|
-
"inputs": [],
|
|
2659
|
-
"outputs": [],
|
|
2660
|
-
"implementationHash": "84a0e3ace8da3e52",
|
|
2661
|
-
"middleware": [
|
|
2662
|
-
{
|
|
2663
|
-
"type": "wire",
|
|
2664
|
-
"name": "logCommandInfoAndTime",
|
|
2665
|
-
"inline": false
|
|
2666
|
-
}
|
|
2667
|
-
],
|
|
2668
|
-
"contractHash": "a26bc48e31b3d5d5",
|
|
2669
|
-
"inputHash": "114143f9",
|
|
2670
|
-
"outputHash": "75594b2d"
|
|
2671
|
-
},
|
|
2672
|
-
"pikkuWorkflowRoutes": {
|
|
2673
|
-
"pikkuFuncId": "pikkuWorkflowRoutes",
|
|
2674
|
-
"functionType": "user",
|
|
2675
|
-
"funcWrapper": "pikkuSessionlessFunc",
|
|
2676
|
-
"sessionless": true,
|
|
2677
|
-
"name": "pikkuWorkflowRoutes",
|
|
2678
|
-
"inputSchemaName": null,
|
|
2679
|
-
"outputSchemaName": "PikkuWorkflowRoutesOutput",
|
|
2680
|
-
"inputs": [],
|
|
2681
|
-
"outputs": [
|
|
2682
|
-
"PikkuWorkflowRoutesOutput"
|
|
2683
|
-
],
|
|
2684
|
-
"implementationHash": "44984589bce5976c",
|
|
2685
|
-
"middleware": [
|
|
2686
|
-
{
|
|
2687
|
-
"type": "wire",
|
|
2688
|
-
"name": "logCommandInfoAndTime",
|
|
2689
|
-
"inline": false
|
|
2690
|
-
}
|
|
2691
|
-
],
|
|
2692
|
-
"contractHash": "4bfa767e5f7be854",
|
|
2693
|
-
"inputHash": "3bda91da",
|
|
2694
|
-
"outputHash": "8b24f1df"
|
|
2695
|
-
},
|
|
2696
2650
|
"pikkuPublicRPC": {
|
|
2697
2651
|
"pikkuFuncId": "pikkuPublicRPC",
|
|
2698
2652
|
"functionType": "user",
|
|
@@ -2808,5 +2762,51 @@
|
|
|
2808
2762
|
"contractHash": "4c70070f45a31d25",
|
|
2809
2763
|
"inputHash": "835d9763",
|
|
2810
2764
|
"outputHash": "b9430fb9"
|
|
2765
|
+
},
|
|
2766
|
+
"pikkuVariables": {
|
|
2767
|
+
"pikkuFuncId": "pikkuVariables",
|
|
2768
|
+
"functionType": "user",
|
|
2769
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
2770
|
+
"sessionless": true,
|
|
2771
|
+
"name": "pikkuVariables",
|
|
2772
|
+
"inputSchemaName": null,
|
|
2773
|
+
"outputSchemaName": null,
|
|
2774
|
+
"inputs": [],
|
|
2775
|
+
"outputs": [],
|
|
2776
|
+
"implementationHash": "84a0e3ace8da3e52",
|
|
2777
|
+
"middleware": [
|
|
2778
|
+
{
|
|
2779
|
+
"type": "wire",
|
|
2780
|
+
"name": "logCommandInfoAndTime",
|
|
2781
|
+
"inline": false
|
|
2782
|
+
}
|
|
2783
|
+
],
|
|
2784
|
+
"contractHash": "a26bc48e31b3d5d5",
|
|
2785
|
+
"inputHash": "114143f9",
|
|
2786
|
+
"outputHash": "75594b2d"
|
|
2787
|
+
},
|
|
2788
|
+
"pikkuWorkflowRoutes": {
|
|
2789
|
+
"pikkuFuncId": "pikkuWorkflowRoutes",
|
|
2790
|
+
"functionType": "user",
|
|
2791
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
2792
|
+
"sessionless": true,
|
|
2793
|
+
"name": "pikkuWorkflowRoutes",
|
|
2794
|
+
"inputSchemaName": null,
|
|
2795
|
+
"outputSchemaName": "PikkuWorkflowRoutesOutput",
|
|
2796
|
+
"inputs": [],
|
|
2797
|
+
"outputs": [
|
|
2798
|
+
"PikkuWorkflowRoutesOutput"
|
|
2799
|
+
],
|
|
2800
|
+
"implementationHash": "44984589bce5976c",
|
|
2801
|
+
"middleware": [
|
|
2802
|
+
{
|
|
2803
|
+
"type": "wire",
|
|
2804
|
+
"name": "logCommandInfoAndTime",
|
|
2805
|
+
"inline": false
|
|
2806
|
+
}
|
|
2807
|
+
],
|
|
2808
|
+
"contractHash": "4bfa767e5f7be854",
|
|
2809
|
+
"inputHash": "3bda91da",
|
|
2810
|
+
"outputHash": "8b24f1df"
|
|
2811
2811
|
}
|
|
2812
2812
|
}
|
|
@@ -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.30
|
|
3
3
|
*/
|
|
4
4
|
/* Import and register functions used by RPCs */
|
|
5
5
|
import { addFunction } from '@pikku/core/function';
|
|
@@ -27,6 +27,7 @@ import { pikkuCommandQueue } from '../../src/functions/wirings/queue/pikku-comma
|
|
|
27
27
|
import { pikkuCommandQueueMap } from '../../src/functions/wirings/queue/pikku-command-queue-map.js';
|
|
28
28
|
import { pikkuConsoleFunctions } from '../../src/functions/wirings/console/pikku-command-console-functions.js';
|
|
29
29
|
import { pikkuCredentials } from '../../src/functions/wirings/credentials/pikku-command-credentials.js';
|
|
30
|
+
import { pikkuEmails } from '../../src/functions/wirings/emails/pikku-command-emails.js';
|
|
30
31
|
import { pikkuEventsScaffold } from '../../src/functions/wirings/realtime/pikku-command-events-scaffold.js';
|
|
31
32
|
import { pikkuFetch } from '../../src/functions/runtimes/fetch/index.js';
|
|
32
33
|
import { pikkuFunctions } from '../../src/functions/wirings/functions/pikku-command-functions.js';
|
|
@@ -98,6 +99,7 @@ addFunction('pikkuCommandQueue', pikkuCommandQueue);
|
|
|
98
99
|
addFunction('pikkuCommandQueueMap', pikkuCommandQueueMap);
|
|
99
100
|
addFunction('pikkuConsoleFunctions', pikkuConsoleFunctions);
|
|
100
101
|
addFunction('pikkuCredentials', pikkuCredentials);
|
|
102
|
+
addFunction('pikkuEmails', pikkuEmails);
|
|
101
103
|
addFunction('pikkuEventsScaffold', pikkuEventsScaffold);
|
|
102
104
|
addFunction('pikkuFetch', pikkuFetch);
|
|
103
105
|
addFunction('pikkuFunctions', pikkuFunctions);
|
|
@@ -103,6 +103,10 @@
|
|
|
103
103
|
"name": "wf-step-pikku-events-scaffold",
|
|
104
104
|
"pikkuFuncId": "pikkuWorkflowWorker:pikkuEventsScaffold"
|
|
105
105
|
},
|
|
106
|
+
"wf-step-pikku-emails": {
|
|
107
|
+
"name": "wf-step-pikku-emails",
|
|
108
|
+
"pikkuFuncId": "pikkuWorkflowWorker:pikkuEmails"
|
|
109
|
+
},
|
|
106
110
|
"wf-step-pikku-auth": {
|
|
107
111
|
"name": "wf-step-pikku-auth",
|
|
108
112
|
"pikkuFuncId": "pikkuWorkflowWorker:pikkuAuth"
|