@abtnode/types 1.16.49 → 1.16.50-beta-20250902-084222-ed7de4a8

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/type_pb.d.ts +1 -0
  2. package/package.json +2 -2
package/lib/type_pb.d.ts CHANGED
@@ -589,6 +589,7 @@ export type TNotification = {
589
589
  statistics?: TNotificationStatistics;
590
590
  activity?: TNotificationActivity;
591
591
  actorInfo?: TUserInfo;
592
+ options?: Record<string, any>;
592
593
  };
593
594
  export interface NotificationSourceMap {
594
595
  SYSTEM: 0;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abtnode/types",
3
- "version": "1.16.49",
3
+ "version": "1.16.50-beta-20250902-084222-ed7de4a8",
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": "58c3ce97ab6586c52c5cee838a072d49ccb59b4b"
39
+ "gitHead": "a38c234351b618eeaea323c8cd7dee9760ab030f"
40
40
  }