@abtnode/schema 1.16.49-beta-20250902-002109-7f238eb8 → 1.16.50-beta-20250902-043619-201bcaed

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/index.js CHANGED
@@ -2680,6 +2680,7 @@ type Notification {
2680
2680
  statistics: NotificationStatistics
2681
2681
  activity: NotificationActivity
2682
2682
  actorInfo: UserInfo
2683
+ options: Any
2683
2684
  }
2684
2685
 
2685
2686
  type NotificationAction {
@@ -2680,6 +2680,7 @@ type Notification {
2680
2680
  statistics: NotificationStatistics
2681
2681
  activity: NotificationActivity
2682
2682
  actorInfo: UserInfo
2683
+ options: Any
2683
2684
  }
2684
2685
 
2685
2686
  type NotificationAction {
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.16.49-beta-20250902-002109-7f238eb8",
6
+ "version": "1.16.50-beta-20250902-043619-201bcaed",
7
7
  "description": "",
8
8
  "main": "lib/index.js",
9
9
  "files": [
@@ -13,7 +13,7 @@
13
13
  "keywords": [],
14
14
  "author": "wangshijun <wangshijun2010@gmail.com> (http://github.com/wangshijun)",
15
15
  "license": "Apache-2.0",
16
- "gitHead": "9bee8945b677d3f490bf3620b71f030a25268aa0",
16
+ "gitHead": "303555dda4a22370d579651b10886d05688c5533",
17
17
  "devDependencies": {
18
18
  "@wangshijun/ts-protoc-gen": "^0.16.2"
19
19
  }