@pikku/cli 0.12.44 → 0.12.45
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/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 +5 -0
- package/dist/.pikku/cli/pikku-cli-contracts-meta.gen.js +5 -0
- package/dist/.pikku/cli/pikku-cli-contracts-meta.gen.json +474 -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.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 +14 -1
- package/dist/.pikku/function/pikku-function-types.gen.js +17 -1
- package/dist/.pikku/function/pikku-functions-meta.gen.js +1 -1
- package/dist/.pikku/function/pikku-functions-meta.gen.json +97 -97
- 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-meta.gen.json +8 -8
- 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/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/schemas/schemas/PikkuCLIConfig.schema.json +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 +15 -15
- 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/wirings/channels/pikku-channels.js +20 -11
- package/dist/src/functions/wirings/channels/pikku-command-channels-map.js +2 -2
- package/dist/src/functions/wirings/channels/pikku-command-channels.js +20 -6
- package/dist/src/functions/wirings/channels/serialize-typed-channel-map.d.ts +1 -1
- package/dist/src/functions/wirings/channels/serialize-typed-channel-map.js +59 -11
- package/dist/src/functions/wirings/cli/pikku-command-cli.js +20 -6
- package/dist/src/functions/wirings/functions/pikku-command-function-types-split.js +7 -1
- package/dist/src/functions/wirings/functions/serialize-addon-refs.d.ts +14 -0
- package/dist/src/functions/wirings/functions/serialize-addon-refs.js +129 -0
- package/dist/src/functions/wirings/http/pikku-command-http-routes.js +21 -6
- package/dist/src/functions/wirings/http/serialize-typed-http-map.js +12 -0
- package/dist/src/functions/workflows/all.workflow.js +7 -0
- package/dist/src/scaffold/rpc-remote.gen.js +1 -1
- package/dist/src/utils/pikku-cli-config.js +18 -0
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +2 -2
|
@@ -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.45
|
|
3
3
|
*/
|
|
4
4
|
/**
|
|
5
5
|
* Core function, middleware, and permission types for all wirings
|
|
@@ -474,3 +474,16 @@ export declare const addTagPermission: <In = unknown>(tag: string, permissions:
|
|
|
474
474
|
export declare const addGlobalPermission: <In = unknown>(permissions: CorePermissionGroup<PikkuPermission<In>> | PikkuPermission<In>[]) => void;
|
|
475
475
|
export { wireAddon } from '@pikku/core/rpc';
|
|
476
476
|
export type { WireAddonConfig } from '@pikku/core/rpc';
|
|
477
|
+
/**
|
|
478
|
+
* Addon contract references. Generated from each wired addon's published
|
|
479
|
+
* contract metadata — no addon source is imported. Functions are proxied via
|
|
480
|
+
* ref() (RPC) exactly like ref('namespace:fn').
|
|
481
|
+
*/
|
|
482
|
+
declare const __addonHttp: {};
|
|
483
|
+
declare const __addonChannel: {};
|
|
484
|
+
declare const __addonCli: {};
|
|
485
|
+
export declare const refHTTP: <Name extends keyof typeof __addonHttp>(name: Name, options?: {
|
|
486
|
+
basePath?: string;
|
|
487
|
+
}) => (typeof __addonHttp)[Name];
|
|
488
|
+
export declare const refChannel: <Name extends keyof typeof __addonChannel>(name: Name) => (typeof __addonChannel)[Name];
|
|
489
|
+
export declare const refCLI: <Name extends keyof typeof __addonCli>(name: Name) => (typeof __addonCli)[Name];
|
|
@@ -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.45
|
|
3
3
|
*/
|
|
4
4
|
/**
|
|
5
5
|
* Core function, middleware, and permission types for all wirings
|
|
@@ -315,3 +315,19 @@ export const addGlobalPermission = (permissions) => {
|
|
|
315
315
|
addGlobalPermissionCore(permissions, null);
|
|
316
316
|
};
|
|
317
317
|
export { wireAddon } from '@pikku/core/rpc';
|
|
318
|
+
/**
|
|
319
|
+
* Addon contract references. Generated from each wired addon's published
|
|
320
|
+
* contract metadata — no addon source is imported. Functions are proxied via
|
|
321
|
+
* ref() (RPC) exactly like ref('namespace:fn').
|
|
322
|
+
*/
|
|
323
|
+
const __addonHttp = {};
|
|
324
|
+
const __addonChannel = {};
|
|
325
|
+
const __addonCli = {};
|
|
326
|
+
export const refHTTP = (name, options) => {
|
|
327
|
+
const contract = __addonHttp[name];
|
|
328
|
+
return (options?.basePath !== undefined
|
|
329
|
+
? { ...contract, basePath: options.basePath }
|
|
330
|
+
: contract);
|
|
331
|
+
};
|
|
332
|
+
export const refChannel = (name) => __addonChannel[name];
|
|
333
|
+
export const refCLI = (name) => __addonCli[name];
|
|
@@ -1797,7 +1797,7 @@
|
|
|
1797
1797
|
"outputSchemaName": null,
|
|
1798
1798
|
"inputs": [],
|
|
1799
1799
|
"outputs": [],
|
|
1800
|
-
"implementationHash": "
|
|
1800
|
+
"implementationHash": "f96326b7d9ae9dce",
|
|
1801
1801
|
"contractHash": "5cf046fc5045a072",
|
|
1802
1802
|
"inputHash": "d5ff2f31",
|
|
1803
1803
|
"outputHash": "391c291d"
|
|
@@ -1904,7 +1904,7 @@
|
|
|
1904
1904
|
"outputSchemaName": null,
|
|
1905
1905
|
"inputs": [],
|
|
1906
1906
|
"outputs": [],
|
|
1907
|
-
"implementationHash": "
|
|
1907
|
+
"implementationHash": "ba93f93e41c20040",
|
|
1908
1908
|
"middleware": [
|
|
1909
1909
|
{
|
|
1910
1910
|
"type": "wire",
|
|
@@ -1948,7 +1948,7 @@
|
|
|
1948
1948
|
"outputSchemaName": null,
|
|
1949
1949
|
"inputs": [],
|
|
1950
1950
|
"outputs": [],
|
|
1951
|
-
"implementationHash": "
|
|
1951
|
+
"implementationHash": "722091bc95236e63",
|
|
1952
1952
|
"middleware": [
|
|
1953
1953
|
{
|
|
1954
1954
|
"type": "wire",
|
|
@@ -1972,7 +1972,7 @@
|
|
|
1972
1972
|
"outputs": [
|
|
1973
1973
|
"PikkuCommandChannelsOutput"
|
|
1974
1974
|
],
|
|
1975
|
-
"implementationHash": "
|
|
1975
|
+
"implementationHash": "3c0f3d6dba4cceb4",
|
|
1976
1976
|
"middleware": [
|
|
1977
1977
|
{
|
|
1978
1978
|
"type": "wire",
|
|
@@ -2020,7 +2020,7 @@
|
|
|
2020
2020
|
"outputs": [
|
|
2021
2021
|
"PikkuCLIOutput"
|
|
2022
2022
|
],
|
|
2023
|
-
"implementationHash": "
|
|
2023
|
+
"implementationHash": "c410a7f24382e707",
|
|
2024
2024
|
"middleware": [
|
|
2025
2025
|
{
|
|
2026
2026
|
"type": "wire",
|
|
@@ -2136,7 +2136,7 @@
|
|
|
2136
2136
|
"PikkuFunctionTypesSplitInput"
|
|
2137
2137
|
],
|
|
2138
2138
|
"outputs": [],
|
|
2139
|
-
"implementationHash": "
|
|
2139
|
+
"implementationHash": "1f0653c3051129fd",
|
|
2140
2140
|
"middleware": [
|
|
2141
2141
|
{
|
|
2142
2142
|
"type": "wire",
|
|
@@ -2276,7 +2276,7 @@
|
|
|
2276
2276
|
"outputs": [
|
|
2277
2277
|
"PikkuCommandHTTPOutput"
|
|
2278
2278
|
],
|
|
2279
|
-
"implementationHash": "
|
|
2279
|
+
"implementationHash": "d42a56a2d4a3ade7",
|
|
2280
2280
|
"middleware": [
|
|
2281
2281
|
{
|
|
2282
2282
|
"type": "wire",
|
|
@@ -2656,6 +2656,74 @@
|
|
|
2656
2656
|
"inputHash": "0e752243",
|
|
2657
2657
|
"outputHash": "486a58ef"
|
|
2658
2658
|
},
|
|
2659
|
+
"pikkuSchedulerTypes": {
|
|
2660
|
+
"pikkuFuncId": "pikkuSchedulerTypes",
|
|
2661
|
+
"functionType": "user",
|
|
2662
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
2663
|
+
"sessionless": true,
|
|
2664
|
+
"name": "pikkuSchedulerTypes",
|
|
2665
|
+
"inputSchemaName": null,
|
|
2666
|
+
"outputSchemaName": null,
|
|
2667
|
+
"inputs": [],
|
|
2668
|
+
"outputs": [],
|
|
2669
|
+
"implementationHash": "ca3f707d96566f5c",
|
|
2670
|
+
"middleware": [
|
|
2671
|
+
{
|
|
2672
|
+
"type": "wire",
|
|
2673
|
+
"name": "logCommandInfoAndTime",
|
|
2674
|
+
"inline": false
|
|
2675
|
+
}
|
|
2676
|
+
],
|
|
2677
|
+
"contractHash": "562f598e335cbbf8",
|
|
2678
|
+
"inputHash": "5cb0bd41",
|
|
2679
|
+
"outputHash": "4108ab7a"
|
|
2680
|
+
},
|
|
2681
|
+
"pikkuScheduler": {
|
|
2682
|
+
"pikkuFuncId": "pikkuScheduler",
|
|
2683
|
+
"functionType": "user",
|
|
2684
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
2685
|
+
"sessionless": true,
|
|
2686
|
+
"name": "pikkuScheduler",
|
|
2687
|
+
"inputSchemaName": null,
|
|
2688
|
+
"outputSchemaName": "PikkuSchedulerOutput",
|
|
2689
|
+
"inputs": [],
|
|
2690
|
+
"outputs": [
|
|
2691
|
+
"PikkuSchedulerOutput"
|
|
2692
|
+
],
|
|
2693
|
+
"implementationHash": "e78409e71cedf438",
|
|
2694
|
+
"middleware": [
|
|
2695
|
+
{
|
|
2696
|
+
"type": "wire",
|
|
2697
|
+
"name": "logCommandInfoAndTime",
|
|
2698
|
+
"inline": false
|
|
2699
|
+
}
|
|
2700
|
+
],
|
|
2701
|
+
"contractHash": "064923ed2e031573",
|
|
2702
|
+
"inputHash": "dda1c6aa",
|
|
2703
|
+
"outputHash": "1f0f0345"
|
|
2704
|
+
},
|
|
2705
|
+
"pikkuSecrets": {
|
|
2706
|
+
"pikkuFuncId": "pikkuSecrets",
|
|
2707
|
+
"functionType": "user",
|
|
2708
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
2709
|
+
"sessionless": true,
|
|
2710
|
+
"name": "pikkuSecrets",
|
|
2711
|
+
"inputSchemaName": null,
|
|
2712
|
+
"outputSchemaName": null,
|
|
2713
|
+
"inputs": [],
|
|
2714
|
+
"outputs": [],
|
|
2715
|
+
"implementationHash": "0c90e1e1b970f27c",
|
|
2716
|
+
"middleware": [
|
|
2717
|
+
{
|
|
2718
|
+
"type": "wire",
|
|
2719
|
+
"name": "logCommandInfoAndTime",
|
|
2720
|
+
"inline": false
|
|
2721
|
+
}
|
|
2722
|
+
],
|
|
2723
|
+
"contractHash": "79cd70de0e09d5bc",
|
|
2724
|
+
"inputHash": "838055cb",
|
|
2725
|
+
"outputHash": "c749587a"
|
|
2726
|
+
},
|
|
2659
2727
|
"pikkuPublicRPC": {
|
|
2660
2728
|
"pikkuFuncId": "pikkuPublicRPC",
|
|
2661
2729
|
"functionType": "user",
|
|
@@ -2772,96 +2840,6 @@
|
|
|
2772
2840
|
"inputHash": "835d9763",
|
|
2773
2841
|
"outputHash": "b9430fb9"
|
|
2774
2842
|
},
|
|
2775
|
-
"pikkuSchedulerTypes": {
|
|
2776
|
-
"pikkuFuncId": "pikkuSchedulerTypes",
|
|
2777
|
-
"functionType": "user",
|
|
2778
|
-
"funcWrapper": "pikkuSessionlessFunc",
|
|
2779
|
-
"sessionless": true,
|
|
2780
|
-
"name": "pikkuSchedulerTypes",
|
|
2781
|
-
"inputSchemaName": null,
|
|
2782
|
-
"outputSchemaName": null,
|
|
2783
|
-
"inputs": [],
|
|
2784
|
-
"outputs": [],
|
|
2785
|
-
"implementationHash": "ca3f707d96566f5c",
|
|
2786
|
-
"middleware": [
|
|
2787
|
-
{
|
|
2788
|
-
"type": "wire",
|
|
2789
|
-
"name": "logCommandInfoAndTime",
|
|
2790
|
-
"inline": false
|
|
2791
|
-
}
|
|
2792
|
-
],
|
|
2793
|
-
"contractHash": "562f598e335cbbf8",
|
|
2794
|
-
"inputHash": "5cb0bd41",
|
|
2795
|
-
"outputHash": "4108ab7a"
|
|
2796
|
-
},
|
|
2797
|
-
"pikkuScheduler": {
|
|
2798
|
-
"pikkuFuncId": "pikkuScheduler",
|
|
2799
|
-
"functionType": "user",
|
|
2800
|
-
"funcWrapper": "pikkuSessionlessFunc",
|
|
2801
|
-
"sessionless": true,
|
|
2802
|
-
"name": "pikkuScheduler",
|
|
2803
|
-
"inputSchemaName": null,
|
|
2804
|
-
"outputSchemaName": "PikkuSchedulerOutput",
|
|
2805
|
-
"inputs": [],
|
|
2806
|
-
"outputs": [
|
|
2807
|
-
"PikkuSchedulerOutput"
|
|
2808
|
-
],
|
|
2809
|
-
"implementationHash": "e78409e71cedf438",
|
|
2810
|
-
"middleware": [
|
|
2811
|
-
{
|
|
2812
|
-
"type": "wire",
|
|
2813
|
-
"name": "logCommandInfoAndTime",
|
|
2814
|
-
"inline": false
|
|
2815
|
-
}
|
|
2816
|
-
],
|
|
2817
|
-
"contractHash": "064923ed2e031573",
|
|
2818
|
-
"inputHash": "dda1c6aa",
|
|
2819
|
-
"outputHash": "1f0f0345"
|
|
2820
|
-
},
|
|
2821
|
-
"pikkuSecrets": {
|
|
2822
|
-
"pikkuFuncId": "pikkuSecrets",
|
|
2823
|
-
"functionType": "user",
|
|
2824
|
-
"funcWrapper": "pikkuSessionlessFunc",
|
|
2825
|
-
"sessionless": true,
|
|
2826
|
-
"name": "pikkuSecrets",
|
|
2827
|
-
"inputSchemaName": null,
|
|
2828
|
-
"outputSchemaName": null,
|
|
2829
|
-
"inputs": [],
|
|
2830
|
-
"outputs": [],
|
|
2831
|
-
"implementationHash": "0c90e1e1b970f27c",
|
|
2832
|
-
"middleware": [
|
|
2833
|
-
{
|
|
2834
|
-
"type": "wire",
|
|
2835
|
-
"name": "logCommandInfoAndTime",
|
|
2836
|
-
"inline": false
|
|
2837
|
-
}
|
|
2838
|
-
],
|
|
2839
|
-
"contractHash": "79cd70de0e09d5bc",
|
|
2840
|
-
"inputHash": "838055cb",
|
|
2841
|
-
"outputHash": "c749587a"
|
|
2842
|
-
},
|
|
2843
|
-
"pikkuVariables": {
|
|
2844
|
-
"pikkuFuncId": "pikkuVariables",
|
|
2845
|
-
"functionType": "user",
|
|
2846
|
-
"funcWrapper": "pikkuSessionlessFunc",
|
|
2847
|
-
"sessionless": true,
|
|
2848
|
-
"name": "pikkuVariables",
|
|
2849
|
-
"inputSchemaName": null,
|
|
2850
|
-
"outputSchemaName": null,
|
|
2851
|
-
"inputs": [],
|
|
2852
|
-
"outputs": [],
|
|
2853
|
-
"implementationHash": "84a0e3ace8da3e52",
|
|
2854
|
-
"middleware": [
|
|
2855
|
-
{
|
|
2856
|
-
"type": "wire",
|
|
2857
|
-
"name": "logCommandInfoAndTime",
|
|
2858
|
-
"inline": false
|
|
2859
|
-
}
|
|
2860
|
-
],
|
|
2861
|
-
"contractHash": "a26bc48e31b3d5d5",
|
|
2862
|
-
"inputHash": "114143f9",
|
|
2863
|
-
"outputHash": "75594b2d"
|
|
2864
|
-
},
|
|
2865
2843
|
"pikkuTriggerTypes": {
|
|
2866
2844
|
"pikkuFuncId": "pikkuTriggerTypes",
|
|
2867
2845
|
"functionType": "user",
|
|
@@ -2933,5 +2911,27 @@
|
|
|
2933
2911
|
"contractHash": "4bfa767e5f7be854",
|
|
2934
2912
|
"inputHash": "3bda91da",
|
|
2935
2913
|
"outputHash": "8b24f1df"
|
|
2914
|
+
},
|
|
2915
|
+
"pikkuVariables": {
|
|
2916
|
+
"pikkuFuncId": "pikkuVariables",
|
|
2917
|
+
"functionType": "user",
|
|
2918
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
2919
|
+
"sessionless": true,
|
|
2920
|
+
"name": "pikkuVariables",
|
|
2921
|
+
"inputSchemaName": null,
|
|
2922
|
+
"outputSchemaName": null,
|
|
2923
|
+
"inputs": [],
|
|
2924
|
+
"outputs": [],
|
|
2925
|
+
"implementationHash": "84a0e3ace8da3e52",
|
|
2926
|
+
"middleware": [
|
|
2927
|
+
{
|
|
2928
|
+
"type": "wire",
|
|
2929
|
+
"name": "logCommandInfoAndTime",
|
|
2930
|
+
"inline": false
|
|
2931
|
+
}
|
|
2932
|
+
],
|
|
2933
|
+
"contractHash": "a26bc48e31b3d5d5",
|
|
2934
|
+
"inputHash": "114143f9",
|
|
2935
|
+
"outputHash": "75594b2d"
|
|
2936
2936
|
}
|
|
2937
2937
|
}
|
|
@@ -183,6 +183,14 @@
|
|
|
183
183
|
"name": "wf-step-pikku-realtime",
|
|
184
184
|
"pikkuFuncId": "pikkuWorkflowWorker:pikkuRealtime"
|
|
185
185
|
},
|
|
186
|
+
"wf-step-pikku-command-channels": {
|
|
187
|
+
"name": "wf-step-pikku-command-channels",
|
|
188
|
+
"pikkuFuncId": "pikkuWorkflowWorker:pikkuCommandChannels"
|
|
189
|
+
},
|
|
190
|
+
"wf-step-pikku-cli": {
|
|
191
|
+
"name": "wf-step-pikku-cli",
|
|
192
|
+
"pikkuFuncId": "pikkuWorkflowWorker:pikkuCLI"
|
|
193
|
+
},
|
|
186
194
|
"wf-step-pikku-functions": {
|
|
187
195
|
"name": "wf-step-pikku-functions",
|
|
188
196
|
"pikkuFuncId": "pikkuWorkflowWorker:pikkuFunctions"
|
|
@@ -191,10 +199,6 @@
|
|
|
191
199
|
"name": "wf-step-pikku-command-queue",
|
|
192
200
|
"pikkuFuncId": "pikkuWorkflowWorker:pikkuCommandQueue"
|
|
193
201
|
},
|
|
194
|
-
"wf-step-pikku-command-channels": {
|
|
195
|
-
"name": "wf-step-pikku-command-channels",
|
|
196
|
-
"pikkuFuncId": "pikkuWorkflowWorker:pikkuCommandChannels"
|
|
197
|
-
},
|
|
198
202
|
"wf-step-pikku-gateway": {
|
|
199
203
|
"name": "wf-step-pikku-gateway",
|
|
200
204
|
"pikkuFuncId": "pikkuWorkflowWorker:pikkuGateway"
|
|
@@ -203,10 +207,6 @@
|
|
|
203
207
|
"name": "wf-step-pikku-mcp",
|
|
204
208
|
"pikkuFuncId": "pikkuWorkflowWorker:pikkuMCP"
|
|
205
209
|
},
|
|
206
|
-
"wf-step-pikku-cli": {
|
|
207
|
-
"name": "wf-step-pikku-cli",
|
|
208
|
-
"pikkuFuncId": "pikkuWorkflowWorker:pikkuCLI"
|
|
209
|
-
},
|
|
210
210
|
"wf-step-pikku-command-queue-map": {
|
|
211
211
|
"name": "wf-step-pikku-command-queue-map",
|
|
212
212
|
"pikkuFuncId": "pikkuWorkflowWorker:pikkuCommandQueueMap"
|
|
@@ -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.45
|
|
3
3
|
*/
|
|
4
4
|
import { addSchema } from '@pikku/core/schema';
|
|
5
5
|
import * as PikkuSchemasOutput from './schemas/PikkuSchemasOutput.schema.json' with { type: 'json' };
|
|
@@ -236,14 +236,14 @@ import * as PikkuQueueOutput from './schemas/PikkuQueueOutput.schema.json' with
|
|
|
236
236
|
addSchema('PikkuQueueOutput', PikkuQueueOutput);
|
|
237
237
|
import * as PikkuEventsScaffoldOutput from './schemas/PikkuEventsScaffoldOutput.schema.json' with { type: 'json' };
|
|
238
238
|
addSchema('PikkuEventsScaffoldOutput', PikkuEventsScaffoldOutput);
|
|
239
|
+
import * as PikkuSchedulerOutput from './schemas/PikkuSchedulerOutput.schema.json' with { type: 'json' };
|
|
240
|
+
addSchema('PikkuSchedulerOutput', PikkuSchedulerOutput);
|
|
239
241
|
import * as PikkuPublicRPCOutput from './schemas/PikkuPublicRPCOutput.schema.json' with { type: 'json' };
|
|
240
242
|
addSchema('PikkuPublicRPCOutput', PikkuPublicRPCOutput);
|
|
241
243
|
import * as PikkuRemoteRPCOutput from './schemas/PikkuRemoteRPCOutput.schema.json' with { type: 'json' };
|
|
242
244
|
addSchema('PikkuRemoteRPCOutput', PikkuRemoteRPCOutput);
|
|
243
245
|
import * as PikkuRPCOutput from './schemas/PikkuRPCOutput.schema.json' with { type: 'json' };
|
|
244
246
|
addSchema('PikkuRPCOutput', PikkuRPCOutput);
|
|
245
|
-
import * as PikkuSchedulerOutput from './schemas/PikkuSchedulerOutput.schema.json' with { type: 'json' };
|
|
246
|
-
addSchema('PikkuSchedulerOutput', PikkuSchedulerOutput);
|
|
247
247
|
import * as PikkuTriggerTypesInput from './schemas/PikkuTriggerTypesInput.schema.json' with { type: 'json' };
|
|
248
248
|
addSchema('PikkuTriggerTypesInput', PikkuTriggerTypesInput);
|
|
249
249
|
import * as PikkuTriggerOutput from './schemas/PikkuTriggerOutput.schema.json' with { type: 'json' };
|