@abtnode/schema 1.16.31 → 1.16.32-beta-04a5da00
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/lib/index.js +1638 -1634
- package/lib/schema.graphqls +4 -0
- package/package.json +2 -2
package/lib/schema.graphqls
CHANGED
|
@@ -110,6 +110,8 @@ input NodeInfoInput {
|
|
|
110
110
|
enableBetaRelease: Boolean
|
|
111
111
|
nftDomainUrl: String
|
|
112
112
|
enableFileSystemIsolation: Boolean
|
|
113
|
+
enableDocker: Boolean
|
|
114
|
+
isDockerInstalled: Boolean
|
|
113
115
|
}
|
|
114
116
|
|
|
115
117
|
input PagingInput {
|
|
@@ -1725,6 +1727,8 @@ type NodeState {
|
|
|
1725
1727
|
runtimeConfig: NodeRuntimeConfig
|
|
1726
1728
|
nftDomainUrl: String
|
|
1727
1729
|
enableFileSystemIsolation: Boolean
|
|
1730
|
+
enableDocker: Boolean
|
|
1731
|
+
isDockerInstalled: Boolean
|
|
1728
1732
|
}
|
|
1729
1733
|
|
|
1730
1734
|
type Notification {
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"publishConfig": {
|
|
4
4
|
"access": "public"
|
|
5
5
|
},
|
|
6
|
-
"version": "1.16.
|
|
6
|
+
"version": "1.16.32-beta-04a5da00",
|
|
7
7
|
"description": "",
|
|
8
8
|
"main": "lib/index.js",
|
|
9
9
|
"files": [
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"keywords": [],
|
|
14
14
|
"author": "wangshijun <wangshijun2010@gmail.com> (http://github.com/wangshijun)",
|
|
15
15
|
"license": "Apache-2.0",
|
|
16
|
-
"gitHead": "
|
|
16
|
+
"gitHead": "f609e3593366aace895c936b00f9623002e29b32",
|
|
17
17
|
"devDependencies": {
|
|
18
18
|
"@wangshijun/ts-protoc-gen": "^0.16.2"
|
|
19
19
|
}
|