@abtnode/types 1.16.28 → 1.16.29-beta-e04c6f40

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/type_pb.d.ts CHANGED
@@ -72,6 +72,7 @@ export type TConnectedStore = {
72
72
  developerDid: string,
73
73
  developerEmail: string,
74
74
  developerName: string,
75
+ scope: string,
75
76
  }
76
77
  export type TBlockletStore = {
77
78
  name: string,
@@ -82,6 +83,7 @@ export type TBlockletStore = {
82
83
  cdnUrl: string,
83
84
  pb_protected: boolean,
84
85
  id: string,
86
+ scope: string,
85
87
  }
86
88
  export type TNodeEnvInfo = {
87
89
  ip?: TIPInfo,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abtnode/types",
3
- "version": "1.16.28",
3
+ "version": "1.16.29-beta-e04c6f40",
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": "54db076a7e520bbc260f8cbf0af31dd50b86aef1"
39
+ "gitHead": "f3e8f2ce931215b95ada33e87aee997d8ae52a69"
40
40
  }