@abtnode/types 1.16.38-beta-20250118-033334-2da05ae8 → 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.
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/lib/type_pb.d.ts CHANGED
@@ -319,6 +319,8 @@ export type TBlockletState = {
319
319
  externalSk: boolean;
320
320
  externalSkSource: string;
321
321
  structVersion: string;
322
+ enableDocker: boolean;
323
+ enableDockerNetwork: boolean;
322
324
  };
323
325
  export type TBlockletExtra = {
324
326
  did: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abtnode/types",
3
- "version": "1.16.38-beta-20250118-033334-2da05ae8",
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": "55a983304e72e5e54d6425acd0e2dad1f710aad3"
39
+ "gitHead": "d6b5059b13b31a2d619fd23dc9d993dca927d21f"
40
40
  }