@abtnode/schema 1.16.38-beta-20250120-112111-55c032e8 → 1.16.38-beta-20250123-083218-c7ea9693
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 +9 -1
- package/lib/schema.graphqls +9 -1
- package/package.json +2 -2
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 {
|
@@ -2571,7 +2574,7 @@ type ResponseIsDidDomain {
|
|
2571
2574
|
|
2572
2575
|
type ResponseMakeAllNotificationsAsRead {
|
2573
2576
|
code: StatusCode
|
2574
|
-
|
2577
|
+
data: ReadUpdateAffected
|
2575
2578
|
}
|
2576
2579
|
|
2577
2580
|
type ResponseNodeRuntimeHistory {
|
@@ -2959,6 +2962,11 @@ type WebHookSender {
|
|
2959
2962
|
params: [WebHookParam!]
|
2960
2963
|
}
|
2961
2964
|
|
2965
|
+
type ReadUpdateAffected {
|
2966
|
+
numAffected: Int32
|
2967
|
+
notificationIds: [String!]
|
2968
|
+
}
|
2969
|
+
|
2962
2970
|
enum BackendServiceType {
|
2963
2971
|
daemon
|
2964
2972
|
blocklet
|
package/lib/schema.graphqls
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 {
|
@@ -2571,7 +2574,7 @@ type ResponseIsDidDomain {
|
|
2571
2574
|
|
2572
2575
|
type ResponseMakeAllNotificationsAsRead {
|
2573
2576
|
code: StatusCode
|
2574
|
-
|
2577
|
+
data: ReadUpdateAffected
|
2575
2578
|
}
|
2576
2579
|
|
2577
2580
|
type ResponseNodeRuntimeHistory {
|
@@ -2959,6 +2962,11 @@ type WebHookSender {
|
|
2959
2962
|
params: [WebHookParam!]
|
2960
2963
|
}
|
2961
2964
|
|
2965
|
+
type ReadUpdateAffected {
|
2966
|
+
numAffected: Int32
|
2967
|
+
notificationIds: [String!]
|
2968
|
+
}
|
2969
|
+
|
2962
2970
|
enum BackendServiceType {
|
2963
2971
|
daemon
|
2964
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-
|
6
|
+
"version": "1.16.38-beta-20250123-083218-c7ea9693",
|
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": "
|
16
|
+
"gitHead": "7a5401105e25590871ad579ade72ab3097cc29ba",
|
17
17
|
"devDependencies": {
|
18
18
|
"@wangshijun/ts-protoc-gen": "^0.16.2"
|
19
19
|
}
|