@abtnode/types 1.16.27 → 1.16.28-beta-23b06b63

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
@@ -174,6 +174,11 @@ export type TRequestSendEmail = {
174
174
  receiver: string;
175
175
  email: string;
176
176
  };
177
+ export type TRequestSendPush = {
178
+ did: string;
179
+ receiver: string;
180
+ notification: string;
181
+ };
177
182
  export type TRequestUpdateWhoCanAccess = {
178
183
  did: string[];
179
184
  whoCanAccess: string;
package/lib/type_pb.d.ts CHANGED
@@ -226,6 +226,7 @@ export type TBlockletEngine = {
226
226
  version: string;
227
227
  available: boolean;
228
228
  visible: boolean;
229
+ logo: string;
229
230
  };
230
231
  export type TBlockletExposeService = {
231
232
  protocol: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abtnode/types",
3
- "version": "1.16.27",
3
+ "version": "1.16.28-beta-23b06b63",
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": "b7dcd46b040c5ad3a273b14b1a411fafc1390828"
39
+ "gitHead": "4e16d8cb992139e25f6702268895917561a1d2f1"
40
40
  }