@pikku/cli 0.12.49 → 0.12.50

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 (79) 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-client.gen.d.ts +1 -1
  6. package/dist/.pikku/cli/pikku-cli-client.gen.js +1 -1
  7. package/dist/.pikku/cli/pikku-cli-contracts-meta.gen.d.ts +1 -1
  8. package/dist/.pikku/cli/pikku-cli-contracts-meta.gen.js +1 -1
  9. package/dist/.pikku/cli/pikku-cli-types.gen.d.ts +1 -1
  10. package/dist/.pikku/cli/pikku-cli-types.gen.js +1 -1
  11. package/dist/.pikku/cli/pikku-cli-wirings-meta.gen.js +1 -1
  12. package/dist/.pikku/cli/pikku-cli-wirings.gen.d.ts +1 -1
  13. package/dist/.pikku/cli/pikku-cli-wirings.gen.js +1 -1
  14. package/dist/.pikku/cli/pikku-cli.gen.d.ts +1 -1
  15. package/dist/.pikku/cli/pikku-cli.gen.js +1 -1
  16. package/dist/.pikku/console/pikku-node-types.gen.d.ts +1 -1
  17. package/dist/.pikku/function/pikku-function-types.gen.d.ts +1 -1
  18. package/dist/.pikku/function/pikku-function-types.gen.js +1 -1
  19. package/dist/.pikku/function/pikku-functions-meta.gen.js +1 -1
  20. package/dist/.pikku/function/pikku-functions-meta.gen.json +206 -206
  21. package/dist/.pikku/function/pikku-functions.gen.js +1 -1
  22. package/dist/.pikku/http/pikku-http-types.gen.d.ts +1 -1
  23. package/dist/.pikku/http/pikku-http-types.gen.js +1 -1
  24. package/dist/.pikku/http/pikku-http-wirings-meta.gen.js +1 -1
  25. package/dist/.pikku/http/pikku-http-wirings.gen.d.ts +1 -1
  26. package/dist/.pikku/http/pikku-http-wirings.gen.js +1 -1
  27. package/dist/.pikku/mcp/pikku-mcp-types.gen.d.ts +1 -1
  28. package/dist/.pikku/mcp/pikku-mcp-types.gen.js +1 -1
  29. package/dist/.pikku/pikku-bootstrap.gen.d.ts +1 -1
  30. package/dist/.pikku/pikku-bootstrap.gen.js +1 -1
  31. package/dist/.pikku/pikku-meta-service.gen.d.ts +1 -1
  32. package/dist/.pikku/pikku-meta-service.gen.js +1 -1
  33. package/dist/.pikku/pikku-services.gen.d.ts +1 -1
  34. package/dist/.pikku/pikku-types.gen.d.ts +1 -1
  35. package/dist/.pikku/pikku-types.gen.js +1 -1
  36. package/dist/.pikku/queue/pikku-queue-types.gen.d.ts +1 -1
  37. package/dist/.pikku/queue/pikku-queue-types.gen.js +1 -1
  38. package/dist/.pikku/queue/pikku-queue-workers-wirings-meta.gen.js +1 -1
  39. package/dist/.pikku/queue/pikku-queue-workers-wirings.gen.d.ts +1 -1
  40. package/dist/.pikku/queue/pikku-queue-workers-wirings.gen.js +1 -1
  41. package/dist/.pikku/rpc/pikku-rpc-wirings-meta.internal.gen.js +1 -1
  42. package/dist/.pikku/rpc/pikku-rpc-wirings-meta.internal.gen.json +3 -3
  43. package/dist/.pikku/scheduler/pikku-scheduler-types.gen.d.ts +1 -1
  44. package/dist/.pikku/scheduler/pikku-scheduler-types.gen.js +1 -1
  45. package/dist/.pikku/schemas/register.gen.js +13 -13
  46. package/dist/.pikku/secrets/pikku-secret-types.gen.d.ts +1 -1
  47. package/dist/.pikku/secrets/pikku-secret-types.gen.js +1 -1
  48. package/dist/.pikku/secrets/pikku-secrets.gen.d.ts +1 -1
  49. package/dist/.pikku/secrets/pikku-secrets.gen.js +1 -1
  50. package/dist/.pikku/trigger/pikku-trigger-types.gen.d.ts +1 -1
  51. package/dist/.pikku/trigger/pikku-trigger-types.gen.js +1 -1
  52. package/dist/.pikku/variables/pikku-variable-types.gen.d.ts +1 -1
  53. package/dist/.pikku/variables/pikku-variable-types.gen.js +1 -1
  54. package/dist/.pikku/variables/pikku-variables.gen.d.ts +1 -1
  55. package/dist/.pikku/variables/pikku-variables.gen.js +1 -1
  56. package/dist/.pikku/workflow/pikku-workflow-types.gen.d.ts +1 -1
  57. package/dist/.pikku/workflow/pikku-workflow-types.gen.js +1 -1
  58. package/dist/.pikku/workflow/pikku-workflow-wirings-meta.gen.js +1 -1
  59. package/dist/.pikku/workflow/pikku-workflow-wirings.gen.js +1 -1
  60. package/dist/bin/pikku-bin.mjs +2 -2
  61. package/dist/src/deploy/server-entry.d.ts +1 -1
  62. package/dist/src/deploy/server-entry.js +3 -1
  63. package/dist/src/fabric/functions/validate.function.js +6 -0
  64. package/dist/src/fabric/lib/config.js +1 -1
  65. package/dist/src/functions/commands/dev-ai-runner.d.ts +19 -0
  66. package/dist/src/functions/commands/dev-ai-runner.js +70 -0
  67. package/dist/src/functions/commands/dev.js +16 -0
  68. package/dist/src/functions/commands/tests-coverage.js +6 -0
  69. package/dist/src/functions/db/db-codegen.d.ts +9 -6
  70. package/dist/src/functions/db/db-codegen.js +62 -5
  71. package/dist/src/functions/db/db-introspector.d.ts +6 -0
  72. package/dist/src/functions/db/local-db.d.ts +1 -0
  73. package/dist/src/functions/db/local-db.js +3 -0
  74. package/dist/src/functions/db/sqlite/sqlite-introspector.d.ts +8 -0
  75. package/dist/src/functions/db/sqlite/sqlite-introspector.js +27 -0
  76. package/dist/src/scaffold/rpc-remote.gen.js +1 -1
  77. package/dist/tsconfig.tsbuildinfo +1 -1
  78. package/package.json +2 -2
  79. package/skills/pikku-paraglide/SKILL.md +117 -0
