@pikku/cli 0.12.20 → 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.
Files changed (99) hide show
  1. package/dist/.pikku/agent/pikku-agent-types.gen.d.ts +1 -1
  2. package/dist/.pikku/channel/pikku-channel-types.gen.d.ts +1 -1
  3. package/dist/.pikku/channel/pikku-channel-types.gen.js +1 -1
  4. package/dist/.pikku/cli/pikku-cli-channel.js +1 -1
  5. package/dist/.pikku/cli/pikku-cli-types.gen.d.ts +1 -1
  6. package/dist/.pikku/cli/pikku-cli-types.gen.js +1 -1
  7. package/dist/.pikku/cli/pikku-cli-wirings-meta.gen.js +1 -1
  8. package/dist/.pikku/cli/pikku-cli-wirings-meta.gen.json +10 -1
  9. package/dist/.pikku/cli/pikku-cli-wirings.gen.d.ts +1 -1
  10. package/dist/.pikku/cli/pikku-cli-wirings.gen.js +1 -1
  11. package/dist/.pikku/cli/pikku-cli.gen.d.ts +1 -1
  12. package/dist/.pikku/cli/pikku-cli.gen.js +1 -1
  13. package/dist/.pikku/console/pikku-node-types.gen.d.ts +1 -1
  14. package/dist/.pikku/function/pikku-function-types.gen.d.ts +8 -2
  15. package/dist/.pikku/function/pikku-function-types.gen.js +4 -1
  16. package/dist/.pikku/function/pikku-functions-meta.gen.js +1 -1
  17. package/dist/.pikku/function/pikku-functions-meta.gen.json +276 -188
  18. package/dist/.pikku/function/pikku-functions.gen.js +9 -9
  19. package/dist/.pikku/http/pikku-http-types.gen.d.ts +1 -1
  20. package/dist/.pikku/http/pikku-http-types.gen.js +1 -1
  21. package/dist/.pikku/http/pikku-http-wirings-meta.gen.js +1 -1
  22. package/dist/.pikku/http/pikku-http-wirings.gen.d.ts +1 -1
  23. package/dist/.pikku/http/pikku-http-wirings.gen.js +1 -1
  24. package/dist/.pikku/mcp/pikku-mcp-types.gen.d.ts +1 -1
  25. package/dist/.pikku/mcp/pikku-mcp-types.gen.js +1 -1
  26. package/dist/.pikku/pikku-bootstrap.gen.d.ts +1 -1
  27. package/dist/.pikku/pikku-bootstrap.gen.js +1 -1
  28. package/dist/.pikku/pikku-meta-service.gen.d.ts +1 -1
  29. package/dist/.pikku/pikku-meta-service.gen.js +1 -1
  30. package/dist/.pikku/pikku-services.gen.d.ts +1 -1
  31. package/dist/.pikku/pikku-types.gen.d.ts +1 -1
  32. package/dist/.pikku/pikku-types.gen.js +1 -1
  33. package/dist/.pikku/queue/pikku-queue-types.gen.d.ts +1 -1
  34. package/dist/.pikku/queue/pikku-queue-types.gen.js +1 -1
  35. package/dist/.pikku/rpc/pikku-rpc-wirings-meta.internal.gen.js +1 -1
  36. package/dist/.pikku/rpc/pikku-rpc-wirings-meta.internal.gen.json +11 -7
  37. package/dist/.pikku/scheduler/pikku-scheduler-types.gen.d.ts +1 -1
  38. package/dist/.pikku/scheduler/pikku-scheduler-types.gen.js +1 -1
  39. package/dist/.pikku/schemas/register.gen.js +15 -11
  40. package/dist/.pikku/schemas/schemas/PikkuCommandHTTPOutput.schema.json +1 -0
  41. package/dist/.pikku/schemas/schemas/PikkuCommandQueueOutput.schema.json +1 -0
  42. package/dist/.pikku/schemas/schemas/WorkflowRunStatus.schema.json +1 -1
  43. package/dist/.pikku/secrets/pikku-secret-types.gen.d.ts +1 -1
  44. package/dist/.pikku/secrets/pikku-secret-types.gen.js +1 -1
  45. package/dist/.pikku/secrets/pikku-secrets.gen.d.ts +1 -1
  46. package/dist/.pikku/secrets/pikku-secrets.gen.js +1 -1
  47. package/dist/.pikku/trigger/pikku-trigger-types.gen.d.ts +1 -1
  48. package/dist/.pikku/trigger/pikku-trigger-types.gen.js +1 -1
  49. package/dist/.pikku/variables/pikku-variable-types.gen.d.ts +1 -1
  50. package/dist/.pikku/variables/pikku-variable-types.gen.js +1 -1
  51. package/dist/.pikku/variables/pikku-variables.gen.d.ts +1 -1
  52. package/dist/.pikku/variables/pikku-variables.gen.js +1 -1
  53. package/dist/.pikku/workflow/meta/allWorkflow.gen.json +9 -9
  54. package/dist/.pikku/workflow/pikku-workflow-types.gen.d.ts +1 -1
  55. package/dist/.pikku/workflow/pikku-workflow-types.gen.js +1 -1
  56. package/dist/.pikku/workflow/pikku-workflow-wirings-meta.gen.js +1 -1
  57. package/dist/.pikku/workflow/pikku-workflow-wirings.gen.js +1 -1
  58. package/dist/src/cli.wiring.js +12 -2
  59. package/dist/src/deploy/analyzer/manifest.d.ts +10 -0
  60. package/dist/src/deploy/build-pipeline.d.ts +2 -0
  61. package/dist/src/deploy/build-pipeline.js +44 -6
  62. package/dist/src/deploy/bundler/bundler.d.ts +2 -1
  63. package/dist/src/deploy/bundler/bundler.js +28 -5
  64. package/dist/src/deploy/bundler/dep-extractor.d.ts +5 -2
  65. package/dist/src/deploy/bundler/dep-extractor.js +103 -23
  66. package/dist/src/deploy/bundler/types.d.ts +5 -1
  67. package/dist/src/deploy/codegen/per-unit-codegen.d.ts +3 -1
  68. package/dist/src/deploy/codegen/per-unit-codegen.js +3 -1
  69. package/dist/src/deploy/plan/planner.js +25 -3
  70. package/dist/src/deploy/plan/provider.d.ts +2 -0
  71. package/dist/src/functions/commands/deploy-apply.js +6 -4
  72. package/dist/src/functions/commands/deploy-plan.js +7 -1
  73. package/dist/src/functions/commands/pikku-command-summary.js +4 -1
  74. package/dist/src/functions/commands/versions-update.js +4 -2
  75. package/dist/src/functions/wirings/channels/pikku-command-channels.d.ts +1 -1
  76. package/dist/src/functions/wirings/channels/pikku-command-channels.js +1 -1
  77. package/dist/src/functions/wirings/console/pikku-command-console-functions.js +5 -1
  78. package/dist/src/functions/wirings/functions/serialize-function-types.js +31 -1
  79. package/dist/src/functions/wirings/http/pikku-command-http-routes.d.ts +1 -1
  80. package/dist/src/functions/wirings/http/pikku-command-http-routes.js +1 -1
  81. package/dist/src/functions/wirings/queue/pikku-command-queue-map.d.ts +1 -1
  82. package/dist/src/functions/wirings/queue/pikku-command-queue-map.js +1 -1
  83. package/dist/src/functions/wirings/queue/pikku-command-queue.d.ts +1 -1
  84. package/dist/src/functions/wirings/queue/pikku-command-queue.js +1 -1
  85. package/dist/src/functions/wirings/rpc/pikku-command-public-rpc.js +5 -1
  86. package/dist/src/functions/wirings/rpc/pikku-command-remote-rpc.js +5 -1
  87. package/dist/src/functions/wirings/rpc/serialize-typed-rpc-map.js +16 -2
  88. package/dist/src/functions/wirings/workflow/serialize-workflow-routes.js +42 -0
  89. package/dist/src/functions/workflows/all.workflow.js +4 -4
  90. package/dist/src/scaffold/rpc-remote.gen.js +1 -1
  91. package/dist/src/scaffold/workflow-routes.gen.js +33 -1
  92. package/dist/src/services/cli-logger.service.d.ts +22 -2
  93. package/dist/src/services/cli-logger.service.js +97 -21
  94. package/dist/src/services.js +8 -1
  95. package/dist/tsconfig.tsbuildinfo +1 -1
  96. package/package.json +3 -3
  97. package/dist/.pikku/cli/pikku-cli-client.gen.d.ts +0 -10
  98. package/dist/.pikku/cli/pikku-cli-client.gen.js +0 -44
  99. /package/dist/.pikku/schemas/schemas/{PikkuChannelsOutput.schema.json → PikkuCommandChannelsOutput.schema.json} +0 -0
