@abtnode/schema 1.16.52-beta-20250909-073849-4e392ab1 → 1.16.52-beta-20250911-023851-d988be85

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
@@ -2682,6 +2682,7 @@ type Notification {
2682
2682
  activity: NotificationActivity
2683
2683
  actorInfo: UserInfo
2684
2684
  options: Any
2685
+ utm: TUTM
2685
2686
  }
2686
2687
 
2687
2688
  type NotificationAction {
@@ -2690,6 +2691,7 @@ type NotificationAction {
2690
2691
  link: String
2691
2692
  name: String
2692
2693
  title: String
2694
+ utm: TUTM
2693
2695
  }
2694
2696
 
2695
2697
  type NotificationActivity {
@@ -3629,6 +3631,13 @@ type Statistics {
3629
3631
  failed: Uint32
3630
3632
  }
3631
3633
 
3634
+ type TUTM {
3635
+ source: String
3636
+ medium: String
3637
+ campaign: String
3638
+ content: String
3639
+ }
3640
+
3632
3641
  type Tag {
3633
3642
  id: Uint32
3634
3643
  title: String
@@ -2682,6 +2682,7 @@ type Notification {
2682
2682
  activity: NotificationActivity
2683
2683
  actorInfo: UserInfo
2684
2684
  options: Any
2685
+ utm: TUTM
2685
2686
  }
2686
2687
 
2687
2688
  type NotificationAction {
@@ -2690,6 +2691,7 @@ type NotificationAction {
2690
2691
  link: String
2691
2692
  name: String
2692
2693
  title: String
2694
+ utm: TUTM
2693
2695
  }
2694
2696
 
2695
2697
  type NotificationActivity {
@@ -3629,6 +3631,13 @@ type Statistics {
3629
3631
  failed: Uint32
3630
3632
  }
3631
3633
 
3634
+ type TUTM {
3635
+ source: String
3636
+ medium: String
3637
+ campaign: String
3638
+ content: String
3639
+ }
3640
+
3632
3641
  type Tag {
3633
3642
  id: Uint32
3634
3643
  title: String
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.16.52-beta-20250909-073849-4e392ab1",
6
+ "version": "1.16.52-beta-20250911-023851-d988be85",
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": "3b4b1551b181606f84799ba8b294fb36b483c9c3",
16
+ "gitHead": "90c5cf74138797733868312beb5e509c9db3a8f8",
17
17
  "devDependencies": {
18
18
  "@wangshijun/ts-protoc-gen": "^0.16.2"
19
19
  }