@pikku/cli 0.12.30 → 0.12.31

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 (59) 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.gen.d.ts +1 -1
  9. package/dist/.pikku/cli/pikku-cli-wirings.gen.js +1 -1
  10. package/dist/.pikku/cli/pikku-cli.gen.d.ts +1 -1
  11. package/dist/.pikku/cli/pikku-cli.gen.js +1 -1
  12. package/dist/.pikku/console/pikku-node-types.gen.d.ts +1 -1
  13. package/dist/.pikku/function/pikku-function-types.gen.d.ts +1 -1
  14. package/dist/.pikku/function/pikku-function-types.gen.js +1 -1
  15. package/dist/.pikku/function/pikku-functions-meta.gen.js +1 -1
  16. package/dist/.pikku/function/pikku-functions-meta.gen.json +277 -277
  17. package/dist/.pikku/function/pikku-functions.gen.js +1 -1
  18. package/dist/.pikku/http/pikku-http-types.gen.d.ts +1 -1
  19. package/dist/.pikku/http/pikku-http-types.gen.js +1 -1
  20. package/dist/.pikku/http/pikku-http-wirings-meta.gen.js +1 -1
  21. package/dist/.pikku/http/pikku-http-wirings.gen.d.ts +1 -1
  22. package/dist/.pikku/http/pikku-http-wirings.gen.js +1 -1
  23. package/dist/.pikku/mcp/pikku-mcp-types.gen.d.ts +1 -1
  24. package/dist/.pikku/mcp/pikku-mcp-types.gen.js +1 -1
  25. package/dist/.pikku/pikku-bootstrap.gen.d.ts +1 -1
  26. package/dist/.pikku/pikku-bootstrap.gen.js +1 -1
  27. package/dist/.pikku/pikku-meta-service.gen.d.ts +1 -1
  28. package/dist/.pikku/pikku-meta-service.gen.js +1 -1
  29. package/dist/.pikku/pikku-services.gen.d.ts +1 -1
  30. package/dist/.pikku/pikku-types.gen.d.ts +1 -1
  31. package/dist/.pikku/pikku-types.gen.js +1 -1
  32. package/dist/.pikku/queue/pikku-queue-types.gen.d.ts +1 -1
  33. package/dist/.pikku/queue/pikku-queue-types.gen.js +1 -1
  34. package/dist/.pikku/queue/pikku-queue-workers-wirings-meta.gen.js +1 -1
  35. package/dist/.pikku/queue/pikku-queue-workers-wirings.gen.d.ts +1 -1
  36. package/dist/.pikku/queue/pikku-queue-workers-wirings.gen.js +1 -1
  37. package/dist/.pikku/rpc/pikku-rpc-wirings-meta.internal.gen.js +1 -1
  38. package/dist/.pikku/rpc/pikku-rpc-wirings-meta.internal.gen.json +2 -2
  39. package/dist/.pikku/scheduler/pikku-scheduler-types.gen.d.ts +1 -1
  40. package/dist/.pikku/scheduler/pikku-scheduler-types.gen.js +1 -1
  41. package/dist/.pikku/schemas/register.gen.js +17 -17
  42. package/dist/.pikku/secrets/pikku-secret-types.gen.d.ts +1 -1
  43. package/dist/.pikku/secrets/pikku-secret-types.gen.js +1 -1
  44. package/dist/.pikku/secrets/pikku-secrets.gen.d.ts +1 -1
  45. package/dist/.pikku/secrets/pikku-secrets.gen.js +1 -1
  46. package/dist/.pikku/trigger/pikku-trigger-types.gen.d.ts +1 -1
  47. package/dist/.pikku/trigger/pikku-trigger-types.gen.js +1 -1
  48. package/dist/.pikku/variables/pikku-variable-types.gen.d.ts +1 -1
  49. package/dist/.pikku/variables/pikku-variable-types.gen.js +1 -1
  50. package/dist/.pikku/variables/pikku-variables.gen.d.ts +1 -1
  51. package/dist/.pikku/variables/pikku-variables.gen.js +1 -1
  52. package/dist/.pikku/workflow/pikku-workflow-types.gen.d.ts +1 -1
  53. package/dist/.pikku/workflow/pikku-workflow-types.gen.js +1 -1
  54. package/dist/.pikku/workflow/pikku-workflow-wirings-meta.gen.js +1 -1
  55. package/dist/.pikku/workflow/pikku-workflow-wirings.gen.js +1 -1
  56. package/dist/bin/pikku-bin.mjs +2 -2
  57. package/dist/src/functions/db/local-db.js +6 -2
  58. package/dist/src/scaffold/rpc-remote.gen.js +1 -1
  59. package/package.json +1 -1
@@ -1679,76 +1679,6 @@
1679
1679
  "inputHash": "d5ff2f31",
