@abtnode/schema 1.16.14-beta-1936d3d0 → 1.16.14-beta-dd4f6a50
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 +7 -2
- package/lib/schema.graphqls +7 -2
- package/package.json +2 -2
package/lib/index.js
CHANGED
|
@@ -149,7 +149,7 @@ input RequestAddRoutingSiteInput {
|
|
|
149
149
|
|
|
150
150
|
input RequestAuditFederatedLoginInput {
|
|
151
151
|
did: String
|
|
152
|
-
|
|
152
|
+
memberPid: String
|
|
153
153
|
status: String
|
|
154
154
|
}
|
|
155
155
|
|
|
@@ -487,6 +487,10 @@ input RequestNodeRuntimeHistoryInput {
|
|
|
487
487
|
hours: Uint32
|
|
488
488
|
}
|
|
489
489
|
|
|
490
|
+
input RequestQuitFederatedLoginInput {
|
|
491
|
+
did: String
|
|
492
|
+
}
|
|
493
|
+
|
|
490
494
|
input RequestReadNotificationsInput {
|
|
491
495
|
id: String
|
|
492
496
|
}
|
|
@@ -1202,7 +1206,7 @@ type FederatedConfigDetail {
|
|
|
1202
1206
|
type FederatedConfigSite {
|
|
1203
1207
|
appId: String
|
|
1204
1208
|
appPid: String
|
|
1205
|
-
|
|
1209
|
+
aliasDid: [String!]
|
|
1206
1210
|
appName: String
|
|
1207
1211
|
appDescription: String
|
|
1208
1212
|
appUrl: String
|
|
@@ -1997,6 +2001,7 @@ type Mutation {
|
|
|
1997
2001
|
configOAuth(input: RequestConfigOAuthInput): ResponseBlocklet
|
|
1998
2002
|
configNotification(input: RequestConfigNotificationInput): ResponseBlocklet
|
|
1999
2003
|
joinFederatedLogin(input: RequestJoinFederatedLoginInput): ResponseBlocklet
|
|
2004
|
+
quitFederatedLogin(input: RequestQuitFederatedLoginInput): ResponseBlocklet
|
|
2000
2005
|
configFederated(input: RequestConfigFederatedInput): ResponseBlocklet
|
|
2001
2006
|
auditFederatedLogin(input: RequestAuditFederatedLoginInput): ResponseBlocklet
|
|
2002
2007
|
updateWhoCanAccess(input: RequestUpdateWhoCanAccessInput): ResponseBlocklet
|
package/lib/schema.graphqls
CHANGED
|
@@ -149,7 +149,7 @@ input RequestAddRoutingSiteInput {
|
|
|
149
149
|
|
|
150
150
|
input RequestAuditFederatedLoginInput {
|
|
151
151
|
did: String
|
|
152
|
-
|
|
152
|
+
memberPid: String
|
|
153
153
|
status: String
|
|
154
154
|
}
|
|
155
155
|
|
|
@@ -487,6 +487,10 @@ input RequestNodeRuntimeHistoryInput {
|
|
|
487
487
|
hours: Uint32
|
|
488
488
|
}
|
|
489
489
|
|
|
490
|
+
input RequestQuitFederatedLoginInput {
|
|
491
|
+
did: String
|
|
492
|
+
}
|
|
493
|
+
|
|
490
494
|
input RequestReadNotificationsInput {
|
|
491
495
|
id: String
|
|
492
496
|
}
|
|
@@ -1202,7 +1206,7 @@ type FederatedConfigDetail {
|
|
|
1202
1206
|
type FederatedConfigSite {
|
|
1203
1207
|
appId: String
|
|
1204
1208
|
appPid: String
|
|
1205
|
-
|
|
1209
|
+
aliasDid: [String!]
|
|
1206
1210
|
appName: String
|
|
1207
1211
|
appDescription: String
|
|
1208
1212
|
appUrl: String
|
|
@@ -1999,6 +2003,7 @@ type Mutation {
|
|
|
1999
2003
|
configOAuth(input: RequestConfigOAuthInput): ResponseBlocklet
|
|
2000
2004
|
configNotification(input: RequestConfigNotificationInput): ResponseBlocklet
|
|
2001
2005
|
joinFederatedLogin(input: RequestJoinFederatedLoginInput): ResponseBlocklet
|
|
2006
|
+
quitFederatedLogin(input: RequestQuitFederatedLoginInput): ResponseBlocklet
|
|
2002
2007
|
configFederated(input: RequestConfigFederatedInput): ResponseBlocklet
|
|
2003
2008
|
auditFederatedLogin(input: RequestAuditFederatedLoginInput): ResponseBlocklet
|
|
2004
2009
|
updateWhoCanAccess(input: RequestUpdateWhoCanAccessInput): ResponseBlocklet
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"publishConfig": {
|
|
4
4
|
"access": "public"
|
|
5
5
|
},
|
|
6
|
-
"version": "1.16.14-beta-
|
|
6
|
+
"version": "1.16.14-beta-dd4f6a50",
|
|
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": "fb3858f842b221f0a8c298307b393d55c555af45",
|
|
17
17
|
"devDependencies": {
|
|
18
18
|
"@wangshijun/ts-protoc-gen": "^0.16.2"
|
|
19
19
|
}
|