@pikku/cli 0.12.29 → 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-ClGe-ul_.js → index-BkiCv5R3.js} +1 -1
- 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 +93 -93
- 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 +5 -5
- 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 -3
- 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/functions/commands/dev.js +1 -9
- 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 +1 -0
- package/dist/src/functions/db/local-db.js +3 -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 +1 -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="/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';
|
|
@@ -325,6 +325,30 @@
|
|
|
325
325
|
"inputHash": "14102501",
|
|
326
326
|
"outputHash": "0d154de9"
|
|
327
327
|
},
|
|
328
|
+
"pikkuCLITypes": {
|
|
329
|
+
"pikkuFuncId": "pikkuCLITypes",
|
|
330
|
+
"functionType": "user",
|
|
331
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
332
|
+
"sessionless": true,
|
|
333
|
+
"name": "pikkuCLITypes",
|
|
334
|
+
"inputSchemaName": "CLITypesCommandInput",
|
|
335
|
+
"outputSchemaName": null,
|
|
336
|
+
"inputs": [
|
|
337
|
+
"CLITypesCommandInput"
|
|
338
|
+
],
|
|
339
|
+
"outputs": [],
|
|
340
|
+
"implementationHash": "ca6fd3de682ad4a1",
|
|
341
|
+
"middleware": [
|
|
342
|
+
{
|
|
343
|
+
"type": "wire",
|
|
344
|
+
"name": "logCommandInfoAndTime",
|
|
345
|
+
"inline": false
|
|
346
|
+
}
|
|
347
|
+
],
|
|
348
|
+
"contractHash": "a1b70be4e58bcf3a",
|
|
349
|
+
"inputHash": "82619193",
|
|
350
|
+
"outputHash": "b3bd794b"
|
|
351
|
+
},
|
|
328
352
|
"pikkuAddonTypes": {
|
|
329
353
|
"pikkuFuncId": "pikkuAddonTypes",
|
|
330
354
|
"functionType": "user",
|
|
@@ -375,30 +399,6 @@
|
|
|
375
399
|
"inputHash": "9cc3f5b5",
|
|
376
400
|
"outputHash": "2ad6222d"
|
|
377
401
|
},
|
|
378
|
-
"pikkuCLITypes": {
|
|
379
|
-
"pikkuFuncId": "pikkuCLITypes",
|
|
380
|
-
"functionType": "user",
|
|
381
|
-
"funcWrapper": "pikkuSessionlessFunc",
|
|
382
|
-
"sessionless": true,
|
|
383
|
-
"name": "pikkuCLITypes",
|
|
384
|
-
"inputSchemaName": "CLITypesCommandInput",
|
|
385
|
-
"outputSchemaName": null,
|
|
386
|
-
"inputs": [
|
|
387
|
-
"CLITypesCommandInput"
|
|
388
|
-
],
|
|
389
|
-
"outputs": [],
|
|
390
|
-
"implementationHash": "ca6fd3de682ad4a1",
|
|
391
|
-
"middleware": [
|
|
392
|
-
{
|
|
393
|
-
"type": "wire",
|
|
394
|
-
"name": "logCommandInfoAndTime",
|
|
395
|
-
"inline": false
|
|
396
|
-
}
|
|
397
|
-
],
|
|
398
|
-
"contractHash": "a1b70be4e58bcf3a",
|
|
399
|
-
"inputHash": "82619193",
|
|
400
|
-
"outputHash": "b3bd794b"
|
|
401
|
-
},
|
|
402
402
|
"FabricLogin": {
|
|
403
403
|
"pikkuFuncId": "FabricLogin",
|
|
404
404
|
"functionType": "user",
|
|
@@ -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",
|
|
@@ -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,28 +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
2004
|
"pikkuFunctionTypesSplit": {
|
|
2005
2005
|
"pikkuFuncId": "pikkuFunctionTypesSplit",
|
|
2006
2006
|
"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,28 +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
2650
|
"pikkuPublicRPC": {
|
|
2673
2651
|
"pikkuFuncId": "pikkuPublicRPC",
|
|
2674
2652
|
"functionType": "user",
|
|
@@ -2785,6 +2763,28 @@
|
|
|
2785
2763
|
"inputHash": "835d9763",
|
|
2786
2764
|
"outputHash": "b9430fb9"
|
|
2787
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
2788
|
"pikkuWorkflowRoutes": {
|
|
2789
2789
|
"pikkuFuncId": "pikkuWorkflowRoutes",
|
|
2790
2790
|
"functionType": "user",
|
|
@@ -15,9 +15,9 @@
|
|
|
15
15
|
"pikkuInfoMiddleware": "pikkuInfoMiddleware",
|
|
16
16
|
"pikkuInfoPermissions": "pikkuInfoPermissions",
|
|
17
17
|
"pikkuBootstrap": "pikkuBootstrap",
|
|
18
|
+
"pikkuCLITypes": "pikkuCLITypes",
|
|
18
19
|
"pikkuAddonTypes": "pikkuAddonTypes",
|
|
19
20
|
"pikkuWorkflow": "pikkuWorkflow",
|
|
20
|
-
"pikkuCLITypes": "pikkuCLITypes",
|
|
21
21
|
"FabricLogin": "FabricLogin",
|
|
22
22
|
"FabricInit": "FabricInit",
|
|
23
23
|
"FabricLink": "FabricLink",
|
|
@@ -92,6 +92,9 @@
|
|
|
92
92
|
"pikkuMetaClients": "pikkuMetaClients",
|
|
93
93
|
"remoteRPCHandler": "remoteRPCHandler",
|
|
94
94
|
"pikkuSummary": "pikkuSummary",
|
|
95
|
+
"pikkuAIAgentTypes": "pikkuAIAgentTypes",
|
|
96
|
+
"pikkuAIAgent": "pikkuAIAgent",
|
|
97
|
+
"pikkuPublicAgent": "pikkuPublicAgent",
|
|
95
98
|
"pikkuAuth": "pikkuAuth",
|
|
96
99
|
"pikkuChannels": "pikkuChannels",
|
|
97
100
|
"pikkuChannelTypes": "pikkuChannelTypes",
|
|
@@ -137,8 +140,5 @@
|
|
|
137
140
|
"pikkuTriggerTypes": "pikkuTriggerTypes",
|
|
138
141
|
"pikkuTrigger": "pikkuTrigger",
|
|
139
142
|
"pikkuVariables": "pikkuVariables",
|
|
140
|
-
"pikkuWorkflowRoutes": "pikkuWorkflowRoutes"
|
|
141
|
-
"pikkuAIAgentTypes": "pikkuAIAgentTypes",
|
|
142
|
-
"pikkuAIAgent": "pikkuAIAgent",
|
|
143
|
-
"pikkuPublicAgent": "pikkuPublicAgent"
|
|
143
|
+
"pikkuWorkflowRoutes": "pikkuWorkflowRoutes"
|
|
144
144
|
}
|
|
@@ -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 { addSchema } from '@pikku/core/schema';
|
|
5
5
|
import * as PikkuSchemasOutput from './schemas/PikkuSchemasOutput.schema.json' with { type: 'json' };
|
|
@@ -202,10 +202,10 @@ import * as PikkuCommandHTTPOutput from './schemas/PikkuCommandHTTPOutput.schema
|
|
|
202
202
|
addSchema('PikkuCommandHTTPOutput', PikkuCommandHTTPOutput);
|
|
203
203
|
import * as PikkuHTTPOutput from './schemas/PikkuHTTPOutput.schema.json' with { type: 'json' };
|
|
204
204
|
addSchema('PikkuHTTPOutput', PikkuHTTPOutput);
|
|
205
|
-
import * as PikkuMCPOutput from './schemas/PikkuMCPOutput.schema.json' with { type: 'json' };
|
|
206
|
-
addSchema('PikkuMCPOutput', PikkuMCPOutput);
|
|
207
205
|
import * as PikkuMiddlewareOutput from './schemas/PikkuMiddlewareOutput.schema.json' with { type: 'json' };
|
|
208
206
|
addSchema('PikkuMiddlewareOutput', PikkuMiddlewareOutput);
|
|
207
|
+
import * as PikkuMCPOutput from './schemas/PikkuMCPOutput.schema.json' with { type: 'json' };
|
|
208
|
+
addSchema('PikkuMCPOutput', PikkuMCPOutput);
|
|
209
209
|
import * as PikkuPackageOutput from './schemas/PikkuPackageOutput.schema.json' with { type: 'json' };
|
|
210
210
|
addSchema('PikkuPackageOutput', PikkuPackageOutput);
|
|
211
211
|
import * as PikkuPermissionsOutput from './schemas/PikkuPermissionsOutput.schema.json' with { type: 'json' };
|