1680
1680
  "outputHash": "391c291d"
1681
1681
  },
1682
- "pikkuAIAgentTypes": {
1683
- "pikkuFuncId": "pikkuAIAgentTypes",
1684
- "functionType": "user",
1685
- "funcWrapper": "pikkuSessionlessFunc",
1686
- "sessionless": true,
1687
- "name": "pikkuAIAgentTypes",
1688
- "inputSchemaName": null,
1689
- "outputSchemaName": null,
1690
- "inputs": [],
1691
- "outputs": [],
1692
- "implementationHash": "6f1bde64f9087bc2",
1693
- "middleware": [
1694
- {
1695
- "type": "wire",
1696
- "name": "logCommandInfoAndTime",
1697
- "inline": false
1698
- }
1699
- ],
1700
- "contractHash": "dc29d66d6b6f5857",
1701
- "inputHash": "800b5ca6",
1702
- "outputHash": "e85c3332"
1703
- },
1704
- "pikkuAIAgent": {
1705
- "pikkuFuncId": "pikkuAIAgent",
1706
- "functionType": "user",
1707
- "funcWrapper": "pikkuSessionlessFunc",
1708
- "sessionless": true,
1709
- "name": "pikkuAIAgent",
1710
- "inputSchemaName": null,
1711
- "outputSchemaName": "PikkuAIAgentOutput",
1712
- "inputs": [],
1713
- "outputs": [
1714
- "PikkuAIAgentOutput"
1715
- ],
1716
- "implementationHash": "353ac854edebcf28",
1717
- "middleware": [
1718
- {
1719
- "type": "wire",
1720
- "name": "logCommandInfoAndTime",
1721
- "inline": false
1722
- }
1723
- ],
1724
- "contractHash": "973fe2f539bdca04",
1725
- "inputHash": "e61af48f",
1726
- "outputHash": "11db78f5"
1727
- },
1728
- "pikkuPublicAgent": {
1729
- "pikkuFuncId": "pikkuPublicAgent",
1730
- "functionType": "user",
1731
- "funcWrapper": "pikkuSessionlessFunc",
1732
- "sessionless": true,
1733
- "name": "pikkuPublicAgent",
1734
- "inputSchemaName": null,
1735
- "outputSchemaName": "PikkuPublicAgentOutput",
1736
- "inputs": [],
1737
- "outputs": [
1738
- "PikkuPublicAgentOutput"
1739
- ],
1740
- "implementationHash": "ac31dd42a7c619e9",
1741
- "middleware": [
1742
- {
1743
- "type": "wire",
1744
- "name": "logCommandInfoAndTime",
1745
- "inline": false
1746
- }
1747
- ],
1748
- "contractHash": "076457b475dee94e",
1749
- "inputHash": "c0a04edb",
1750
- "outputHash": "aca3832e"
1751
- },
1752
1682
  "pikkuAuth": {
1753
1683
  "pikkuFuncId": "pikkuAuth",
1754
1684
  "functionType": "user",
@@ -1861,6 +1791,124 @@
1861
1791
  "inputHash": "5d1524e3",
1862
1792
  "outputHash": "048ccd50"
1863
1793
  },
