@abtnode/schema 1.16.6-beta-8be2fe37 → 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 CHANGED
@@ -81,7 +81,7 @@ Run `make init`
81
81
 
82
82
  #### Build Schema
83
83
 
84
- Run `make build`
84
+ Make sure you're in the `core/schema` directory, run `make build`
85
85
 
86
86
  ## How To Update Schema
87
87
 
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 {
@@ -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-8be2fe37",
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": "27229a1a62850e95907b7a53e0259a809d99377b",
16
+ "gitHead": "0f0f63b552a88343a3f8e0d434b47c3bca6a75b9",
17
17
  "devDependencies": {
18
18
  "@wangshijun/ts-protoc-gen": "^0.16.2"
19
19
  }