@pikku/cli 0.12.29 → 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 (72) hide show
  1. package/console-app/assets/{index-ClGe-ul_.js → index-BkiCv5R3.js} +1 -1
  2. package/console-app/index.html +1 -1
  3. package/dist/.pikku/agent/pikku-agent-types.gen.d.ts +1 -1
  4. package/dist/.pikku/channel/pikku-channel-types.gen.d.ts +1 -1
  5. package/dist/.pikku/channel/pikku-channel-types.gen.js +1 -1
  6. package/dist/.pikku/cli/pikku-cli-channel.js +1 -1
  7. package/dist/.pikku/cli/pikku-cli-types.gen.d.ts +1 -1
  8. package/dist/.pikku/cli/pikku-cli-types.gen.js +1 -1
  9. package/dist/.pikku/cli/pikku-cli-wirings-meta.gen.js +1 -1
  10. package/dist/.pikku/cli/pikku-cli-wirings.gen.d.ts +1 -1
  11. package/dist/.pikku/cli/pikku-cli-wirings.gen.js +1 -1
  12. package/dist/.pikku/cli/pikku-cli.gen.d.ts +1 -1
  13. package/dist/.pikku/cli/pikku-cli.gen.js +1 -1
  14. package/dist/.pikku/console/pikku-node-types.gen.d.ts +1 -1
  15. package/dist/.pikku/function/pikku-function-types.gen.d.ts +1 -1
  16. package/dist/.pikku/function/pikku-function-types.gen.js +1 -1
  17. package/dist/.pikku/function/pikku-functions-meta.gen.js +1 -1
  18. package/dist/.pikku/function/pikku-functions-meta.gen.json +257 -257
  19. package/dist/.pikku/function/pikku-functions.gen.js +1 -1
  20. package/dist/.pikku/http/pikku-http-types.gen.d.ts +1 -1
  21. package/dist/.pikku/http/pikku-http-types.gen.js +1 -1
  22. package/dist/.pikku/http/pikku-http-wirings-meta.gen.js +1 -1
  23. package/dist/.pikku/http/pikku-http-wirings.gen.d.ts +1 -1
  24. package/dist/.pikku/http/pikku-http-wirings.gen.js +1 -1
  25. package/dist/.pikku/mcp/pikku-mcp-types.gen.d.ts +1 -1
  26. package/dist/.pikku/mcp/pikku-mcp-types.gen.js +1 -1
  27. package/dist/.pikku/pikku-bootstrap.gen.d.ts +1 -1
  28. package/dist/.pikku/pikku-bootstrap.gen.js +1 -1
  29. package/dist/.pikku/pikku-meta-service.gen.d.ts +1 -1
  30. package/dist/.pikku/pikku-meta-service.gen.js +1 -1
  31. package/dist/.pikku/pikku-services.gen.d.ts +1 -1
  32. package/dist/.pikku/pikku-types.gen.d.ts +1 -1
  33. package/dist/.pikku/pikku-types.gen.js +1 -1
  34. package/dist/.pikku/queue/pikku-queue-types.gen.d.ts +1 -1
  35. package/dist/.pikku/queue/pikku-queue-types.gen.js +1 -1
  36. package/dist/.pikku/queue/pikku-queue-workers-wirings-meta.gen.js +1 -1
  37. package/dist/.pikku/queue/pikku-queue-workers-wirings.gen.d.ts +1 -1
  38. package/dist/.pikku/queue/pikku-queue-workers-wirings.gen.js +1 -1
  39. package/dist/.pikku/rpc/pikku-rpc-wirings-meta.internal.gen.js +1 -1
  40. package/dist/.pikku/rpc/pikku-rpc-wirings-meta.internal.gen.json +5 -5
  41. package/dist/.pikku/scheduler/pikku-scheduler-types.gen.d.ts +1 -1
  42. package/dist/.pikku/scheduler/pikku-scheduler-types.gen.js +1 -1
  43. package/dist/.pikku/schemas/register.gen.js +15 -15
  44. package/dist/.pikku/secrets/pikku-secret-types.gen.d.ts +1 -1
  45. package/dist/.pikku/secrets/pikku-secret-types.gen.js +1 -1
  46. package/dist/.pikku/secrets/pikku-secrets.gen.d.ts +1 -1
  47. package/dist/.pikku/secrets/pikku-secrets.gen.js +1 -1
  48. package/dist/.pikku/trigger/pikku-trigger-types.gen.d.ts +1 -1
  49. package/dist/.pikku/trigger/pikku-trigger-types.gen.js +1 -1
  50. package/dist/.pikku/variables/pikku-variable-types.gen.d.ts +1 -1
  51. package/dist/.pikku/variables/pikku-variable-types.gen.js +1 -1
  52. package/dist/.pikku/variables/pikku-variables.gen.d.ts +1 -1
  53. package/dist/.pikku/variables/pikku-variables.gen.js +1 -1
  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/bin/pikku-bin.mjs +2 -2
  59. package/dist/src/functions/commands/dev.js +1 -9
  60. package/dist/src/functions/db/db-codegen.d.ts +1 -0
  61. package/dist/src/functions/db/db-codegen.js +45 -0
  62. package/dist/src/functions/db/db-introspector.d.ts +12 -0
  63. package/dist/src/functions/db/local-db.d.ts +1 -0
  64. package/dist/src/functions/db/local-db.js +9 -2
  65. package/dist/src/functions/db/postgres/postgres-introspector.d.ts +3 -1
  66. package/dist/src/functions/db/postgres/postgres-introspector.js +43 -0
  67. package/dist/src/functions/db/sqlite/sqlite-introspector.d.ts +3 -1
  68. package/dist/src/functions/db/sqlite/sqlite-introspector.js +14 -0
  69. package/dist/src/functions/db/sqlite/sqlite-runtime-node.js +16 -3
  70. package/dist/src/functions/wirings/auth/serialize-auth-gen.js +4 -2
  71. package/dist/src/scaffold/rpc-remote.gen.js +1 -1
  72. package/package.json +1 -1
