@abtnode/schema 1.16.38-beta-20250127-092551-3bb6da3b → 1.16.38-beta-20250206-084543-4d7b4331
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 +4 -0
- package/lib/schema.graphqls +4 -0
- package/package.json +2 -2
package/lib/index.js
CHANGED
@@ -698,6 +698,7 @@ input RequestGetNotificationsInput {
|
|
698
698
|
severity: String
|
699
699
|
componentDid: String
|
700
700
|
entityId: String
|
701
|
+
source: String
|
701
702
|
}
|
702
703
|
|
703
704
|
input RequestGetPassportIssuancesInput {
|
@@ -812,6 +813,7 @@ input RequestMakeAllNotificationsAsReadInput {
|
|
812
813
|
severity: String
|
813
814
|
componentDid: String
|
814
815
|
entityId: String
|
816
|
+
source: String
|
815
817
|
}
|
816
818
|
|
817
819
|
input RequestMigrateApplicationToStructV2Input {
|
@@ -843,6 +845,8 @@ input RequestNotificationSendLogInput {
|
|
843
845
|
emailSendStatus: [Int32!]
|
844
846
|
dateRange: [String!]
|
845
847
|
paging: PagingInput
|
848
|
+
source: String
|
849
|
+
componentDids: [String!]
|
846
850
|
}
|
847
851
|
|
848
852
|
input RequestProjectInput {
|
package/lib/schema.graphqls
CHANGED
@@ -698,6 +698,7 @@ input RequestGetNotificationsInput {
|
|
698
698
|
severity: String
|
699
699
|
componentDid: String
|
700
700
|
entityId: String
|
701
|
+
source: String
|
701
702
|
}
|
702
703
|
|
703
704
|
input RequestGetPassportIssuancesInput {
|
@@ -812,6 +813,7 @@ input RequestMakeAllNotificationsAsReadInput {
|
|
812
813
|
severity: String
|
813
814
|
componentDid: String
|
814
815
|
entityId: String
|
816
|
+
source: String
|
815
817
|
}
|
816
818
|
|
817
819
|
input RequestMigrateApplicationToStructV2Input {
|
@@ -843,6 +845,8 @@ input RequestNotificationSendLogInput {
|
|
843
845
|
emailSendStatus: [Int32!]
|
844
846
|
dateRange: [String!]
|
845
847
|
paging: PagingInput
|
848
|
+
source: String
|
849
|
+
componentDids: [String!]
|
846
850
|
}
|
847
851
|
|
848
852
|
input RequestProjectInput {
|
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-20250206-084543-4d7b4331",
|
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": "933b2c2856240f2d78b3a392f8a3b4e8584860f0",
|
17
17
|
"devDependencies": {
|
18
18
|
"@wangshijun/ts-protoc-gen": "^0.16.2"
|
19
19
|
}
|