@abtnode/schema 1.16.40-beta-20250228-001738-e9367fea → 1.16.40-beta-20250303-085419-69f80410
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 -2
- package/lib/schema.graphqls +4 -2
- package/package.json +2 -2
package/lib/index.js
CHANGED
@@ -1326,11 +1326,13 @@ input UserQueryInput {
|
|
1326
1326
|
search: String
|
1327
1327
|
connectedDid: String
|
1328
1328
|
tags: [Uint32!]
|
1329
|
-
includeTags: Boolean
|
1330
|
-
includeUserSessions: Boolean
|
1331
1329
|
inviter: String
|
1332
1330
|
invitee: String
|
1333
1331
|
generation: Uint32
|
1332
|
+
includeTags: Boolean
|
1333
|
+
includeUserSessions: Boolean
|
1334
|
+
includePassports: Boolean
|
1335
|
+
includeConnectedAccounts: Boolean
|
1334
1336
|
}
|
1335
1337
|
|
1336
1338
|
input UserSessionInput {
|
package/lib/schema.graphqls
CHANGED
@@ -1326,11 +1326,13 @@ input UserQueryInput {
|
|
1326
1326
|
search: String
|
1327
1327
|
connectedDid: String
|
1328
1328
|
tags: [Uint32!]
|
1329
|
-
includeTags: Boolean
|
1330
|
-
includeUserSessions: Boolean
|
1331
1329
|
inviter: String
|
1332
1330
|
invitee: String
|
1333
1331
|
generation: Uint32
|
1332
|
+
includeTags: Boolean
|
1333
|
+
includeUserSessions: Boolean
|
1334
|
+
includePassports: Boolean
|
1335
|
+
includeConnectedAccounts: Boolean
|
1334
1336
|
}
|
1335
1337
|
|
1336
1338
|
input UserSessionInput {
|
package/package.json
CHANGED
@@ -3,7 +3,7 @@
|
|
3
3
|
"publishConfig": {
|
4
4
|
"access": "public"
|
5
5
|
},
|
6
|
-
"version": "1.16.40-beta-
|
6
|
+
"version": "1.16.40-beta-20250303-085419-69f80410",
|
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": "3bddb6647ab005b216d5c627035af3363fdcf88f",
|
17
17
|
"devDependencies": {
|
18
18
|
"@wangshijun/ts-protoc-gen": "^0.16.2"
|
19
19
|
}
|