@abtnode/types 1.16.17-beta-2ac96448 → 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/rpc_pb.d.ts CHANGED
@@ -257,6 +257,9 @@ export type TRequestAddDomainAlias = {
257
257
  domainAlias: string,
258
258
  force: boolean,
259
259
  teamDid: string,
260
+ type: string,
261
+ nftDid: string,
262
+ chainHost: string,
260
263
  }
261
264
  export type TRequestDeleteDomainAlias = {
262
265
  id: string,
package/lib/type_pb.d.ts CHANGED
@@ -35,6 +35,7 @@ export type TNodeState = {
35
35
  trustedFactories: TTrustedFactory[],
36
36
  enableBetaRelease: boolean,
37
37
  runtimeconfig?: TNodeRuntimeConfig,
38
+ nftDomainUrl: string,
38
39
  }
39
40
  export type TOwnerNft = {
40
41
  did: string,
@@ -58,6 +59,7 @@ export type TNodeInfo = {
58
59
  blockletRegistryList: TBlockletStore[],
59
60
  diskAlertThreshold: number,
60
61
  enableBetaRelease: boolean,
62
+ nftDomainUrl: string,
61
63
  }
62
64
  export type TBlockletStore = {
63
65
  name: string,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abtnode/types",
3
- "version": "1.16.17-beta-2ac96448",
3
+ "version": "1.16.17-beta-3232a7af",
4
4
  "description": "Typescript definitions generated from protobuf",
5
5
  "keywords": [
6
6
  "abtnode",
@@ -36,5 +36,5 @@
36
36
  "bugs": {
37
37
  "url": "https://github.com/ArcBlock/abt-node/issues"
38
38
  },
39
- "gitHead": "3f18c2e1dd086879b22faf92b6b6954898ed72ef"
39
+ "gitHead": "af4067dd2e418c51a0ed96b1ee242ca812904056"
40
40
  }