@@ -975,7 +975,7 @@
975
975
  ],
976
976
  "outputs": [],
977
977
  "remote": true,
978
- "implementationHash": "81ab3af73a66d527"
978
+ "implementationHash": "4d495fee89f3c0c2"
979
979
  },
980
980
  "dbMigrate": {
981
981
  "pikkuFuncId": "dbMigrate",
@@ -1117,7 +1117,7 @@
1117
1117
  "PikkuTestsCoverageInput"
1118
1118
  ],
1119
1119
  "outputs": [],
1120
- "implementationHash": "451492a4faf4c892",
1120
+ "implementationHash": "1685170284d9f246",
1121
1121
  "contractHash": "7ea99c77b1af3b0b",
1122
1122
  "inputHash": "8b523c49",
1123
1123
  "outputHash": "0fd5124e"
@@ -1872,6 +1872,28 @@
1872
1872
  "inputHash": "c0a04edb",
1873
1873
  "outputHash": "aca3832e"
1874
1874
  },
1875
+ "pikkuAuth": {
1876
+ "pikkuFuncId": "pikkuAuth",
1877
+ "functionType": "user",
1878
+ "funcWrapper": "pikkuSessionlessFunc",
1879
+ "sessionless": true,
1880
+ "name": "pikkuAuth",
1881
+ "inputSchemaName": null,
1882
+ "outputSchemaName": null,
1883
+ "inputs": [],
1884
+ "outputs": [],
1885
+ "implementationHash": "1f7044dc9aa598b8",
1886
+ "middleware": [
1887
+ {
1888
+ "type": "wire",
1889
+ "name": "logCommandInfoAndTime",
1890
+ "inline": false
1891
+ }
1892
+ ],
1893
+ "contractHash": "9fa89ecfb6307a51",
1894
+ "inputHash": "c3580f86",
1895
+ "outputHash": "f5261f72"
1896
+ },
1875
1897
  "pikkuChannels": {
1876
1898
  "pikkuFuncId": "pikkuChannels",
1877
1899
  "functionType": "user",
@@ -1962,76 +1984,6 @@
1962
1984
  "inputHash": "5d1524e3",
1963
1985
  "outputHash": "048ccd50"
1964
1986
  },
