@pikku/cli 0.12.23 → 0.12.25
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/cli.schema.json +1 -1
- package/console-app/assets/index-D4DgafuS.js +232 -0
- 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 +16 -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-meta.gen.json +41 -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 +130 -66
- 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 +3 -1
- package/dist/.pikku/pikku-services.gen.js +2 -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.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 +20 -17
- 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 +13 -3
- package/dist/.pikku/schemas/schemas/PikkuCLIConfig.schema.json +1 -1
- package/dist/.pikku/schemas/schemas/PikkuEmailsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PikkuFunctionTypesSplitInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PikkuTriggerTypesInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/WorkspaceValidateInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/WorkspaceValidateOutput.schema.json +1 -0
- 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 +5 -5
- 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/cli.wiring.js +31 -0
- package/dist/src/fabric/functions/validate-core.d.ts +20 -0
- package/dist/src/fabric/functions/validate-core.js +227 -0
- package/dist/src/fabric/functions/validate.function.js +11 -3
- package/dist/src/functions/commands/bootstrap.js +2 -2
- package/dist/src/functions/commands/console.js +7 -4
- package/dist/src/functions/commands/db-migrate.js +2 -3
- package/dist/src/functions/commands/db-reset.js +3 -4
- package/dist/src/functions/commands/db-seed.js +2 -3
- package/dist/src/functions/commands/db-shared.d.ts +2 -15
- package/dist/src/functions/commands/db-shared.js +43 -17
- package/dist/src/functions/commands/dev.js +28 -8
- package/dist/src/functions/commands/emails-init.d.ts +5 -0
- package/dist/src/functions/commands/emails-init.js +162 -0
- package/dist/src/functions/commands/load-user-project.js +12 -3
- package/dist/src/functions/commands/watch.js +7 -4
- package/dist/src/functions/commands/workspace-validate.d.ts +33 -0
- package/dist/src/functions/commands/workspace-validate.js +9 -0
- package/dist/src/functions/db/coercion-plugin.d.ts +7 -0
- package/dist/src/functions/db/coercion-plugin.js +99 -0
- package/dist/src/functions/db/local-db.d.ts +2 -2
- package/dist/src/functions/db/local-db.js +13 -8
- package/dist/src/functions/db/seed.d.ts +2 -2
- package/dist/src/functions/db/sql-migrator.d.ts +3 -3
- package/dist/src/functions/db/sqlite-codegen.d.ts +3 -3
- package/dist/src/functions/db/sqlite-kysely.d.ts +8 -0
- package/dist/src/functions/db/sqlite-kysely.js +62 -0
- package/dist/src/functions/db/sqlite-runtime-bun.d.ts +2 -0
- package/dist/src/functions/db/sqlite-runtime-bun.js +52 -0
- package/dist/src/functions/db/sqlite-runtime-node.d.ts +2 -0
- package/dist/src/functions/db/sqlite-runtime-node.js +51 -0
- package/dist/src/functions/db/sqlite-runtime.d.ts +20 -0
- package/dist/src/functions/db/sqlite-runtime.js +13 -0
- package/dist/src/functions/validate/workspace-validate.d.ts +34 -0
- package/dist/src/functions/validate/workspace-validate.js +258 -0
- package/dist/src/functions/wirings/cli/pikku-command-cli-types.js +1 -1
- package/dist/src/functions/wirings/emails/pikku-command-emails.d.ts +6 -0
- package/dist/src/functions/wirings/emails/pikku-command-emails.js +172 -0
- package/dist/src/functions/wirings/emails/serialize-emails.d.ts +20 -0
- package/dist/src/functions/wirings/emails/serialize-emails.js +168 -0
- package/dist/src/functions/wirings/functions/pikku-command-function-types-split.d.ts +7 -1
- package/dist/src/functions/wirings/functions/pikku-command-function-types-split.js +2 -2
- package/dist/src/functions/wirings/triggers/pikku-command-trigger-types.d.ts +7 -1
- package/dist/src/functions/wirings/triggers/pikku-command-trigger-types.js +2 -2
- package/dist/src/functions/wirings/workflow/pikku-command-workflow.js +1 -1
- package/dist/src/functions/workflows/all.workflow.js +12 -7
- package/dist/src/scaffold/rpc-remote.gen.js +1 -1
- package/dist/src/utils/pikku-cli-config.js +6 -0
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +3 -3
- package/skills/pikku-auth-js/SKILL.md +271 -58
- package/console-app/assets/index-CAk106ji.js +0 -232
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-D4DgafuS.js"></script>
|
|
25
25
|
<link rel="stylesheet" crossorigin href="/assets/index-C52h1B_L.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.25
|
|
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';
|
|
@@ -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.25
|
|
3
3
|
*/
|
|
4
4
|
/**
|
|
5
5
|
* WebSocket channel backend for 'pikku' CLI commands
|
|
@@ -15,9 +15,12 @@ import { watch } from '../../src/functions/commands/watch.js';
|
|
|
15
15
|
import { dev } from '../../src/functions/commands/dev.js';
|
|
16
16
|
import { consoleCommand } from '../../src/functions/commands/console.js';
|
|
17
17
|
import { pikkuSchemas } from '../../src/functions/wirings/functions/schemas.js';
|
|
18
|
+
import { pikkuEmailsInit } from '../../src/functions/commands/emails-init.js';
|
|
19
|
+
import { pikkuEmails } from '../../src/functions/wirings/emails/pikku-command-emails.js';
|
|
18
20
|
import { dbMigrate } from '../../src/functions/commands/db-migrate.js';
|
|
19
21
|
import { dbSeed } from '../../src/functions/commands/db-seed.js';
|
|
20
22
|
import { dbReset } from '../../src/functions/commands/db-reset.js';
|
|
23
|
+
import { workspaceValidate } from '../../src/functions/commands/workspace-validate.js';
|
|
21
24
|
import { FabricValidate } from '../../src/fabric/functions/validate.function.js';
|
|
22
25
|
import { FabricLogin } from '../../src/fabric/functions/login.function.js';
|
|
23
26
|
import { FabricInit } from '../../src/fabric/functions/init.function.js';
|
|
@@ -172,6 +175,14 @@ wireChannel({
|
|
|
172
175
|
func: pikkuSchemas,
|
|
173
176
|
middleware: [cliCloseOnComplete],
|
|
174
177
|
},
|
|
178
|
+
'emails.init': {
|
|
179
|
+
func: pikkuEmailsInit,
|
|
180
|
+
middleware: [cliCloseOnComplete],
|
|
181
|
+
},
|
|
182
|
+
'emails.generate': {
|
|
183
|
+
func: pikkuEmails,
|
|
184
|
+
middleware: [cliCloseOnComplete],
|
|
185
|
+
},
|
|
175
186
|
'db.migrate': {
|
|
176
187
|
func: dbMigrate,
|
|
177
188
|
middleware: [cliCloseOnComplete],
|
|
@@ -184,6 +195,10 @@ wireChannel({
|
|
|
184
195
|
func: dbReset,
|
|
185
196
|
middleware: [cliCloseOnComplete],
|
|
186
197
|
},
|
|
198
|
+
'workspace.validate': {
|
|
199
|
+
func: workspaceValidate,
|
|
200
|
+
middleware: [cliCloseOnComplete],
|
|
201
|
+
},
|
|
187
202
|
'fabric.validate': {
|
|
188
203
|
func: FabricValidate,
|
|
189
204
|
middleware: [cliCloseOnComplete],
|
|
@@ -123,6 +123,30 @@
|
|
|
123
123
|
"options": {},
|
|
124
124
|
"description": "Generate JSON schemas for function input/output types"
|
|
125
125
|
},
|
|
126
|
+
"emails": {
|
|
127
|
+
"pikkuFuncId": "",
|
|
128
|
+
"positionals": [],
|
|
129
|
+
"options": {},
|
|
130
|
+
"description": "Email template generation commands",
|
|
131
|
+
"subcommands": {
|
|
132
|
+
"init": {
|
|
133
|
+
"pikkuFuncId": "pikkuEmailsInit",
|
|
134
|
+
"positionals": [],
|
|
135
|
+
"options": {
|
|
136
|
+
"force": {
|
|
137
|
+
"description": "Overwrite an existing email scaffold"
|
|
138
|
+
}
|
|
139
|
+
},
|
|
140
|
+
"description": "Scaffold emailTemplatesDir with starter locales, theme, partials, and a hello-world email"
|
|
141
|
+
},
|
|
142
|
+
"generate": {
|
|
143
|
+
"pikkuFuncId": "pikkuEmails",
|
|
144
|
+
"positionals": [],
|
|
145
|
+
"options": {},
|
|
146
|
+
"description": "Generate typed email renderers and metadata from emailTemplatesDir in pikku.config.json"
|
|
147
|
+
}
|
|
148
|
+
}
|
|
149
|
+
},
|
|
126
150
|
"db": {
|
|
127
151
|
"pikkuFuncId": "",
|
|
128
152
|
"positionals": [],
|
|
@@ -149,6 +173,21 @@
|
|
|
149
173
|
}
|
|
150
174
|
}
|
|
151
175
|
},
|
|
176
|
+
"workspace": {
|
|
177
|
+
"pikkuFuncId": "",
|
|
178
|
+
"positionals": [],
|
|
179
|
+
"options": {},
|
|
180
|
+
"description": "Workspace-level validation and maintenance commands",
|
|
181
|
+
"subcommands": {
|
|
182
|
+
"validate": {
|
|
183
|
+
"pikkuFuncId": "workspaceValidate",
|
|
184
|
+
"positionals": [],
|
|
185
|
+
"options": {},
|
|
186
|
+
"renderName": "renderWorkspaceValidate",
|
|
187
|
+
"description": "Check the project structure for Pikku workspace compatibility"
|
|
188
|
+
}
|
|
189
|
+
}
|
|
190
|
+
},
|
|
152
191
|
"fabric": {
|
|
153
192
|
"pikkuFuncId": "",
|
|
154
193
|
"positionals": [],
|
|
@@ -1337,7 +1376,9 @@
|
|
|
1337
1376
|
"agentRunService",
|
|
1338
1377
|
"workflowRunService",
|
|
1339
1378
|
"credentialService",
|
|
1379
|
+
"emailService",
|
|
1340
1380
|
"metaService",
|
|
1381
|
+
"audit",
|
|
1341
1382
|
"sessionStore"
|
|
1342
1383
|
]
|
|
1343
1384
|
},
|
|
@@ -199,6 +199,47 @@
|
|
|
199
199
|
"inputHash": "75d95201",
|
|
200
200
|
"outputHash": "ffadb4f5"
|
|
201
201
|
},
|
|
202
|
+
"pikkuEmails": {
|
|
203
|
+
"pikkuFuncId": "pikkuEmails",
|
|
204
|
+
"functionType": "user",
|
|
205
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
206
|
+
"sessionless": true,
|
|
207
|
+
"name": "pikkuEmails",
|
|
208
|
+
"inputSchemaName": null,
|
|
209
|
+
"outputSchemaName": "PikkuEmailsOutput",
|
|
210
|
+
"inputs": [],
|
|
211
|
+
"outputs": [
|
|
212
|
+
"PikkuEmailsOutput"
|
|
213
|
+
],
|
|
214
|
+
"implementationHash": "07585f8eecf2a270",
|
|
215
|
+
"middleware": [
|
|
216
|
+
{
|
|
217
|
+
"type": "wire",
|
|
218
|
+
"name": "logCommandInfoAndTime",
|
|
219
|
+
"inline": false
|
|
220
|
+
}
|
|
221
|
+
],
|
|
222
|
+
"contractHash": "42482b5bfb7f9f46",
|
|
223
|
+
"inputHash": "9c00f5ad",
|
|
224
|
+
"outputHash": "29f7efa2"
|
|
225
|
+
},
|
|
226
|
+
"pikkuEmailsInit": {
|
|
227
|
+
"pikkuFuncId": "pikkuEmailsInit",
|
|
228
|
+
"functionType": "user",
|
|
229
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
230
|
+
"sessionless": true,
|
|
231
|
+
"name": "pikkuEmailsInit",
|
|
232
|
+
"inputSchemaName": "EmailsInitInput",
|
|
233
|
+
"outputSchemaName": null,
|
|
234
|
+
"inputs": [
|
|
235
|
+
"EmailsInitInput"
|
|
236
|
+
],
|
|
237
|
+
"outputs": [],
|
|
238
|
+
"implementationHash": "29ac88e1ce492001",
|
|
239
|
+
"contractHash": "976aeea13ef7cb39",
|
|
240
|
+
"inputHash": "f5c36aa4",
|
|
241
|
+
"outputHash": "8b3b5a05"
|
|
242
|
+
},
|
|
202
243
|
"pikkuInfoFunctions": {
|
|
203
244
|
"pikkuFuncId": "pikkuInfoFunctions",
|
|
204
245
|
"functionType": "user",
|
|
@@ -296,7 +337,7 @@
|
|
|
296
337
|
"CLITypesCommandInput"
|
|
297
338
|
],
|
|
298
339
|
"outputs": [],
|
|
299
|
-
"implementationHash": "
|
|
340
|
+
"implementationHash": "ca6fd3de682ad4a1",
|
|
300
341
|
"middleware": [
|
|
301
342
|
{
|
|
302
343
|
"type": "wire",
|
|
@@ -346,7 +387,7 @@
|
|
|
346
387
|
"outputs": [
|
|
347
388
|
"PikkuWorkflowOutput"
|
|
348
389
|
],
|
|
349
|
-
"implementationHash": "
|
|
390
|
+
"implementationHash": "0b89fd676168b536",
|
|
350
391
|
"middleware": [
|
|
351
392
|
{
|
|
352
393
|
"type": "wire",
|
|
@@ -781,7 +822,7 @@
|
|
|
781
822
|
"inputs": [],
|
|
782
823
|
"outputs": [],
|
|
783
824
|
"remote": true,
|
|
784
|
-
"implementationHash": "
|
|
825
|
+
"implementationHash": "f0740dc85c77c72e"
|
|
785
826
|
},
|
|
786
827
|
"watch": {
|
|
787
828
|
"pikkuFuncId": "watch",
|
|
@@ -796,7 +837,7 @@
|
|
|
796
837
|
],
|
|
797
838
|
"outputs": [],
|
|
798
839
|
"remote": true,
|
|
799
|
-
"implementationHash": "
|
|
840
|
+
"implementationHash": "001321e37396c40e"
|
|
800
841
|
},
|
|
801
842
|
"consoleCommand": {
|
|
802
843
|
"pikkuFuncId": "consoleCommand",
|
|
@@ -811,7 +852,7 @@
|
|
|
811
852
|
],
|
|
812
853
|
"outputs": [],
|
|
813
854
|
"remote": true,
|
|
814
|
-
"implementationHash": "
|
|
855
|
+
"implementationHash": "4af45014b5607c5e"
|
|
815
856
|
},
|
|
816
857
|
"dev": {
|
|
817
858
|
"pikkuFuncId": "dev",
|
|
@@ -826,7 +867,7 @@
|
|
|
826
867
|
],
|
|
827
868
|
"outputs": [],
|
|
828
869
|
"remote": true,
|
|
829
|
-
"implementationHash": "
|
|
870
|
+
"implementationHash": "df5fcef8db9754bc"
|
|
830
871
|
},
|
|
831
872
|
"dbMigrate": {
|
|
832
873
|
"pikkuFuncId": "dbMigrate",
|
|
@@ -841,7 +882,7 @@
|
|
|
841
882
|
],
|
|
842
883
|
"outputs": [],
|
|
843
884
|
"remote": true,
|
|
844
|
-
"implementationHash": "
|
|
885
|
+
"implementationHash": "77bff4e93cb5e5e9"
|
|
845
886
|
},
|
|
846
887
|
"dbSeed": {
|
|
847
888
|
"pikkuFuncId": "dbSeed",
|
|
@@ -856,7 +897,7 @@
|
|
|
856
897
|
],
|
|
857
898
|
"outputs": [],
|
|
858
899
|
"remote": true,
|
|
859
|
-
"implementationHash": "
|
|
900
|
+
"implementationHash": "12e22fe82ca950ed"
|
|
860
901
|
},
|
|
861
902
|
"dbReset": {
|
|
862
903
|
"pikkuFuncId": "dbReset",
|
|
@@ -871,7 +912,26 @@
|
|
|
871
912
|
],
|
|
872
913
|
"outputs": [],
|
|
873
914
|
"remote": true,
|
|
874
|
-
"implementationHash": "
|
|
915
|
+
"implementationHash": "7417263e78f0b469"
|
|
916
|
+
},
|
|
917
|
+
"workspaceValidate": {
|
|
918
|
+
"pikkuFuncId": "workspaceValidate",
|
|
919
|
+
"functionType": "user",
|
|
920
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
921
|
+
"sessionless": true,
|
|
922
|
+
"name": "workspaceValidate",
|
|
923
|
+
"inputSchemaName": "WorkspaceValidateInput",
|
|
924
|
+
"outputSchemaName": "WorkspaceValidateOutput",
|
|
925
|
+
"inputs": [
|
|
926
|
+
"WorkspaceValidateInput"
|
|
927
|
+
],
|
|
928
|
+
"outputs": [
|
|
929
|
+
"WorkspaceValidateOutput"
|
|
930
|
+
],
|
|
931
|
+
"implementationHash": "919fad94c6101440",
|
|
932
|
+
"contractHash": "537e65158253e56e",
|
|
933
|
+
"inputHash": "624668bc",
|
|
934
|
+
"outputHash": "19a23e3f"
|
|
875
935
|
},
|
|
876
936
|
"pikkuVersionsInit": {
|
|
877
937
|
"pikkuFuncId": "pikkuVersionsInit",
|
|
@@ -1599,7 +1659,7 @@
|
|
|
1599
1659
|
"outputSchemaName": null,
|
|
1600
1660
|
"inputs": [],
|
|
1601
1661
|
"outputs": [],
|
|
1602
|
-
"implementationHash": "
|
|
1662
|
+
"implementationHash": "82a9246537795371",
|
|
1603
1663
|
"contractHash": "5cf046fc5045a072",
|
|
1604
1664
|
"inputHash": "d5ff2f31",
|
|
1605
1665
|
"outputHash": "391c291d"
|
|
@@ -1910,11 +1970,13 @@
|
|
|
1910
1970
|
"funcWrapper": "pikkuSessionlessFunc",
|
|
1911
1971
|
"sessionless": true,
|
|
1912
1972
|
"name": "pikkuFunctionTypesSplit",
|
|
1913
|
-
"inputSchemaName":
|
|
1973
|
+
"inputSchemaName": "PikkuFunctionTypesSplitInput",
|
|
1914
1974
|
"outputSchemaName": null,
|
|
1915
|
-
"inputs": [
|
|
1975
|
+
"inputs": [
|
|
1976
|
+
"PikkuFunctionTypesSplitInput"
|
|
1977
|
+
],
|
|
1916
1978
|
"outputs": [],
|
|
1917
|
-
"implementationHash": "
|
|
1979
|
+
"implementationHash": "f8a3d1bcd38a6e65",
|
|
1918
1980
|
"middleware": [
|
|
1919
1981
|
{
|
|
1920
1982
|
"type": "wire",
|
|
@@ -1922,8 +1984,8 @@
|
|
|
1922
1984
|
"inline": false
|
|
1923
1985
|
}
|
|
1924
1986
|
],
|
|
1925
|
-
"contractHash": "
|
|
1926
|
-
"inputHash": "
|
|
1987
|
+
"contractHash": "f99a54810cf64965",
|
|
1988
|
+
"inputHash": "2c3cb2ec",
|
|
1927
1989
|
"outputHash": "acd472be"
|
|
1928
1990
|
},
|
|
1929
1991
|
"pikkuFunctionTypes": {
|
|
@@ -2432,6 +2494,52 @@
|
|
|
2432
2494
|
"inputHash": "0e752243",
|
|
2433
2495
|
"outputHash": "486a58ef"
|
|
2434
2496
|
},
|
|
2497
|
+
"pikkuSchedulerTypes": {
|
|
2498
|
+
"pikkuFuncId": "pikkuSchedulerTypes",
|
|
2499
|
+
"functionType": "user",
|
|
2500
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
2501
|
+
"sessionless": true,
|
|
2502
|
+
"name": "pikkuSchedulerTypes",
|
|
2503
|
+
"inputSchemaName": null,
|
|
2504
|
+
"outputSchemaName": null,
|
|
2505
|
+
"inputs": [],
|
|
2506
|
+
"outputs": [],
|
|
2507
|
+
"implementationHash": "ca3f707d96566f5c",
|
|
2508
|
+
"middleware": [
|
|
2509
|
+
{
|
|
2510
|
+
"type": "wire",
|
|
2511
|
+
"name": "logCommandInfoAndTime",
|
|
2512
|
+
"inline": false
|
|
2513
|
+
}
|
|
2514
|
+
],
|
|
2515
|
+
"contractHash": "562f598e335cbbf8",
|
|
2516
|
+
"inputHash": "5cb0bd41",
|
|
2517
|
+
"outputHash": "4108ab7a"
|
|
2518
|
+
},
|
|
2519
|
+
"pikkuScheduler": {
|
|
2520
|
+
"pikkuFuncId": "pikkuScheduler",
|
|
2521
|
+
"functionType": "user",
|
|
2522
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
2523
|
+
"sessionless": true,
|
|
2524
|
+
"name": "pikkuScheduler",
|
|
2525
|
+
"inputSchemaName": null,
|
|
2526
|
+
"outputSchemaName": "PikkuSchedulerOutput",
|
|
2527
|
+
"inputs": [],
|
|
2528
|
+
"outputs": [
|
|
2529
|
+
"PikkuSchedulerOutput"
|
|
2530
|
+
],
|
|
2531
|
+
"implementationHash": "e78409e71cedf438",
|
|
2532
|
+
"middleware": [
|
|
2533
|
+
{
|
|
2534
|
+
"type": "wire",
|
|
2535
|
+
"name": "logCommandInfoAndTime",
|
|
2536
|
+
"inline": false
|
|
2537
|
+
}
|
|
2538
|
+
],
|
|
2539
|
+
"contractHash": "064923ed2e031573",
|
|
2540
|
+
"inputHash": "dda1c6aa",
|
|
2541
|
+
"outputHash": "1f0f0345"
|
|
2542
|
+
},
|
|
2435
2543
|
"pikkuPublicRPC": {
|
|
2436
2544
|
"pikkuFuncId": "pikkuPublicRPC",
|
|
2437
2545
|
"functionType": "user",
|
|
@@ -2548,52 +2656,6 @@
|
|
|
2548
2656
|
"inputHash": "835d9763",
|
|
2549
2657
|
"outputHash": "b9430fb9"
|
|
2550
2658
|
},
|
|
2551
|
-
"pikkuSchedulerTypes": {
|
|
2552
|
-
"pikkuFuncId": "pikkuSchedulerTypes",
|
|
2553
|
-
"functionType": "user",
|
|
2554
|
-
"funcWrapper": "pikkuSessionlessFunc",
|
|
2555
|
-
"sessionless": true,
|
|
2556
|
-
"name": "pikkuSchedulerTypes",
|
|
2557
|
-
"inputSchemaName": null,
|
|
2558
|
-
"outputSchemaName": null,
|
|
2559
|
-
"inputs": [],
|
|
2560
|
-
"outputs": [],
|
|
2561
|
-
"implementationHash": "ca3f707d96566f5c",
|
|
2562
|
-
"middleware": [
|
|
2563
|
-
{
|
|
2564
|
-
"type": "wire",
|
|
2565
|
-
"name": "logCommandInfoAndTime",
|
|
2566
|
-
"inline": false
|
|
2567
|
-
}
|
|
2568
|
-
],
|
|
2569
|
-
"contractHash": "562f598e335cbbf8",
|
|
2570
|
-
"inputHash": "5cb0bd41",
|
|
2571
|
-
"outputHash": "4108ab7a"
|
|
2572
|
-
},
|
|
2573
|
-
"pikkuScheduler": {
|
|
2574
|
-
"pikkuFuncId": "pikkuScheduler",
|
|
2575
|
-
"functionType": "user",
|
|
2576
|
-
"funcWrapper": "pikkuSessionlessFunc",
|
|
2577
|
-
"sessionless": true,
|
|
2578
|
-
"name": "pikkuScheduler",
|
|
2579
|
-
"inputSchemaName": null,
|
|
2580
|
-
"outputSchemaName": "PikkuSchedulerOutput",
|
|
2581
|
-
"inputs": [],
|
|
2582
|
-
"outputs": [
|
|
2583
|
-
"PikkuSchedulerOutput"
|
|
2584
|
-
],
|
|
2585
|
-
"implementationHash": "e78409e71cedf438",
|
|
2586
|
-
"middleware": [
|
|
2587
|
-
{
|
|
2588
|
-
"type": "wire",
|
|
2589
|
-
"name": "logCommandInfoAndTime",
|
|
2590
|
-
"inline": false
|
|
2591
|
-
}
|
|
2592
|
-
],
|
|
2593
|
-
"contractHash": "064923ed2e031573",
|
|
2594
|
-
"inputHash": "dda1c6aa",
|
|
2595
|
-
"outputHash": "1f0f0345"
|
|
2596
|
-
},
|
|
2597
2659
|
"pikkuSecrets": {
|
|
2598
2660
|
"pikkuFuncId": "pikkuSecrets",
|
|
2599
2661
|
"functionType": "user",
|
|
@@ -2622,11 +2684,13 @@
|
|
|
2622
2684
|
"funcWrapper": "pikkuSessionlessFunc",
|
|
2623
2685
|
"sessionless": true,
|
|
2624
2686
|
"name": "pikkuTriggerTypes",
|
|
2625
|
-
"inputSchemaName":
|
|
2687
|
+
"inputSchemaName": "PikkuTriggerTypesInput",
|
|
2626
2688
|
"outputSchemaName": null,
|
|
2627
|
-
"inputs": [
|
|
2689
|
+
"inputs": [
|
|
2690
|
+
"PikkuTriggerTypesInput"
|
|
2691
|
+
],
|
|
2628
2692
|
"outputs": [],
|
|
2629
|
-
"implementationHash": "
|
|
2693
|
+
"implementationHash": "fa6cb1c56a713457",
|
|
2630
2694
|
"middleware": [
|
|
2631
2695
|
{
|
|
2632
2696
|
"type": "wire",
|
|
@@ -2634,8 +2698,8 @@
|
|
|
2634
2698
|
"inline": false
|
|
2635
2699
|
}
|
|
2636
2700
|
],
|
|
2637
|
-
"contractHash": "
|
|
2638
|
-
"inputHash": "
|
|
2701
|
+
"contractHash": "0451a960490628c3",
|
|
2702
|
+
"inputHash": "6ff27706",
|
|
2639
2703
|
"outputHash": "94f80533"
|
|
2640
2704
|
},
|
|
2641
2705
|
"pikkuTrigger": {
|