@abtnode/types 1.16.28 → 1.16.29-beta-0070353c
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 +1 -0
- package/lib/type_pb.d.ts +2 -0
- package/package.json +2 -2
package/lib/rpc_pb.d.ts
CHANGED
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.
|
3
|
+
"version": "1.16.29-beta-0070353c",
|
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": "
|
39
|
+
"gitHead": "7e3562be3a8af477749420cc022938a1059484d4"
|
40
40
|
}
|