@abtnode/types 1.16.38-beta-20250120-112111-55c032e8 → 1.16.38-beta-20250121-093201-3cdcfa78

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.
Files changed (2) hide show
  1. package/lib/rpc_pb.d.ts +8 -1
  2. 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
- numAffected: number;
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-20250120-112111-55c032e8",
3
+ "version": "1.16.38-beta-20250121-093201-3cdcfa78",
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": "adcb4f0e35157f6645e10e7ef53f8fdeff6953ec"
39
+ "gitHead": "d6b5059b13b31a2d619fd23dc9d993dca927d21f"
40
40
  }