@abtnode/schema 1.16.0-beta-99e016c7 → 1.16.0-beta-ad6df3ae
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 +3 -1
- package/lib/schema.graphqls +2 -0
- package/package.json +2 -2
package/lib/index.js
CHANGED
|
@@ -106,6 +106,7 @@ input PassportInput {
|
|
|
106
106
|
expirationDate: String
|
|
107
107
|
status: String
|
|
108
108
|
role: String
|
|
109
|
+
lastLoginAt: String
|
|
109
110
|
}
|
|
110
111
|
|
|
111
112
|
input PermissionInput {
|
|
@@ -1222,6 +1223,7 @@ type Passport {
|
|
|
1222
1223
|
expirationDate: String
|
|
1223
1224
|
status: String
|
|
1224
1225
|
role: String
|
|
1226
|
+
lastLoginAt: String
|
|
1225
1227
|
}
|
|
1226
1228
|
|
|
1227
1229
|
type PassportIssuanceInfo {
|
|
@@ -1853,4 +1855,4 @@ type Query {
|
|
|
1853
1855
|
getPermissionsByRole(input: RequestTeamRoleInput): ResponsePermissions
|
|
1854
1856
|
getPassportIssuances(input: RequestGetPassportIssuancesInput): ResponseGetPassportIssuances
|
|
1855
1857
|
getAuditLogs(input: RequestGetAuditLogsInput): ResponseGetAuditLogs
|
|
1856
|
-
}`;
|
|
1858
|
+
}`;
|
package/lib/schema.graphqls
CHANGED
|
@@ -106,6 +106,7 @@ input PassportInput {
|
|
|
106
106
|
expirationDate: String
|
|
107
107
|
status: String
|
|
108
108
|
role: String
|
|
109
|
+
lastLoginAt: String
|
|
109
110
|
}
|
|
110
111
|
|
|
111
112
|
input PermissionInput {
|
|
@@ -1222,6 +1223,7 @@ type Passport {
|
|
|
1222
1223
|
expirationDate: String
|
|
1223
1224
|
status: String
|
|
1224
1225
|
role: String
|
|
1226
|
+
lastLoginAt: String
|
|
1225
1227
|
}
|
|
1226
1228
|
|
|
1227
1229
|
type PassportIssuanceInfo {
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"publishConfig": {
|
|
4
4
|
"access": "public"
|
|
5
5
|
},
|
|
6
|
-
"version": "1.16.0-beta-
|
|
6
|
+
"version": "1.16.0-beta-ad6df3ae",
|
|
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": "MIT",
|
|
16
|
-
"gitHead": "
|
|
16
|
+
"gitHead": "8fa60176a00400cd412b308df3c7d6dcd9af2db1",
|
|
17
17
|
"devDependencies": {
|
|
18
18
|
"@wangshijun/ts-protoc-gen": "^0.16.2"
|
|
19
19
|
}
|