1965
- "pikkuAuth": {
1966
- "pikkuFuncId": "pikkuAuth",
1967
- "functionType": "user",
1968
- "funcWrapper": "pikkuSessionlessFunc",
1969
- "sessionless": true,
1970
- "name": "pikkuAuth",
1971
- "inputSchemaName": null,
1972
- "outputSchemaName": null,
1973
- "inputs": [],
1974
- "outputs": [],
1975
- "implementationHash": "1f7044dc9aa598b8",
1976
- "middleware": [
1977
- {
1978
- "type": "wire",
1979
- "name": "logCommandInfoAndTime",
1980
- "inline": false
1981
- }
1982
- ],
1983
- "contractHash": "9fa89ecfb6307a51",
1984
- "inputHash": "c3580f86",
1985
- "outputHash": "f5261f72"
1986
- },
1987
- "pikkuCLIEntry": {
1988
- "pikkuFuncId": "pikkuCLIEntry",
1989
- "functionType": "user",
1990
- "funcWrapper": "pikkuSessionlessFunc",
1991
- "sessionless": true,
1992
- "name": "pikkuCLIEntry",
1993
- "inputSchemaName": null,
1994
- "outputSchemaName": "PikkuCLIEntryOutput",
1995
- "inputs": [],
1996
- "outputs": [
1997
- "PikkuCLIEntryOutput"
1998
- ],
1999
- "implementationHash": "3de1aae7d25e5a8d",
2000
- "middleware": [
2001
- {
2002
- "type": "wire",
2003
- "name": "logCommandInfoAndTime",
2004
- "inline": false
2005
- }
2006
- ],
2007
- "contractHash": "a44d47273b044b63",
2008
- "inputHash": "3e5aa4e1",
2009
- "outputHash": "2f8523b1"
2010
- },
2011
- "pikkuCLI": {
2012
- "pikkuFuncId": "pikkuCLI",
2013
- "functionType": "user",
2014
- "funcWrapper": "pikkuSessionlessFunc",
2015
- "sessionless": true,
2016
- "name": "pikkuCLI",
2017
- "inputSchemaName": null,
2018
- "outputSchemaName": "PikkuCLIOutput",
2019
- "inputs": [],
2020
- "outputs": [
2021
- "PikkuCLIOutput"
2022
- ],
2023
- "implementationHash": "c410a7f24382e707",
2024
- "middleware": [
2025
- {
2026
- "type": "wire",
2027
- "name": "logCommandInfoAndTime",
2028
- "inline": false
2029
- }
2030
- ],
2031
- "contractHash": "3932cb0e6b7de268",
2032
- "inputHash": "fef4d62b",
2033
- "outputHash": "7d42c9e1"
2034
- },
2035
1987
  "pikkuConsoleFunctions": {
2036
1988
  "pikkuFuncId": "pikkuConsoleFunctions",
2037
1989
  "functionType": "user",
@@ -2102,17 +2054,19 @@
2102
2054
  "inputHash": "4be7b8bd",
2103
2055
  "outputHash": "fca2b5eb"
2104
2056
  },