1794
+ "pikkuCLIEntry": {
1795
+ "pikkuFuncId": "pikkuCLIEntry",
1796
+ "functionType": "user",
1797
+ "funcWrapper": "pikkuSessionlessFunc",
1798
+ "sessionless": true,
1799
+ "name": "pikkuCLIEntry",
1800
+ "inputSchemaName": null,
1801
+ "outputSchemaName": "PikkuCLIEntryOutput",
1802
+ "inputs": [],
1803
+ "outputs": [
1804
+ "PikkuCLIEntryOutput"
1805
+ ],
1806
+ "implementationHash": "3de1aae7d25e5a8d",
1807
+ "middleware": [
1808
+ {
1809
+ "type": "wire",
1810
+ "name": "logCommandInfoAndTime",
1811
+ "inline": false
1812
+ }
1813
+ ],
1814
+ "contractHash": "a44d47273b044b63",
1815
+ "inputHash": "3e5aa4e1",
1816
+ "outputHash": "2f8523b1"
1817
+ },
1818
+ "pikkuCLI": {
1819
+ "pikkuFuncId": "pikkuCLI",
1820
+ "functionType": "user",
1821
+ "funcWrapper": "pikkuSessionlessFunc",
1822
+ "sessionless": true,
1823
+ "name": "pikkuCLI",
1824
+ "inputSchemaName": null,
1825
+ "outputSchemaName": "PikkuCLIOutput",
1826
+ "inputs": [],
1827
+ "outputs": [
1828
+ "PikkuCLIOutput"
1829
+ ],
1830
+ "implementationHash": "106ebe1537d48581",
1831
+ "middleware": [
1832
+ {
1833
+ "type": "wire",
1834
+ "name": "logCommandInfoAndTime",
1835
+ "inline": false
1836
+ }
1837
+ ],
1838
+ "contractHash": "3932cb0e6b7de268",
1839
+ "inputHash": "fef4d62b",
1840
+ "outputHash": "7d42c9e1"
1841
+ },
1842
+ "pikkuAIAgentTypes": {
1843
+ "pikkuFuncId": "pikkuAIAgentTypes",
1844
+ "functionType": "user",
1845
+ "funcWrapper": "pikkuSessionlessFunc",
1846
+ "sessionless": true,
1847
+ "name": "pikkuAIAgentTypes",
1848
+ "inputSchemaName": null,
1849
+ "outputSchemaName": null,
1850
+ "inputs": [],
1851
+ "outputs": [],
1852
+ "implementationHash": "6f1bde64f9087bc2",
1853
+ "middleware": [
1854
+ {
1855
+ "type": "wire",
1856
+ "name": "logCommandInfoAndTime",
1857
+ "inline": false
1858
+ }
1859
+ ],
1860
+ "contractHash": "dc29d66d6b6f5857",
1861
+ "inputHash": "800b5ca6",
1862
+ "outputHash": "e85c3332"
1863
+ },
1864
+ "pikkuAIAgent": {
1865
+ "pikkuFuncId": "pikkuAIAgent",
1866
+ "functionType": "user",
1867
+ "funcWrapper": "pikkuSessionlessFunc",
1868
+ "sessionless": true,
1869
+ "name": "pikkuAIAgent",
1870
+ "inputSchemaName": null,
1871
+ "outputSchemaName": "PikkuAIAgentOutput",
1872
+ "inputs": [],
1873
+ "outputs": [
1874
+ "PikkuAIAgentOutput"
1875
+ ],
1876
+ "implementationHash": "353ac854edebcf28",
1877
+ "middleware": [
1878
+ {
1879
+ "type": "wire",
1880
+ "name": "logCommandInfoAndTime",
1881
+ "inline": false
1882
+ }
1883
+ ],
1884
+ "contractHash": "973fe2f539bdca04",
1885
+ "inputHash": "e61af48f",
1886
+ "outputHash": "11db78f5"
1887
+ },
1888
+ "pikkuPublicAgent": {
1889
+ "pikkuFuncId": "pikkuPublicAgent",
1890
+ "functionType": "user",
1891
+ "funcWrapper": "pikkuSessionlessFunc",
1892
+ "sessionless": true,
1893
+ "name": "pikkuPublicAgent",
1894
+ "inputSchemaName": null,
1895
+ "outputSchemaName": "PikkuPublicAgentOutput",
1896
+ "inputs": [],
1897
+ "outputs": [
1898
+ "PikkuPublicAgentOutput"
1899
+ ],
1900
+ "implementationHash": "ac31dd42a7c619e9",
1901
+ "middleware": [
1902
+ {
1903
+ "type": "wire",
1904
+ "name": "logCommandInfoAndTime",
1905
+ "inline": false
1906
+ }
1907
+ ],
1908
+ "contractHash": "076457b475dee94e",
1909
+ "inputHash": "c0a04edb",
1910
+ "outputHash": "aca3832e"
1911
+ },
1864
1912
  "pikkuConsoleFunctions": {
1865
1913
  "pikkuFuncId": "pikkuConsoleFunctions",
1866
1914
  "functionType": "user",
@@ -1953,54 +2001,6 @@
1953
2001
  "inputHash": "b98cb2ee",
1954
2002
  "outputHash": "9e33f562"
1955
2003
  },
1956
- "pikkuCLIEntry": {
1957
- "pikkuFuncId": "pikkuCLIEntry",
1958
- "functionType": "user",
1959
- "funcWrapper": "pikkuSessionlessFunc",
1960
- "sessionless": true,
1961
- "name": "pikkuCLIEntry",
1962
- "inputSchemaName": null,
1963
- "outputSchemaName": "PikkuCLIEntryOutput",
1964
- "inputs": [],
1965
- "outputs": [
1966
- "PikkuCLIEntryOutput"
1967
- ],
1968
- "implementationHash": "3de1aae7d25e5a8d",
1969
- "middleware": [
1970
- {
1971
- "type": "wire",
1972
- "name": "logCommandInfoAndTime",
1973
- "inline": false
1974
- }
1975
- ],
1976
- "contractHash": "a44d47273b044b63",
1977
- "inputHash": "3e5aa4e1",
1978
- "outputHash": "2f8523b1"
1979
- },
1980
- "pikkuCLI": {
1981
- "pikkuFuncId": "pikkuCLI",
1982
- "functionType": "user",
1983
- "funcWrapper": "pikkuSessionlessFunc",
1984
- "sessionless": true,
1985
- "name": "pikkuCLI",
1986
- "inputSchemaName": null,
1987
- "outputSchemaName": "PikkuCLIOutput",
1988
- "inputs": [],
1989
- "outputs": [
1990
- "PikkuCLIOutput"
1991
- ],
1992
- "implementationHash": "106ebe1537d48581",
1993
- "middleware": [
1994
- {
1995
- "type": "wire",
1996
- "name": "logCommandInfoAndTime",
1997
- "inline": false
1998
- }
1999
- ],
2000
- "contractHash": "3932cb0e6b7de268",
2001
- "inputHash": "fef4d62b",
2002
- "outputHash": "7d42c9e1"
2003
- },
2004
2004
  "pikkuFunctionTypesSplit": {
2005
2005
  "pikkuFuncId": "pikkuFunctionTypesSplit",
2006
2006
  "functionType": "user",
@@ -2209,19 +2209,17 @@
2209
2209
  "inputHash": "08a0d2b8",
2210
2210
  "outputHash": "87c39a83"
2211
2211
  },
