@pikku/cli 0.12.19 → 0.12.21
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-DAQHIRK3.js → index-DXLy-_D4.js} +181 -181
- 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 +6 -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 +32 -2
- 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 +8 -2
- package/dist/.pikku/function/pikku-function-types.gen.js +4 -1
- package/dist/.pikku/function/pikku-functions-meta.gen.js +1 -1
- package/dist/.pikku/function/pikku-functions-meta.gen.json +223 -121
- package/dist/.pikku/function/pikku-functions.gen.js +13 -9
- 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 +2 -1
- package/dist/.pikku/pikku-services.gen.js +1 -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/rpc/pikku-rpc-wirings-meta.internal.gen.js +1 -1
- package/dist/.pikku/rpc/pikku-rpc-wirings-meta.internal.gen.json +15 -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 +13 -7
- package/dist/.pikku/schemas/schemas/DevInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PikkuCommandHTTPOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PikkuCommandQueueOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/WorkflowRunStatus.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 +623 -154
- 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/src/cli.wiring.js +32 -2
- package/dist/src/deploy/analyzer/manifest.d.ts +10 -0
- package/dist/src/deploy/build-pipeline.d.ts +2 -0
- package/dist/src/deploy/build-pipeline.js +44 -6
- package/dist/src/deploy/bundler/bundler.d.ts +2 -1
- package/dist/src/deploy/bundler/bundler.js +28 -5
- package/dist/src/deploy/bundler/dep-extractor.d.ts +5 -2
- package/dist/src/deploy/bundler/dep-extractor.js +103 -23
- package/dist/src/deploy/bundler/types.d.ts +5 -1
- package/dist/src/deploy/codegen/per-unit-codegen.d.ts +3 -1
- package/dist/src/deploy/codegen/per-unit-codegen.js +3 -1
- package/dist/src/deploy/plan/planner.js +25 -3
- package/dist/src/deploy/plan/provider.d.ts +2 -0
- package/dist/src/functions/commands/deploy-apply.js +6 -4
- package/dist/src/functions/commands/deploy-plan.js +7 -1
- package/dist/src/functions/commands/dev.d.ts +13 -0
- package/dist/src/functions/commands/dev.js +187 -0
- package/dist/src/functions/commands/pikku-command-summary.js +4 -1
- package/dist/src/functions/commands/versions-update.js +9 -3
- package/dist/src/functions/wirings/channels/pikku-command-channels.d.ts +1 -1
- package/dist/src/functions/wirings/channels/pikku-command-channels.js +1 -1
- package/dist/src/functions/wirings/console/pikku-command-console-functions.js +5 -1
- package/dist/src/functions/wirings/functions/serialize-function-types.js +31 -1
- package/dist/src/functions/wirings/http/pikku-command-http-routes.d.ts +1 -1
- package/dist/src/functions/wirings/http/pikku-command-http-routes.js +1 -1
- package/dist/src/functions/wirings/queue/pikku-command-queue-map.d.ts +1 -1
- package/dist/src/functions/wirings/queue/pikku-command-queue-map.js +1 -1
- package/dist/src/functions/wirings/queue/pikku-command-queue.d.ts +1 -1
- package/dist/src/functions/wirings/queue/pikku-command-queue.js +1 -1
- package/dist/src/functions/wirings/rpc/pikku-command-public-rpc.js +5 -1
- package/dist/src/functions/wirings/rpc/pikku-command-remote-rpc.js +5 -1
- package/dist/src/functions/wirings/rpc/serialize-typed-rpc-map.js +16 -2
- package/dist/src/functions/wirings/workflow/serialize-workflow-routes.js +44 -2
- package/dist/src/functions/workflows/all.workflow.js +5 -10
- package/dist/src/scaffold/rpc-remote.gen.js +1 -1
- package/dist/src/scaffold/workflow-routes.gen.js +36 -4
- package/dist/src/services/cli-logger.service.d.ts +22 -2
- package/dist/src/services/cli-logger.service.js +97 -21
- package/dist/src/services.js +8 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +8 -4
- package/dist/.pikku/cli/pikku-cli-client.gen.d.ts +0 -10
- package/dist/.pikku/cli/pikku-cli-client.gen.js +0 -44
- /package/dist/.pikku/schemas/schemas/{PikkuChannelsOutput.schema.json → PikkuCommandChannelsOutput.schema.json} +0 -0
|
@@ -301,6 +301,20 @@
|
|
|
301
301
|
"outputs": [],
|
|
302
302
|
"remote": true
|
|
303
303
|
},
|
|
304
|
+
"dev": {
|
|
305
|
+
"pikkuFuncId": "dev",
|
|
306
|
+
"functionType": "user",
|
|
307
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
308
|
+
"sessionless": true,
|
|
309
|
+
"name": "dev",
|
|
310
|
+
"inputSchemaName": "DevInput",
|
|
311
|
+
"outputSchemaName": null,
|
|
312
|
+
"inputs": [
|
|
313
|
+
"DevInput"
|
|
314
|
+
],
|
|
315
|
+
"outputs": [],
|
|
316
|
+
"remote": true
|
|
317
|
+
},
|
|
304
318
|
"pikkuVersionsInit": {
|
|
305
319
|
"pikkuFuncId": "pikkuVersionsInit",
|
|
306
320
|
"functionType": "user",
|
|
@@ -589,9 +603,9 @@
|
|
|
589
603
|
"outputs": [
|
|
590
604
|
"WorkflowRunStatus"
|
|
591
605
|
],
|
|
592
|
-
"contractHash": "
|
|
606
|
+
"contractHash": "1bb7182390464bc0",
|
|
593
607
|
"inputHash": "458ba7ec",
|
|
594
|
-
"outputHash": "
|
|
608
|
+
"outputHash": "bc4d864f"
|
|
595
609
|
},
|
|
596
610
|
"workflowStatusStream": {
|
|
597
611
|
"pikkuFuncId": "workflowStatusStream",
|
|
@@ -738,17 +752,17 @@
|
|
|
738
752
|
"inputHash": "c0a04edb",
|
|
739
753
|
"outputHash": "aca3832e"
|
|
740
754
|
},
|
|
741
|
-
"
|
|
742
|
-
"pikkuFuncId": "
|
|
755
|
+
"pikkuConsoleFunctions": {
|
|
756
|
+
"pikkuFuncId": "pikkuConsoleFunctions",
|
|
743
757
|
"functionType": "user",
|
|
744
758
|
"funcWrapper": "pikkuSessionlessFunc",
|
|
745
759
|
"sessionless": true,
|
|
746
|
-
"name": "
|
|
760
|
+
"name": "pikkuConsoleFunctions",
|
|
747
761
|
"inputSchemaName": null,
|
|
748
|
-
"outputSchemaName": "
|
|
762
|
+
"outputSchemaName": "PikkuConsoleFunctionsOutput",
|
|
749
763
|
"inputs": [],
|
|
750
764
|
"outputs": [
|
|
751
|
-
"
|
|
765
|
+
"PikkuConsoleFunctionsOutput"
|
|
752
766
|
],
|
|
753
767
|
"middleware": [
|
|
754
768
|
{
|
|
@@ -757,16 +771,16 @@
|
|
|
757
771
|
"inline": false
|
|
758
772
|
}
|
|
759
773
|
],
|
|
760
|
-
"contractHash": "
|
|
761
|
-
"inputHash": "
|
|
762
|
-
"outputHash": "
|
|
774
|
+
"contractHash": "5725bacdf339c573",
|
|
775
|
+
"inputHash": "ac47cb5e",
|
|
776
|
+
"outputHash": "8259a954"
|
|
763
777
|
},
|
|
764
|
-
"
|
|
765
|
-
"pikkuFuncId": "
|
|
778
|
+
"pikkuNodeTypes": {
|
|
779
|
+
"pikkuFuncId": "pikkuNodeTypes",
|
|
766
780
|
"functionType": "user",
|
|
767
781
|
"funcWrapper": "pikkuSessionlessFunc",
|
|
768
782
|
"sessionless": true,
|
|
769
|
-
"name": "
|
|
783
|
+
"name": "pikkuNodeTypes",
|
|
770
784
|
"inputSchemaName": null,
|
|
771
785
|
"outputSchemaName": null,
|
|
772
786
|
"inputs": [],
|
|
@@ -778,20 +792,22 @@
|
|
|
778
792
|
"inline": false
|
|
779
793
|
}
|
|
780
794
|
],
|
|
781
|
-
"contractHash": "
|
|
782
|
-
"inputHash": "
|
|
783
|
-
"outputHash": "
|
|
795
|
+
"contractHash": "50029dfb2ea6b6c2",
|
|
796
|
+
"inputHash": "4f5677f1",
|
|
797
|
+
"outputHash": "616d3f6e"
|
|
784
798
|
},
|
|
785
|
-
"
|
|
786
|
-
"pikkuFuncId": "
|
|
799
|
+
"pikkuNodesMeta": {
|
|
800
|
+
"pikkuFuncId": "pikkuNodesMeta",
|
|
787
801
|
"functionType": "user",
|
|
788
802
|
"funcWrapper": "pikkuSessionlessFunc",
|
|
789
803
|
"sessionless": true,
|
|
790
|
-
"name": "
|
|
804
|
+
"name": "pikkuNodesMeta",
|
|
791
805
|
"inputSchemaName": null,
|
|
792
|
-
"outputSchemaName":
|
|
806
|
+
"outputSchemaName": "PikkuNodesMetaOutput",
|
|
793
807
|
"inputs": [],
|
|
794
|
-
"outputs": [
|
|
808
|
+
"outputs": [
|
|
809
|
+
"PikkuNodesMetaOutput"
|
|
810
|
+
],
|
|
795
811
|
"middleware": [
|
|
796
812
|
{
|
|
797
813
|
"type": "wire",
|
|
@@ -799,9 +815,9 @@
|
|
|
799
815
|
"inline": false
|
|
800
816
|
}
|
|
801
817
|
],
|
|
802
|
-
"contractHash": "
|
|
803
|
-
"inputHash": "
|
|
804
|
-
"outputHash": "
|
|
818
|
+
"contractHash": "2dd28c3201f71199",
|
|
819
|
+
"inputHash": "4be7b8bd",
|
|
820
|
+
"outputHash": "fca2b5eb"
|
|
805
821
|
},
|
|
806
822
|
"pikkuCLIEntry": {
|
|
807
823
|
"pikkuFuncId": "pikkuCLIEntry",
|
|
@@ -868,18 +884,37 @@
|
|
|
868
884
|
"inputHash": "fef4d62b",
|
|
869
885
|
"outputHash": "7d42c9e1"
|
|
870
886
|
},
|
|
871
|
-
"
|
|
872
|
-
"pikkuFuncId": "
|
|
887
|
+
"pikkuChannels": {
|
|
888
|
+
"pikkuFuncId": "pikkuChannels",
|
|
873
889
|
"functionType": "user",
|
|
874
|
-
"funcWrapper": "
|
|
890
|
+
"funcWrapper": "pikkuVoidFunc",
|
|
875
891
|
"sessionless": true,
|
|
876
|
-
"name": "
|
|
892
|
+
"name": "pikkuChannels",
|
|
877
893
|
"inputSchemaName": null,
|
|
878
|
-
"outputSchemaName":
|
|
894
|
+
"outputSchemaName": null,
|
|
879
895
|
"inputs": [],
|
|
880
|
-
"outputs": [
|
|
881
|
-
|
|
896
|
+
"outputs": [],
|
|
897
|
+
"middleware": [
|
|
898
|
+
{
|
|
899
|
+
"type": "wire",
|
|
900
|
+
"name": "logCommandInfoAndTime",
|
|
901
|
+
"inline": false
|
|
902
|
+
}
|
|
882
903
|
],
|
|
904
|
+
"contractHash": "b8affc841944693d",
|
|
905
|
+
"inputHash": "adc31f8a",
|
|
906
|
+
"outputHash": "600bd99c"
|
|
907
|
+
},
|
|
908
|
+
"pikkuChannelTypes": {
|
|
909
|
+
"pikkuFuncId": "pikkuChannelTypes",
|
|
910
|
+
"functionType": "user",
|
|
911
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
912
|
+
"sessionless": true,
|
|
913
|
+
"name": "pikkuChannelTypes",
|
|
914
|
+
"inputSchemaName": null,
|
|
915
|
+
"outputSchemaName": null,
|
|
916
|
+
"inputs": [],
|
|
917
|
+
"outputs": [],
|
|
883
918
|
"middleware": [
|
|
884
919
|
{
|
|
885
920
|
"type": "wire",
|
|
@@ -887,16 +922,16 @@
|
|
|
887
922
|
"inline": false
|
|
888
923
|
}
|
|
889
924
|
],
|
|
890
|
-
"contractHash": "
|
|
891
|
-
"inputHash": "
|
|
892
|
-
"outputHash": "
|
|
925
|
+
"contractHash": "2b2bc06bcbe06e22",
|
|
926
|
+
"inputHash": "161b06fb",
|
|
927
|
+
"outputHash": "bc44e48a"
|
|
893
928
|
},
|
|
894
|
-
"
|
|
895
|
-
"pikkuFuncId": "
|
|
929
|
+
"pikkuChannelsMap": {
|
|
930
|
+
"pikkuFuncId": "pikkuChannelsMap",
|
|
896
931
|
"functionType": "user",
|
|
897
932
|
"funcWrapper": "pikkuSessionlessFunc",
|
|
898
933
|
"sessionless": true,
|
|
899
|
-
"name": "
|
|
934
|
+
"name": "pikkuChannelsMap",
|
|
900
935
|
"inputSchemaName": null,
|
|
901
936
|
"outputSchemaName": null,
|
|
902
937
|
"inputs": [],
|
|
@@ -908,21 +943,21 @@
|
|
|
908
943
|
"inline": false
|
|
909
944
|
}
|
|
910
945
|
],
|
|
911
|
-
"contractHash": "
|
|
912
|
-
"inputHash": "
|
|
913
|
-
"outputHash": "
|
|
946
|
+
"contractHash": "b6068160a2079ff6",
|
|
947
|
+
"inputHash": "b3525fa4",
|
|
948
|
+
"outputHash": "283f1aa2"
|
|
914
949
|
},
|
|
915
|
-
"
|
|
916
|
-
"pikkuFuncId": "
|
|
950
|
+
"pikkuCommandChannels": {
|
|
951
|
+
"pikkuFuncId": "pikkuCommandChannels",
|
|
917
952
|
"functionType": "user",
|
|
918
953
|
"funcWrapper": "pikkuSessionlessFunc",
|
|
919
954
|
"sessionless": true,
|
|
920
|
-
"name": "
|
|
955
|
+
"name": "pikkuCommandChannels",
|
|
921
956
|
"inputSchemaName": null,
|
|
922
|
-
"outputSchemaName": "
|
|
957
|
+
"outputSchemaName": "PikkuCommandChannelsOutput",
|
|
923
958
|
"inputs": [],
|
|
924
959
|
"outputs": [
|
|
925
|
-
"
|
|
960
|
+
"PikkuCommandChannelsOutput"
|
|
926
961
|
],
|
|
927
962
|
"middleware": [
|
|
928
963
|
{
|
|
@@ -931,9 +966,9 @@
|
|
|
931
966
|
"inline": false
|
|
932
967
|
}
|
|
933
968
|
],
|
|
934
|
-
"contractHash": "
|
|
935
|
-
"inputHash": "
|
|
936
|
-
"outputHash": "
|
|
969
|
+
"contractHash": "5fc1a394b205aa65",
|
|
970
|
+
"inputHash": "5d1524e3",
|
|
971
|
+
"outputHash": "048ccd50"
|
|
937
972
|
},
|
|
938
973
|
"pikkuCredentials": {
|
|
939
974
|
"pikkuFuncId": "pikkuCredentials",
|
|
@@ -1107,17 +1142,17 @@
|
|
|
1107
1142
|
"inputHash": "18c3cb6e",
|
|
1108
1143
|
"outputHash": "53470b3b"
|
|
1109
1144
|
},
|
|
1110
|
-
"
|
|
1111
|
-
"pikkuFuncId": "
|
|
1145
|
+
"pikkuCommandHTTP": {
|
|
1146
|
+
"pikkuFuncId": "pikkuCommandHTTP",
|
|
1112
1147
|
"functionType": "user",
|
|
1113
1148
|
"funcWrapper": "pikkuSessionlessFunc",
|
|
1114
1149
|
"sessionless": true,
|
|
1115
|
-
"name": "
|
|
1150
|
+
"name": "pikkuCommandHTTP",
|
|
1116
1151
|
"inputSchemaName": null,
|
|
1117
|
-
"outputSchemaName": "
|
|
1152
|
+
"outputSchemaName": "PikkuCommandHTTPOutput",
|
|
1118
1153
|
"inputs": [],
|
|
1119
1154
|
"outputs": [
|
|
1120
|
-
"
|
|
1155
|
+
"PikkuCommandHTTPOutput"
|
|
1121
1156
|
],
|
|
1122
1157
|
"middleware": [
|
|
1123
1158
|
{
|
|
@@ -1126,9 +1161,9 @@
|
|
|
1126
1161
|
"inline": false
|
|
1127
1162
|
}
|
|
1128
1163
|
],
|
|
1129
|
-
"contractHash": "
|
|
1130
|
-
"inputHash": "
|
|
1131
|
-
"outputHash": "
|
|
1164
|
+
"contractHash": "a624f93ffff610be",
|
|
1165
|
+
"inputHash": "a74d9e9f",
|
|
1166
|
+
"outputHash": "ae377648"
|
|
1132
1167
|
},
|
|
1133
1168
|
"pikkuHTTPTypes": {
|
|
1134
1169
|
"pikkuFuncId": "pikkuHTTPTypes",
|
|
@@ -1151,6 +1186,29 @@
|
|
|
1151
1186
|
"inputHash": "d9ca67f8",
|
|
1152
1187
|
"outputHash": "1ca4e877"
|
|
1153
1188
|
},
|
|
1189
|
+
"pikkuHTTP": {
|
|
1190
|
+
"pikkuFuncId": "pikkuHTTP",
|
|
1191
|
+
"functionType": "user",
|
|
1192
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
1193
|
+
"sessionless": true,
|
|
1194
|
+
"name": "pikkuHTTP",
|
|
1195
|
+
"inputSchemaName": null,
|
|
1196
|
+
"outputSchemaName": "PikkuHTTPOutput",
|
|
1197
|
+
"inputs": [],
|
|
1198
|
+
"outputs": [
|
|
1199
|
+
"PikkuHTTPOutput"
|
|
1200
|
+
],
|
|
1201
|
+
"middleware": [
|
|
1202
|
+
{
|
|
1203
|
+
"type": "wire",
|
|
1204
|
+
"name": "logCommandInfoAndTime",
|
|
1205
|
+
"inline": false
|
|
1206
|
+
}
|
|
1207
|
+
],
|
|
1208
|
+
"contractHash": "4a287055ab7c5ff6",
|
|
1209
|
+
"inputHash": "08a0d2b8",
|
|
1210
|
+
"outputHash": "87c39a83"
|
|
1211
|
+
},
|
|
1154
1212
|
"pikkuMCPJSON": {
|
|
1155
1213
|
"pikkuFuncId": "pikkuMCPJSON",
|
|
1156
1214
|
"functionType": "user",
|
|
@@ -1327,71 +1385,6 @@
|
|
|
1327
1385
|
"inputHash": "d7b18af5",
|
|
1328
1386
|
"outputHash": "09d7f16a"
|
|
1329
1387
|
},
|
|
1330
|
-
"pikkuQueueMap": {
|
|
1331
|
-
"pikkuFuncId": "pikkuQueueMap",
|
|
1332
|
-
"functionType": "user",
|
|
1333
|
-
"funcWrapper": "pikkuSessionlessFunc",
|
|
1334
|
-
"sessionless": true,
|
|
1335
|
-
"name": "pikkuQueueMap",
|
|
1336
|
-
"inputSchemaName": null,
|
|
1337
|
-
"outputSchemaName": null,
|
|
1338
|
-
"inputs": [],
|
|
1339
|
-
"outputs": [],
|
|
1340
|
-
"middleware": [
|
|
1341
|
-
{
|
|
1342
|
-
"type": "wire",
|
|
1343
|
-
"name": "logCommandInfoAndTime",
|
|
1344
|
-
"inline": false
|
|
1345
|
-
}
|
|
1346
|
-
],
|
|
1347
|
-
"contractHash": "e50208cd844e06bb",
|
|
1348
|
-
"inputHash": "98e1e73b",
|
|
1349
|
-
"outputHash": "2879bd9d"
|
|
1350
|
-
},
|
|
1351
|
-
"pikkuQueueTypes": {
|
|
1352
|
-
"pikkuFuncId": "pikkuQueueTypes",
|
|
1353
|
-
"functionType": "user",
|
|
1354
|
-
"funcWrapper": "pikkuSessionlessFunc",
|
|
1355
|
-
"sessionless": true,
|
|
1356
|
-
"name": "pikkuQueueTypes",
|
|
1357
|
-
"inputSchemaName": null,
|
|
1358
|
-
"outputSchemaName": null,
|
|
1359
|
-
"inputs": [],
|
|
1360
|
-
"outputs": [],
|
|
1361
|
-
"middleware": [
|
|
1362
|
-
{
|
|
1363
|
-
"type": "wire",
|
|
1364
|
-
"name": "logCommandInfoAndTime",
|
|
1365
|
-
"inline": false
|
|
1366
|
-
}
|
|
1367
|
-
],
|
|
1368
|
-
"contractHash": "33984b8558f97104",
|
|
1369
|
-
"inputHash": "37f2e3b1",
|
|
1370
|
-
"outputHash": "de26da6a"
|
|
1371
|
-
},
|
|
1372
|
-
"pikkuQueue": {
|
|
1373
|
-
"pikkuFuncId": "pikkuQueue",
|
|
1374
|
-
"functionType": "user",
|
|
1375
|
-
"funcWrapper": "pikkuSessionlessFunc",
|
|
1376
|
-
"sessionless": true,
|
|
1377
|
-
"name": "pikkuQueue",
|
|
1378
|
-
"inputSchemaName": null,
|
|
1379
|
-
"outputSchemaName": "PikkuQueueOutput",
|
|
1380
|
-
"inputs": [],
|
|
1381
|
-
"outputs": [
|
|
1382
|
-
"PikkuQueueOutput"
|
|
1383
|
-
],
|
|
1384
|
-
"middleware": [
|
|
1385
|
-
{
|
|
1386
|
-
"type": "wire",
|
|
1387
|
-
"name": "logCommandInfoAndTime",
|
|
1388
|
-
"inline": false
|
|
1389
|
-
}
|
|
1390
|
-
],
|
|
1391
|
-
"contractHash": "2010f7bd9ed15cd6",
|
|
1392
|
-
"inputHash": "d0d42371",
|
|
1393
|
-
"outputHash": "94c5f21c"
|
|
1394
|
-
},
|
|
1395
1388
|
"pikkuPublicRPC": {
|
|
1396
1389
|
"pikkuFuncId": "pikkuPublicRPC",
|
|
1397
1390
|
"functionType": "user",
|
|
@@ -1678,5 +1671,114 @@
|
|
|
1678
1671
|
"contractHash": "90b1ebde2160a082",
|
|
1679
1672
|
"inputHash": "9cc3f5b5",
|
|
1680
1673
|
"outputHash": "2ad6222d"
|
|
1674
|
+
},
|
|
1675
|
+
"pikkuCommandQueueMap": {
|
|
1676
|
+
"pikkuFuncId": "pikkuCommandQueueMap",
|
|
1677
|
+
"functionType": "user",
|
|
1678
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
1679
|
+
"sessionless": true,
|
|
1680
|
+
"name": "pikkuCommandQueueMap",
|
|
1681
|
+
"inputSchemaName": null,
|
|
1682
|
+
"outputSchemaName": null,
|
|
1683
|
+
"inputs": [],
|
|
1684
|
+
"outputs": [],
|
|
1685
|
+
"middleware": [
|
|
1686
|
+
{
|
|
1687
|
+
"type": "wire",
|
|
1688
|
+
"name": "logCommandInfoAndTime",
|
|
1689
|
+
"inline": false
|
|
1690
|
+
}
|
|
1691
|
+
],
|
|
1692
|
+
"contractHash": "f3377d46e4b899ef",
|
|
1693
|
+
"inputHash": "3abbe04a",
|
|
1694
|
+
"outputHash": "881e5a04"
|
|
1695
|
+
},
|
|
1696
|
+
"pikkuQueueTypes": {
|
|
1697
|
+
"pikkuFuncId": "pikkuQueueTypes",
|
|
1698
|
+
"functionType": "user",
|
|
1699
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
1700
|
+
"sessionless": true,
|
|
1701
|
+
"name": "pikkuQueueTypes",
|
|
1702
|
+
"inputSchemaName": null,
|
|
1703
|
+
"outputSchemaName": null,
|
|
1704
|
+
"inputs": [],
|
|
1705
|
+
"outputs": [],
|
|
1706
|
+
"middleware": [
|
|
1707
|
+
{
|
|
1708
|
+
"type": "wire",
|
|
1709
|
+
"name": "logCommandInfoAndTime",
|
|
1710
|
+
"inline": false
|
|
1711
|
+
}
|
|
1712
|
+
],
|
|
1713
|
+
"contractHash": "33984b8558f97104",
|
|
1714
|
+
"inputHash": "37f2e3b1",
|
|
1715
|
+
"outputHash": "de26da6a"
|
|
1716
|
+
},
|
|
1717
|
+
"pikkuCommandQueue": {
|
|
1718
|
+
"pikkuFuncId": "pikkuCommandQueue",
|
|
1719
|
+
"functionType": "user",
|
|
1720
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
1721
|
+
"sessionless": true,
|
|
1722
|
+
"name": "pikkuCommandQueue",
|
|
1723
|
+
"inputSchemaName": null,
|
|
1724
|
+
"outputSchemaName": "PikkuCommandQueueOutput",
|
|
1725
|
+
"inputs": [],
|
|
1726
|
+
"outputs": [
|
|
1727
|
+
"PikkuCommandQueueOutput"
|
|
1728
|
+
],
|
|
1729
|
+
"middleware": [
|
|
1730
|
+
{
|
|
1731
|
+
"type": "wire",
|
|
1732
|
+
"name": "logCommandInfoAndTime",
|
|
1733
|
+
"inline": false
|
|
1734
|
+
}
|
|
1735
|
+
],
|
|
1736
|
+
"contractHash": "0cb20621015a681f",
|
|
1737
|
+
"inputHash": "5b5da120",
|
|
1738
|
+
"outputHash": "c63e71d1"
|
|
1739
|
+
},
|
|
1740
|
+
"pikkuQueueMap": {
|
|
1741
|
+
"pikkuFuncId": "pikkuQueueMap",
|
|
1742
|
+
"functionType": "user",
|
|
1743
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
1744
|
+
"sessionless": true,
|
|
1745
|
+
"name": "pikkuQueueMap",
|
|
1746
|
+
"inputSchemaName": null,
|
|
1747
|
+
"outputSchemaName": null,
|
|
1748
|
+
"inputs": [],
|
|
1749
|
+
"outputs": [],
|
|
1750
|
+
"middleware": [
|
|
1751
|
+
{
|
|
1752
|
+
"type": "wire",
|
|
1753
|
+
"name": "logCommandInfoAndTime",
|
|
1754
|
+
"inline": false
|
|
1755
|
+
}
|
|
1756
|
+
],
|
|
1757
|
+
"contractHash": "e50208cd844e06bb",
|
|
1758
|
+
"inputHash": "98e1e73b",
|
|
1759
|
+
"outputHash": "2879bd9d"
|
|
1760
|
+
},
|
|
1761
|
+
"pikkuQueue": {
|
|
1762
|
+
"pikkuFuncId": "pikkuQueue",
|
|
1763
|
+
"functionType": "user",
|
|
1764
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
1765
|
+
"sessionless": true,
|
|
1766
|
+
"name": "pikkuQueue",
|
|
1767
|
+
"inputSchemaName": null,
|
|
1768
|
+
"outputSchemaName": "PikkuQueueOutput",
|
|
1769
|
+
"inputs": [],
|
|
1770
|
+
"outputs": [
|
|
1771
|
+
"PikkuQueueOutput"
|
|
1772
|
+
],
|
|
1773
|
+
"middleware": [
|
|
1774
|
+
{
|
|
1775
|
+
"type": "wire",
|
|
1776
|
+
"name": "logCommandInfoAndTime",
|
|
1777
|
+
"inline": false
|
|
1778
|
+
}
|
|
1779
|
+
],
|
|
1780
|
+
"contractHash": "2010f7bd9ed15cd6",
|
|
1781
|
+
"inputHash": "d0d42371",
|
|
1782
|
+
"outputHash": "94c5f21c"
|
|
1681
1783
|
}
|
|
1682
1784
|
}
|
|
@@ -1,21 +1,25 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* This file was generated by @pikku/cli@0.12.
|
|
2
|
+
* This file was generated by @pikku/cli@0.12.21
|
|
3
3
|
*/
|
|
4
4
|
/* Import and register functions used by RPCs */
|
|
5
5
|
import { addFunction } from '@pikku/core/function';
|
|
6
6
|
import { all } from '../../src/functions/commands/all.js';
|
|
7
7
|
import { bootstrap } from '../../src/functions/commands/bootstrap.js';
|
|
8
8
|
import { consoleCommand } from '../../src/functions/commands/console.js';
|
|
9
|
+
import { dev } from '../../src/functions/commands/dev.js';
|
|
9
10
|
import { pikkuAddonTypes } from '../../src/functions/wirings/functions/pikku-command-addon-types.js';
|
|
10
11
|
import { pikkuAIAgent } from '../../src/functions/wirings/ai-agent/pikku-command-ai-agent.js';
|
|
11
12
|
import { pikkuAIAgentTypes } from '../../src/functions/wirings/ai-agent/pikku-command-ai-agent-types.js';
|
|
12
13
|
import { pikkuBootstrap } from '../../src/functions/commands/pikku-command-bootstrap.js';
|
|
13
|
-
import { pikkuChannels } from '../../src/functions/wirings/channels/pikku-command-channels.js';
|
|
14
14
|
import { pikkuChannelsMap } from '../../src/functions/wirings/channels/pikku-command-channels-map.js';
|
|
15
15
|
import { pikkuChannelTypes } from '../../src/functions/wirings/channels/pikku-command-channel-types.js';
|
|
16
16
|
import { pikkuCLI } from '../../src/functions/wirings/cli/pikku-command-cli.js';
|
|
17
17
|
import { pikkuCLIEntry } from '../../src/functions/wirings/cli/pikku-command-cli-entry.js';
|
|
18
18
|
import { pikkuCLITypes } from '../../src/functions/wirings/cli/pikku-command-cli-types.js';
|
|
19
|
+
import { pikkuCommandChannels } from '../../src/functions/wirings/channels/pikku-command-channels.js';
|
|
20
|
+
import { pikkuCommandHTTP } from '../../src/functions/wirings/http/pikku-command-http-routes.js';
|
|
21
|
+
import { pikkuCommandQueue } from '../../src/functions/wirings/queue/pikku-command-queue.js';
|
|
22
|
+
import { pikkuCommandQueueMap } from '../../src/functions/wirings/queue/pikku-command-queue-map.js';
|
|
19
23
|
import { pikkuConsoleFunctions } from '../../src/functions/wirings/console/pikku-command-console-functions.js';
|
|
20
24
|
import { pikkuCredentials } from '../../src/functions/wirings/credentials/pikku-command-credentials.js';
|
|
21
25
|
import { pikkuFetch } from '../../src/functions/runtimes/fetch/index.js';
|
|
@@ -23,7 +27,6 @@ import { pikkuFunctions } from '../../src/functions/wirings/functions/pikku-comm
|
|
|
23
27
|
import { pikkuFunctionTypes } from '../../src/functions/wirings/functions/pikku-command-function-types.js';
|
|
24
28
|
import { pikkuFunctionTypesSplit } from '../../src/functions/wirings/functions/pikku-command-function-types-split.js';
|
|
25
29
|
import { pikkuGateway } from '../../src/functions/wirings/gateway/pikku-command-gateway.js';
|
|
26
|
-
import { pikkuHTTP } from '../../src/functions/wirings/http/pikku-http-routes.js';
|
|
27
30
|
import { pikkuHTTPMap } from '../../src/functions/wirings/http/pikku-command-http-map.js';
|
|
28
31
|
import { pikkuHTTPTypes } from '../../src/functions/wirings/http/pikku-command-http-types.js';
|
|
29
32
|
import { pikkuMCP } from '../../src/functions/wirings/mcp/pikku-command-mcp.js';
|
|
@@ -38,10 +41,9 @@ import { pikkuPackage } from '../../src/functions/wirings/package/pikku-command-
|
|
|
38
41
|
import { pikkuPermissions } from '../../src/functions/wirings/permissions/pikku-command-permissions.js';
|
|
39
42
|
import { pikkuPublicAgent } from '../../src/functions/wirings/ai-agent/pikku-command-public-agent.js';
|
|
40
43
|
import { pikkuPublicRPC } from '../../src/functions/wirings/rpc/pikku-command-public-rpc.js';
|
|
41
|
-
import { pikkuQueue } from '../../src/functions/wirings/queue/pikku-queue.js';
|
|
42
|
-
import { pikkuQueueMap } from '../../src/functions/wirings/queue/pikku-queue-map.js';
|
|
43
44
|
import { pikkuQueueService } from '../../src/functions/wirings/queue/pikku-command-queue-service.js';
|
|
44
45
|
import { pikkuQueueTypes } from '../../src/functions/wirings/queue/pikku-command-queue-types.js';
|
|
46
|
+
import { pikkuReactQuery } from '../../src/functions/wirings/rpc/pikku-command-react-query.js';
|
|
45
47
|
import { pikkuRemoteRPC } from '../../src/functions/wirings/rpc/pikku-command-remote-rpc.js';
|
|
46
48
|
import { pikkuRPC } from '../../src/functions/wirings/rpc/pikku-command-rpc.js';
|
|
47
49
|
import { pikkuRPCClient } from '../../src/functions/wirings/rpc/pikku-command-rpc-client.js';
|
|
@@ -67,16 +69,20 @@ import { watch } from '../../src/functions/commands/watch.js';
|
|
|
67
69
|
addFunction('all', all);
|
|
68
70
|
addFunction('bootstrap', bootstrap);
|
|
69
71
|
addFunction('consoleCommand', consoleCommand);
|
|
72
|
+
addFunction('dev', dev);
|
|
70
73
|
addFunction('pikkuAddonTypes', pikkuAddonTypes);
|
|
71
74
|
addFunction('pikkuAIAgent', pikkuAIAgent);
|
|
72
75
|
addFunction('pikkuAIAgentTypes', pikkuAIAgentTypes);
|
|
73
76
|
addFunction('pikkuBootstrap', pikkuBootstrap);
|
|
74
|
-
addFunction('pikkuChannels', pikkuChannels);
|
|
75
77
|
addFunction('pikkuChannelsMap', pikkuChannelsMap);
|
|
76
78
|
addFunction('pikkuChannelTypes', pikkuChannelTypes);
|
|
77
79
|
addFunction('pikkuCLI', pikkuCLI);
|
|
78
80
|
addFunction('pikkuCLIEntry', pikkuCLIEntry);
|
|
79
81
|
addFunction('pikkuCLITypes', pikkuCLITypes);
|
|
82
|
+
addFunction('pikkuCommandChannels', pikkuCommandChannels);
|
|
83
|
+
addFunction('pikkuCommandHTTP', pikkuCommandHTTP);
|
|
84
|
+
addFunction('pikkuCommandQueue', pikkuCommandQueue);
|
|
85
|
+
addFunction('pikkuCommandQueueMap', pikkuCommandQueueMap);
|
|
80
86
|
addFunction('pikkuConsoleFunctions', pikkuConsoleFunctions);
|
|
81
87
|
addFunction('pikkuCredentials', pikkuCredentials);
|
|
82
88
|
addFunction('pikkuFetch', pikkuFetch);
|
|
@@ -84,7 +90,6 @@ addFunction('pikkuFunctions', pikkuFunctions);
|
|
|
84
90
|
addFunction('pikkuFunctionTypes', pikkuFunctionTypes);
|
|
85
91
|
addFunction('pikkuFunctionTypesSplit', pikkuFunctionTypesSplit);
|
|
86
92
|
addFunction('pikkuGateway', pikkuGateway);
|
|
87
|
-
addFunction('pikkuHTTP', pikkuHTTP);
|
|
88
93
|
addFunction('pikkuHTTPMap', pikkuHTTPMap);
|
|
89
94
|
addFunction('pikkuHTTPTypes', pikkuHTTPTypes);
|
|
90
95
|
addFunction('pikkuMCP', pikkuMCP);
|
|
@@ -99,10 +104,9 @@ addFunction('pikkuPackage', pikkuPackage);
|
|
|
99
104
|
addFunction('pikkuPermissions', pikkuPermissions);
|
|
100
105
|
addFunction('pikkuPublicAgent', pikkuPublicAgent);
|
|
101
106
|
addFunction('pikkuPublicRPC', pikkuPublicRPC);
|
|
102
|
-
addFunction('pikkuQueue', pikkuQueue);
|
|
103
|
-
addFunction('pikkuQueueMap', pikkuQueueMap);
|
|
104
107
|
addFunction('pikkuQueueService', pikkuQueueService);
|
|
105
108
|
addFunction('pikkuQueueTypes', pikkuQueueTypes);
|
|
109
|
+
addFunction('pikkuReactQuery', pikkuReactQuery);
|
|
106
110
|
addFunction('pikkuRemoteRPC', pikkuRemoteRPC);
|
|
107
111
|
addFunction('pikkuRPC', pikkuRPC);
|
|
108
112
|
addFunction('pikkuRPCClient', pikkuRPCClient);
|