@abtnode/schema 1.16.37-beta-20241225-042616-74a39677 → 1.16.37-beta-20241227-230028-f4f77779
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 +2 -2
- package/lib/schema.graphqls +2 -2
- package/package.json +2 -2
package/lib/index.js
CHANGED
@@ -633,7 +633,6 @@ input RequestGetBlockletNotificationsInput {
|
|
633
633
|
severity: String
|
634
634
|
componentDid: String
|
635
635
|
entityId: String
|
636
|
-
pageSize: Int32
|
637
636
|
}
|
638
637
|
|
639
638
|
input RequestGetBlockletResponseHeaderPoliciesInput {
|
@@ -680,7 +679,6 @@ input RequestGetNotificationsInput {
|
|
680
679
|
severity: String
|
681
680
|
componentDid: String
|
682
681
|
entityId: String
|
683
|
-
pageSize: Int32
|
684
682
|
}
|
685
683
|
|
686
684
|
input RequestGetPassportIssuancesInput {
|
@@ -2031,6 +2029,8 @@ type Notification {
|
|
2031
2029
|
componentDid: String
|
2032
2030
|
type: Notification_NotificationType
|
2033
2031
|
receivers: [NotificationReceiver!]
|
2032
|
+
data: Any
|
2033
|
+
feedType: String
|
2034
2034
|
}
|
2035
2035
|
|
2036
2036
|
type NotificationAction {
|
package/lib/schema.graphqls
CHANGED
@@ -633,7 +633,6 @@ input RequestGetBlockletNotificationsInput {
|
|
633
633
|
severity: String
|
634
634
|
componentDid: String
|
635
635
|
entityId: String
|
636
|
-
pageSize: Int32
|
637
636
|
}
|
638
637
|
|
639
638
|
input RequestGetBlockletResponseHeaderPoliciesInput {
|
@@ -680,7 +679,6 @@ input RequestGetNotificationsInput {
|
|
680
679
|
severity: String
|
681
680
|
componentDid: String
|
682
681
|
entityId: String
|
683
|
-
pageSize: Int32
|
684
682
|
}
|
685
683
|
|
686
684
|
input RequestGetPassportIssuancesInput {
|
@@ -2031,6 +2029,8 @@ type Notification {
|
|
2031
2029
|
componentDid: String
|
2032
2030
|
type: Notification_NotificationType
|
2033
2031
|
receivers: [NotificationReceiver!]
|
2032
|
+
data: Any
|
2033
|
+
feedType: String
|
2034
2034
|
}
|
2035
2035
|
|
2036
2036
|
type NotificationAction {
|
package/package.json
CHANGED
@@ -3,7 +3,7 @@
|
|
3
3
|
"publishConfig": {
|
4
4
|
"access": "public"
|
5
5
|
},
|
6
|
-
"version": "1.16.37-beta-
|
6
|
+
"version": "1.16.37-beta-20241227-230028-f4f77779",
|
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": "e56e0d8c525e18e6fc84fa6915a9d8cb710bb28f",
|
17
17
|
"devDependencies": {
|
18
18
|
"@wangshijun/ts-protoc-gen": "^0.16.2"
|
19
19
|
}
|