2212
- "pikkuMiddleware": {
2213
- "pikkuFuncId": "pikkuMiddleware",
2212
+ "pikkuMCPJSON": {
2213
+ "pikkuFuncId": "pikkuMCPJSON",
2214
2214
  "functionType": "user",
2215
2215
  "funcWrapper": "pikkuSessionlessFunc",
2216
2216
  "sessionless": true,
2217
- "name": "pikkuMiddleware",
2217
+ "name": "pikkuMCPJSON",
2218
2218
  "inputSchemaName": null,
2219
- "outputSchemaName": "PikkuMiddlewareOutput",
2219
+ "outputSchemaName": null,
2220
2220
  "inputs": [],
2221
- "outputs": [
2222
- "PikkuMiddlewareOutput"
2223
- ],
2224
- "implementationHash": "a20d75746588da20",
2221
+ "outputs": [],
2222
+ "implementationHash": "478ca5bc0fa6f487",
2225
2223
  "middleware": [
2226
2224
  {
2227
2225
  "type": "wire",
@@ -2229,31 +2227,9 @@
2229
2227
  "inline": false
2230
2228
  }
2231
2229
  ],
2232
- "contractHash": "08fae68caf8fd589",
2233
- "inputHash": "58f70d81",
2234
- "outputHash": "53953774"
2235
- },
2236
- "pikkuMCPJSON": {
2237
- "pikkuFuncId": "pikkuMCPJSON",
2238
- "functionType": "user",
2239
- "funcWrapper": "pikkuSessionlessFunc",
2240
- "sessionless": true,
2241
- "name": "pikkuMCPJSON",
2242
- "inputSchemaName": null,
2243
- "outputSchemaName": null,
2244
- "inputs": [],
2245
- "outputs": [],
2246
- "implementationHash": "478ca5bc0fa6f487",
2247
- "middleware": [
2248
- {
2249
- "type": "wire",
2250
- "name": "logCommandInfoAndTime",
2251
- "inline": false
2252
- }
2253
- ],
2254
- "contractHash": "f59442cd5c842971",
2255
- "inputHash": "d72c1561",
2256
- "outputHash": "88a75880"
2230
+ "contractHash": "f59442cd5c842971",
2231
+ "inputHash": "d72c1561",
2232
+ "outputHash": "88a75880"
2257
2233
  },
2258
2234
  "pikkuMCPTypes": {
2259
2235
  "pikkuFuncId": "pikkuMCPTypes",
@@ -2301,6 +2277,30 @@
2301
2277
  "inputHash": "bcd31116",
2302
2278
  "outputHash": "ff46ce8f"
2303
2279
  },
2280
+ "pikkuMiddleware": {
2281
+ "pikkuFuncId": "pikkuMiddleware",
2282
+ "functionType": "user",
2283
+ "funcWrapper": "pikkuSessionlessFunc",
2284
+ "sessionless": true,
2285
+ "name": "pikkuMiddleware",
2286
+ "inputSchemaName": null,
2287
+ "outputSchemaName": "PikkuMiddlewareOutput",
2288
+ "inputs": [],
2289
+ "outputs": [
2290
+ "PikkuMiddlewareOutput"
2291
+ ],
2292
+ "implementationHash": "a20d75746588da20",
2293
+ "middleware": [
2294
+ {
2295
+ "type": "wire",
2296
+ "name": "logCommandInfoAndTime",
2297
+ "inline": false
2298
+ }
2299
+ ],
2300
+ "contractHash": "08fae68caf8fd589",
2301
+ "inputHash": "58f70d81",
2302
+ "outputHash": "53953774"
2303
+ },
2304
2304
  "pikkuSecretDefinitionTypes": {
2305
2305
  "pikkuFuncId": "pikkuSecretDefinitionTypes",
2306
2306
  "functionType": "user",
@@ -2393,6 +2393,30 @@
2393
2393
  "inputHash": "d7b18af5",
2394
2394
  "outputHash": "09d7f16a"
2395
2395
  },
2396
+ "pikkuEventsScaffold": {
2397
+ "pikkuFuncId": "pikkuEventsScaffold",
2398
+ "functionType": "user",
2399
+ "funcWrapper": "pikkuSessionlessFunc",
2400
+ "sessionless": true,
2401
+ "name": "pikkuEventsScaffold",
2402
+ "inputSchemaName": null,
2403
+ "outputSchemaName": "PikkuEventsScaffoldOutput",
2404
+ "inputs": [],
2405
+ "outputs": [
2406
+ "PikkuEventsScaffoldOutput"
2407
+ ],
2408
+ "implementationHash": "4a998c5d2ef1753b",
2409
+ "middleware": [
2410
+ {
2411
+ "type": "wire",
2412
+ "name": "logCommandInfoAndTime",
2413
+ "inline": false
2414
+ }
2415
+ ],
2416
+ "contractHash": "59fdeb7aa338289b",
2417
+ "inputHash": "0e752243",
2418
+ "outputHash": "486a58ef"
2419
+ },
2396
2420
  "pikkuCommandQueueMap": {
2397
2421
  "pikkuFuncId": "pikkuCommandQueueMap",
2398
2422
  "functionType": "user",
@@ -2507,41 +2531,19 @@
2507
2531
  "inputHash": "d0d42371",
2508
2532
  "outputHash": "94c5f21c"
2509
2533
  },
2510
- "pikkuEventsScaffold": {
2511
- "pikkuFuncId": "pikkuEventsScaffold",
2534
+ "pikkuPublicRPC": {
2535
+ "pikkuFuncId": "pikkuPublicRPC",
2512
2536
  "functionType": "user",
2513
2537
  "funcWrapper": "pikkuSessionlessFunc",
2514
2538
  "sessionless": true,
2515
- "name": "pikkuEventsScaffold",
2539
+ "name": "pikkuPublicRPC",
2516
2540
  "inputSchemaName": null,
2517
- "outputSchemaName": "PikkuEventsScaffoldOutput",
2541
+ "outputSchemaName": "PikkuPublicRPCOutput",
2518
2542
  "inputs": [],
2519
2543
  "outputs": [
2520
- "PikkuEventsScaffoldOutput"
2521
- ],
2522
- "implementationHash": "4a998c5d2ef1753b",
2523
- "middleware": [
2524
- {
2525
- "type": "wire",
2526
- "name": "logCommandInfoAndTime",
2527
- "inline": false
2528
- }
2544
+ "PikkuPublicRPCOutput"
2529
2545
  ],
2530
- "contractHash": "59fdeb7aa338289b",
2531
- "inputHash": "0e752243",
2532
- "outputHash": "486a58ef"
2533
- },
2534
- "pikkuSchedulerTypes": {
2535
- "pikkuFuncId": "pikkuSchedulerTypes",
2536
- "functionType": "user",
2537
- "funcWrapper": "pikkuSessionlessFunc",
2538
- "sessionless": true,
2539
- "name": "pikkuSchedulerTypes",
2540
- "inputSchemaName": null,
2541
- "outputSchemaName": null,
2542
- "inputs": [],
2543
- "outputs": [],
2544
- "implementationHash": "ca3f707d96566f5c",
2546
+ "implementationHash": "451ba459892bac2f",
2545
2547
  "middleware": [
2546
2548
  {
2547
2549
  "type": "wire",
@@ -2549,23 +2551,23 @@
2549
2551
  "inline": false
2550
2552
  }
2551
2553
  ],
2552
- "contractHash": "562f598e335cbbf8",
2553
- "inputHash": "5cb0bd41",
2554
- "outputHash": "4108ab7a"
2554
+ "contractHash": "b6b352a6280fc5b8",
2555
+ "inputHash": "5715220b",
2556
+ "outputHash": "c351147d"
2555
2557
  },
2556
- "pikkuScheduler": {
2557
- "pikkuFuncId": "pikkuScheduler",
2558
+ "pikkuRemoteRPC": {
2559
+ "pikkuFuncId": "pikkuRemoteRPC",
2558
2560
  "functionType": "user",
2559
2561
  "funcWrapper": "pikkuSessionlessFunc",
2560
2562
  "sessionless": true,
2561
- "name": "pikkuScheduler",
2563
+ "name": "pikkuRemoteRPC",
2562
2564
  "inputSchemaName": null,
2563
- "outputSchemaName": "PikkuSchedulerOutput",
2565
+ "outputSchemaName": "PikkuRemoteRPCOutput",
2564
2566
  "inputs": [],
2565
2567
  "outputs": [
2566
- "PikkuSchedulerOutput"
2568
+ "PikkuRemoteRPCOutput"
2567
2569
  ],
2568
- "implementationHash": "e78409e71cedf438",
2570
+ "implementationHash": "e9cbb8179a697ffe",
2569
2571
  "middleware": [
2570
2572
  {
2571
2573
  "type": "wire",
@@ -2573,21 +2575,21 @@
2573
2575
  "inline": false
2574
2576
  }
2575
2577
  ],
2576
- "contractHash": "064923ed2e031573",
2577
- "inputHash": "dda1c6aa",
2578
- "outputHash": "1f0f0345"
2578
+ "contractHash": "a4e0b2660e978c44",
2579
+ "inputHash": "c1738f13",
2580
+ "outputHash": "7fe3fe3d"
2579
2581
  },
2580
- "pikkuSecrets": {
2581
- "pikkuFuncId": "pikkuSecrets",
2582
+ "pikkuRPCInternalMap": {
2583
+ "pikkuFuncId": "pikkuRPCInternalMap",
2582
2584
  "functionType": "user",
2583
2585
  "funcWrapper": "pikkuSessionlessFunc",
2584
2586
  "sessionless": true,
2585
- "name": "pikkuSecrets",
2587
+ "name": "pikkuRPCInternalMap",
2586
2588
  "inputSchemaName": null,
2587
2589
  "outputSchemaName": null,
2588
2590
  "inputs": [],
2589
2591
  "outputs": [],
2590
- "implementationHash": "0c90e1e1b970f27c",
2592
+ "implementationHash": "841f275c6e97b3ff",
2591
2593
  "middleware": [
2592
2594
  {
2593
2595
  "type": "wire",
@@ -2595,23 +2597,21 @@
2595
2597
  "inline": false
2596
2598
  }
2597
2599
  ],
2598
- "contractHash": "79cd70de0e09d5bc",
2599
- "inputHash": "838055cb",
2600
- "outputHash": "c749587a"
2600
+ "contractHash": "a60b51d8889c6261",
2601
+ "inputHash": "e1ca2d09",
2602
+ "outputHash": "cb7f80c0"
2601
2603
  },
2602
- "pikkuTriggerTypes": {
2603
- "pikkuFuncId": "pikkuTriggerTypes",
2604
+ "pikkuRPCExposedMap": {
2605
+ "pikkuFuncId": "pikkuRPCExposedMap",
2604
2606
  "functionType": "user",
2605
2607
  "funcWrapper": "pikkuSessionlessFunc",
2606
2608
  "sessionless": true,
2607
- "name": "pikkuTriggerTypes",
2608
- "inputSchemaName": "PikkuTriggerTypesInput",
2609
+ "name": "pikkuRPCExposedMap",
2610
+ "inputSchemaName": null,
2609
2611
  "outputSchemaName": null,
2610
- "inputs": [
2611
- "PikkuTriggerTypesInput"
2612
- ],
2612
+ "inputs": [],
2613
2613
  "outputs": [],
2614
- "implementationHash": "fa6cb1c56a713457",
2614
+ "implementationHash": "3930f1d960d70df1",
2615
2615
  "middleware": [
2616
2616
  {
2617
2617
  "type": "wire",
@@ -2619,23 +2619,23 @@
2619
2619
  "inline": false
2620
2620
  }
2621
2621
  ],
2622
- "contractHash": "0451a960490628c3",
2623
- "inputHash": "6ff27706",
2624
- "outputHash": "94f80533"
2622
+ "contractHash": "6a3f60d1d07cd4ae",
2623
+ "inputHash": "57fd8479",
2624
+ "outputHash": "43617b05"
2625
2625
  },
2626
- "pikkuTrigger": {
2627
- "pikkuFuncId": "pikkuTrigger",
2626
+ "pikkuRPC": {
2627
+ "pikkuFuncId": "pikkuRPC",
2628
2628
  "functionType": "user",
2629
2629
  "funcWrapper": "pikkuSessionlessFunc",
2630
2630
  "sessionless": true,
2631
- "name": "pikkuTrigger",
2631
+ "name": "pikkuRPC",
2632
2632
  "inputSchemaName": null,
2633
- "outputSchemaName": "PikkuTriggerOutput",
2633
+ "outputSchemaName": "PikkuRPCOutput",
2634
2634
  "inputs": [],
2635
2635
  "outputs": [
2636
- "PikkuTriggerOutput"
2636
+ "PikkuRPCOutput"
2637
2637
  ],
2638
- "implementationHash": "1ac2f4e727e650c9",
2638
+ "implementationHash": "6d21a1132eeb46fb",
2639
2639
  "middleware": [
2640
2640
  {
2641
2641
  "type": "wire",
@@ -2643,23 +2643,21 @@
2643
2643
  "inline": false
2644
2644
  }
2645
2645
  ],
2646
- "contractHash": "e0688c774c3e4768",
2647
- "inputHash": "164d65e7",
2648
- "outputHash": "3ac7247c"
2646
+ "contractHash": "4c70070f45a31d25",
2647
+ "inputHash": "835d9763",
2648
+ "outputHash": "b9430fb9"
2649
2649
  },
2650
- "pikkuPublicRPC": {
2651
- "pikkuFuncId": "pikkuPublicRPC",
2650
+ "pikkuSecrets": {
2651
+ "pikkuFuncId": "pikkuSecrets",
2652
2652
  "functionType": "user",
2653
2653
  "funcWrapper": "pikkuSessionlessFunc",
2654
2654
  "sessionless": true,
2655
- "name": "pikkuPublicRPC",
2655
+ "name": "pikkuSecrets",
2656
2656
  "inputSchemaName": null,
2657
- "outputSchemaName": "PikkuPublicRPCOutput",
2657
+ "outputSchemaName": null,
2658
2658
  "inputs": [],
2659
- "outputs": [
2660
- "PikkuPublicRPCOutput"
2661
- ],
2662
- "implementationHash": "451ba459892bac2f",
2659
+ "outputs": [],
2660
+ "implementationHash": "0c90e1e1b970f27c",
2663
2661
  "middleware": [
2664
2662
  {
2665
2663
  "type": "wire",
@@ -2667,23 +2665,21 @@
2667
2665
  "inline": false
2668
2666
  }
2669
2667
  ],
2670
- "contractHash": "b6b352a6280fc5b8",
2671
- "inputHash": "5715220b",
2672
- "outputHash": "c351147d"
2668
+ "contractHash": "79cd70de0e09d5bc",
2669
+ "inputHash": "838055cb",
2670
+ "outputHash": "c749587a"
2673
2671
  },
2674
- "pikkuRemoteRPC": {
2675
- "pikkuFuncId": "pikkuRemoteRPC",
2672
+ "pikkuSchedulerTypes": {
2673
+ "pikkuFuncId": "pikkuSchedulerTypes",
2676
2674
  "functionType": "user",
2677
2675
  "funcWrapper": "pikkuSessionlessFunc",
2678
2676
  "sessionless": true,
2679
- "name": "pikkuRemoteRPC",
2677
+ "name": "pikkuSchedulerTypes",
2680
2678
  "inputSchemaName": null,
2681
- "outputSchemaName": "PikkuRemoteRPCOutput",
2679
+ "outputSchemaName": null,
2682
2680
  "inputs": [],
2683
- "outputs": [
2684
- "PikkuRemoteRPCOutput"
2685
- ],
2686
- "implementationHash": "e9cbb8179a697ffe",
2681
+ "outputs": [],
2682
+ "implementationHash": "ca3f707d96566f5c",
2687
2683
  "middleware": [
2688
2684
  {
2689
2685
  "type": "wire",
@@ -2691,21 +2687,23 @@
2691
2687
  "inline": false
2692
2688
  }
2693
2689
  ],
2694
- "contractHash": "a4e0b2660e978c44",
2695
- "inputHash": "c1738f13",
2696
- "outputHash": "7fe3fe3d"
2690
+ "contractHash": "562f598e335cbbf8",
2691
+ "inputHash": "5cb0bd41",
2692
+ "outputHash": "4108ab7a"
2697
2693
  },
2698
- "pikkuRPCInternalMap": {
2699
- "pikkuFuncId": "pikkuRPCInternalMap",
2694
+ "pikkuScheduler": {
2695
+ "pikkuFuncId": "pikkuScheduler",
2700
2696
  "functionType": "user",
2701
2697
  "funcWrapper": "pikkuSessionlessFunc",
2702
2698
  "sessionless": true,
2703
- "name": "pikkuRPCInternalMap",
2699
+ "name": "pikkuScheduler",
2704
2700
  "inputSchemaName": null,
2705
- "outputSchemaName": null,
2701
+ "outputSchemaName": "PikkuSchedulerOutput",
2706
2702
  "inputs": [],
2707
- "outputs": [],
2708
- "implementationHash": "841f275c6e97b3ff",
2703
+ "outputs": [
2704
+ "PikkuSchedulerOutput"
2705
+ ],
2706
+ "implementationHash": "e78409e71cedf438",
2709
2707
  "middleware": [
2710
2708
  {
2711
2709
  "type": "wire",
@@ -2713,21 +2711,21 @@
2713
2711
  "inline": false
2714
2712
  }
2715
2713
  ],
2716
- "contractHash": "a60b51d8889c6261",
2717
- "inputHash": "e1ca2d09",
2718
- "outputHash": "cb7f80c0"
2714
+ "contractHash": "064923ed2e031573",
2715
+ "inputHash": "dda1c6aa",
2716
+ "outputHash": "1f0f0345"
2719
2717
  },
2720
- "pikkuRPCExposedMap": {
2721
- "pikkuFuncId": "pikkuRPCExposedMap",
2718
+ "pikkuVariables": {
2719
+ "pikkuFuncId": "pikkuVariables",
2722
2720
  "functionType": "user",
2723
2721
  "funcWrapper": "pikkuSessionlessFunc",
2724
2722
  "sessionless": true,
2725
- "name": "pikkuRPCExposedMap",
2723
+ "name": "pikkuVariables",
2726
2724
  "inputSchemaName": null,
2727
2725
  "outputSchemaName": null,
2728
2726
  "inputs": [],
2729
2727
  "outputs": [],
2730
- "implementationHash": "3930f1d960d70df1",
2728
+ "implementationHash": "84a0e3ace8da3e52",
2731
2729
  "middleware": [
2732
2730
  {
2733
2731
  "type": "wire",
@@ -2735,23 +2733,23 @@
2735
2733
  "inline": false
2736
2734
  }
2737
2735
  ],
2738
- "contractHash": "6a3f60d1d07cd4ae",
2739
- "inputHash": "57fd8479",
2740
- "outputHash": "43617b05"
2736
+ "contractHash": "a26bc48e31b3d5d5",
2737
+ "inputHash": "114143f9",
2738
+ "outputHash": "75594b2d"
2741
2739
  },
2742
- "pikkuRPC": {
2743
- "pikkuFuncId": "pikkuRPC",
2740
+ "pikkuTriggerTypes": {
2741
+ "pikkuFuncId": "pikkuTriggerTypes",
2744
2742
  "functionType": "user",
2745
2743
  "funcWrapper": "pikkuSessionlessFunc",
2746
2744
  "sessionless": true,
2747
- "name": "pikkuRPC",
2748
- "inputSchemaName": null,
2749
- "outputSchemaName": "PikkuRPCOutput",
2750
- "inputs": [],
2751
- "outputs": [
2752
- "PikkuRPCOutput"
2745
+ "name": "pikkuTriggerTypes",
2746
+ "inputSchemaName": "PikkuTriggerTypesInput",
2747
+ "outputSchemaName": null,
2748
+ "inputs": [
2749
+ "PikkuTriggerTypesInput"
2753
2750
  ],
2754
- "implementationHash": "6d21a1132eeb46fb",
2751
+ "outputs": [],
2752
+ "implementationHash": "fa6cb1c56a713457",
2755
2753
  "middleware": [
2756
2754
  {
2757
2755
  "type": "wire",
@@ -2759,21 +2757,23 @@
2759
2757
  "inline": false
2760
2758
  }
2761
2759
  ],
2762
- "contractHash": "4c70070f45a31d25",
2763
- "inputHash": "835d9763",
2764
- "outputHash": "b9430fb9"
2760
+ "contractHash": "0451a960490628c3",
2761
+ "inputHash": "6ff27706",
2762
+ "outputHash": "94f80533"
2765
2763
  },
2766
- "pikkuVariables": {
2767
- "pikkuFuncId": "pikkuVariables",
2764
+ "pikkuTrigger": {
2765
+ "pikkuFuncId": "pikkuTrigger",
2768
2766
  "functionType": "user",
2769
2767
  "funcWrapper": "pikkuSessionlessFunc",
2770
2768
  "sessionless": true,
2771
- "name": "pikkuVariables",
2769
+ "name": "pikkuTrigger",
2772
2770
  "inputSchemaName": null,
2773
- "outputSchemaName": null,
2771
+ "outputSchemaName": "PikkuTriggerOutput",
2774
2772
  "inputs": [],
2775
- "outputs": [],
2776
- "implementationHash": "84a0e3ace8da3e52",
2773
+ "outputs": [
2774
+ "PikkuTriggerOutput"
2775
+ ],
2776
+ "implementationHash": "1ac2f4e727e650c9",
2777
2777
  "middleware": [
2778
2778
  {
2779
2779
  "type": "wire",
@@ -2781,9 +2781,9 @@
2781
2781
  "inline": false
2782
2782
  }
2783
2783
  ],
2784
- "contractHash": "a26bc48e31b3d5d5",
2785
- "inputHash": "114143f9",
2786
- "outputHash": "75594b2d"
2784
+ "contractHash": "e0688c774c3e4768",
2785
+ "inputHash": "164d65e7",
2786
+ "outputHash": "3ac7247c"
2787
2787
  },
2788
2788
  "pikkuWorkflowRoutes": {
2789
2789
  "pikkuFuncId": "pikkuWorkflowRoutes",