@abtnode/schema 1.16.29-beta-2eaf40bc → 1.16.29-beta-cbfd116d
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
|
@@ -1024,6 +1024,7 @@ input UserInfoInput {
|
|
|
1024
1024
|
tags: [TagInput!]
|
|
1025
1025
|
didSpace: Any
|
|
1026
1026
|
userSessions: [UserSessionInput!]
|
|
1027
|
+
url: String
|
|
1027
1028
|
}
|
|
1028
1029
|
|
|
1029
1030
|
input UserProfileInput {
|
|
@@ -2433,6 +2434,7 @@ type UserInfo {
|
|
|
2433
2434
|
tags: [Tag!]
|
|
2434
2435
|
didSpace: Any
|
|
2435
2436
|
userSessions: [UserSession!]
|
|
2437
|
+
url: String
|
|
2436
2438
|
}
|
|
2437
2439
|
|
|
2438
2440
|
type UserSession {
|
package/lib/schema.graphqls
CHANGED
|
@@ -1024,6 +1024,7 @@ input UserInfoInput {
|
|
|
1024
1024
|
tags: [TagInput!]
|
|
1025
1025
|
didSpace: Any
|
|
1026
1026
|
userSessions: [UserSessionInput!]
|
|
1027
|
+
url: String
|
|
1027
1028
|
}
|
|
1028
1029
|
|
|
1029
1030
|
input UserProfileInput {
|
|
@@ -2433,6 +2434,7 @@ type UserInfo {
|
|
|
2433
2434
|
tags: [Tag!]
|
|
2434
2435
|
didSpace: Any
|
|
2435
2436
|
userSessions: [UserSession!]
|
|
2437
|
+
url: String
|
|
2436
2438
|
}
|
|
2437
2439
|
|
|
2438
2440
|
type UserSession {
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"publishConfig": {
|
|
4
4
|
"access": "public"
|
|
5
5
|
},
|
|
6
|
-
"version": "1.16.29-beta-
|
|
6
|
+
"version": "1.16.29-beta-cbfd116d",
|
|
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": "e9bdb7af77f2d126e40195c67972b07fe683adf9",
|
|
17
17
|
"devDependencies": {
|
|
18
18
|
"@wangshijun/ts-protoc-gen": "^0.16.2"
|
|
19
19
|
}
|