@abtnode/schema 1.16.17-beta-2679e686 → 1.16.17-beta-3232a7af
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 +5 -0
- package/lib/schema.graphqls +5 -0
- package/package.json +2 -2
package/lib/index.js
CHANGED
|
@@ -88,6 +88,7 @@ input NodeInfoInput {
|
|
|
88
88
|
blockletRegistryList: [BlockletStoreInput!]
|
|
89
89
|
diskAlertThreshold: Uint32
|
|
90
90
|
enableBetaRelease: Boolean
|
|
91
|
+
nftDomainUrl: String
|
|
91
92
|
}
|
|
92
93
|
|
|
93
94
|
input PagingInput {
|
|
@@ -126,6 +127,9 @@ input RequestAddDomainAliasInput {
|
|
|
126
127
|
domainAlias: String
|
|
127
128
|
force: Boolean
|
|
128
129
|
teamDid: String
|
|
130
|
+
type: String
|
|
131
|
+
nftDid: String
|
|
132
|
+
chainHost: String
|
|
129
133
|
}
|
|
130
134
|
|
|
131
135
|
input RequestAddLetsEncryptCertInput {
|
|
@@ -1494,6 +1498,7 @@ type NodeState {
|
|
|
1494
1498
|
trustedFactories: [TrustedFactory!]
|
|
1495
1499
|
enableBetaRelease: Boolean
|
|
1496
1500
|
runtimeConfig: NodeRuntimeConfig
|
|
1501
|
+
nftDomainUrl: String
|
|
1497
1502
|
}
|
|
1498
1503
|
|
|
1499
1504
|
type Notification {
|
package/lib/schema.graphqls
CHANGED
|
@@ -88,6 +88,7 @@ input NodeInfoInput {
|
|
|
88
88
|
blockletRegistryList: [BlockletStoreInput!]
|
|
89
89
|
diskAlertThreshold: Uint32
|
|
90
90
|
enableBetaRelease: Boolean
|
|
91
|
+
nftDomainUrl: String
|
|
91
92
|
}
|
|
92
93
|
|
|
93
94
|
input PagingInput {
|
|
@@ -126,6 +127,9 @@ input RequestAddDomainAliasInput {
|
|
|
126
127
|
domainAlias: String
|
|
127
128
|
force: Boolean
|
|
128
129
|
teamDid: String
|
|
130
|
+
type: String
|
|
131
|
+
nftDid: String
|
|
132
|
+
chainHost: String
|
|
129
133
|
}
|
|
130
134
|
|
|
131
135
|
input RequestAddLetsEncryptCertInput {
|
|
@@ -1494,6 +1498,7 @@ type NodeState {
|
|
|
1494
1498
|
trustedFactories: [TrustedFactory!]
|
|
1495
1499
|
enableBetaRelease: Boolean
|
|
1496
1500
|
runtimeConfig: NodeRuntimeConfig
|
|
1501
|
+
nftDomainUrl: String
|
|
1497
1502
|
}
|
|
1498
1503
|
|
|
1499
1504
|
type Notification {
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"publishConfig": {
|
|
4
4
|
"access": "public"
|
|
5
5
|
},
|
|
6
|
-
"version": "1.16.17-beta-
|
|
6
|
+
"version": "1.16.17-beta-3232a7af",
|
|
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": "af4067dd2e418c51a0ed96b1ee242ca812904056",
|
|
17
17
|
"devDependencies": {
|
|
18
18
|
"@wangshijun/ts-protoc-gen": "^0.16.2"
|
|
19
19
|
}
|