@pikku/addon-console 0.12.16 → 0.12.18
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/dist/.pikku/addon/pikku-addon-types.gen.d.ts +1 -1
- package/dist/.pikku/addon/pikku-addon-types.gen.js +1 -1
- package/dist/.pikku/addon/pikku-package.gen.js +1 -1
- package/dist/.pikku/agent/pikku-agent-map.gen.d.ts +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/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 +128 -128
- 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/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 +7 -7
- package/dist/.pikku/pikku-services.gen.d.ts.map +1 -1
- package/dist/.pikku/pikku-services.gen.js +5 -5
- package/dist/.pikku/pikku-services.gen.js.map +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/rpc/pikku-rpc-wirings-map.gen.d.ts +9 -9
- package/dist/.pikku/rpc/pikku-rpc-wirings-map.internal.gen.d.ts +10 -10
- package/dist/.pikku/rpc/pikku-rpc-wirings-meta.internal.gen.js +1 -1
- package/dist/.pikku/rpc/pikku-rpc-wirings-meta.internal.gen.json +7 -7
- 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 +17 -17
- package/dist/.pikku/schemas/register.gen.js.map +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/pikku-workflow-map.gen.d.ts +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.d.ts +1 -1
- package/dist/.pikku/workflow/pikku-workflow-wirings.gen.js +1 -1
- package/dist/src/functions/get-function-coverage.function.d.ts.map +1 -1
- package/dist/src/functions/get-function-coverage.function.js +2 -2
- package/dist/src/functions/get-function-coverage.function.js.map +1 -1
- package/dist/src/functions/run-function-tests.function.d.ts.map +1 -1
- package/dist/src/functions/run-function-tests.function.js +2 -1
- package/dist/src/functions/run-function-tests.function.js.map +1 -1
- package/dist/src/functions/stream-function-tests.function.d.ts.map +1 -1
- package/dist/src/functions/stream-function-tests.function.js +2 -1
- package/dist/src/functions/stream-function-tests.function.js.map +1 -1
- package/dist/src/lib/function-tests-paths.d.ts +14 -0
- package/dist/src/lib/function-tests-paths.d.ts.map +1 -0
- package/dist/src/lib/function-tests-paths.js +22 -0
- package/dist/src/lib/function-tests-paths.js.map +1 -0
- package/dist/src/services.d.ts.map +1 -1
- package/dist/src/services.js +13 -3
- package/dist/src/services.js.map +1 -1
- package/package.json +9 -8
|
@@ -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.47
|
|
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';
|
|
@@ -19,133 +19,6 @@
|
|
|
19
19
|
"inputHash": "c6f49013",
|
|
20
20
|
"outputHash": "eeff398a"
|
|
21
21
|
},
|
|
22
|
-
"credentialListUsers": {
|
|
23
|
-
"pikkuFuncId": "credentialListUsers",
|
|
24
|
-
"functionType": "user",
|
|
25
|
-
"funcWrapper": "pikkuSessionlessFunc",
|
|
26
|
-
"sessionless": true,
|
|
27
|
-
"name": "credentialListUsers",
|
|
28
|
-
"inputSchemaName": null,
|
|
29
|
-
"outputSchemaName": "CredentialListUsersOutput",
|
|
30
|
-
"inputs": [],
|
|
31
|
-
"outputs": [
|
|
32
|
-
"CredentialListUsersOutput"
|
|
33
|
-
],
|
|
34
|
-
"expose": true,
|
|
35
|
-
"implementationHash": "773fe940bd3c3177",
|
|
36
|
-
"contractHash": "0b3e0e99cc0fe325",
|
|
37
|
-
"inputHash": "13b79bd2",
|
|
38
|
-
"outputHash": "5bf6ba22"
|
|
39
|
-
},
|
|
40
|
-
"getFunctionsMeta": {
|
|
41
|
-
"pikkuFuncId": "getFunctionsMeta",
|
|
42
|
-
"functionType": "user",
|
|
43
|
-
"funcWrapper": "pikkuSessionlessFunc",
|
|
44
|
-
"sessionless": true,
|
|
45
|
-
"name": "getFunctionsMeta",
|
|
46
|
-
"inputSchemaName": null,
|
|
47
|
-
"outputSchemaName": "GetFunctionsMetaOutput",
|
|
48
|
-
"inputs": [],
|
|
49
|
-
"outputs": [
|
|
50
|
-
"GetFunctionsMetaOutput"
|
|
51
|
-
],
|
|
52
|
-
"expose": true,
|
|
53
|
-
"implementationHash": "a7c59fe6f62536ae",
|
|
54
|
-
"contractHash": "5eb7ecd9e3319628",
|
|
55
|
-
"inputHash": "f42aa828",
|
|
56
|
-
"outputHash": "27e2856d"
|
|
57
|
-
},
|
|
58
|
-
"getInstalledAddons": {
|
|
59
|
-
"pikkuFuncId": "getInstalledAddons",
|
|
60
|
-
"functionType": "user",
|
|
61
|
-
"funcWrapper": "pikkuSessionlessFunc",
|
|
62
|
-
"sessionless": true,
|
|
63
|
-
"name": "getInstalledAddons",
|
|
64
|
-
"inputSchemaName": null,
|
|
65
|
-
"outputSchemaName": "GetInstalledAddonsOutput",
|
|
66
|
-
"inputs": [],
|
|
67
|
-
"outputs": [
|
|
68
|
-
"GetInstalledAddonsOutput"
|
|
69
|
-
],
|
|
70
|
-
"expose": true,
|
|
71
|
-
"implementationHash": "4ee2d7229a8dbfdb",
|
|
72
|
-
"contractHash": "cca7dbfcea9bf8b4",
|
|
73
|
-
"inputHash": "3bc40965",
|
|
74
|
-
"outputHash": "0cf9b243"
|
|
75
|
-
},
|
|
76
|
-
"getFunctionCoverage": {
|
|
77
|
-
"pikkuFuncId": "getFunctionCoverage",
|
|
78
|
-
"functionType": "user",
|
|
79
|
-
"funcWrapper": "pikkuSessionlessFunc",
|
|
80
|
-
"sessionless": true,
|
|
81
|
-
"name": "getFunctionCoverage",
|
|
82
|
-
"inputSchemaName": null,
|
|
83
|
-
"outputSchemaName": "FunctionCoverageReport",
|
|
84
|
-
"inputs": [],
|
|
85
|
-
"outputs": [
|
|
86
|
-
"FunctionCoverageReport"
|
|
87
|
-
],
|
|
88
|
-
"expose": true,
|
|
89
|
-
"implementationHash": "fb725572d90939cf",
|
|
90
|
-
"contractHash": "8d09910566c626fd",
|
|
91
|
-
"inputHash": "be6c6665",
|
|
92
|
-
"outputHash": "0edab773"
|
|
93
|
-
},
|
|
94
|
-
"streamFunctionTests": {
|
|
95
|
-
"pikkuFuncId": "streamFunctionTests",
|
|
96
|
-
"functionType": "user",
|
|
97
|
-
"funcWrapper": "pikkuSessionlessFunc",
|
|
98
|
-
"sessionless": true,
|
|
99
|
-
"name": "streamFunctionTests",
|
|
100
|
-
"inputSchemaName": null,
|
|
101
|
-
"outputSchemaName": "StreamFunctionTestsOutput",
|
|
102
|
-
"inputs": [],
|
|
103
|
-
"outputs": [
|
|
104
|
-
"StreamFunctionTestsOutput"
|
|
105
|
-
],
|
|
106
|
-
"implementationHash": "0c0b5836644a92a9",
|
|
107
|
-
"contractHash": "9a2d121b164dd1f1",
|
|
108
|
-
"inputHash": "91459368",
|
|
109
|
-
"outputHash": "aefeb372"
|
|
110
|
-
},
|
|
111
|
-
"getAuthProviders": {
|
|
112
|
-
"pikkuFuncId": "getAuthProviders",
|
|
113
|
-
"functionType": "user",
|
|
114
|
-
"funcWrapper": "pikkuSessionlessFunc",
|
|
115
|
-
"sessionless": true,
|
|
116
|
-
"name": "getAuthProviders",
|
|
117
|
-
"inputSchemaName": null,
|
|
118
|
-
"outputSchemaName": "AuthProvidersMeta",
|
|
119
|
-
"inputs": [],
|
|
120
|
-
"outputs": [
|
|
121
|
-
"AuthProvidersMeta"
|
|
122
|
-
],
|
|
123
|
-
"expose": true,
|
|
124
|
-
"implementationHash": "2a3abbfd0292c5f2",
|
|
125
|
-
"contractHash": "206e6e045002b418",
|
|
126
|
-
"inputHash": "1d94c8c3",
|
|
127
|
-
"outputHash": "280a6c55"
|
|
128
|
-
},
|
|
129
|
-
"renderEmailPreview": {
|
|
130
|
-
"pikkuFuncId": "renderEmailPreview",
|
|
131
|
-
"functionType": "user",
|
|
132
|
-
"funcWrapper": "pikkuSessionlessFunc",
|
|
133
|
-
"sessionless": true,
|
|
134
|
-
"name": "renderEmailPreview",
|
|
135
|
-
"inputSchemaName": "RenderEmailPreviewInput",
|
|
136
|
-
"outputSchemaName": "RenderEmailPreviewOutput",
|
|
137
|
-
"inputs": [
|
|
138
|
-
"RenderEmailPreviewInput"
|
|
139
|
-
],
|
|
140
|
-
"outputs": [
|
|
141
|
-
"RenderEmailPreviewOutput"
|
|
142
|
-
],
|
|
143
|
-
"expose": true,
|
|
144
|
-
"implementationHash": "20fe4a2a8485e70c",
|
|
145
|
-
"contractHash": "5c0010a01eac05df",
|
|
146
|
-
"inputHash": "8bb3bf2b",
|
|
147
|
-
"outputHash": "ccb4573c"
|
|
148
|
-
},
|
|
149
22
|
"credentialDelete": {
|
|
150
23
|
"pikkuFuncId": "credentialDelete",
|
|
151
24
|
"functionType": "user",
|
|
@@ -186,6 +59,24 @@
|
|
|
186
59
|
"inputHash": "1162de3d",
|
|
187
60
|
"outputHash": "7f6b0ebf"
|
|
188
61
|
},
|
|
62
|
+
"credentialListUsers": {
|
|
63
|
+
"pikkuFuncId": "credentialListUsers",
|
|
64
|
+
"functionType": "user",
|
|
65
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
66
|
+
"sessionless": true,
|
|
67
|
+
"name": "credentialListUsers",
|
|
68
|
+
"inputSchemaName": null,
|
|
69
|
+
"outputSchemaName": "CredentialListUsersOutput",
|
|
70
|
+
"inputs": [],
|
|
71
|
+
"outputs": [
|
|
72
|
+
"CredentialListUsersOutput"
|
|
73
|
+
],
|
|
74
|
+
"expose": true,
|
|
75
|
+
"implementationHash": "773fe940bd3c3177",
|
|
76
|
+
"contractHash": "0b3e0e99cc0fe325",
|
|
77
|
+
"inputHash": "13b79bd2",
|
|
78
|
+
"outputHash": "5bf6ba22"
|
|
79
|
+
},
|
|
189
80
|
"credentialSet": {
|
|
190
81
|
"pikkuFuncId": "credentialSet",
|
|
191
82
|
"functionType": "user",
|
|
@@ -442,6 +333,24 @@
|
|
|
442
333
|
"inputHash": "bf06e182",
|
|
443
334
|
"outputHash": "e8c7600c"
|
|
444
335
|
},
|
|
336
|
+
"getAuthProviders": {
|
|
337
|
+
"pikkuFuncId": "getAuthProviders",
|
|
338
|
+
"functionType": "user",
|
|
339
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
340
|
+
"sessionless": true,
|
|
341
|
+
"name": "getAuthProviders",
|
|
342
|
+
"inputSchemaName": null,
|
|
343
|
+
"outputSchemaName": "AuthProvidersMeta",
|
|
344
|
+
"inputs": [],
|
|
345
|
+
"outputs": [
|
|
346
|
+
"AuthProvidersMeta"
|
|
347
|
+
],
|
|
348
|
+
"expose": true,
|
|
349
|
+
"implementationHash": "2a3abbfd0292c5f2",
|
|
350
|
+
"contractHash": "206e6e045002b418",
|
|
351
|
+
"inputHash": "1d94c8c3",
|
|
352
|
+
"outputHash": "280a6c55"
|
|
353
|
+
},
|
|
445
354
|
"getChannelSnippets": {
|
|
446
355
|
"pikkuFuncId": "getChannelSnippets",
|
|
447
356
|
"functionType": "user",
|
|
@@ -480,6 +389,60 @@
|
|
|
480
389
|
"inputHash": "933c3d66",
|
|
481
390
|
"outputHash": "08321e65"
|
|
482
391
|
},
|
|
392
|
+
"getFunctionCoverage": {
|
|
393
|
+
"pikkuFuncId": "getFunctionCoverage",
|
|
394
|
+
"functionType": "user",
|
|
395
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
396
|
+
"sessionless": true,
|
|
397
|
+
"name": "getFunctionCoverage",
|
|
398
|
+
"inputSchemaName": null,
|
|
399
|
+
"outputSchemaName": "FunctionCoverageReport",
|
|
400
|
+
"inputs": [],
|
|
401
|
+
"outputs": [
|
|
402
|
+
"FunctionCoverageReport"
|
|
403
|
+
],
|
|
404
|
+
"expose": true,
|
|
405
|
+
"implementationHash": "0339b2082e0e9029",
|
|
406
|
+
"contractHash": "8d09910566c626fd",
|
|
407
|
+
"inputHash": "be6c6665",
|
|
408
|
+
"outputHash": "0edab773"
|
|
409
|
+
},
|
|
410
|
+
"getFunctionsMeta": {
|
|
411
|
+
"pikkuFuncId": "getFunctionsMeta",
|
|
412
|
+
"functionType": "user",
|
|
413
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
414
|
+
"sessionless": true,
|
|
415
|
+
"name": "getFunctionsMeta",
|
|
416
|
+
"inputSchemaName": null,
|
|
417
|
+
"outputSchemaName": "GetFunctionsMetaOutput",
|
|
418
|
+
"inputs": [],
|
|
419
|
+
"outputs": [
|
|
420
|
+
"GetFunctionsMetaOutput"
|
|
421
|
+
],
|
|
422
|
+
"expose": true,
|
|
423
|
+
"implementationHash": "a7c59fe6f62536ae",
|
|
424
|
+
"contractHash": "5eb7ecd9e3319628",
|
|
425
|
+
"inputHash": "f42aa828",
|
|
426
|
+
"outputHash": "27e2856d"
|
|
427
|
+
},
|
|
428
|
+
"getInstalledAddons": {
|
|
429
|
+
"pikkuFuncId": "getInstalledAddons",
|
|
430
|
+
"functionType": "user",
|
|
431
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
432
|
+
"sessionless": true,
|
|
433
|
+
"name": "getInstalledAddons",
|
|
434
|
+
"inputSchemaName": null,
|
|
435
|
+
"outputSchemaName": "GetInstalledAddonsOutput",
|
|
436
|
+
"inputs": [],
|
|
437
|
+
"outputs": [
|
|
438
|
+
"GetInstalledAddonsOutput"
|
|
439
|
+
],
|
|
440
|
+
"expose": true,
|
|
441
|
+
"implementationHash": "4ee2d7229a8dbfdb",
|
|
442
|
+
"contractHash": "cca7dbfcea9bf8b4",
|
|
443
|
+
"inputHash": "3bc40965",
|
|
444
|
+
"outputHash": "0cf9b243"
|
|
445
|
+
},
|
|
483
446
|
"getAddonInstalledPackage": {
|
|
484
447
|
"pikkuFuncId": "getAddonInstalledPackage",
|
|
485
448
|
"functionType": "user",
|
|
@@ -954,6 +917,26 @@
|
|
|
954
917
|
"inputHash": "de816393",
|
|
955
918
|
"outputHash": "60233ac2"
|
|
956
919
|
},
|
|
920
|
+
"renderEmailPreview": {
|
|
921
|
+
"pikkuFuncId": "renderEmailPreview",
|
|
922
|
+
"functionType": "user",
|
|
923
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
924
|
+
"sessionless": true,
|
|
925
|
+
"name": "renderEmailPreview",
|
|
926
|
+
"inputSchemaName": "RenderEmailPreviewInput",
|
|
927
|
+
"outputSchemaName": "RenderEmailPreviewOutput",
|
|
928
|
+
"inputs": [
|
|
929
|
+
"RenderEmailPreviewInput"
|
|
930
|
+
],
|
|
931
|
+
"outputs": [
|
|
932
|
+
"RenderEmailPreviewOutput"
|
|
933
|
+
],
|
|
934
|
+
"expose": true,
|
|
935
|
+
"implementationHash": "20fe4a2a8485e70c",
|
|
936
|
+
"contractHash": "5c0010a01eac05df",
|
|
937
|
+
"inputHash": "8bb3bf2b",
|
|
938
|
+
"outputHash": "ccb4573c"
|
|
939
|
+
},
|
|
957
940
|
"runFunctionTests": {
|
|
958
941
|
"pikkuFuncId": "runFunctionTests",
|
|
959
942
|
"functionType": "user",
|
|
@@ -967,11 +950,28 @@
|
|
|
967
950
|
"FunctionCoverageReport"
|
|
968
951
|
],
|
|
969
952
|
"expose": true,
|
|
970
|
-
"implementationHash": "
|
|
953
|
+
"implementationHash": "d588b0b69725ced8",
|
|
971
954
|
"contractHash": "08b0a69d946e5aaf",
|
|
972
955
|
"inputHash": "2ed1af09",
|
|
973
956
|
"outputHash": "74b0fac6"
|
|
974
957
|
},
|
|
958
|
+
"streamFunctionTests": {
|
|
959
|
+
"pikkuFuncId": "streamFunctionTests",
|
|
960
|
+
"functionType": "user",
|
|
961
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
962
|
+
"sessionless": true,
|
|
963
|
+
"name": "streamFunctionTests",
|
|
964
|
+
"inputSchemaName": null,
|
|
965
|
+
"outputSchemaName": "StreamFunctionTestsOutput",
|
|
966
|
+
"inputs": [],
|
|
967
|
+
"outputs": [
|
|
968
|
+
"StreamFunctionTestsOutput"
|
|
969
|
+
],
|
|
970
|
+
"implementationHash": "4ddf6de264f33e53",
|
|
971
|
+
"contractHash": "9a2d121b164dd1f1",
|
|
972
|
+
"inputHash": "91459368",
|
|
973
|
+
"outputHash": "aefeb372"
|
|
974
|
+
},
|
|
975
975
|
"streamWorkflowRun": {
|
|
976
976
|
"pikkuFuncId": "streamWorkflowRun",
|
|
977
977
|
"functionType": "user",
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* This file was generated by @pikku/cli@0.12.
|
|
2
|
+
* This file was generated by @pikku/cli@0.12.47
|
|
3
3
|
*/
|
|
4
4
|
import type { SingletonServices } from '../types/application-types.d.js';
|
|
5
5
|
import type { Services } from '../types/application-types.d.js';
|
|
6
6
|
export declare const requiredSingletonServices: {
|
|
7
7
|
readonly addonService: true;
|
|
8
8
|
readonly agentRunService: true;
|
|
9
|
-
readonly aiAgentRunner:
|
|
10
|
-
readonly aiRunState:
|
|
11
|
-
readonly aiStorage:
|
|
9
|
+
readonly aiAgentRunner: false;
|
|
10
|
+
readonly aiRunState: false;
|
|
11
|
+
readonly aiStorage: false;
|
|
12
12
|
readonly audit: false;
|
|
13
13
|
readonly auditLog: false;
|
|
14
14
|
readonly codeEditService: true;
|
|
@@ -16,7 +16,7 @@ export declare const requiredSingletonServices: {
|
|
|
16
16
|
readonly content: false;
|
|
17
17
|
readonly credentialService: true;
|
|
18
18
|
readonly dbSchemaService: true;
|
|
19
|
-
readonly deploymentService:
|
|
19
|
+
readonly deploymentService: false;
|
|
20
20
|
readonly emailService: false;
|
|
21
21
|
readonly eventHub: false;
|
|
22
22
|
readonly jwt: false;
|
|
@@ -24,7 +24,7 @@ export declare const requiredSingletonServices: {
|
|
|
24
24
|
readonly metaService: true;
|
|
25
25
|
readonly oauthService: true;
|
|
26
26
|
readonly queueService: false;
|
|
27
|
-
readonly schedulerService:
|
|
27
|
+
readonly schedulerService: false;
|
|
28
28
|
readonly schema: true;
|
|
29
29
|
readonly secrets: true;
|
|
30
30
|
readonly sessionStore: false;
|
|
@@ -35,7 +35,7 @@ export declare const requiredSingletonServices: {
|
|
|
35
35
|
readonly workflowService: true;
|
|
36
36
|
};
|
|
37
37
|
export declare const requiredWireServices: {};
|
|
38
|
-
export type RequiredSingletonServices = Required<Pick<SingletonServices, 'addonService' | 'agentRunService' | '
|
|
38
|
+
export type RequiredSingletonServices = Required<Pick<SingletonServices, 'addonService' | 'agentRunService' | 'codeEditService' | 'config' | 'credentialService' | 'dbSchemaService' | 'logger' | 'metaService' | 'oauthService' | 'schema' | 'secrets' | 'stateDiffService' | 'variables' | 'wiringService' | 'workflowRunService' | 'workflowService'>> & Partial<Omit<SingletonServices, 'addonService' | 'agentRunService' | 'codeEditService' | 'config' | 'credentialService' | 'dbSchemaService' | 'logger' | 'metaService' | 'oauthService' | 'schema' | 'secrets' | 'stateDiffService' | 'variables' | 'wiringService' | 'workflowRunService' | 'workflowService'>>;
|
|
39
39
|
export type RequiredWireServices = Partial<Services>;
|
|
40
40
|
export declare const requiredParentServices: readonly ["variables", "metaService", "aiAgentRunner", "schedulerService", "agentRunService", "workflowService", "workflowRunService", "aiStorage", "aiRunState", "deploymentService", "credentialService"];
|
|
41
41
|
//# sourceMappingURL=pikku-services.gen.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"pikku-services.gen.d.ts","sourceRoot":"","sources":["../../.pikku/pikku-services.gen.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,iCAAiC,CAAA;AACxE,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,iCAAiC,CAAA;AAG/D,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA8B5B,CAAA;AAGV,eAAO,MAAM,oBAAoB,IACvB,CAAA;AAGV,MAAM,MAAM,yBAAyB,GAAG,QAAQ,CAAC,IAAI,CAAC,iBAAiB,EAAE,cAAc,GAAG,iBAAiB,GAAG,
|
|
1
|
+
{"version":3,"file":"pikku-services.gen.d.ts","sourceRoot":"","sources":["../../.pikku/pikku-services.gen.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,iCAAiC,CAAA;AACxE,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,iCAAiC,CAAA;AAG/D,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA8B5B,CAAA;AAGV,eAAO,MAAM,oBAAoB,IACvB,CAAA;AAGV,MAAM,MAAM,yBAAyB,GAAG,QAAQ,CAAC,IAAI,CAAC,iBAAiB,EAAE,cAAc,GAAG,iBAAiB,GAAG,iBAAiB,GAAG,QAAQ,GAAG,mBAAmB,GAAG,iBAAiB,GAAG,QAAQ,GAAG,aAAa,GAAG,cAAc,GAAG,QAAQ,GAAG,SAAS,GAAG,kBAAkB,GAAG,WAAW,GAAG,eAAe,GAAG,oBAAoB,GAAG,iBAAiB,CAAC,CAAC,GAAG,OAAO,CAAC,IAAI,CAAC,iBAAiB,EAAE,cAAc,GAAG,iBAAiB,GAAG,iBAAiB,GAAG,QAAQ,GAAG,mBAAmB,GAAG,iBAAiB,GAAG,QAAQ,GAAG,aAAa,GAAG,cAAc,GAAG,QAAQ,GAAG,SAAS,GAAG,kBAAkB,GAAG,WAAW,GAAG,eAAe,GAAG,oBAAoB,GAAG,iBAAiB,CAAC,CAAC,CAAA;AAE5oB,MAAM,MAAM,oBAAoB,GAAG,OAAO,CAAC,QAAQ,CAAC,CAAA;AAGpD,eAAO,MAAM,sBAAsB,6MAAoM,CAAA"}
|
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
export const requiredSingletonServices = {
|
|
3
3
|
'addonService': true,
|
|
4
4
|
'agentRunService': true,
|
|
5
|
-
'aiAgentRunner':
|
|
6
|
-
'aiRunState':
|
|
7
|
-
'aiStorage':
|
|
5
|
+
'aiAgentRunner': false,
|
|
6
|
+
'aiRunState': false,
|
|
7
|
+
'aiStorage': false,
|
|
8
8
|
'audit': false,
|
|
9
9
|
'auditLog': false,
|
|
10
10
|
'codeEditService': true,
|
|
@@ -12,7 +12,7 @@ export const requiredSingletonServices = {
|
|
|
12
12
|
'content': false,
|
|
13
13
|
'credentialService': true,
|
|
14
14
|
'dbSchemaService': true,
|
|
15
|
-
'deploymentService':
|
|
15
|
+
'deploymentService': false,
|
|
16
16
|
'emailService': false,
|
|
17
17
|
'eventHub': false,
|
|
18
18
|
'jwt': false,
|
|
@@ -20,7 +20,7 @@ export const requiredSingletonServices = {
|
|
|
20
20
|
'metaService': true,
|
|
21
21
|
'oauthService': true,
|
|
22
22
|
'queueService': false,
|
|
23
|
-
'schedulerService':
|
|
23
|
+
'schedulerService': false,
|
|
24
24
|
'schema': true,
|
|
25
25
|
'secrets': true,
|
|
26
26
|
'sessionStore': false,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"pikku-services.gen.js","sourceRoot":"","sources":["../../.pikku/pikku-services.gen.ts"],"names":[],"mappings":"AAMA,0EAA0E;AAC1E,MAAM,CAAC,MAAM,yBAAyB,GAAG;IACvC,cAAc,EAAE,IAAI;IACpB,iBAAiB,EAAE,IAAI;IACvB,eAAe,EAAE,
|
|
1
|
+
{"version":3,"file":"pikku-services.gen.js","sourceRoot":"","sources":["../../.pikku/pikku-services.gen.ts"],"names":[],"mappings":"AAMA,0EAA0E;AAC1E,MAAM,CAAC,MAAM,yBAAyB,GAAG;IACvC,cAAc,EAAE,IAAI;IACpB,iBAAiB,EAAE,IAAI;IACvB,eAAe,EAAE,KAAK;IACtB,YAAY,EAAE,KAAK;IACnB,WAAW,EAAE,KAAK;IAClB,OAAO,EAAE,KAAK;IACd,UAAU,EAAE,KAAK;IACjB,iBAAiB,EAAE,IAAI;IACvB,QAAQ,EAAE,IAAI;IACd,SAAS,EAAE,KAAK;IAChB,mBAAmB,EAAE,IAAI;IACzB,iBAAiB,EAAE,IAAI;IACvB,mBAAmB,EAAE,KAAK;IAC1B,cAAc,EAAE,KAAK;IACrB,UAAU,EAAE,KAAK;IACjB,KAAK,EAAE,KAAK;IACZ,QAAQ,EAAE,IAAI;IACd,aAAa,EAAE,IAAI;IACnB,cAAc,EAAE,IAAI;IACpB,cAAc,EAAE,KAAK;IACrB,kBAAkB,EAAE,KAAK;IACzB,QAAQ,EAAE,IAAI;IACd,SAAS,EAAE,IAAI;IACf,cAAc,EAAE,KAAK;IACrB,kBAAkB,EAAE,IAAI;IACxB,WAAW,EAAE,IAAI;IACjB,eAAe,EAAE,IAAI;IACrB,oBAAoB,EAAE,IAAI;IAC1B,iBAAiB,EAAE,IAAI;CACf,CAAA;AAEV,qEAAqE;AACrE,MAAM,CAAC,MAAM,oBAAoB,GAAG,EAC1B,CAAA;AAOV,oDAAoD;AACpD,MAAM,CAAC,MAAM,sBAAsB,GAAG,CAAC,WAAW,EAAC,aAAa,EAAC,eAAe,EAAC,kBAAkB,EAAC,iBAAiB,EAAC,iBAAiB,EAAC,oBAAoB,EAAC,WAAW,EAAC,YAAY,EAAC,mBAAmB,EAAC,mBAAmB,CAAU,CAAA"}
|
|
@@ -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.47
|
|
3
3
|
*/
|
|
4
4
|
/**
|
|
5
5
|
* This provides the structure needed for typescript to be aware of RPCs and their return types
|
|
@@ -17,12 +17,12 @@ import type { WorkflowContext } from '../../../../core/dist/wirings/workflow/wor
|
|
|
17
17
|
import type { CucumberStatus } from '../../src/functions/stream-function-tests.function.js'
|
|
18
18
|
import type { FunctionCoverageReport } from '../../src/functions/get-function-coverage.function.js'
|
|
19
19
|
import type { AgentConfigChanges, FunctionConfigChanges } from '../../src/services/code-edit.service.js'
|
|
20
|
-
import type { AuthProvidersMeta } from '../../src/functions/get-auth-providers.function.js'
|
|
21
|
-
import type { RenderEmailPreviewInput, RenderEmailPreviewOutput } from '../../src/functions/render-email-preview.function.js'
|
|
22
20
|
import type { AllMeta, ChannelSnippets } from '../../src/services/wiring.service.js'
|
|
21
|
+
import type { AuthProvidersMeta } from '../../src/functions/get-auth-providers.function.js'
|
|
23
22
|
import type { DbSchema } from '../../src/services/db-schema.service.js'
|
|
24
23
|
import type { JSONSchema7 } from 'json-schema'
|
|
25
24
|
import type { StateDiff } from '../../src/services/state-diff.service.js'
|
|
25
|
+
import type { RenderEmailPreviewInput, RenderEmailPreviewOutput } from '../../src/functions/render-email-preview.function.js'
|
|
26
26
|
|
|
27
27
|
export type AgentCredentialCheckInput = { agentName: string; userId?: string; }
|
|
28
28
|
export type AgentCredentialCheckOutput = { requirements: AgentCredentialRequirement[]; allConnected: boolean; }
|
|
@@ -115,14 +115,9 @@ interface RPCHandler<I, O> {
|
|
|
115
115
|
|
|
116
116
|
export type RPCMap = {
|
|
117
117
|
readonly 'agentCredentialCheck': RPCHandler<AgentCredentialCheckInput, AgentCredentialCheckOutput>,
|
|
118
|
-
readonly 'credentialListUsers': RPCHandler<null, CredentialListUsersOutput>,
|
|
119
|
-
readonly 'getFunctionsMeta': RPCHandler<null, GetFunctionsMetaOutput>,
|
|
120
|
-
readonly 'getInstalledAddons': RPCHandler<null, GetInstalledAddonsOutput>,
|
|
121
|
-
readonly 'getFunctionCoverage': RPCHandler<null, FunctionCoverageReport>,
|
|
122
|
-
readonly 'getAuthProviders': RPCHandler<null, AuthProvidersMeta>,
|
|
123
|
-
readonly 'renderEmailPreview': RPCHandler<RenderEmailPreviewInput, RenderEmailPreviewOutput>,
|
|
124
118
|
readonly 'credentialDelete': RPCHandler<CredentialDeleteInput, CredentialDeleteOutput>,
|
|
125
119
|
readonly 'credentialGet': RPCHandler<CredentialGetInput, CredentialGetOutput>,
|
|
120
|
+
readonly 'credentialListUsers': RPCHandler<null, CredentialListUsersOutput>,
|
|
126
121
|
readonly 'credentialSet': RPCHandler<CredentialSetInput, CredentialSetOutput>,
|
|
127
122
|
readonly 'credentialStatus': RPCHandler<CredentialStatusInput, CredentialStatusOutput>,
|
|
128
123
|
readonly 'credentialUsers': RPCHandler<CredentialUsersInput, CredentialUsersOutput>,
|
|
@@ -136,8 +131,12 @@ export type RPCMap = {
|
|
|
136
131
|
readonly 'getAgentThreads': RPCHandler<GetAgentThreadsInput, GetAgentThreadsOutput>,
|
|
137
132
|
readonly 'getAIWorkflows': RPCHandler<GetAIWorkflowsInput, GetAIWorkflowsOutput>,
|
|
138
133
|
readonly 'getAllMeta': RPCHandler<null, AllMeta>,
|
|
134
|
+
readonly 'getAuthProviders': RPCHandler<null, AuthProvidersMeta>,
|
|
139
135
|
readonly 'getChannelSnippets': RPCHandler<GetChannelSnippetsInput, ChannelSnippets>,
|
|
140
136
|
readonly 'getDbSchema': RPCHandler<null, DbSchema>,
|
|
137
|
+
readonly 'getFunctionCoverage': RPCHandler<null, FunctionCoverageReport>,
|
|
138
|
+
readonly 'getFunctionsMeta': RPCHandler<null, GetFunctionsMetaOutput>,
|
|
139
|
+
readonly 'getInstalledAddons': RPCHandler<null, GetInstalledAddonsOutput>,
|
|
141
140
|
readonly 'getAddonInstalledPackage': RPCHandler<GetAddonInstalledPackageInput, AddonPackageInfo>,
|
|
142
141
|
readonly 'getOpenapiDetail': RPCHandler<GetOpenapiDetailInput, GetOpenapiDetailOutput>,
|
|
143
142
|
readonly 'getOpenapis': RPCHandler<GetOpenapisInput, GetOpenapisOutput>,
|
|
@@ -162,6 +161,7 @@ export type RPCMap = {
|
|
|
162
161
|
readonly 'readAgentSource': RPCHandler<ReadAgentSourceInput, ReadAgentSourceOutput>,
|
|
163
162
|
readonly 'readFunctionBody': RPCHandler<ReadFunctionBodyInput, ReadFunctionBodyOutput>,
|
|
164
163
|
readonly 'readFunctionSource': RPCHandler<ReadFunctionSourceInput, ReadFunctionSourceOutput>,
|
|
164
|
+
readonly 'renderEmailPreview': RPCHandler<RenderEmailPreviewInput, RenderEmailPreviewOutput>,
|
|
165
165
|
readonly 'runFunctionTests': RPCHandler<null, FunctionCoverageReport>,
|
|
166
166
|
readonly 'updateAgentConfig': RPCHandler<UpdateAgentConfigInput, UpdateAgentConfigOutput>,
|
|
167
167
|
readonly 'updateEmailTemplate': RPCHandler<UpdateEmailTemplateInput, UpdateEmailTemplateOutput>,
|