@abtnode/schema 1.8.65-beta-5405baf2 → 1.8.65-beta-bfcc12ce
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 -0
- package/lib/schema.graphqls +2 -0
- package/package.json +2 -2
package/lib/index.js
CHANGED
|
@@ -639,6 +639,7 @@ input UserInfoInput {
|
|
|
639
639
|
firstLoginAt: String
|
|
640
640
|
lastLoginAt: String
|
|
641
641
|
remark: String
|
|
642
|
+
lastLoginIp: String
|
|
642
643
|
}
|
|
643
644
|
|
|
644
645
|
input UserQueryInput {
|
|
@@ -1611,6 +1612,7 @@ type UserInfo {
|
|
|
1611
1612
|
firstLoginAt: String
|
|
1612
1613
|
lastLoginAt: String
|
|
1613
1614
|
remark: String
|
|
1615
|
+
lastLoginIp: String
|
|
1614
1616
|
}
|
|
1615
1617
|
|
|
1616
1618
|
type WalletInfo {
|
package/lib/schema.graphqls
CHANGED
|
@@ -639,6 +639,7 @@ input UserInfoInput {
|
|
|
639
639
|
firstLoginAt: String
|
|
640
640
|
lastLoginAt: String
|
|
641
641
|
remark: String
|
|
642
|
+
lastLoginIp: String
|
|
642
643
|
}
|
|
643
644
|
|
|
644
645
|
input UserQueryInput {
|
|
@@ -1611,6 +1612,7 @@ type UserInfo {
|
|
|
1611
1612
|
firstLoginAt: String
|
|
1612
1613
|
lastLoginAt: String
|
|
1613
1614
|
remark: String
|
|
1615
|
+
lastLoginIp: String
|
|
1614
1616
|
}
|
|
1615
1617
|
|
|
1616
1618
|
type WalletInfo {
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"publishConfig": {
|
|
4
4
|
"access": "public"
|
|
5
5
|
},
|
|
6
|
-
"version": "1.8.65-beta-
|
|
6
|
+
"version": "1.8.65-beta-bfcc12ce",
|
|
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": "f6a56512275a55feecf2f3953542ea98777a08f2",
|
|
17
17
|
"devDependencies": {
|
|
18
18
|
"@wangshijun/ts-protoc-gen": "^0.16.2"
|
|
19
19
|
}
|