@abtnode/schema 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/index.js CHANGED
@@ -809,6 +809,9 @@ input RequestLogoutUserInput {
809
809
  input RequestMakeAllNotificationsAsReadInput {
810
810
  receiver: String
811
811
  teamDid: String
812
+ severity: String
813
+ componentDid: String
814
+ entityId: String
812
815
  }
813
816
 
814
817
  input RequestMigrateApplicationToStructV2Input {
@@ -1675,6 +1678,8 @@ type BlockletState {
1675
1678
  externalSk: Boolean
1676
1679
  externalSkSource: String
1677
1680
  structVersion: String
1681
+ enableDocker: Boolean
1682
+ enableDockerNetwork: Boolean
1678
1683
  }
1679
1684
 
1680
1685
  type BlockletStats {
@@ -2569,7 +2574,7 @@ type ResponseIsDidDomain {
2569
2574
 
2570
2575
  type ResponseMakeAllNotificationsAsRead {
2571
2576
  code: StatusCode
2572
- numAffected: Int32
2577
+ data: ReadUpdateAffected
2573
2578
  }
2574
2579
 
2575
2580
  type ResponseNodeRuntimeHistory {
@@ -2957,6 +2962,11 @@ type WebHookSender {
2957
2962
  params: [WebHookParam!]
2958
2963
  }
2959
2964
 
2965
+ type ReadUpdateAffected {
2966
+ numAffected: Int32
2967
+ notificationIds: [String!]
2968
+ }
2969
+
2960
2970
  enum BackendServiceType {
2961
2971
  daemon
2962
2972
  blocklet
@@ -809,6 +809,9 @@ input RequestLogoutUserInput {
809
809
  input RequestMakeAllNotificationsAsReadInput {
810
810
  receiver: String
811
811
  teamDid: String
812
+ severity: String
813
+ componentDid: String
814
+ entityId: String
812
815
  }
813
816
 
814
817
  input RequestMigrateApplicationToStructV2Input {
@@ -1675,6 +1678,8 @@ type BlockletState {
1675
1678
  externalSk: Boolean
1676
1679
  externalSkSource: String
1677
1680
  structVersion: String
1681
+ enableDocker: Boolean
1682
+ enableDockerNetwork: Boolean
1678
1683
  }
1679
1684
 
1680
1685
  type BlockletStats {
@@ -2569,7 +2574,7 @@ type ResponseIsDidDomain {
2569
2574
 
2570
2575
  type ResponseMakeAllNotificationsAsRead {
2571
2576
  code: StatusCode
2572
- numAffected: Int32
2577
+ data: ReadUpdateAffected
2573
2578
  }
2574
2579
 
2575
2580
  type ResponseNodeRuntimeHistory {
@@ -2957,6 +2962,11 @@ type WebHookSender {
2957
2962
  params: [WebHookParam!]
2958
2963
  }
2959
2964
 
2965
+ type ReadUpdateAffected {
2966
+ numAffected: Int32
2967
+ notificationIds: [String!]
2968
+ }
2969
+
2960
2970
  enum BackendServiceType {
2961
2971
  daemon
2962
2972
  blocklet
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.16.38-beta-20250118-033334-2da05ae8",
6
+ "version": "1.16.38-beta-20250121-093201-3cdcfa78",
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": "55a983304e72e5e54d6425acd0e2dad1f710aad3",
16
+ "gitHead": "d6b5059b13b31a2d619fd23dc9d993dca927d21f",
17
17
  "devDependencies": {
18
18
  "@wangshijun/ts-protoc-gen": "^0.16.2"
19
19
  }