@@ -325,6 +325,30 @@
325
325
  "inputHash": "14102501",
326
326
  "outputHash": "0d154de9"
327
327
  },
328
+ "pikkuCLITypes": {
329
+ "pikkuFuncId": "pikkuCLITypes",
330
+ "functionType": "user",
331
+ "funcWrapper": "pikkuSessionlessFunc",
332
+ "sessionless": true,
333
+ "name": "pikkuCLITypes",
334
+ "inputSchemaName": "CLITypesCommandInput",
335
+ "outputSchemaName": null,
336
+ "inputs": [
337
+ "CLITypesCommandInput"
338
+ ],
339
+ "outputs": [],
340
+ "implementationHash": "ca6fd3de682ad4a1",
341
+ "middleware": [
342
+ {
343
+ "type": "wire",
344
+ "name": "logCommandInfoAndTime",
345
+ "inline": false
346
+ }
347
+ ],
348
+ "contractHash": "a1b70be4e58bcf3a",
349
+ "inputHash": "82619193",
350
+ "outputHash": "b3bd794b"
351
+ },
328
352
  "pikkuAddonTypes": {
329
353
  "pikkuFuncId": "pikkuAddonTypes",
330
354
  "functionType": "user",
@@ -375,30 +399,6 @@
375
399
  "inputHash": "9cc3f5b5",
376
400
  "outputHash": "2ad6222d"
377
401
  },
378
- "pikkuCLITypes": {
379
- "pikkuFuncId": "pikkuCLITypes",
380
- "functionType": "user",
381
- "funcWrapper": "pikkuSessionlessFunc",
382
- "sessionless": true,
383
- "name": "pikkuCLITypes",
384
- "inputSchemaName": "CLITypesCommandInput",
385
- "outputSchemaName": null,
386
- "inputs": [
387
- "CLITypesCommandInput"
388
- ],
389
- "outputs": [],
390
- "implementationHash": "ca6fd3de682ad4a1",
391
- "middleware": [
392
- {
393
- "type": "wire",
394
- "name": "logCommandInfoAndTime",
395
- "inline": false
396
- }
397
- ],
398
- "contractHash": "a1b70be4e58bcf3a",
399
- "inputHash": "82619193",
400
- "outputHash": "b3bd794b"
401
- },
402
402
  "FabricLogin": {
403
403
  "pikkuFuncId": "FabricLogin",
404
404
  "functionType": "user",
@@ -867,7 +867,7 @@
867
867
  ],
868
868
  "outputs": [],
869
869
  "remote": true,
870
- "implementationHash": "cd0070e9b5043f38"
870
+ "implementationHash": "676ef8f5b6caf261"
871
871
  },
872
872
  "dbMigrate": {
873
873
  "pikkuFuncId": "dbMigrate",
@@ -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,19 +1791,19 @@
1861
1791
  "inputHash": "5d1524e3",
1862
1792
  "outputHash": "048ccd50"
1863
1793
  },
