@abtnode/schema 1.16.6-beta-4562aa60 → 1.16.6-beta-4ea1eb90
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/README.md +1 -1
- package/lib/index.js +3 -0
- package/lib/schema.graphqls +3 -0
- package/package.json +2 -2
package/README.md
CHANGED
package/lib/index.js
CHANGED
|
@@ -87,6 +87,7 @@ input NodeInfoInput {
|
|
|
87
87
|
webWalletUrl: String
|
|
88
88
|
blockletRegistryList: [BlockletStoreInput!]
|
|
89
89
|
diskAlertThreshold: Uint32
|
|
90
|
+
enableBetaRelease: Boolean
|
|
90
91
|
}
|
|
91
92
|
|
|
92
93
|
input PagingInput {
|
|
@@ -462,6 +463,7 @@ input RequestRestoreBlockletInput {
|
|
|
462
463
|
password: Bytes
|
|
463
464
|
wallet: Any
|
|
464
465
|
from: BackupTo
|
|
466
|
+
appPid: String
|
|
465
467
|
}
|
|
466
468
|
|
|
467
469
|
input RequestRevokePermissionFromRoleInput {
|
|
@@ -1202,6 +1204,7 @@ type NodeState {
|
|
|
1202
1204
|
didDomain: String
|
|
1203
1205
|
status: Uint32
|
|
1204
1206
|
trustedFactories: [TrustedFactory!]
|
|
1207
|
+
enableBetaRelease: Boolean
|
|
1205
1208
|
}
|
|
1206
1209
|
|
|
1207
1210
|
type Notification {
|
package/lib/schema.graphqls
CHANGED
|
@@ -87,6 +87,7 @@ input NodeInfoInput {
|
|
|
87
87
|
webWalletUrl: String
|
|
88
88
|
blockletRegistryList: [BlockletStoreInput!]
|
|
89
89
|
diskAlertThreshold: Uint32
|
|
90
|
+
enableBetaRelease: Boolean
|
|
90
91
|
}
|
|
91
92
|
|
|
92
93
|
input PagingInput {
|
|
@@ -462,6 +463,7 @@ input RequestRestoreBlockletInput {
|
|
|
462
463
|
password: Bytes
|
|
463
464
|
wallet: Any
|
|
464
465
|
from: BackupTo
|
|
466
|
+
appPid: String
|
|
465
467
|
}
|
|
466
468
|
|
|
467
469
|
input RequestRevokePermissionFromRoleInput {
|
|
@@ -1202,6 +1204,7 @@ type NodeState {
|
|
|
1202
1204
|
didDomain: String
|
|
1203
1205
|
status: Uint32
|
|
1204
1206
|
trustedFactories: [TrustedFactory!]
|
|
1207
|
+
enableBetaRelease: Boolean
|
|
1205
1208
|
}
|
|
1206
1209
|
|
|
1207
1210
|
type Notification {
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"publishConfig": {
|
|
4
4
|
"access": "public"
|
|
5
5
|
},
|
|
6
|
-
"version": "1.16.6-beta-
|
|
6
|
+
"version": "1.16.6-beta-4ea1eb90",
|
|
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": "MIT",
|
|
16
|
-
"gitHead": "
|
|
16
|
+
"gitHead": "0f0f63b552a88343a3f8e0d434b47c3bca6a75b9",
|
|
17
17
|
"devDependencies": {
|
|
18
18
|
"@wangshijun/ts-protoc-gen": "^0.16.2"
|
|
19
19
|
}
|