@pikku/cli 0.12.38 → 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 +135 -135
- 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 +5 -5
- 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 +287 -108
- 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,21 +1664,6 @@
|
|
|
1664
1664
|
"remote": true,
|
|
1665
1665
|
"implementationHash": "105018a823bdb551"
|
|
1666
1666
|
},
|
|
1667
|
-
"allWorkflow": {
|
|
1668
|
-
"pikkuFuncId": "allWorkflow",
|
|
1669
|
-
"functionType": "user",
|
|
1670
|
-
"funcWrapper": "pikkuWorkflowComplexFunc",
|
|
1671
|
-
"sessionless": true,
|
|
1672
|
-
"name": "allWorkflow",
|
|
1673
|
-
"inputSchemaName": null,
|
|
1674
|
-
"outputSchemaName": null,
|
|
1675
|
-
"inputs": [],
|
|
1676
|
-
"outputs": [],
|
|
1677
|
-
"implementationHash": "508e6e884d93b88f",
|
|
1678
|
-
"contractHash": "5cf046fc5045a072",
|
|
1679
|
-
"inputHash": "d5ff2f31",
|
|
1680
|
-
"outputHash": "391c291d"
|
|
1681
|
-
},
|
|
1682
1667
|
"pikkuSummary": {
|
|
1683
1668
|
"pikkuFuncId": "pikkuSummary",
|
|
1684
1669
|
"functionType": "user",
|
|
@@ -1694,6 +1679,21 @@
|
|
|
1694
1679
|
"inputHash": "914f8a46",
|
|
1695
1680
|
"outputHash": "dc82a9b9"
|
|
1696
1681
|
},
|
|
1682
|
+
"allWorkflow": {
|
|
1683
|
+
"pikkuFuncId": "allWorkflow",
|
|
1684
|
+
"functionType": "user",
|
|
1685
|
+
"funcWrapper": "pikkuWorkflowComplexFunc",
|
|
1686
|
+
"sessionless": true,
|
|
1687
|
+
"name": "allWorkflow",
|
|
1688
|
+
"inputSchemaName": null,
|
|
1689
|
+
"outputSchemaName": null,
|
|
1690
|
+
"inputs": [],
|
|
1691
|
+
"outputs": [],
|
|
1692
|
+
"implementationHash": "508e6e884d93b88f",
|
|
1693
|
+
"contractHash": "5cf046fc5045a072",
|
|
1694
|
+
"inputHash": "d5ff2f31",
|
|
1695
|
+
"outputHash": "391c291d"
|
|
1696
|
+
},
|
|
1697
1697
|
"pikkuAIAgentTypes": {
|
|
1698
1698
|
"pikkuFuncId": "pikkuAIAgentTypes",
|
|
1699
1699
|
"functionType": "user",
|
|
@@ -1764,6 +1764,28 @@
|
|
|
1764
1764
|
"inputHash": "c0a04edb",
|
|
1765
1765
|
"outputHash": "aca3832e"
|
|
1766
1766
|
},
|
|
1767
|
+
"pikkuAuth": {
|
|
1768
|
+
"pikkuFuncId": "pikkuAuth",
|
|
1769
|
+
"functionType": "user",
|
|
1770
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
1771
|
+
"sessionless": true,
|
|
1772
|
+
"name": "pikkuAuth",
|
|
1773
|
+
"inputSchemaName": null,
|
|
1774
|
+
"outputSchemaName": null,
|
|
1775
|
+
"inputs": [],
|
|
1776
|
+
"outputs": [],
|
|
1777
|
+
"implementationHash": "f8a2af6b34ab525f",
|
|
1778
|
+
"middleware": [
|
|
1779
|
+
{
|
|
1780
|
+
"type": "wire",
|
|
1781
|
+
"name": "logCommandInfoAndTime",
|
|
1782
|
+
"inline": false
|
|
1783
|
+
}
|
|
1784
|
+
],
|
|
1785
|
+
"contractHash": "9fa89ecfb6307a51",
|
|
1786
|
+
"inputHash": "c3580f86",
|
|
1787
|
+
"outputHash": "f5261f72"
|
|
1788
|
+
},
|
|
1767
1789
|
"pikkuChannels": {
|
|
1768
1790
|
"pikkuFuncId": "pikkuChannels",
|
|
1769
1791
|
"functionType": "user",
|
|
@@ -1854,28 +1876,6 @@
|
|
|
1854
1876
|
"inputHash": "5d1524e3",
|
|
1855
1877
|
"outputHash": "048ccd50"
|
|
1856
1878
|
},
|
|
1857
|
-
"pikkuAuth": {
|
|
1858
|
-
"pikkuFuncId": "pikkuAuth",
|
|
1859
|
-
"functionType": "user",
|
|
1860
|
-
"funcWrapper": "pikkuSessionlessFunc",
|
|
1861
|
-
"sessionless": true,
|
|
1862
|
-
"name": "pikkuAuth",
|
|
1863
|
-
"inputSchemaName": null,
|
|
1864
|
-
"outputSchemaName": null,
|
|
1865
|
-
"inputs": [],
|
|
1866
|
-
"outputs": [],
|
|
1867
|
-
"implementationHash": "f8a2af6b34ab525f",
|
|
1868
|
-
"middleware": [
|
|
1869
|
-
{
|
|
1870
|
-
"type": "wire",
|
|
1871
|
-
"name": "logCommandInfoAndTime",
|
|
1872
|
-
"inline": false
|
|
1873
|
-
}
|
|
1874
|
-
],
|
|
1875
|
-
"contractHash": "9fa89ecfb6307a51",
|
|
1876
|
-
"inputHash": "c3580f86",
|
|
1877
|
-
"outputHash": "f5261f72"
|
|
1878
|
-
},
|
|
1879
1879
|
"pikkuCLIEntry": {
|
|
1880
1880
|
"pikkuFuncId": "pikkuCLIEntry",
|
|
1881
1881
|
"functionType": "user",
|
|
@@ -1924,6 +1924,98 @@
|
|
|
1924
1924
|
"inputHash": "fef4d62b",
|
|
1925
1925
|
"outputHash": "7d42c9e1"
|
|
1926
1926
|
},
|
|
1927
|
+
"pikkuConsoleFunctions": {
|
|
1928
|
+
"pikkuFuncId": "pikkuConsoleFunctions",
|
|
1929
|
+
"functionType": "user",
|
|
1930
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
1931
|
+
"sessionless": true,
|
|
1932
|
+
"name": "pikkuConsoleFunctions",
|
|
1933
|
+
"inputSchemaName": null,
|
|
1934
|
+
"outputSchemaName": "PikkuConsoleFunctionsOutput",
|
|
1935
|
+
"inputs": [],
|
|
1936
|
+
"outputs": [
|
|
1937
|
+
"PikkuConsoleFunctionsOutput"
|
|
1938
|
+
],
|
|
1939
|
+
"implementationHash": "9755b441da9e4b81",
|
|
1940
|
+
"middleware": [
|
|
1941
|
+
{
|
|
1942
|
+
"type": "wire",
|
|
1943
|
+
"name": "logCommandInfoAndTime",
|
|
1944
|
+
"inline": false
|
|
1945
|
+
}
|
|
1946
|
+
],
|
|
1947
|
+
"contractHash": "5725bacdf339c573",
|
|
1948
|
+
"inputHash": "ac47cb5e",
|
|
1949
|
+
"outputHash": "8259a954"
|
|
1950
|
+
},
|
|
1951
|
+
"pikkuNodeTypes": {
|
|
1952
|
+
"pikkuFuncId": "pikkuNodeTypes",
|
|
1953
|
+
"functionType": "user",
|
|
1954
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
1955
|
+
"sessionless": true,
|
|
1956
|
+
"name": "pikkuNodeTypes",
|
|
1957
|
+
"inputSchemaName": null,
|
|
1958
|
+
"outputSchemaName": null,
|
|
1959
|
+
"inputs": [],
|
|
1960
|
+
"outputs": [],
|
|
1961
|
+
"implementationHash": "9a4ff23a5eedca95",
|
|
1962
|
+
"middleware": [
|
|
1963
|
+
{
|
|
1964
|
+
"type": "wire",
|
|
1965
|
+
"name": "logCommandInfoAndTime",
|
|
1966
|
+
"inline": false
|
|
1967
|
+
}
|
|
1968
|
+
],
|
|
1969
|
+
"contractHash": "50029dfb2ea6b6c2",
|
|
1970
|
+
"inputHash": "4f5677f1",
|
|
1971
|
+
"outputHash": "616d3f6e"
|
|
1972
|
+
},
|
|
1973
|
+
"pikkuNodesMeta": {
|
|
1974
|
+
"pikkuFuncId": "pikkuNodesMeta",
|
|
1975
|
+
"functionType": "user",
|
|
1976
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
1977
|
+
"sessionless": true,
|
|
1978
|
+
"name": "pikkuNodesMeta",
|
|
1979
|
+
"inputSchemaName": null,
|
|
1980
|
+
"outputSchemaName": "PikkuNodesMetaOutput",
|
|
1981
|
+
"inputs": [],
|
|
1982
|
+
"outputs": [
|
|
1983
|
+
"PikkuNodesMetaOutput"
|
|
1984
|
+
],
|
|
1985
|
+
"implementationHash": "56d7a29cc36421e4",
|
|
1986
|
+
"middleware": [
|
|
1987
|
+
{
|
|
1988
|
+
"type": "wire",
|
|
1989
|
+
"name": "logCommandInfoAndTime",
|
|
1990
|
+
"inline": false
|
|
1991
|
+
}
|
|
1992
|
+
],
|
|
1993
|
+
"contractHash": "2dd28c3201f71199",
|
|
1994
|
+
"inputHash": "4be7b8bd",
|
|
1995
|
+
"outputHash": "fca2b5eb"
|
|
1996
|
+
},
|
|
1997
|
+
"pikkuCredentials": {
|
|
1998
|
+
"pikkuFuncId": "pikkuCredentials",
|
|
1999
|
+
"functionType": "user",
|
|
2000
|
+
"funcWrapper": "pikkuSessionlessFunc",
|
|
2001
|
+
"sessionless": true,
|
|
2002
|
+
"name": "pikkuCredentials",
|
|
2003
|
+
"inputSchemaName": null,
|
|
2004
|
+
"outputSchemaName": null,
|
|
2005
|
+
"inputs": [],
|
|
2006
|
+
"outputs": [],
|
|
2007
|
+
"implementationHash": "a99a627856fd77bd",
|
|
2008
|
+
"middleware": [
|
|
2009
|
+
{
|
|
2010
|
+
"type": "wire",
|
|
2011
|
+
"name": "logCommandInfoAndTime",
|
|
2012
|
+
"inline": false
|
|
2013
|
+
}
|
|
2014
|
+
],
|
|
2015
|
+
"contractHash": "8fa847acfa7ef407",
|
|
2016
|
+
"inputHash": "b98cb2ee",
|
|
2017
|
+
"outputHash": "9e33f562"
|
|
2018
|
+
},
|
|
1927
2019
|
"pikkuFunctionTypesSplit": {
|
|
1928
2020
|
"pikkuFuncId": "pikkuFunctionTypesSplit",
|
|
1929
2021
|
"functionType": "user",
|
|
@@ -2733,97 +2825,5 @@
|
|
|
2733
2825
|
"contractHash": "4bfa767e5f7be854",
|
|
2734
2826
|
"inputHash": "3bda91da",
|
|
2735
2827
|
"outputHash": "8b24f1df"
|
|
2736
|
-
},
|
|
2737
|
-
"pikkuConsoleFunctions": {
|
|
2738
|
-
"pikkuFuncId": "pikkuConsoleFunctions",
|
|
2739
|
-
"functionType": "user",
|
|
2740
|
-
"funcWrapper": "pikkuSessionlessFunc",
|
|
2741
|
-
"sessionless": true,
|
|
2742
|
-
"name": "pikkuConsoleFunctions",
|
|
2743
|
-
"inputSchemaName": null,
|
|
2744
|
-
"outputSchemaName": "PikkuConsoleFunctionsOutput",
|
|
2745
|
-
"inputs": [],
|
|
2746
|
-
"outputs": [
|
|
2747
|
-
"PikkuConsoleFunctionsOutput"
|
|
2748
|
-
],
|
|
2749
|
-
"implementationHash": "9755b441da9e4b81",
|
|
2750
|
-
"middleware": [
|
|
2751
|
-
{
|
|
2752
|
-
"type": "wire",
|
|
2753
|
-
"name": "logCommandInfoAndTime",
|
|
2754
|
-
"inline": false
|
|
2755
|
-
}
|
|
2756
|
-
],
|
|
2757
|
-
"contractHash": "5725bacdf339c573",
|
|
2758
|
-
"inputHash": "ac47cb5e",
|
|
2759
|
-
"outputHash": "8259a954"
|
|
2760
|
-
},
|
|
2761
|
-
"pikkuNodeTypes": {
|
|
2762
|
-
"pikkuFuncId": "pikkuNodeTypes",
|
|
2763
|
-
"functionType": "user",
|
|
2764
|
-
"funcWrapper": "pikkuSessionlessFunc",
|
|
2765
|
-
"sessionless": true,
|
|
2766
|
-
"name": "pikkuNodeTypes",
|
|
2767
|
-
"inputSchemaName": null,
|
|
2768
|
-
"outputSchemaName": null,
|
|
2769
|
-
"inputs": [],
|
|
2770
|
-
"outputs": [],
|
|
2771
|
-
"implementationHash": "9a4ff23a5eedca95",
|
|
2772
|
-
"middleware": [
|
|
2773
|
-
{
|
|
2774
|
-
"type": "wire",
|
|
2775
|
-
"name": "logCommandInfoAndTime",
|
|
2776
|
-
"inline": false
|
|
2777
|
-
}
|
|
2778
|
-
],
|
|
2779
|
-
"contractHash": "50029dfb2ea6b6c2",
|
|
2780
|
-
"inputHash": "4f5677f1",
|
|
2781
|
-
"outputHash": "616d3f6e"
|
|
2782
|
-
},
|
|
2783
|
-
"pikkuNodesMeta": {
|
|
2784
|
-
"pikkuFuncId": "pikkuNodesMeta",
|
|
2785
|
-
"functionType": "user",
|
|
2786
|
-
"funcWrapper": "pikkuSessionlessFunc",
|
|
2787
|
-
"sessionless": true,
|
|
2788
|
-
"name": "pikkuNodesMeta",
|
|
2789
|
-
"inputSchemaName": null,
|
|
2790
|
-
"outputSchemaName": "PikkuNodesMetaOutput",
|
|
2791
|
-
"inputs": [],
|
|
2792
|
-
"outputs": [
|
|
2793
|
-
"PikkuNodesMetaOutput"
|
|
2794
|
-
],
|
|
2795
|
-
"implementationHash": "56d7a29cc36421e4",
|
|
2796
|
-
"middleware": [
|
|
2797
|
-
{
|
|
2798
|
-
"type": "wire",
|
|
2799
|
-
"name": "logCommandInfoAndTime",
|
|
2800
|
-
"inline": false
|
|
2801
|
-
}
|
|
2802
|
-
],
|
|
2803
|
-
"contractHash": "2dd28c3201f71199",
|
|
2804
|
-
"inputHash": "4be7b8bd",
|
|
2805
|
-
"outputHash": "fca2b5eb"
|
|
2806
|
-
},
|
|
2807
|
-
"pikkuCredentials": {
|
|
2808
|
-
"pikkuFuncId": "pikkuCredentials",
|
|
2809
|
-
"functionType": "user",
|
|
2810
|
-
"funcWrapper": "pikkuSessionlessFunc",
|
|
2811
|
-
"sessionless": true,
|
|
2812
|
-
"name": "pikkuCredentials",
|
|
2813
|
-
"inputSchemaName": null,
|
|
2814
|
-
"outputSchemaName": null,
|
|
2815
|
-
"inputs": [],
|
|
2816
|
-
"outputs": [],
|
|
2817
|
-
"implementationHash": "a99a627856fd77bd",
|
|
2818
|
-
"middleware": [
|
|
2819
|
-
{
|
|
2820
|
-
"type": "wire",
|
|
2821
|
-
"name": "logCommandInfoAndTime",
|
|
2822
|
-
"inline": false
|
|
2823
|
-
}
|
|
2824
|
-
],
|
|
2825
|
-
"contractHash": "8fa847acfa7ef407",
|
|
2826
|
-
"inputHash": "b98cb2ee",
|
|
2827
|
-
"outputHash": "9e33f562"
|
|
2828
2828
|
}
|
|
2829
2829
|
}
|