@@ -603,9 +603,9 @@
603
603
  "outputs": [
604
604
  "WorkflowRunStatus"
605
605
  ],
606
- "contractHash": "5e74dac63486d1e1",
606
+ "contractHash": "1bb7182390464bc0",
607
607
  "inputHash": "458ba7ec",
608
- "outputHash": "d2d8634b"
608
+ "outputHash": "bc4d864f"
609
609
  },
610
610
  "workflowStatusStream": {
611
611
  "pikkuFuncId": "workflowStatusStream",
@@ -685,18 +685,16 @@
685
685
  "inputHash": "d5ff2f31",
686
686
  "outputHash": "391c291d"
687
687
  },
688
- "pikkuChannels": {
689
- "pikkuFuncId": "pikkuChannels",
688
+ "pikkuAIAgentTypes": {
689
+ "pikkuFuncId": "pikkuAIAgentTypes",
690
690
  "functionType": "user",
691
691
  "funcWrapper": "pikkuSessionlessFunc",
692
692
  "sessionless": true,
693
- "name": "pikkuChannels",
693
+ "name": "pikkuAIAgentTypes",
694
694
  "inputSchemaName": null,
695
- "outputSchemaName": "PikkuChannelsOutput",
695
+ "outputSchemaName": null,
696
696
  "inputs": [],
697
- "outputs": [
698
- "PikkuChannelsOutput"
699
- ],
697
+ "outputs": [],
700
698
  "middleware": [
701
699
  {
702
700
  "type": "wire",
@@ -704,20 +702,22 @@
704
702
  "inline": false
705
703
  }
706
704
  ],
707
- "contractHash": "122168631511180b",
708
- "inputHash": "adc31f8a",
709
- "outputHash": "910d220a"
705
+ "contractHash": "dc29d66d6b6f5857",
706
+ "inputHash": "800b5ca6",
707
+ "outputHash": "e85c3332"
710
708
  },
711
- "pikkuChannelTypes": {
712
- "pikkuFuncId": "pikkuChannelTypes",
709
+ "pikkuAIAgent": {
710
+ "pikkuFuncId": "pikkuAIAgent",
713
711
  "functionType": "user",
714
712
  "funcWrapper": "pikkuSessionlessFunc",
715
713
  "sessionless": true,
716
- "name": "pikkuChannelTypes",
714
+ "name": "pikkuAIAgent",
717
715
  "inputSchemaName": null,
718
- "outputSchemaName": null,
716
+ "outputSchemaName": "PikkuAIAgentOutput",
719
717
  "inputs": [],
720
- "outputs": [],
718
+ "outputs": [
719
+ "PikkuAIAgentOutput"
720
+ ],
721
721
  "middleware": [
722
722
  {
723
723
  "type": "wire",
@@ -725,20 +725,22 @@
725
725
  "inline": false
726
726
  }
727
727
  ],
728
- "contractHash": "2b2bc06bcbe06e22",
729
- "inputHash": "161b06fb",
730
- "outputHash": "bc44e48a"
728
+ "contractHash": "973fe2f539bdca04",
729
+ "inputHash": "e61af48f",
730
+ "outputHash": "11db78f5"
731
731
  },
732
- "pikkuChannelsMap": {
733
- "pikkuFuncId": "pikkuChannelsMap",
732
+ "pikkuPublicAgent": {
733
+ "pikkuFuncId": "pikkuPublicAgent",
734
734
  "functionType": "user",
735
735
  "funcWrapper": "pikkuSessionlessFunc",
736
736
  "sessionless": true,
737
- "name": "pikkuChannelsMap",
737
+ "name": "pikkuPublicAgent",
738
738
  "inputSchemaName": null,
739
- "outputSchemaName": null,
739
+ "outputSchemaName": "PikkuPublicAgentOutput",
740
740
  "inputs": [],
741
- "outputs": [],
741
+ "outputs": [
742
+ "PikkuPublicAgentOutput"
743
+ ],
742
744
  "middleware": [
743
745
  {
744
746
  "type": "wire",
@@ -746,20 +748,22 @@
746
748
  "inline": false
747
749
  }
748
750
  ],
749
- "contractHash": "b6068160a2079ff6",
750
- "inputHash": "b3525fa4",
751
- "outputHash": "283f1aa2"
751
+ "contractHash": "076457b475dee94e",
752
+ "inputHash": "c0a04edb",
753
+ "outputHash": "aca3832e"
752
754
  },
753
- "pikkuAIAgentTypes": {
754
- "pikkuFuncId": "pikkuAIAgentTypes",
755
+ "pikkuConsoleFunctions": {
756
+ "pikkuFuncId": "pikkuConsoleFunctions",
755
757
  "functionType": "user",
756
758
  "funcWrapper": "pikkuSessionlessFunc",
757
759
  "sessionless": true,
758
- "name": "pikkuAIAgentTypes",
760
+ "name": "pikkuConsoleFunctions",
759
761
  "inputSchemaName": null,
760
- "outputSchemaName": null,
762
+ "outputSchemaName": "PikkuConsoleFunctionsOutput",
761
763
  "inputs": [],
762
- "outputs": [],
764
+ "outputs": [
765
+ "PikkuConsoleFunctionsOutput"
766
+ ],
763
767
  "middleware": [
764
768
  {
765
769
  "type": "wire",
@@ -767,22 +771,20 @@
767
771
  "inline": false
768
772
  }
769
773
  ],
770
- "contractHash": "dc29d66d6b6f5857",
771
- "inputHash": "800b5ca6",
772
- "outputHash": "e85c3332"
774
+ "contractHash": "5725bacdf339c573",
775
+ "inputHash": "ac47cb5e",
776
+ "outputHash": "8259a954"
773
777
  },
774
- "pikkuAIAgent": {
775
- "pikkuFuncId": "pikkuAIAgent",
778
+ "pikkuNodeTypes": {
779
+ "pikkuFuncId": "pikkuNodeTypes",
776
780
  "functionType": "user",
777
781
  "funcWrapper": "pikkuSessionlessFunc",
778
782
  "sessionless": true,
779
- "name": "pikkuAIAgent",
783
+ "name": "pikkuNodeTypes",
780
784
  "inputSchemaName": null,
781
- "outputSchemaName": "PikkuAIAgentOutput",
785
+ "outputSchemaName": null,
782
786
  "inputs": [],
783
- "outputs": [
784
- "PikkuAIAgentOutput"
785
- ],
787
+ "outputs": [],
786
788
  "middleware": [
787
789
  {
788
790
  "type": "wire",
@@ -790,21 +792,21 @@
790
792
  "inline": false
791
793
  }
792
794
  ],
793
- "contractHash": "973fe2f539bdca04",
794
- "inputHash": "e61af48f",
795
- "outputHash": "11db78f5"
795
+ "contractHash": "50029dfb2ea6b6c2",
796
+ "inputHash": "4f5677f1",
797
+ "outputHash": "616d3f6e"
796
798
  },
797
- "pikkuPublicAgent": {
798
- "pikkuFuncId": "pikkuPublicAgent",
799
+ "pikkuNodesMeta": {
800
+ "pikkuFuncId": "pikkuNodesMeta",
799
801
  "functionType": "user",
800
802
  "funcWrapper": "pikkuSessionlessFunc",
801
803
  "sessionless": true,
802
- "name": "pikkuPublicAgent",
804
+ "name": "pikkuNodesMeta",
803
805
  "inputSchemaName": null,
804
- "outputSchemaName": "PikkuPublicAgentOutput",
806
+ "outputSchemaName": "PikkuNodesMetaOutput",
805
807
  "inputs": [],
806
808
  "outputs": [
807
- "PikkuPublicAgentOutput"
809
+ "PikkuNodesMetaOutput"
808
810
  ],
809
811
  "middleware": [
810
812
  {
@@ -813,9 +815,9 @@
813
815
  "inline": false
814
816
  }
815
817
  ],
816
- "contractHash": "076457b475dee94e",
817
- "inputHash": "c0a04edb",
818
- "outputHash": "aca3832e"
818
+ "contractHash": "2dd28c3201f71199",
819
+ "inputHash": "4be7b8bd",
820
+ "outputHash": "fca2b5eb"
819
821
  },
820
822
  "pikkuCLIEntry": {
821
823
  "pikkuFuncId": "pikkuCLIEntry",
@@ -882,18 +884,37 @@
882
884
  "inputHash": "fef4d62b",
883
885
  "outputHash": "7d42c9e1"
884
886
  },
885
- "pikkuConsoleFunctions": {
886
- "pikkuFuncId": "pikkuConsoleFunctions",
887
+ "pikkuChannels": {
888
+ "pikkuFuncId": "pikkuChannels",
887
889
  "functionType": "user",
888
- "funcWrapper": "pikkuSessionlessFunc",
890
+ "funcWrapper": "pikkuVoidFunc",
889
891
  "sessionless": true,
890
- "name": "pikkuConsoleFunctions",
892
+ "name": "pikkuChannels",
891
893
  "inputSchemaName": null,
892
- "outputSchemaName": "PikkuConsoleFunctionsOutput",
894
+ "outputSchemaName": null,
893
895
  "inputs": [],
894
- "outputs": [
895
- "PikkuConsoleFunctionsOutput"
896
+ "outputs": [],
897
+ "middleware": [
898
+ {
899
+ "type": "wire",
900
+ "name": "logCommandInfoAndTime",
901
+ "inline": false
902
+ }
896
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": [],
897
918
  "middleware": [
898
919
  {
899
920
  "type": "wire",
@@ -901,16 +922,16 @@
901
922
  "inline": false
902
923
  }
903
924
  ],
904
- "contractHash": "5725bacdf339c573",
905
- "inputHash": "ac47cb5e",
906
- "outputHash": "8259a954"
925
+ "contractHash": "2b2bc06bcbe06e22",
926
+ "inputHash": "161b06fb",
927
+ "outputHash": "bc44e48a"
907
928
  },
908
- "pikkuNodeTypes": {
909
- "pikkuFuncId": "pikkuNodeTypes",
929
+ "pikkuChannelsMap": {
930
+ "pikkuFuncId": "pikkuChannelsMap",
910
931
  "functionType": "user",
911
932
  "funcWrapper": "pikkuSessionlessFunc",
912
933
  "sessionless": true,
913
- "name": "pikkuNodeTypes",
934
+ "name": "pikkuChannelsMap",
914
935
  "inputSchemaName": null,
915
936
  "outputSchemaName": null,
916
937
  "inputs": [],
@@ -922,21 +943,21 @@
922
943
  "inline": false
923
944
  }
924
945
  ],
925
- "contractHash": "50029dfb2ea6b6c2",
926
- "inputHash": "4f5677f1",
927
- "outputHash": "616d3f6e"
946
+ "contractHash": "b6068160a2079ff6",
947
+ "inputHash": "b3525fa4",
948
+ "outputHash": "283f1aa2"
928
949
  },
929
- "pikkuNodesMeta": {
930
- "pikkuFuncId": "pikkuNodesMeta",
950
+ "pikkuCommandChannels": {
951
+ "pikkuFuncId": "pikkuCommandChannels",
931
952
  "functionType": "user",
932
953
  "funcWrapper": "pikkuSessionlessFunc",
933
954
  "sessionless": true,
934
- "name": "pikkuNodesMeta",
955
+ "name": "pikkuCommandChannels",
935
956
  "inputSchemaName": null,
936
- "outputSchemaName": "PikkuNodesMetaOutput",
957
+ "outputSchemaName": "PikkuCommandChannelsOutput",
937
958
  "inputs": [],
938
959
  "outputs": [
939
- "PikkuNodesMetaOutput"
960
+ "PikkuCommandChannelsOutput"
940
961
  ],
941
962
  "middleware": [
942
963
  {
@@ -945,9 +966,30 @@
945
966
  "inline": false
946
967
  }
947
968
  ],
948
- "contractHash": "2dd28c3201f71199",
949
- "inputHash": "4be7b8bd",
950
- "outputHash": "fca2b5eb"
969
+ "contractHash": "5fc1a394b205aa65",
970
+ "inputHash": "5d1524e3",
971
+ "outputHash": "048ccd50"
972
+ },
973
+ "pikkuCredentials": {
974
+ "pikkuFuncId": "pikkuCredentials",
975
+ "functionType": "user",
976
+ "funcWrapper": "pikkuSessionlessFunc",
977
+ "sessionless": true,
978
+ "name": "pikkuCredentials",
979
+ "inputSchemaName": null,
980
+ "outputSchemaName": null,
981
+ "inputs": [],
982
+ "outputs": [],
983
+ "middleware": [
984
+ {
985
+ "type": "wire",
986
+ "name": "logCommandInfoAndTime",
987
+ "inline": false
988
+ }
989
+ ],
990
+ "contractHash": "8fa847acfa7ef407",
991
+ "inputHash": "b98cb2ee",
992
+ "outputHash": "9e33f562"
951
993
  },
952
994
  "pikkuAddonTypes": {
953
995
  "pikkuFuncId": "pikkuAddonTypes",
@@ -1100,17 +1142,17 @@
1100
1142
  "inputHash": "18c3cb6e",
1101
1143
  "outputHash": "53470b3b"
1102
1144
  },
1103
- "pikkuHTTP": {
1104
- "pikkuFuncId": "pikkuHTTP",
1145
+ "pikkuCommandHTTP": {
1146
+ "pikkuFuncId": "pikkuCommandHTTP",
1105
1147
  "functionType": "user",
1106
1148
  "funcWrapper": "pikkuSessionlessFunc",
1107
1149
  "sessionless": true,
1108
- "name": "pikkuHTTP",
1150
+ "name": "pikkuCommandHTTP",
1109
1151
  "inputSchemaName": null,
1110
- "outputSchemaName": "PikkuHTTPOutput",
1152
+ "outputSchemaName": "PikkuCommandHTTPOutput",
1111
1153
  "inputs": [],
1112
1154
  "outputs": [
1113
- "PikkuHTTPOutput"
1155
+ "PikkuCommandHTTPOutput"
1114
1156
  ],
1115
1157
  "middleware": [
1116
1158
  {
@@ -1119,9 +1161,9 @@
1119
1161
  "inline": false
1120
1162
  }
1121
1163
  ],
1122
- "contractHash": "4a287055ab7c5ff6",
1123
- "inputHash": "08a0d2b8",
1124
- "outputHash": "87c39a83"
1164
+ "contractHash": "a624f93ffff610be",
1165
+ "inputHash": "a74d9e9f",
1166
+ "outputHash": "ae377648"
1125
1167
  },
1126
1168
  "pikkuHTTPTypes": {
1127
1169
  "pikkuFuncId": "pikkuHTTPTypes",
@@ -1144,17 +1186,17 @@
1144
1186
  "inputHash": "d9ca67f8",
1145
1187
  "outputHash": "1ca4e877"
1146
1188
  },
1147
- "pikkuMiddleware": {
1148
- "pikkuFuncId": "pikkuMiddleware",
1189
+ "pikkuHTTP": {
1190
+ "pikkuFuncId": "pikkuHTTP",
1149
1191
  "functionType": "user",
1150
1192
  "funcWrapper": "pikkuSessionlessFunc",
1151
1193
  "sessionless": true,
1152
- "name": "pikkuMiddleware",
1194
+ "name": "pikkuHTTP",
1153
1195
  "inputSchemaName": null,
1154
- "outputSchemaName": "PikkuMiddlewareOutput",
1196
+ "outputSchemaName": "PikkuHTTPOutput",
1155
1197
  "inputs": [],
1156
1198
  "outputs": [
1157
- "PikkuMiddlewareOutput"
1199
+ "PikkuHTTPOutput"
1158
1200
  ],
1159
1201
  "middleware": [
1160
1202
  {
@@ -1163,9 +1205,9 @@
1163
1205
  "inline": false
1164
1206
  }
1165
1207
  ],
1166
- "contractHash": "08fae68caf8fd589",
1167
- "inputHash": "58f70d81",
1168
- "outputHash": "53953774"
1208
+ "contractHash": "4a287055ab7c5ff6",
1209
+ "inputHash": "08a0d2b8",
1210
+ "outputHash": "87c39a83"
1169
1211
  },
1170
1212
  "pikkuMCPJSON": {
1171
1213
  "pikkuFuncId": "pikkuMCPJSON",
@@ -1232,6 +1274,29 @@
1232
1274
  "inputHash": "bcd31116",
1233
1275
  "outputHash": "ff46ce8f"
1234
1276
  },
1277
+ "pikkuMiddleware": {
1278
+ "pikkuFuncId": "pikkuMiddleware",
1279
+ "functionType": "user",
1280
+ "funcWrapper": "pikkuSessionlessFunc",
1281
+ "sessionless": true,
1282
+ "name": "pikkuMiddleware",
1283
+ "inputSchemaName": null,
1284
+ "outputSchemaName": "PikkuMiddlewareOutput",
1285
+ "inputs": [],
1286
+ "outputs": [
1287
+ "PikkuMiddlewareOutput"
1288
+ ],
1289
+ "middleware": [
1290
+ {
1291
+ "type": "wire",
1292
+ "name": "logCommandInfoAndTime",
1293
+ "inline": false
1294
+ }
1295
+ ],
1296
+ "contractHash": "08fae68caf8fd589",
1297
+ "inputHash": "58f70d81",
1298
+ "outputHash": "53953774"
1299
+ },
1235
1300
  "pikkuSecretDefinitionTypes": {
1236
1301
  "pikkuFuncId": "pikkuSecretDefinitionTypes",
1237
1302
  "functionType": "user",
@@ -1297,80 +1362,17 @@
1297
1362
  "inputHash": "6c4c903c",
1298
1363
  "outputHash": "5ceae041"
1299
1364
  },
1300
- "pikkuCredentials": {
1301
- "pikkuFuncId": "pikkuCredentials",
1302
- "functionType": "user",
1303
- "funcWrapper": "pikkuSessionlessFunc",
1304
- "sessionless": true,
1305
- "name": "pikkuCredentials",
1306
- "inputSchemaName": null,
1307
- "outputSchemaName": null,
1308
- "inputs": [],
1309
- "outputs": [],
1310
- "middleware": [
1311
- {
1312
- "type": "wire",
1313
- "name": "logCommandInfoAndTime",
1314
- "inline": false
1315
- }
1316
- ],
1317
- "contractHash": "8fa847acfa7ef407",
1318
- "inputHash": "b98cb2ee",
1319
- "outputHash": "9e33f562"
1320
- },
1321
- "pikkuQueueMap": {
1322
- "pikkuFuncId": "pikkuQueueMap",
1323
- "functionType": "user",
1324
- "funcWrapper": "pikkuSessionlessFunc",
1325
- "sessionless": true,
1326
- "name": "pikkuQueueMap",
1327
- "inputSchemaName": null,
1328
- "outputSchemaName": null,
1329
- "inputs": [],
1330
- "outputs": [],
1331
- "middleware": [
1332
- {
1333
- "type": "wire",
1334
- "name": "logCommandInfoAndTime",
1335
- "inline": false
1336
- }
1337
- ],
1338
- "contractHash": "e50208cd844e06bb",
1339
- "inputHash": "98e1e73b",
1340
- "outputHash": "2879bd9d"
1341
- },
1342
- "pikkuQueueTypes": {
1343
- "pikkuFuncId": "pikkuQueueTypes",
1344
- "functionType": "user",
1345
- "funcWrapper": "pikkuSessionlessFunc",
1346
- "sessionless": true,
1347
- "name": "pikkuQueueTypes",
1348
- "inputSchemaName": null,
1349
- "outputSchemaName": null,
1350
- "inputs": [],
1351
- "outputs": [],
1352
- "middleware": [
1353
- {
1354
- "type": "wire",
1355
- "name": "logCommandInfoAndTime",
1356
- "inline": false
1357
- }
1358
- ],
1359
- "contractHash": "33984b8558f97104",
1360
- "inputHash": "37f2e3b1",
1361
- "outputHash": "de26da6a"
1362
- },
1363
- "pikkuQueue": {
1364
- "pikkuFuncId": "pikkuQueue",
1365
+ "pikkuPermissions": {
1366
+ "pikkuFuncId": "pikkuPermissions",
1365
1367
  "functionType": "user",
1366
1368
  "funcWrapper": "pikkuSessionlessFunc",
1367
1369
  "sessionless": true,
1368
- "name": "pikkuQueue",
1370
+ "name": "pikkuPermissions",
1369
1371
  "inputSchemaName": null,
1370
- "outputSchemaName": "PikkuQueueOutput",
1372
+ "outputSchemaName": "PikkuPermissionsOutput",
1371
1373
  "inputs": [],
1372
1374
  "outputs": [
1373
- "PikkuQueueOutput"
1375
+ "PikkuPermissionsOutput"
1374
1376
  ],
1375
1377
  "middleware": [
1376
1378
  {
@@ -1379,9 +1381,9 @@
1379
1381
  "inline": false
1380
1382
  }
1381
1383
  ],
1382
- "contractHash": "2010f7bd9ed15cd6",
1383
- "inputHash": "d0d42371",
1384
- "outputHash": "94c5f21c"
1384
+ "contractHash": "16abe2f5a83ea75d",
1385
+ "inputHash": "d7b18af5",
1386
+ "outputHash": "09d7f16a"
1385
1387
  },
1386
1388
  "pikkuPublicRPC": {
1387
1389
  "pikkuFuncId": "pikkuPublicRPC",
@@ -1624,29 +1626,6 @@
1624
1626
  "inputHash": "114143f9",
1625
1627
  "outputHash": "75594b2d"
1626
1628
  },
1627
- "pikkuPermissions": {
1628
- "pikkuFuncId": "pikkuPermissions",
1629
- "functionType": "user",
1630
- "funcWrapper": "pikkuSessionlessFunc",
1631
- "sessionless": true,
1632
- "name": "pikkuPermissions",
1633
- "inputSchemaName": null,
1634
- "outputSchemaName": "PikkuPermissionsOutput",
1635
- "inputs": [],
1636
- "outputs": [
1637
- "PikkuPermissionsOutput"
1638
- ],
1639
- "middleware": [
1640
- {
1641
- "type": "wire",
1642
- "name": "logCommandInfoAndTime",
1643
- "inline": false
1644
- }
1645
- ],
1646
- "contractHash": "16abe2f5a83ea75d",
1647
- "inputHash": "d7b18af5",
1648
- "outputHash": "09d7f16a"
1649
- },
1650
1629
  "pikkuWorkflowRoutes": {
1651
1630
  "pikkuFuncId": "pikkuWorkflowRoutes",
1652
1631
  "functionType": "user",
@@ -1692,5 +1671,114 @@
1692
1671
  "contractHash": "90b1ebde2160a082",
1693
1672
  "inputHash": "9cc3f5b5",
1694
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"
1695
1783
  }
1696
1784
  }