@abtnode/types 1.16.37-beta-20241225-042616-74a39677 → 1.16.37-beta-20241227-230028-f4f77779
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 +0 -2
- package/lib/type_pb.d.ts +2 -0
- package/package.json +2 -2
package/lib/rpc_pb.d.ts
CHANGED
@@ -234,7 +234,6 @@ export type TRequestGetNotifications = {
|
|
234
234
|
severity: string;
|
235
235
|
componentDid: string;
|
236
236
|
entityId: string;
|
237
|
-
pageSize: number;
|
238
237
|
};
|
239
238
|
export type TResponseGetNotifications = {
|
240
239
|
code: enum_pb.StatusCodeMap[keyof enum_pb.StatusCodeMap];
|
@@ -266,7 +265,6 @@ export type TRequestGetBlockletNotifications = {
|
|
266
265
|
severity: string;
|
267
266
|
componentDid: string;
|
268
267
|
entityId: string;
|
269
|
-
pageSize: number;
|
270
268
|
};
|
271
269
|
export type TResponseGetBlockletNotifications = {
|
272
270
|
code: enum_pb.StatusCodeMap[keyof enum_pb.StatusCodeMap];
|
package/lib/type_pb.d.ts
CHANGED
@@ -504,6 +504,8 @@ export type TNotification = {
|
|
504
504
|
componentDid: string;
|
505
505
|
type: Notification.NotificationTypeMap[keyof Notification.NotificationTypeMap];
|
506
506
|
receivers: TNotificationReceiver[];
|
507
|
+
data?: Record<string, any>;
|
508
|
+
feedType: string;
|
507
509
|
};
|
508
510
|
export interface NotificationSourceMap {
|
509
511
|
SYSTEM: 0;
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@abtnode/types",
|
3
|
-
"version": "1.16.37-beta-
|
3
|
+
"version": "1.16.37-beta-20241227-230028-f4f77779",
|
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": "e56e0d8c525e18e6fc84fa6915a9d8cb710bb28f"
|
40
40
|
}
|