@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 CHANGED
@@ -709,6 +709,7 @@ export type TRequestRevokeUserPassport = {
709
709
  export type TRequestAddBlockletStore = {
710
710
  teamDid: string,
711
711
  url: string,
712
+ scope: string,
712
713
  }
713
714
  export type TRequestDeleteBlockletStore = {
714
715
  teamDid: string,
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-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": "54db076a7e520bbc260f8cbf0af31dd50b86aef1"
39
+ "gitHead": "7e3562be3a8af477749420cc022938a1059484d4"
40
40
  }