@abtnode/types 1.16.38-beta-20250120-112111-55c032e8 → 1.16.38-beta-20250123-083218-c7ea9693
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 +8 -1
- package/package.json +2 -2
package/lib/rpc_pb.d.ts
CHANGED
@@ -267,10 +267,17 @@ export type TResponseNotificationComponents = {
|
|
267
267
|
export type TRequestMakeAllNotificationsAsRead = {
|
268
268
|
receiver: string;
|
269
269
|
teamDid: string;
|
270
|
+
severity: string;
|
271
|
+
componentDid: string;
|
272
|
+
entityId: string;
|
273
|
+
};
|
274
|
+
export type TreadUpdateAffected = {
|
275
|
+
numAffected: number;
|
276
|
+
notificationIds: string[];
|
270
277
|
};
|
271
278
|
export type TResponseMakeAllNotificationsAsRead = {
|
272
279
|
code: enum_pb.StatusCodeMap[keyof enum_pb.StatusCodeMap];
|
273
|
-
|
280
|
+
data?: TreadUpdateAffected;
|
274
281
|
};
|
275
282
|
export type TRequestReadNotifications = {
|
276
283
|
notificationIds: string[];
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@abtnode/types",
|
3
|
-
"version": "1.16.38-beta-
|
3
|
+
"version": "1.16.38-beta-20250123-083218-c7ea9693",
|
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": "7a5401105e25590871ad579ade72ab3097cc29ba"
|
40
40
|
}
|