1864
- "pikkuConsoleFunctions": {
1865
- "pikkuFuncId": "pikkuConsoleFunctions",
1794
+ "pikkuCLIEntry": {
1795
+ "pikkuFuncId": "pikkuCLIEntry",
1866
1796
  "functionType": "user",
1867
1797
  "funcWrapper": "pikkuSessionlessFunc",
1868
1798
  "sessionless": true,
1869
- "name": "pikkuConsoleFunctions",
1799
+ "name": "pikkuCLIEntry",
1870
1800
  "inputSchemaName": null,
1871
- "outputSchemaName": "PikkuConsoleFunctionsOutput",
1801
+ "outputSchemaName": "PikkuCLIEntryOutput",
1872
1802
  "inputs": [],
1873
1803
  "outputs": [
1874
- "PikkuConsoleFunctionsOutput"
1804
+ "PikkuCLIEntryOutput"
1875
1805
  ],
1876
- "implementationHash": "9755b441da9e4b81",
1806
+ "implementationHash": "3de1aae7d25e5a8d",
1877
1807
  "middleware": [
1878
1808
  {
1879
1809
  "type": "wire",
@@ -1881,21 +1811,45 @@
1881
1811
  "inline": false
1882
1812
  }
1883
1813
  ],
1884
- "contractHash": "5725bacdf339c573",
1885
- "inputHash": "ac47cb5e",
1886
- "outputHash": "8259a954"
1814
+ "contractHash": "a44d47273b044b63",
1815
+ "inputHash": "3e5aa4e1",
1816
+ "outputHash": "2f8523b1"
1887
1817
  },
1888
- "pikkuNodeTypes": {
1889
- "pikkuFuncId": "pikkuNodeTypes",
1818
+ "pikkuCLI": {
1819
+ "pikkuFuncId": "pikkuCLI",
1890
1820
  "functionType": "user",
1891
1821
  "funcWrapper": "pikkuSessionlessFunc",
1892
1822
  "sessionless": true,
1893
- "name": "pikkuNodeTypes",
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",
1894
1848
  "inputSchemaName": null,
1895
1849
  "outputSchemaName": null,
1896
1850
  "inputs": [],
1897
1851
  "outputs": [],
1898
- "implementationHash": "9a4ff23a5eedca95",
1852
+ "implementationHash": "6f1bde64f9087bc2",
1899
1853
  "middleware": [
1900
1854
  {
1901
1855
  "type": "wire",
@@ -1903,23 +1857,23 @@
1903
1857
  "inline": false
1904
1858
  }
1905
1859
  ],
1906
- "contractHash": "50029dfb2ea6b6c2",
1907
- "inputHash": "4f5677f1",
1908
- "outputHash": "616d3f6e"
1860
+ "contractHash": "dc29d66d6b6f5857",
1861
+ "inputHash": "800b5ca6",
1862
+ "outputHash": "e85c3332"
1909
1863
  },
1910
- "pikkuNodesMeta": {
1911
- "pikkuFuncId": "pikkuNodesMeta",
1864
+ "pikkuAIAgent": {
1865
+ "pikkuFuncId": "pikkuAIAgent",
1912
1866
  "functionType": "user",
1913
1867
  "funcWrapper": "pikkuSessionlessFunc",
1914
1868
  "sessionless": true,
1915
- "name": "pikkuNodesMeta",
1869
+ "name": "pikkuAIAgent",
1916
1870
  "inputSchemaName": null,
1917
- "outputSchemaName": "PikkuNodesMetaOutput",
1871
+ "outputSchemaName": "PikkuAIAgentOutput",
1918
1872
  "inputs": [],
1919
1873
  "outputs": [
1920
- "PikkuNodesMetaOutput"
1874
+ "PikkuAIAgentOutput"
1921
1875
  ],
1922
- "implementationHash": "56d7a29cc36421e4",
1876
+ "implementationHash": "353ac854edebcf28",
1923
1877
  "middleware": [
1924
1878
  {
1925
1879
  "type": "wire",
@@ -1927,23 +1881,23 @@
1927
1881
  "inline": false
1928
1882
  }
1929
1883
  ],
1930
- "contractHash": "2dd28c3201f71199",
1931
- "inputHash": "4be7b8bd",
1932
- "outputHash": "fca2b5eb"
1884
+ "contractHash": "973fe2f539bdca04",
1885
+ "inputHash": "e61af48f",
1886
+ "outputHash": "11db78f5"
1933
1887
  },
1934
- "pikkuCLIEntry": {
1935
- "pikkuFuncId": "pikkuCLIEntry",
1888
+ "pikkuPublicAgent": {
1889
+ "pikkuFuncId": "pikkuPublicAgent",
1936
1890
  "functionType": "user",
1937
1891
  "funcWrapper": "pikkuSessionlessFunc",
1938
1892
  "sessionless": true,
1939
- "name": "pikkuCLIEntry",
1893
+ "name": "pikkuPublicAgent",
1940
1894
  "inputSchemaName": null,
1941
- "outputSchemaName": "PikkuCLIEntryOutput",
1895
+ "outputSchemaName": "PikkuPublicAgentOutput",
1942
1896
  "inputs": [],
1943
1897
  "outputs": [
1944
- "PikkuCLIEntryOutput"
1898
+ "PikkuPublicAgentOutput"
1945
1899
  ],
1946
- "implementationHash": "3de1aae7d25e5a8d",
1900
+ "implementationHash": "ac31dd42a7c619e9",
1947
1901
  "middleware": [
1948
1902
  {
1949
1903
  "type": "wire",
@@ -1951,23 +1905,23 @@
1951
1905
  "inline": false
1952
1906
  }
1953
1907
  ],
1954
- "contractHash": "a44d47273b044b63",
1955
- "inputHash": "3e5aa4e1",
1956
- "outputHash": "2f8523b1"
1908
+ "contractHash": "076457b475dee94e",
1909
+ "inputHash": "c0a04edb",
1910
+ "outputHash": "aca3832e"
1957
1911
  },
1958
- "pikkuCLI": {
1959
- "pikkuFuncId": "pikkuCLI",
1912
+ "pikkuConsoleFunctions": {
1913
+ "pikkuFuncId": "pikkuConsoleFunctions",
1960
1914
  "functionType": "user",
1961
1915
  "funcWrapper": "pikkuSessionlessFunc",
1962
1916
  "sessionless": true,
1963
- "name": "pikkuCLI",
1917
+ "name": "pikkuConsoleFunctions",
1964
1918
  "inputSchemaName": null,
1965
- "outputSchemaName": "PikkuCLIOutput",
1919
+ "outputSchemaName": "PikkuConsoleFunctionsOutput",
1966
1920
  "inputs": [],
1967
1921
  "outputs": [
1968
- "PikkuCLIOutput"
1922
+ "PikkuConsoleFunctionsOutput"
1969
1923
  ],
1970
- "implementationHash": "106ebe1537d48581",
1924
+ "implementationHash": "9755b441da9e4b81",
1971
1925
  "middleware": [
1972
1926
  {
1973
1927
  "type": "wire",
@@ -1975,9 +1929,55 @@
1975
1929
  "inline": false
1976
1930
  }
1977
1931
  ],
1978
- "contractHash": "3932cb0e6b7de268",
1979
- "inputHash": "fef4d62b",
1980
- "outputHash": "7d42c9e1"
1932
+ "contractHash": "5725bacdf339c573",
1933
+ "inputHash": "ac47cb5e",
1934
+ "outputHash": "8259a954"
1935
+ },
1936
+ "pikkuNodeTypes": {
1937
+ "pikkuFuncId": "pikkuNodeTypes",
1938
+ "functionType": "user",
1939
+ "funcWrapper": "pikkuSessionlessFunc",
1940
+ "sessionless": true,
1941
+ "name": "pikkuNodeTypes",
1942
+ "inputSchemaName": null,
1943
+ "outputSchemaName": null,
1944
+ "inputs": [],
1945
+ "outputs": [],
1946
+ "implementationHash": "9a4ff23a5eedca95",
1947
+ "middleware": [
1948
+ {
1949
+ "type": "wire",
1950
+ "name": "logCommandInfoAndTime",
1951
+ "inline": false
1952
+ }
1953
+ ],
1954
+ "contractHash": "50029dfb2ea6b6c2",
1955
+ "inputHash": "4f5677f1",
1956
+ "outputHash": "616d3f6e"
1957
+ },
1958
+ "pikkuNodesMeta": {
1959
+ "pikkuFuncId": "pikkuNodesMeta",
1960
+ "functionType": "user",
1961
+ "funcWrapper": "pikkuSessionlessFunc",
1962
+ "sessionless": true,
1963
+ "name": "pikkuNodesMeta",
1964
+ "inputSchemaName": null,
1965
+ "outputSchemaName": "PikkuNodesMetaOutput",
1966
+ "inputs": [],
1967
+ "outputs": [
1968
+ "PikkuNodesMetaOutput"
1969
+ ],
1970
+ "implementationHash": "56d7a29cc36421e4",
1971
+ "middleware": [
1972
+ {
1973
+ "type": "wire",
1974
+ "name": "logCommandInfoAndTime",
1975
+ "inline": false
1976
+ }
1977
+ ],
1978
+ "contractHash": "2dd28c3201f71199",
1979
+ "inputHash": "4be7b8bd",
1980
+ "outputHash": "fca2b5eb"
1981
1981
  },
1982
1982
  "pikkuCredentials": {
1983
1983
  "pikkuFuncId": "pikkuCredentials",
@@ -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,21 +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
- "pikkuVariables": {
2651
- "pikkuFuncId": "pikkuVariables",
2650
+ "pikkuSecrets": {
2651
+ "pikkuFuncId": "pikkuSecrets",
2652
2652
  "functionType": "user",
2653
2653
  "funcWrapper": "pikkuSessionlessFunc",
2654
2654
  "sessionless": true,
2655
- "name": "pikkuVariables",
2655
+ "name": "pikkuSecrets",
2656
2656
  "inputSchemaName": null,
2657
2657
  "outputSchemaName": null,
2658
2658
  "inputs": [],
2659
2659
  "outputs": [],
2660
- "implementationHash": "84a0e3ace8da3e52",
2660
+ "implementationHash": "0c90e1e1b970f27c",
2661
2661
  "middleware": [
2662
2662
  {
2663
2663
  "type": "wire",
@@ -2665,23 +2665,21 @@
2665
2665
  "inline": false
2666
2666
  }
2667
2667
  ],
2668
- "contractHash": "a26bc48e31b3d5d5",
2669
- "inputHash": "114143f9",
2670
- "outputHash": "75594b2d"
2668
+ "contractHash": "79cd70de0e09d5bc",
2669
+ "inputHash": "838055cb",
2670
+ "outputHash": "c749587a"
2671
2671
  },
2672
- "pikkuPublicRPC": {
2673
- "pikkuFuncId": "pikkuPublicRPC",
2672
+ "pikkuSchedulerTypes": {
2673
+ "pikkuFuncId": "pikkuSchedulerTypes",
2674
2674
  "functionType": "user",
2675
2675
  "funcWrapper": "pikkuSessionlessFunc",
2676
2676
  "sessionless": true,
2677
- "name": "pikkuPublicRPC",
2677
+ "name": "pikkuSchedulerTypes",
2678
2678
  "inputSchemaName": null,
2679
- "outputSchemaName": "PikkuPublicRPCOutput",
2679
+ "outputSchemaName": null,
2680
2680
  "inputs": [],
2681
- "outputs": [
2682
- "PikkuPublicRPCOutput"
2683
- ],
2684
- "implementationHash": "451ba459892bac2f",
2681
+ "outputs": [],
2682
+ "implementationHash": "ca3f707d96566f5c",
2685
2683
  "middleware": [
2686
2684
  {
2687
2685
  "type": "wire",
@@ -2689,23 +2687,23 @@
2689
2687
  "inline": false
2690
2688
  }
2691
2689
  ],
2692
- "contractHash": "b6b352a6280fc5b8",
2693
- "inputHash": "5715220b",
2694
- "outputHash": "c351147d"
2690
+ "contractHash": "562f598e335cbbf8",
2691
+ "inputHash": "5cb0bd41",
2692
+ "outputHash": "4108ab7a"
2695
2693
  },
2696
- "pikkuRemoteRPC": {
2697
- "pikkuFuncId": "pikkuRemoteRPC",
2694
+ "pikkuScheduler": {
2695
+ "pikkuFuncId": "pikkuScheduler",
2698
2696
  "functionType": "user",
2699
2697
  "funcWrapper": "pikkuSessionlessFunc",
2700
2698
  "sessionless": true,
2701
- "name": "pikkuRemoteRPC",
2699
+ "name": "pikkuScheduler",
2702
2700
  "inputSchemaName": null,
2703
- "outputSchemaName": "PikkuRemoteRPCOutput",
2701
+ "outputSchemaName": "PikkuSchedulerOutput",
2704
2702
  "inputs": [],
2705
2703
  "outputs": [
2706
- "PikkuRemoteRPCOutput"
2704
+ "PikkuSchedulerOutput"
2707
2705
  ],
2708
- "implementationHash": "e9cbb8179a697ffe",
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": "a4e0b2660e978c44",
2717
- "inputHash": "c1738f13",
2718
- "outputHash": "7fe3fe3d"
2714
+ "contractHash": "064923ed2e031573",
2715
+ "inputHash": "dda1c6aa",
2716
+ "outputHash": "1f0f0345"
2719
2717
  },
2720
- "pikkuRPCInternalMap": {
2721
- "pikkuFuncId": "pikkuRPCInternalMap",
2718
+ "pikkuVariables": {
2719
+ "pikkuFuncId": "pikkuVariables",
2722
2720
  "functionType": "user",
2723
2721
  "funcWrapper": "pikkuSessionlessFunc",
2724
2722
  "sessionless": true,
2725
- "name": "pikkuRPCInternalMap",
2723
+ "name": "pikkuVariables",
2726
2724
  "inputSchemaName": null,
2727
2725
  "outputSchemaName": null,
2728
2726
  "inputs": [],
2729
2727
  "outputs": [],
2730
- "implementationHash": "841f275c6e97b3ff",
2728
+ "implementationHash": "84a0e3ace8da3e52",
2731
2729
  "middleware": [
2732
2730
  {
2733
2731
  "type": "wire",
@@ -2735,21 +2733,23 @@
2735
2733
  "inline": false
2736
2734
  }
2737
2735
  ],
2738
- "contractHash": "a60b51d8889c6261",
2739
- "inputHash": "e1ca2d09",
2740
- "outputHash": "cb7f80c0"
2736
+ "contractHash": "a26bc48e31b3d5d5",
2737
+ "inputHash": "114143f9",
2738
+ "outputHash": "75594b2d"
2741
2739
  },
2742
- "pikkuRPCExposedMap": {
2743
- "pikkuFuncId": "pikkuRPCExposedMap",
2740
+ "pikkuTriggerTypes": {
2741
+ "pikkuFuncId": "pikkuTriggerTypes",
2744
2742
  "functionType": "user",
2745
2743
  "funcWrapper": "pikkuSessionlessFunc",
2746
2744
  "sessionless": true,
2747
- "name": "pikkuRPCExposedMap",
2748
- "inputSchemaName": null,
2745
+ "name": "pikkuTriggerTypes",
2746
+ "inputSchemaName": "PikkuTriggerTypesInput",
2749
2747
  "outputSchemaName": null,
2750
- "inputs": [],
2748
+ "inputs": [
2749
+ "PikkuTriggerTypesInput"
2750
+ ],
2751
2751
  "outputs": [],
2752
- "implementationHash": "3930f1d960d70df1",
2752
+ "implementationHash": "fa6cb1c56a713457",
2753
2753
  "middleware": [
2754
2754
  {
2755
2755
  "type": "wire",
@@ -2757,23 +2757,23 @@
2757
2757
  "inline": false
2758
2758
  }
2759
2759
  ],
2760
- "contractHash": "6a3f60d1d07cd4ae",
2761
- "inputHash": "57fd8479",
2762
- "outputHash": "43617b05"
2760
+ "contractHash": "0451a960490628c3",
2761
+ "inputHash": "6ff27706",
2762
+ "outputHash": "94f80533"
2763
2763
  },
2764
- "pikkuRPC": {
2765
- "pikkuFuncId": "pikkuRPC",
2764
+ "pikkuTrigger": {
2765
+ "pikkuFuncId": "pikkuTrigger",
2766
2766
  "functionType": "user",
2767
2767
  "funcWrapper": "pikkuSessionlessFunc",
2768
2768
  "sessionless": true,
2769
- "name": "pikkuRPC",
2769
+ "name": "pikkuTrigger",
2770
2770
  "inputSchemaName": null,
2771
- "outputSchemaName": "PikkuRPCOutput",
2771
+ "outputSchemaName": "PikkuTriggerOutput",
2772
2772
  "inputs": [],
2773
2773
  "outputs": [
2774
- "PikkuRPCOutput"
2774
+ "PikkuTriggerOutput"
2775
2775
  ],
2776
- "implementationHash": "6d21a1132eeb46fb",
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": "4c70070f45a31d25",
2785
- "inputHash": "835d9763",
2786
- "outputHash": "b9430fb9"
2784
+ "contractHash": "e0688c774c3e4768",
2785
+ "inputHash": "164d65e7",
2786
+ "outputHash": "3ac7247c"
2787
2787
  },
2788
2788
  "pikkuWorkflowRoutes": {
2789
2789
  "pikkuFuncId": "pikkuWorkflowRoutes",