@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 +5 -0
- package/lib/type_pb.d.ts +1 -0
- package/package.json +2 -2
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
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@abtnode/types",
|
3
|
-
"version": "1.16.
|
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": "
|
39
|
+
"gitHead": "4e16d8cb992139e25f6702268895917561a1d2f1"
|
40
40
|
}
|