2105
- "pikkuCredentials": {
2106
- "pikkuFuncId": "pikkuCredentials",
2057
+ "pikkuCLIEntry": {
2058
+ "pikkuFuncId": "pikkuCLIEntry",
2107
2059
  "functionType": "user",
2108
2060
  "funcWrapper": "pikkuSessionlessFunc",
2109
2061
  "sessionless": true,
2110
- "name": "pikkuCredentials",
2062
+ "name": "pikkuCLIEntry",
2111
2063
  "inputSchemaName": null,
2112
- "outputSchemaName": null,
2064
+ "outputSchemaName": "PikkuCLIEntryOutput",
2113
2065
  "inputs": [],
2114
- "outputs": [],
2115
- "implementationHash": "a99a627856fd77bd",
2066
+ "outputs": [
2067
+ "PikkuCLIEntryOutput"
2068
+ ],
2069
+ "implementationHash": "3de1aae7d25e5a8d",
2116
2070
  "middleware": [
2117
2071
  {
2118
2072
  "type": "wire",
@@ -2120,23 +2074,23 @@
2120
2074
  "inline": false
2121
2075
  }
2122
2076
  ],
2123
- "contractHash": "8fa847acfa7ef407",
2124
- "inputHash": "b98cb2ee",
2125
- "outputHash": "9e33f562"
2077
+ "contractHash": "a44d47273b044b63",
2078
+ "inputHash": "3e5aa4e1",
2079
+ "outputHash": "2f8523b1"
2126
2080
  },
2127
- "pikkuGateway": {
2128
- "pikkuFuncId": "pikkuGateway",
2081
+ "pikkuCLI": {
2082
+ "pikkuFuncId": "pikkuCLI",
2129
2083
  "functionType": "user",
2130
2084
  "funcWrapper": "pikkuSessionlessFunc",
2131
2085
  "sessionless": true,
2132
- "name": "pikkuGateway",
2086
+ "name": "pikkuCLI",
2133
2087
  "inputSchemaName": null,
2134
- "outputSchemaName": "PikkuGatewayOutput",
2088
+ "outputSchemaName": "PikkuCLIOutput",
2135
2089
  "inputs": [],
2136
2090
  "outputs": [
2137
- "PikkuGatewayOutput"
2091
+ "PikkuCLIOutput"
2138
2092
  ],
2139
- "implementationHash": "c62d948fb6bd39af",
2093
+ "implementationHash": "c410a7f24382e707",
2140
2094
  "middleware": [
2141
2095
  {
2142
2096
  "type": "wire",
@@ -2144,9 +2098,31 @@
2144
2098
  "inline": false
2145
2099
  }
2146
2100
  ],
2147
- "contractHash": "8c9fc7c18aeb2212",
2148
- "inputHash": "a5477eae",
2149
- "outputHash": "b5ea8b47"
2101
+ "contractHash": "3932cb0e6b7de268",
2102
+ "inputHash": "fef4d62b",
2103
+ "outputHash": "7d42c9e1"
2104
+ },
2105
+ "pikkuCredentials": {
2106
+ "pikkuFuncId": "pikkuCredentials",
2107
+ "functionType": "user",
2108
+ "funcWrapper": "pikkuSessionlessFunc",
2109
+ "sessionless": true,
2110
+ "name": "pikkuCredentials",
2111
+ "inputSchemaName": null,
2112
+ "outputSchemaName": null,
2113
+ "inputs": [],
2114
+ "outputs": [],
2115
+ "implementationHash": "a99a627856fd77bd",
2116
+ "middleware": [
2117
+ {
2118
+ "type": "wire",
2119
+ "name": "logCommandInfoAndTime",
2120
+ "inline": false
2121
+ }
2122
+ ],
2123
+ "contractHash": "8fa847acfa7ef407",
2124
+ "inputHash": "b98cb2ee",
2125
+ "outputHash": "9e33f562"
2150
2126
  },
2151
2127
  "pikkuFunctionTypesSplit": {
2152
2128
  "pikkuFuncId": "pikkuFunctionTypesSplit",
@@ -2242,6 +2218,30 @@
2242
2218
  "inputHash": "a3e730d9",
2243
2219
  "outputHash": "e0b61e49"
2244
2220
  },
2221
+ "pikkuGateway": {
2222
+ "pikkuFuncId": "pikkuGateway",
2223
+ "functionType": "user",
2224
+ "funcWrapper": "pikkuSessionlessFunc",
2225
+ "sessionless": true,
2226
+ "name": "pikkuGateway",
2227
+ "inputSchemaName": null,
2228
+ "outputSchemaName": "PikkuGatewayOutput",
2229
+ "inputs": [],
2230
+ "outputs": [
2231
+ "PikkuGatewayOutput"
2232
+ ],
2233
+ "implementationHash": "c62d948fb6bd39af",
2234
+ "middleware": [
2235
+ {
2236
+ "type": "wire",
2237
+ "name": "logCommandInfoAndTime",
2238
+ "inline": false
2239
+ }
2240
+ ],
2241
+ "contractHash": "8c9fc7c18aeb2212",
2242
+ "inputHash": "a5477eae",
2243
+ "outputHash": "b5ea8b47"
2244
+ },
2245
2245
  "pikkuHTTPMap": {
2246
2246
  "pikkuFuncId": "pikkuHTTPMap",
2247
2247
  "functionType": "user",
@@ -2656,19 +2656,17 @@
2656
2656
  "inputHash": "0e752243",
2657
2657
  "outputHash": "486a58ef"
2658
2658
  },
2659
- "pikkuPublicRPC": {
2660
- "pikkuFuncId": "pikkuPublicRPC",
2659
+ "pikkuSecrets": {
2660
+ "pikkuFuncId": "pikkuSecrets",
2661
2661
  "functionType": "user",
2662
2662
  "funcWrapper": "pikkuSessionlessFunc",
2663
2663
  "sessionless": true,
2664
- "name": "pikkuPublicRPC",
2664
+ "name": "pikkuSecrets",
2665
2665
  "inputSchemaName": null,
2666
- "outputSchemaName": "PikkuPublicRPCOutput",
2666
+ "outputSchemaName": null,
2667
2667
  "inputs": [],
2668
- "outputs": [
2669
- "PikkuPublicRPCOutput"
2670
- ],
2671
- "implementationHash": "451ba459892bac2f",
2668
+ "outputs": [],
2669
+ "implementationHash": "0c90e1e1b970f27c",
2672
2670
  "middleware": [
2673
2671
  {
2674
2672
  "type": "wire",
@@ -2676,23 +2674,21 @@
2676
2674
  "inline": false
2677
2675
  }
2678
2676
  ],
2679
- "contractHash": "b6b352a6280fc5b8",
2680
- "inputHash": "5715220b",
2681
- "outputHash": "c351147d"
2677
+ "contractHash": "79cd70de0e09d5bc",
2678
+ "inputHash": "838055cb",
2679
+ "outputHash": "c749587a"
2682
2680
  },
2683
- "pikkuRemoteRPC": {
2684
- "pikkuFuncId": "pikkuRemoteRPC",
2681
+ "pikkuSchedulerTypes": {
2682
+ "pikkuFuncId": "pikkuSchedulerTypes",
2685
2683
  "functionType": "user",
2686
2684
  "funcWrapper": "pikkuSessionlessFunc",
2687
2685
  "sessionless": true,
2688
- "name": "pikkuRemoteRPC",
2686
+ "name": "pikkuSchedulerTypes",
2689
2687
  "inputSchemaName": null,
2690
- "outputSchemaName": "PikkuRemoteRPCOutput",
2688
+ "outputSchemaName": null,
2691
2689
  "inputs": [],
2692
- "outputs": [
2693
- "PikkuRemoteRPCOutput"
2694
- ],
2695
- "implementationHash": "e9cbb8179a697ffe",
2690
+ "outputs": [],
2691
+ "implementationHash": "ca3f707d96566f5c",
2696
2692
  "middleware": [
2697
2693
  {
2698
2694
  "type": "wire",
@@ -2700,21 +2696,23 @@
2700
2696
  "inline": false
2701
2697
  }
2702
2698
  ],
2703
- "contractHash": "a4e0b2660e978c44",
2704
- "inputHash": "c1738f13",
2705
- "outputHash": "7fe3fe3d"
2699
+ "contractHash": "562f598e335cbbf8",
2700
+ "inputHash": "5cb0bd41",
2701
+ "outputHash": "4108ab7a"
2706
2702
  },
2707
- "pikkuRPCInternalMap": {
2708
- "pikkuFuncId": "pikkuRPCInternalMap",
2703
+ "pikkuScheduler": {
2704
+ "pikkuFuncId": "pikkuScheduler",
2709
2705
  "functionType": "user",
2710
2706
  "funcWrapper": "pikkuSessionlessFunc",
2711
2707
  "sessionless": true,
2712
- "name": "pikkuRPCInternalMap",
2708
+ "name": "pikkuScheduler",
2713
2709
  "inputSchemaName": null,
2714
- "outputSchemaName": null,
2710
+ "outputSchemaName": "PikkuSchedulerOutput",
2715
2711
  "inputs": [],
2716
- "outputs": [],
2717
- "implementationHash": "841f275c6e97b3ff",
2712
+ "outputs": [
2713
+ "PikkuSchedulerOutput"
2714
+ ],
2715
+ "implementationHash": "e78409e71cedf438",
2718
2716
  "middleware": [
2719
2717
  {
2720
2718
  "type": "wire",
@@ -2722,21 +2720,21 @@
2722
2720
  "inline": false
2723
2721
  }
2724
2722
  ],
2725
- "contractHash": "a60b51d8889c6261",
2726
- "inputHash": "e1ca2d09",
2727
- "outputHash": "cb7f80c0"
2723
+ "contractHash": "064923ed2e031573",
2724
+ "inputHash": "dda1c6aa",
2725
+ "outputHash": "1f0f0345"
2728
2726
  },
2729
- "pikkuRPCExposedMap": {
2730
- "pikkuFuncId": "pikkuRPCExposedMap",
2727
+ "pikkuVariables": {
2728
+ "pikkuFuncId": "pikkuVariables",
2731
2729
  "functionType": "user",
2732
2730
  "funcWrapper": "pikkuSessionlessFunc",
2733
2731
  "sessionless": true,
2734
- "name": "pikkuRPCExposedMap",
2732
+ "name": "pikkuVariables",
2735
2733
  "inputSchemaName": null,
2736
2734
  "outputSchemaName": null,
2737
2735
  "inputs": [],
2738
2736
  "outputs": [],
2739
- "implementationHash": "3930f1d960d70df1",
2737
+ "implementationHash": "84a0e3ace8da3e52",
2740
2738
  "middleware": [
2741
2739
  {
2742
2740
  "type": "wire",
@@ -2744,23 +2742,23 @@
2744
2742
  "inline": false
2745
2743
  }
2746
2744
  ],
2747
- "contractHash": "6a3f60d1d07cd4ae",
2748
- "inputHash": "57fd8479",
2749
- "outputHash": "43617b05"
2745
+ "contractHash": "a26bc48e31b3d5d5",
2746
+ "inputHash": "114143f9",
2747
+ "outputHash": "75594b2d"
2750
2748
  },
2751
- "pikkuRPC": {
2752
- "pikkuFuncId": "pikkuRPC",
2749
+ "pikkuTriggerTypes": {
2750
+ "pikkuFuncId": "pikkuTriggerTypes",
2753
2751
  "functionType": "user",
2754
2752
  "funcWrapper": "pikkuSessionlessFunc",
2755
2753
  "sessionless": true,
2756
- "name": "pikkuRPC",
2757
- "inputSchemaName": null,
2758
- "outputSchemaName": "PikkuRPCOutput",
2759
- "inputs": [],
2760
- "outputs": [
2761
- "PikkuRPCOutput"
2754
+ "name": "pikkuTriggerTypes",
2755
+ "inputSchemaName": "PikkuTriggerTypesInput",
2756
+ "outputSchemaName": null,
2757
+ "inputs": [
2758
+ "PikkuTriggerTypesInput"
2762
2759
  ],
2763
- "implementationHash": "6d21a1132eeb46fb",
2760
+ "outputs": [],
2761
+ "implementationHash": "fa6cb1c56a713457",
2764
2762
  "middleware": [
2765
2763
  {
2766
2764
  "type": "wire",
@@ -2768,21 +2766,23 @@
2768
2766
  "inline": false
2769
2767
  }
2770
2768
  ],
2771
- "contractHash": "4c70070f45a31d25",
2772
- "inputHash": "835d9763",
2773
- "outputHash": "b9430fb9"
2769
+ "contractHash": "0451a960490628c3",
2770
+ "inputHash": "6ff27706",
2771
+ "outputHash": "94f80533"
2774
2772
  },
2775
- "pikkuSchedulerTypes": {
2776
- "pikkuFuncId": "pikkuSchedulerTypes",
2773
+ "pikkuTrigger": {
2774
+ "pikkuFuncId": "pikkuTrigger",
2777
2775
  "functionType": "user",
2778
2776
  "funcWrapper": "pikkuSessionlessFunc",
2779
2777
  "sessionless": true,
2780
- "name": "pikkuSchedulerTypes",
2778
+ "name": "pikkuTrigger",
2781
2779
  "inputSchemaName": null,
2782
- "outputSchemaName": null,
2780
+ "outputSchemaName": "PikkuTriggerOutput",
2783
2781
  "inputs": [],
2784
- "outputs": [],
2785
- "implementationHash": "ca3f707d96566f5c",
2782
+ "outputs": [
2783
+ "PikkuTriggerOutput"
2784
+ ],
2785
+ "implementationHash": "1ac2f4e727e650c9",
2786
2786
  "middleware": [
2787
2787
  {
2788
2788
  "type": "wire",
@@ -2790,23 +2790,23 @@
2790
2790
  "inline": false
2791
2791
  }
2792
2792
  ],
2793
- "contractHash": "562f598e335cbbf8",
2794
- "inputHash": "5cb0bd41",
2795
- "outputHash": "4108ab7a"
2793
+ "contractHash": "e0688c774c3e4768",
2794
+ "inputHash": "164d65e7",
2795
+ "outputHash": "3ac7247c"
2796
2796
  },
2797
- "pikkuScheduler": {
2798
- "pikkuFuncId": "pikkuScheduler",
2797
+ "pikkuWorkflowRoutes": {
2798
+ "pikkuFuncId": "pikkuWorkflowRoutes",
2799
2799
  "functionType": "user",
2800
2800
  "funcWrapper": "pikkuSessionlessFunc",
2801
2801
  "sessionless": true,
2802
- "name": "pikkuScheduler",
2802
+ "name": "pikkuWorkflowRoutes",
2803
2803
  "inputSchemaName": null,
2804
- "outputSchemaName": "PikkuSchedulerOutput",
2804
+ "outputSchemaName": "PikkuWorkflowRoutesOutput",
2805
2805
  "inputs": [],
2806
2806
  "outputs": [
2807
- "PikkuSchedulerOutput"
2807
+ "PikkuWorkflowRoutesOutput"
2808
2808
  ],
2809
- "implementationHash": "e78409e71cedf438",
2809
+ "implementationHash": "44984589bce5976c",
2810
2810
  "middleware": [
2811
2811
  {
2812
2812
  "type": "wire",
@@ -2814,21 +2814,23 @@
2814
2814
  "inline": false
2815
2815
  }
2816
2816
  ],
2817
- "contractHash": "064923ed2e031573",
2818
- "inputHash": "dda1c6aa",
2819
- "outputHash": "1f0f0345"
2817
+ "contractHash": "4bfa767e5f7be854",
2818
+ "inputHash": "3bda91da",
2819
+ "outputHash": "8b24f1df"
2820
2820
  },
2821
- "pikkuSecrets": {
2822
- "pikkuFuncId": "pikkuSecrets",
2821
+ "pikkuPublicRPC": {
2822
+ "pikkuFuncId": "pikkuPublicRPC",
2823
2823
  "functionType": "user",
2824
2824
  "funcWrapper": "pikkuSessionlessFunc",
2825
2825
  "sessionless": true,
2826
- "name": "pikkuSecrets",
2826
+ "name": "pikkuPublicRPC",
2827
2827
  "inputSchemaName": null,
2828
- "outputSchemaName": null,
2828
+ "outputSchemaName": "PikkuPublicRPCOutput",
2829
2829
  "inputs": [],
2830
- "outputs": [],
2831
- "implementationHash": "0c90e1e1b970f27c",
2830
+ "outputs": [
2831
+ "PikkuPublicRPCOutput"
2832
+ ],
2833
+ "implementationHash": "451ba459892bac2f",
2832
2834
  "middleware": [
2833
2835
  {
2834
2836
  "type": "wire",
@@ -2836,23 +2838,23 @@
2836
2838
  "inline": false
2837
2839
  }
2838
2840
  ],
2839
- "contractHash": "79cd70de0e09d5bc",
2840
- "inputHash": "838055cb",
2841
- "outputHash": "c749587a"
2841
+ "contractHash": "b6b352a6280fc5b8",
2842
+ "inputHash": "5715220b",
2843
+ "outputHash": "c351147d"
2842
2844
  },
2843
- "pikkuTriggerTypes": {
2844
- "pikkuFuncId": "pikkuTriggerTypes",
2845
+ "pikkuRemoteRPC": {
2846
+ "pikkuFuncId": "pikkuRemoteRPC",
2845
2847
  "functionType": "user",
2846
2848
  "funcWrapper": "pikkuSessionlessFunc",
2847
2849
  "sessionless": true,
2848
- "name": "pikkuTriggerTypes",
2849
- "inputSchemaName": "PikkuTriggerTypesInput",
2850
- "outputSchemaName": null,
2851
- "inputs": [
2852
- "PikkuTriggerTypesInput"
2850
+ "name": "pikkuRemoteRPC",
2851
+ "inputSchemaName": null,
2852
+ "outputSchemaName": "PikkuRemoteRPCOutput",
2853
+ "inputs": [],
2854
+ "outputs": [
2855
+ "PikkuRemoteRPCOutput"
2853
2856
  ],
2854
- "outputs": [],
2855
- "implementationHash": "fa6cb1c56a713457",
2857
+ "implementationHash": "e9cbb8179a697ffe",
2856
2858
  "middleware": [
2857
2859
  {
2858
2860
  "type": "wire",
@@ -2860,23 +2862,21 @@
2860
2862
  "inline": false
2861
2863
  }
2862
2864
  ],
2863
- "contractHash": "0451a960490628c3",
2864
- "inputHash": "6ff27706",
2865
- "outputHash": "94f80533"
2865
+ "contractHash": "a4e0b2660e978c44",
2866
+ "inputHash": "c1738f13",
2867
+ "outputHash": "7fe3fe3d"
2866
2868
  },
2867
- "pikkuTrigger": {
2868
- "pikkuFuncId": "pikkuTrigger",
2869
+ "pikkuRPCInternalMap": {
2870
+ "pikkuFuncId": "pikkuRPCInternalMap",
2869
2871
  "functionType": "user",
2870
2872
  "funcWrapper": "pikkuSessionlessFunc",
2871
2873
  "sessionless": true,
2872
- "name": "pikkuTrigger",
2874
+ "name": "pikkuRPCInternalMap",
2873
2875
  "inputSchemaName": null,
2874
- "outputSchemaName": "PikkuTriggerOutput",
2876
+ "outputSchemaName": null,
2875
2877
  "inputs": [],
2876
- "outputs": [
2877
- "PikkuTriggerOutput"
2878
- ],
2879
- "implementationHash": "1ac2f4e727e650c9",
2878
+ "outputs": [],
2879
+ "implementationHash": "841f275c6e97b3ff",
2880
2880
  "middleware": [
2881
2881
  {
2882
2882
  "type": "wire",
@@ -2884,21 +2884,21 @@
2884
2884
  "inline": false
2885
2885
  }
2886
2886
  ],
2887
- "contractHash": "e0688c774c3e4768",
2888
- "inputHash": "164d65e7",
2889
- "outputHash": "3ac7247c"
2887
+ "contractHash": "a60b51d8889c6261",
2888
+ "inputHash": "e1ca2d09",
2889
+ "outputHash": "cb7f80c0"
2890
2890
  },
2891
- "pikkuVariables": {
2892
- "pikkuFuncId": "pikkuVariables",
2891
+ "pikkuRPCExposedMap": {
2892
+ "pikkuFuncId": "pikkuRPCExposedMap",
2893
2893
  "functionType": "user",
2894
2894
  "funcWrapper": "pikkuSessionlessFunc",
2895
2895
  "sessionless": true,
2896
- "name": "pikkuVariables",
2896
+ "name": "pikkuRPCExposedMap",
2897
2897
  "inputSchemaName": null,
2898
2898
  "outputSchemaName": null,
2899
2899
  "inputs": [],
2900
2900
  "outputs": [],
2901
- "implementationHash": "84a0e3ace8da3e52",
2901
+ "implementationHash": "3930f1d960d70df1",
2902
2902
  "middleware": [
2903
2903
  {
2904
2904
  "type": "wire",
@@ -2906,23 +2906,23 @@
2906
2906
  "inline": false
2907
2907
  }
2908
2908
  ],
2909
- "contractHash": "a26bc48e31b3d5d5",
2910
- "inputHash": "114143f9",
2911
- "outputHash": "75594b2d"
2909
+ "contractHash": "6a3f60d1d07cd4ae",
2910
+ "inputHash": "57fd8479",
2911
+ "outputHash": "43617b05"
2912
2912
  },
2913
- "pikkuWorkflowRoutes": {
2914
- "pikkuFuncId": "pikkuWorkflowRoutes",
2913
+ "pikkuRPC": {
2914
+ "pikkuFuncId": "pikkuRPC",
2915
2915
  "functionType": "user",
2916
2916
  "funcWrapper": "pikkuSessionlessFunc",
2917
2917
  "sessionless": true,
2918
- "name": "pikkuWorkflowRoutes",
2918
+ "name": "pikkuRPC",
2919
2919
  "inputSchemaName": null,
2920
- "outputSchemaName": "PikkuWorkflowRoutesOutput",
2920
+ "outputSchemaName": "PikkuRPCOutput",
2921
2921
  "inputs": [],
2922
2922
  "outputs": [
2923
- "PikkuWorkflowRoutesOutput"
2923
+ "PikkuRPCOutput"
2924
2924
  ],
2925
- "implementationHash": "44984589bce5976c",
2925
+ "implementationHash": "6d21a1132eeb46fb",
2926
2926
  "middleware": [
2927
2927
  {
2928
2928
  "type": "wire",
@@ -2930,8 +2930,8 @@
2930
2930
  "inline": false
2931
2931
  }
2932
2932
  ],
2933
- "contractHash": "4bfa767e5f7be854",
2934
- "inputHash": "3bda91da",
2935
- "outputHash": "8b24f1df"
2933
+ "contractHash": "4c70070f45a31d25",
2934
+ "inputHash": "835d9763",
2935
+ "outputHash": "b9430fb9"
2936
2936
  }
2937
2937
  }
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.49
2
+ * This file was generated by @pikku/cli@0.12.50
3
3
  */
4
4
  /* Import and register functions used by RPCs */
5
5
  import { addFunction } from '@pikku/core/function';
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.49
2
+ * This file was generated by @pikku/cli@0.12.50
3
3
  */
4
4
  /**
5
5
  * HTTP-specific type definitions for tree-shaking optimization
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was generated by @pikku/cli@0.12.49
2
+ * This file was generated by @pikku/cli@0.12.50
3
3
  */
4
4
  /**
5
5
  * HTTP-specific type definitions for tree-shaking optimization