@pikku/cli 0.12.39 → 0.12.40
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/console-app/assets/{index-Dxl3JsMK.js → index-D9Z9rySK.js} +2 -2
- package/console-app/index.html +1 -1
- package/dist/.pikku/agent/pikku-agent-types.gen.d.ts +1 -1
- package/dist/.pikku/channel/pikku-channel-types.gen.d.ts +1 -1
- package/dist/.pikku/channel/pikku-channel-types.gen.js +1 -1
- package/dist/.pikku/cli/pikku-cli-channel.js +1 -1
- package/dist/.pikku/cli/pikku-cli-types.gen.d.ts +1 -1
- package/dist/.pikku/cli/pikku-cli-types.gen.js +1 -1
- package/dist/.pikku/cli/pikku-cli-wirings-meta.gen.js +1 -1
- package/dist/.pikku/cli/pikku-cli-wirings.gen.d.ts +1 -1
- package/dist/.pikku/cli/pikku-cli-wirings.gen.js +1 -1
- package/dist/.pikku/cli/pikku-cli.gen.d.ts +1 -1
- package/dist/.pikku/cli/pikku-cli.gen.js +1 -1
- package/dist/.pikku/console/pikku-node-types.gen.d.ts +1 -1
- package/dist/.pikku/function/pikku-function-types.gen.d.ts +1 -1
- package/dist/.pikku/function/pikku-function-types.gen.js +1 -1
- package/dist/.pikku/function/pikku-functions-meta.gen.js +1 -1
- package/dist/.pikku/function/pikku-functions-meta.gen.json +170 -170
- package/dist/.pikku/function/pikku-functions.gen.js +1 -1
- package/dist/.pikku/http/pikku-http-types.gen.d.ts +1 -1
- package/dist/.pikku/http/pikku-http-types.gen.js +1 -1
- package/dist/.pikku/http/pikku-http-wirings-meta.gen.js +1 -1
- package/dist/.pikku/http/pikku-http-wirings.gen.d.ts +1 -1
- package/dist/.pikku/http/pikku-http-wirings.gen.js +1 -1
- package/dist/.pikku/mcp/pikku-mcp-types.gen.d.ts +1 -1
- package/dist/.pikku/mcp/pikku-mcp-types.gen.js +1 -1
- package/dist/.pikku/pikku-bootstrap.gen.d.ts +1 -1
- package/dist/.pikku/pikku-bootstrap.gen.js +1 -1
- package/dist/.pikku/pikku-meta-service.gen.d.ts +1 -1
- package/dist/.pikku/pikku-meta-service.gen.js +1 -1
- package/dist/.pikku/pikku-services.gen.d.ts +1 -1
- package/dist/.pikku/pikku-types.gen.d.ts +1 -1
- package/dist/.pikku/pikku-types.gen.js +1 -1
- package/dist/.pikku/queue/pikku-queue-types.gen.d.ts +1 -1
- package/dist/.pikku/queue/pikku-queue-types.gen.js +1 -1
- package/dist/.pikku/queue/pikku-queue-workers-wirings-meta.gen.js +1 -1
- package/dist/.pikku/queue/pikku-queue-workers-wirings.gen.d.ts +1 -1
- package/dist/.pikku/queue/pikku-queue-workers-wirings.gen.js +1 -1
- package/dist/.pikku/rpc/pikku-rpc-wirings-meta.internal.gen.js +1 -1
- package/dist/.pikku/rpc/pikku-rpc-wirings-meta.internal.gen.json +3 -3
- package/dist/.pikku/scheduler/pikku-scheduler-types.gen.d.ts +1 -1
- package/dist/.pikku/scheduler/pikku-scheduler-types.gen.js +1 -1
- package/dist/.pikku/schemas/register.gen.js +7 -7
- package/dist/.pikku/secrets/pikku-secret-types.gen.d.ts +1 -1
- package/dist/.pikku/secrets/pikku-secret-types.gen.js +1 -1
- package/dist/.pikku/secrets/pikku-secrets.gen.d.ts +1 -1
- package/dist/.pikku/secrets/pikku-secrets.gen.js +1 -1
- package/dist/.pikku/trigger/pikku-trigger-types.gen.d.ts +1 -1
- package/dist/.pikku/trigger/pikku-trigger-types.gen.js +1 -1
- package/dist/.pikku/variables/pikku-variable-types.gen.d.ts +1 -1
- package/dist/.pikku/variables/pikku-variable-types.gen.js +1 -1
- package/dist/.pikku/variables/pikku-variables.gen.d.ts +1 -1
- package/dist/.pikku/variables/pikku-variables.gen.js +1 -1
- package/dist/.pikku/workflow/pikku-workflow-types.gen.d.ts +1 -1
- package/dist/.pikku/workflow/pikku-workflow-types.gen.js +1 -1
- package/dist/.pikku/workflow/pikku-workflow-wirings-meta.gen.js +1 -1
- package/dist/.pikku/workflow/pikku-workflow-wirings.gen.js +1 -1
- package/dist/bin/pikku-bin.mjs +2 -2
- package/dist/src/deploy/build-pipeline.d.ts +1 -0
- package/dist/src/deploy/build-pipeline.js +1 -1
- package/dist/src/fabric/functions/validate-core.js +2 -7
- package/dist/src/fabric/functions/validate.function.js +16 -14
- package/dist/src/functions/commands/db-generate.js +0 -3
- package/dist/src/functions/commands/db-reset.js +11 -7
- package/dist/src/functions/commands/db-seed.js +4 -7
- package/dist/src/functions/commands/db-shared.js +2 -4
- package/dist/src/functions/commands/deploy-apply.js +1 -0
- package/dist/src/functions/commands/deploy-plan.js +1 -0
- package/dist/src/functions/commands/dev.js +1 -1
- package/dist/src/functions/db/local-db.d.ts +9 -5
- package/dist/src/functions/db/local-db.js +275 -107
- package/dist/src/functions/db/postgres/pglite-kysely.d.ts +8 -0
- package/dist/src/functions/db/postgres/pglite-kysely.js +79 -0
- package/dist/src/functions/db/postgres/postgres-introspector.d.ts +1 -0
- package/dist/src/functions/db/postgres/postgres-introspector.js +6 -1
- package/dist/src/functions/db/postgres/postgres-migrator.d.ts +7 -2
- package/dist/src/functions/db/postgres/postgres-migrator.js +6 -1
- package/dist/src/functions/validate/workspace-validate.js +4 -4
- package/dist/src/scaffold/rpc-remote.gen.js +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +3 -2
package/console-app/index.html
CHANGED
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
}
|
|
22
22
|
} catch (e) {}
|
|
23
23
|
</script>
|
|
24
|
-
<script type="module" crossorigin src="/assets/index-
|
|
24
|
+
<script type="module" crossorigin src="/assets/index-D9Z9rySK.js"></script>
|
|
25
25
|
<link rel="stylesheet" crossorigin href="/assets/index-DwUzVI5k.css">
|
|
26
26
|
</head>
|
|
27
27
|
<body>
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* This file was generated by @pikku/cli@0.12.
|
|
2
|
+
* This file was generated by @pikku/cli@0.12.40
|
|
3
3
|
*/
|
|
4
4
|
import { CoreAIAgent, PikkuAIMiddlewareHooks } from '@pikku/core/ai-agent';
|
|
5
5
|
import type { PikkuPermission, PikkuMiddleware, Services, PikkuFunctionConfig } from '../function/pikku-function-types.gen.js';
|
|
@@ -867,7 +867,7 @@
|
|
|
867
867
|
],
|
|
868
868
|
"outputs": [],
|
|
869
869
|
"remote": true,
|
|
870
|
-
"implementationHash": "
|
|
870
|
+
"implementationHash": "81ab3af73a66d527"
|
|
871
871
|
},
|
|
872
872
|
"dbMigrate": {
|
|
873
873
|
"pikkuFuncId": "dbMigrate",
|
|
@@ -897,7 +897,7 @@
|
|
|
897
897
|
],
|
|
898
898
|
"outputs": [],
|
|
899
899
|
"remote": true,
|
|
900
|
-
"implementationHash": "
|
|
900
|
+
"implementationHash": "eccad4165faeb4f8"
|
|
901
901
|
},
|
|
902
902
|
"dbSeed": {
|
|
903
903
|
"pikkuFuncId": "dbSeed",
|
|
@@ -912,7 +912,7 @@
|
|
|
912
912
|
],
|
|
913
913
|
"outputs": [],
|
|
914
914
|
"remote": true,
|
|
915
|
-
"implementationHash": "
|
|
915
|
+
"implementationHash": "499de12d6a0f1b54"
|
|
916
916
|
},
|
|
917
917
|
"dbReset": {
|
|
918
918
|
"pikkuFuncId": "dbReset",
|
|
@@ -927,7 +927,7 @@
|
|
|
927
927
|
],
|
|
928
928
|
"outputs": [],
|
|
929
929
|
"remote": true,
|
|
930
|
-
"implementationHash": "
|
|
930
|
+
"implementationHash": "46e9b31db2392d43"
|
|
931
931
|
},
|
|
932
932
|
"dbAudit": {
|
|
933
933
|
"pikkuFuncId": "dbAudit",
|
|
@@ -1255,7 +1255,7 @@
|
|
|
1255
1255
|
"DeployApplyInput"
|
|
1256
1256
|
],
|
|
1257
1257
|
"outputs": [],
|
|
1258
|
-
"implementationHash": "
|
|
1258
|
+
"implementationHash": "50671e012a7aea43",
|
|
1259
1259
|
"contractHash": "1521cbbb903c3e88",
|
|
1260
1260
|
"inputHash": "100a6ab2",
|
|
1261
1261
|
"outputHash": "2b614932"
|
|
@@ -1272,7 +1272,7 @@
|
|
|
1272
1272
|
"DeployPlanInput"
|
|
1273
1273
|
],
|
|
1274
1274
|
"outputs": [],
|
|
1275
|
-
"implementationHash": "
|
|
1275
|
+
"implementationHash": "d611cfc284412ef8",
|
|
1276
1276
|
"contractHash": "f43ca97588d7e481",
|
|
1277
1277
|
"inputHash": "2c0c944d",
|
|
1278
1278
|
"outputHash": "e6e7d2ab"
|
|
@@ -1664,6 +1664,21 @@
|
|
|
1664
1664
|
"remote": true,
|
|
1665
1665
|
"implementationHash": "105018a823bdb551"
|
|
1666
1666
|
},
|
|
1667
|
+
"pikkuSummary": {
|
|
1668
|
+
"pikkuFuncId": "pikkuSummary",
|
|
1669
|
+
"functionType": "user",
|
|
1670
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
1671
|
+
"sessionless": true,
|
|
1672
|
+
"name": "pikkuSummary",
|
|
1673
|
+
"inputSchemaName": null,
|
|
1674
|
+
"outputSchemaName": null,
|
|
1675
|
+
"inputs": [],
|
|
1676
|
+
"outputs": [],
|
|
1677
|
+
"implementationHash": "b5d52282b44d2bea",
|
|
1678
|
+
"contractHash": "3758fc656b51f1c3",
|
|
1679
|
+
"inputHash": "914f8a46",
|
|
1680
|
+
"outputHash": "dc82a9b9"
|
|
1681
|
+
},
|
|
1667
1682
|
"allWorkflow": {
|
|
1668
1683
|
"pikkuFuncId": "allWorkflow",
|
|
1669
1684
|
"functionType": "user",
|
|
@@ -1679,32 +1694,41 @@
|
|
|
1679
1694
|
"inputHash": "d5ff2f31",
|
|
1680
1695
|
"outputHash": "391c291d"
|
|
1681
1696
|
},
|
|
1682
|
-
"
|
|
1683
|
-
"pikkuFuncId": "
|
|
1697
|
+
"pikkuAIAgentTypes": {
|
|
1698
|
+
"pikkuFuncId": "pikkuAIAgentTypes",
|
|
1684
1699
|
"functionType": "user",
|
|
1685
1700
|
"funcWrapper": "pikkuSessionlessFunc",
|
|
1686
1701
|
"sessionless": true,
|
|
1687
|
-
"name": "
|
|
1702
|
+
"name": "pikkuAIAgentTypes",
|
|
1688
1703
|
"inputSchemaName": null,
|
|
1689
1704
|
"outputSchemaName": null,
|
|
1690
1705
|
"inputs": [],
|
|
1691
1706
|
"outputs": [],
|
|
1692
|
-
"implementationHash": "
|
|
1693
|
-
"
|
|
1694
|
-
|
|
1695
|
-
|
|
1707
|
+
"implementationHash": "6f1bde64f9087bc2",
|
|
1708
|
+
"middleware": [
|
|
1709
|
+
{
|
|
1710
|
+
"type": "wire",
|
|
1711
|
+
"name": "logCommandInfoAndTime",
|
|
1712
|
+
"inline": false
|
|
1713
|
+
}
|
|
1714
|
+
],
|
|
1715
|
+
"contractHash": "dc29d66d6b6f5857",
|
|
1716
|
+
"inputHash": "800b5ca6",
|
|
1717
|
+
"outputHash": "e85c3332"
|
|
1696
1718
|
},
|
|
1697
|
-
"
|
|
1698
|
-
"pikkuFuncId": "
|
|
1719
|
+
"pikkuAIAgent": {
|
|
1720
|
+
"pikkuFuncId": "pikkuAIAgent",
|
|
1699
1721
|
"functionType": "user",
|
|
1700
|
-
"funcWrapper": "
|
|
1722
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
1701
1723
|
"sessionless": true,
|
|
1702
|
-
"name": "
|
|
1724
|
+
"name": "pikkuAIAgent",
|
|
1703
1725
|
"inputSchemaName": null,
|
|
1704
|
-
"outputSchemaName":
|
|
1726
|
+
"outputSchemaName": "PikkuAIAgentOutput",
|
|
1705
1727
|
"inputs": [],
|
|
1706
|
-
"outputs": [
|
|
1707
|
-
|
|
1728
|
+
"outputs": [
|
|
1729
|
+
"PikkuAIAgentOutput"
|
|
1730
|
+
],
|
|
1731
|
+
"implementationHash": "353ac854edebcf28",
|
|
1708
1732
|
"middleware": [
|
|
1709
1733
|
{
|
|
1710
1734
|
"type": "wire",
|
|
@@ -1712,21 +1736,23 @@
|
|
|
1712
1736
|
"inline": false
|
|
1713
1737
|
}
|
|
1714
1738
|
],
|
|
1715
|
-
"contractHash": "
|
|
1716
|
-
"inputHash": "
|
|
1717
|
-
"outputHash": "
|
|
1739
|
+
"contractHash": "973fe2f539bdca04",
|
|
1740
|
+
"inputHash": "e61af48f",
|
|
1741
|
+
"outputHash": "11db78f5"
|
|
1718
1742
|
},
|
|
1719
|
-
"
|
|
1720
|
-
"pikkuFuncId": "
|
|
1743
|
+
"pikkuPublicAgent": {
|
|
1744
|
+
"pikkuFuncId": "pikkuPublicAgent",
|
|
1721
1745
|
"functionType": "user",
|
|
1722
1746
|
"funcWrapper": "pikkuSessionlessFunc",
|
|
1723
1747
|
"sessionless": true,
|
|
1724
|
-
"name": "
|
|
1748
|
+
"name": "pikkuPublicAgent",
|
|
1725
1749
|
"inputSchemaName": null,
|
|
1726
|
-
"outputSchemaName":
|
|
1750
|
+
"outputSchemaName": "PikkuPublicAgentOutput",
|
|
1727
1751
|
"inputs": [],
|
|
1728
|
-
"outputs": [
|
|
1729
|
-
|
|
1752
|
+
"outputs": [
|
|
1753
|
+
"PikkuPublicAgentOutput"
|
|
1754
|
+
],
|
|
1755
|
+
"implementationHash": "ac31dd42a7c619e9",
|
|
1730
1756
|
"middleware": [
|
|
1731
1757
|
{
|
|
1732
1758
|
"type": "wire",
|
|
@@ -1734,21 +1760,21 @@
|
|
|
1734
1760
|
"inline": false
|
|
1735
1761
|
}
|
|
1736
1762
|
],
|
|
1737
|
-
"contractHash": "
|
|
1738
|
-
"inputHash": "
|
|
1739
|
-
"outputHash": "
|
|
1763
|
+
"contractHash": "076457b475dee94e",
|
|
1764
|
+
"inputHash": "c0a04edb",
|
|
1765
|
+
"outputHash": "aca3832e"
|
|
1740
1766
|
},
|
|
1741
|
-
"
|
|
1742
|
-
"pikkuFuncId": "
|
|
1767
|
+
"pikkuAuth": {
|
|
1768
|
+
"pikkuFuncId": "pikkuAuth",
|
|
1743
1769
|
"functionType": "user",
|
|
1744
1770
|
"funcWrapper": "pikkuSessionlessFunc",
|
|
1745
1771
|
"sessionless": true,
|
|
1746
|
-
"name": "
|
|
1772
|
+
"name": "pikkuAuth",
|
|
1747
1773
|
"inputSchemaName": null,
|
|
1748
1774
|
"outputSchemaName": null,
|
|
1749
1775
|
"inputs": [],
|
|
1750
1776
|
"outputs": [],
|
|
1751
|
-
"implementationHash": "
|
|
1777
|
+
"implementationHash": "f8a2af6b34ab525f",
|
|
1752
1778
|
"middleware": [
|
|
1753
1779
|
{
|
|
1754
1780
|
"type": "wire",
|
|
@@ -1756,23 +1782,21 @@
|
|
|
1756
1782
|
"inline": false
|
|
1757
1783
|
}
|
|
1758
1784
|
],
|
|
1759
|
-
"contractHash": "
|
|
1760
|
-
"inputHash": "
|
|
1761
|
-
"outputHash": "
|
|
1785
|
+
"contractHash": "9fa89ecfb6307a51",
|
|
1786
|
+
"inputHash": "c3580f86",
|
|
1787
|
+
"outputHash": "f5261f72"
|
|
1762
1788
|
},
|
|
1763
|
-
"
|
|
1764
|
-
"pikkuFuncId": "
|
|
1789
|
+
"pikkuChannels": {
|
|
1790
|
+
"pikkuFuncId": "pikkuChannels",
|
|
1765
1791
|
"functionType": "user",
|
|
1766
|
-
"funcWrapper": "
|
|
1792
|
+
"funcWrapper": "pikkuVoidFunc",
|
|
1767
1793
|
"sessionless": true,
|
|
1768
|
-
"name": "
|
|
1794
|
+
"name": "pikkuChannels",
|
|
1769
1795
|
"inputSchemaName": null,
|
|
1770
|
-
"outputSchemaName":
|
|
1796
|
+
"outputSchemaName": null,
|
|
1771
1797
|
"inputs": [],
|
|
1772
|
-
"outputs": [
|
|
1773
|
-
|
|
1774
|
-
],
|
|
1775
|
-
"implementationHash": "ef9730e9a40668ad",
|
|
1798
|
+
"outputs": [],
|
|
1799
|
+
"implementationHash": "4500d1d31c681eee",
|
|
1776
1800
|
"middleware": [
|
|
1777
1801
|
{
|
|
1778
1802
|
"type": "wire",
|
|
@@ -1780,21 +1804,21 @@
|
|
|
1780
1804
|
"inline": false
|
|
1781
1805
|
}
|
|
1782
1806
|
],
|
|
1783
|
-
"contractHash": "
|
|
1784
|
-
"inputHash": "
|
|
1785
|
-
"outputHash": "
|
|
1807
|
+
"contractHash": "b8affc841944693d",
|
|
1808
|
+
"inputHash": "adc31f8a",
|
|
1809
|
+
"outputHash": "600bd99c"
|
|
1786
1810
|
},
|
|
1787
|
-
"
|
|
1788
|
-
"pikkuFuncId": "
|
|
1811
|
+
"pikkuChannelTypes": {
|
|
1812
|
+
"pikkuFuncId": "pikkuChannelTypes",
|
|
1789
1813
|
"functionType": "user",
|
|
1790
1814
|
"funcWrapper": "pikkuSessionlessFunc",
|
|
1791
1815
|
"sessionless": true,
|
|
1792
|
-
"name": "
|
|
1816
|
+
"name": "pikkuChannelTypes",
|
|
1793
1817
|
"inputSchemaName": null,
|
|
1794
1818
|
"outputSchemaName": null,
|
|
1795
1819
|
"inputs": [],
|
|
1796
1820
|
"outputs": [],
|
|
1797
|
-
"implementationHash": "
|
|
1821
|
+
"implementationHash": "f40a97a0e23777ed",
|
|
1798
1822
|
"middleware": [
|
|
1799
1823
|
{
|
|
1800
1824
|
"type": "wire",
|
|
@@ -1802,23 +1826,21 @@
|
|
|
1802
1826
|
"inline": false
|
|
1803
1827
|
}
|
|
1804
1828
|
],
|
|
1805
|
-
"contractHash": "
|
|
1806
|
-
"inputHash": "
|
|
1807
|
-
"outputHash": "
|
|
1829
|
+
"contractHash": "2b2bc06bcbe06e22",
|
|
1830
|
+
"inputHash": "161b06fb",
|
|
1831
|
+
"outputHash": "bc44e48a"
|
|
1808
1832
|
},
|
|
1809
|
-
"
|
|
1810
|
-
"pikkuFuncId": "
|
|
1833
|
+
"pikkuChannelsMap": {
|
|
1834
|
+
"pikkuFuncId": "pikkuChannelsMap",
|
|
1811
1835
|
"functionType": "user",
|
|
1812
1836
|
"funcWrapper": "pikkuSessionlessFunc",
|
|
1813
1837
|
"sessionless": true,
|
|
1814
|
-
"name": "
|
|
1838
|
+
"name": "pikkuChannelsMap",
|
|
1815
1839
|
"inputSchemaName": null,
|
|
1816
|
-
"outputSchemaName":
|
|
1840
|
+
"outputSchemaName": null,
|
|
1817
1841
|
"inputs": [],
|
|
1818
|
-
"outputs": [
|
|
1819
|
-
|
|
1820
|
-
],
|
|
1821
|
-
"implementationHash": "353ac854edebcf28",
|
|
1842
|
+
"outputs": [],
|
|
1843
|
+
"implementationHash": "65b4c1a3e6e5e368",
|
|
1822
1844
|
"middleware": [
|
|
1823
1845
|
{
|
|
1824
1846
|
"type": "wire",
|
|
@@ -1826,23 +1848,23 @@
|
|
|
1826
1848
|
"inline": false
|
|
1827
1849
|
}
|
|
1828
1850
|
],
|
|
1829
|
-
"contractHash": "
|
|
1830
|
-
"inputHash": "
|
|
1831
|
-
"outputHash": "
|
|
1851
|
+
"contractHash": "b6068160a2079ff6",
|
|
1852
|
+
"inputHash": "b3525fa4",
|
|
1853
|
+
"outputHash": "283f1aa2"
|
|
1832
1854
|
},
|
|
1833
|
-
"
|
|
1834
|
-
"pikkuFuncId": "
|
|
1855
|
+
"pikkuCommandChannels": {
|
|
1856
|
+
"pikkuFuncId": "pikkuCommandChannels",
|
|
1835
1857
|
"functionType": "user",
|
|
1836
1858
|
"funcWrapper": "pikkuSessionlessFunc",
|
|
1837
1859
|
"sessionless": true,
|
|
1838
|
-
"name": "
|
|
1860
|
+
"name": "pikkuCommandChannels",
|
|
1839
1861
|
"inputSchemaName": null,
|
|
1840
|
-
"outputSchemaName": "
|
|
1862
|
+
"outputSchemaName": "PikkuCommandChannelsOutput",
|
|
1841
1863
|
"inputs": [],
|
|
1842
1864
|
"outputs": [
|
|
1843
|
-
"
|
|
1865
|
+
"PikkuCommandChannelsOutput"
|
|
1844
1866
|
],
|
|
1845
|
-
"implementationHash": "
|
|
1867
|
+
"implementationHash": "ef9730e9a40668ad",
|
|
1846
1868
|
"middleware": [
|
|
1847
1869
|
{
|
|
1848
1870
|
"type": "wire",
|
|
@@ -1850,9 +1872,9 @@
|
|
|
1850
1872
|
"inline": false
|
|
1851
1873
|
}
|
|
1852
1874
|
],
|
|
1853
|
-
"contractHash": "
|
|
1854
|
-
"inputHash": "
|
|
1855
|
-
"outputHash": "
|
|
1875
|
+
"contractHash": "5fc1a394b205aa65",
|
|
1876
|
+
"inputHash": "5d1524e3",
|
|
1877
|
+
"outputHash": "048ccd50"
|
|
1856
1878
|
},
|
|
1857
1879
|
"pikkuCLIEntry": {
|
|
1858
1880
|
"pikkuFuncId": "pikkuCLIEntry",
|
|
@@ -1994,28 +2016,6 @@
|
|
|
1994
2016
|
"inputHash": "b98cb2ee",
|
|
1995
2017
|
"outputHash": "9e33f562"
|
|
1996
2018
|
},
|
|
1997
|
-
"pikkuAuth": {
|
|
1998
|
-
"pikkuFuncId": "pikkuAuth",
|
|
1999
|
-
"functionType": "user",
|
|
2000
|
-
"funcWrapper": "pikkuSessionlessFunc",
|
|
2001
|
-
"sessionless": true,
|
|
2002
|
-
"name": "pikkuAuth",
|
|
2003
|
-
"inputSchemaName": null,
|
|
2004
|
-
"outputSchemaName": null,
|
|
2005
|
-
"inputs": [],
|
|
2006
|
-
"outputs": [],
|
|
2007
|
-
"implementationHash": "f8a2af6b34ab525f",
|
|
2008
|
-
"middleware": [
|
|
2009
|
-
{
|
|
2010
|
-
"type": "wire",
|
|
2011
|
-
"name": "logCommandInfoAndTime",
|
|
2012
|
-
"inline": false
|
|
2013
|
-
}
|
|
2014
|
-
],
|
|
2015
|
-
"contractHash": "9fa89ecfb6307a51",
|
|
2016
|
-
"inputHash": "c3580f86",
|
|
2017
|
-
"outputHash": "f5261f72"
|
|
2018
|
-
},
|
|
2019
2019
|
"pikkuFunctionTypesSplit": {
|
|
2020
2020
|
"pikkuFuncId": "pikkuFunctionTypesSplit",
|
|
2021
2021
|
"functionType": "user",
|
|
@@ -2110,6 +2110,30 @@
|
|
|
2110
2110
|
"inputHash": "a3e730d9",
|
|
2111
2111
|
"outputHash": "e0b61e49"
|
|
2112
2112
|
},
|
|
2113
|
+
"pikkuGateway": {
|
|
2114
|
+
"pikkuFuncId": "pikkuGateway",
|
|
2115
|
+
"functionType": "user",
|
|
2116
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
2117
|
+
"sessionless": true,
|
|
2118
|
+
"name": "pikkuGateway",
|
|
2119
|
+
"inputSchemaName": null,
|
|
2120
|
+
"outputSchemaName": "PikkuGatewayOutput",
|
|
2121
|
+
"inputs": [],
|
|
2122
|
+
"outputs": [
|
|
2123
|
+
"PikkuGatewayOutput"
|
|
2124
|
+
],
|
|
2125
|
+
"implementationHash": "cc85ec16d890311e",
|
|
2126
|
+
"middleware": [
|
|
2127
|
+
{
|
|
2128
|
+
"type": "wire",
|
|
2129
|
+
"name": "logCommandInfoAndTime",
|
|
2130
|
+
"inline": false
|
|
2131
|
+
}
|
|
2132
|
+
],
|
|
2133
|
+
"contractHash": "8c9fc7c18aeb2212",
|
|
2134
|
+
"inputHash": "a5477eae",
|
|
2135
|
+
"outputHash": "b5ea8b47"
|
|
2136
|
+
},
|
|
2113
2137
|
"pikkuHTTPMap": {
|
|
2114
2138
|
"pikkuFuncId": "pikkuHTTPMap",
|
|
2115
2139
|
"functionType": "user",
|
|
@@ -2362,30 +2386,6 @@
|
|
|
2362
2386
|
"inputHash": "6c4c903c",
|
|
2363
2387
|
"outputHash": "5ceae041"
|
|
2364
2388
|
},
|
|
2365
|
-
"pikkuGateway": {
|
|
2366
|
-
"pikkuFuncId": "pikkuGateway",
|
|
2367
|
-
"functionType": "user",
|
|
2368
|
-
"funcWrapper": "pikkuSessionlessFunc",
|
|
2369
|
-
"sessionless": true,
|
|
2370
|
-
"name": "pikkuGateway",
|
|
2371
|
-
"inputSchemaName": null,
|
|
2372
|
-
"outputSchemaName": "PikkuGatewayOutput",
|
|
2373
|
-
"inputs": [],
|
|
2374
|
-
"outputs": [
|
|
2375
|
-
"PikkuGatewayOutput"
|
|
2376
|
-
],
|
|
2377
|
-
"implementationHash": "cc85ec16d890311e",
|
|
2378
|
-
"middleware": [
|
|
2379
|
-
{
|
|
2380
|
-
"type": "wire",
|
|
2381
|
-
"name": "logCommandInfoAndTime",
|
|
2382
|
-
"inline": false
|
|
2383
|
-
}
|
|
2384
|
-
],
|
|
2385
|
-
"contractHash": "8c9fc7c18aeb2212",
|
|
2386
|
-
"inputHash": "a5477eae",
|
|
2387
|
-
"outputHash": "b5ea8b47"
|
|
2388
|
-
},
|
|
2389
2389
|
"pikkuPermissions": {
|
|
2390
2390
|
"pikkuFuncId": "pikkuPermissions",
|
|
2391
2391
|
"functionType": "user",
|
|
@@ -2548,52 +2548,6 @@
|
|
|
2548
2548
|
"inputHash": "0e752243",
|
|
2549
2549
|
"outputHash": "486a58ef"
|
|
2550
2550
|
},
|
|
2551
|
-
"pikkuSchedulerTypes": {
|
|
2552
|
-
"pikkuFuncId": "pikkuSchedulerTypes",
|
|
2553
|
-
"functionType": "user",
|
|
2554
|
-
"funcWrapper": "pikkuSessionlessFunc",
|
|
2555
|
-
"sessionless": true,
|
|
2556
|
-
"name": "pikkuSchedulerTypes",
|
|
2557
|
-
"inputSchemaName": null,
|
|
2558
|
-
"outputSchemaName": null,
|
|
2559
|
-
"inputs": [],
|
|
2560
|
-
"outputs": [],
|
|
2561
|
-
"implementationHash": "ca3f707d96566f5c",
|
|
2562
|
-
"middleware": [
|
|
2563
|
-
{
|
|
2564
|
-
"type": "wire",
|
|
2565
|
-
"name": "logCommandInfoAndTime",
|
|
2566
|
-
"inline": false
|
|
2567
|
-
}
|
|
2568
|
-
],
|
|
2569
|
-
"contractHash": "562f598e335cbbf8",
|
|
2570
|
-
"inputHash": "5cb0bd41",
|
|
2571
|
-
"outputHash": "4108ab7a"
|
|
2572
|
-
},
|
|
2573
|
-
"pikkuScheduler": {
|
|
2574
|
-
"pikkuFuncId": "pikkuScheduler",
|
|
2575
|
-
"functionType": "user",
|
|
2576
|
-
"funcWrapper": "pikkuSessionlessFunc",
|
|
2577
|
-
"sessionless": true,
|
|
2578
|
-
"name": "pikkuScheduler",
|
|
2579
|
-
"inputSchemaName": null,
|
|
2580
|
-
"outputSchemaName": "PikkuSchedulerOutput",
|
|
2581
|
-
"inputs": [],
|
|
2582
|
-
"outputs": [
|
|
2583
|
-
"PikkuSchedulerOutput"
|
|
2584
|
-
],
|
|
2585
|
-
"implementationHash": "e78409e71cedf438",
|
|
2586
|
-
"middleware": [
|
|
2587
|
-
{
|
|
2588
|
-
"type": "wire",
|
|
2589
|
-
"name": "logCommandInfoAndTime",
|
|
2590
|
-
"inline": false
|
|
2591
|
-
}
|
|
2592
|
-
],
|
|
2593
|
-
"contractHash": "064923ed2e031573",
|
|
2594
|
-
"inputHash": "dda1c6aa",
|
|
2595
|
-
"outputHash": "1f0f0345"
|
|
2596
|
-
},
|
|
2597
2551
|
"pikkuPublicRPC": {
|
|
2598
2552
|
"pikkuFuncId": "pikkuPublicRPC",
|
|
2599
2553
|
"functionType": "user",
|
|
@@ -2710,6 +2664,52 @@
|
|
|
2710
2664
|
"inputHash": "835d9763",
|
|
2711
2665
|
"outputHash": "b9430fb9"
|
|
2712
2666
|
},
|
|
2667
|
+
"pikkuSchedulerTypes": {
|
|
2668
|
+
"pikkuFuncId": "pikkuSchedulerTypes",
|
|
2669
|
+
"functionType": "user",
|
|
2670
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
2671
|
+
"sessionless": true,
|
|
2672
|
+
"name": "pikkuSchedulerTypes",
|
|
2673
|
+
"inputSchemaName": null,
|
|
2674
|
+
"outputSchemaName": null,
|
|
2675
|
+
"inputs": [],
|
|
2676
|
+
"outputs": [],
|
|
2677
|
+
"implementationHash": "ca3f707d96566f5c",
|
|
2678
|
+
"middleware": [
|
|
2679
|
+
{
|
|
2680
|
+
"type": "wire",
|
|
2681
|
+
"name": "logCommandInfoAndTime",
|
|
2682
|
+
"inline": false
|
|
2683
|
+
}
|
|
2684
|
+
],
|
|
2685
|
+
"contractHash": "562f598e335cbbf8",
|
|
2686
|
+
"inputHash": "5cb0bd41",
|
|
2687
|
+
"outputHash": "4108ab7a"
|
|
2688
|
+
},
|
|
2689
|
+
"pikkuScheduler": {
|
|
2690
|
+
"pikkuFuncId": "pikkuScheduler",
|
|
2691
|
+
"functionType": "user",
|
|
2692
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
2693
|
+
"sessionless": true,
|
|
2694
|
+
"name": "pikkuScheduler",
|
|
2695
|
+
"inputSchemaName": null,
|
|
2696
|
+
"outputSchemaName": "PikkuSchedulerOutput",
|
|
2697
|
+
"inputs": [],
|
|
2698
|
+
"outputs": [
|
|
2699
|
+
"PikkuSchedulerOutput"
|
|
2700
|
+
],
|
|
2701
|
+
"implementationHash": "e78409e71cedf438",
|
|
2702
|
+
"middleware": [
|
|
2703
|
+
{
|
|
2704
|
+
"type": "wire",
|
|
2705
|
+
"name": "logCommandInfoAndTime",
|
|
2706
|
+
"inline": false
|
|
2707
|
+
}
|
|
2708
|
+
],
|
|
2709
|
+
"contractHash": "064923ed2e031573",
|
|
2710
|
+
"inputHash": "dda1c6aa",
|
|
2711
|
+
"outputHash": "1f0f0345"
|
|
2712
|
+
},
|
|
2713
2713
|
"pikkuSecrets": {
|
|
2714
2714
|
"pikkuFuncId": "pikkuSecrets",
|
|
2715
2715
|
"functionType": "user",
|