@abtnode/schema 1.16.52-beta-20251005-235515-42ad5caf → 1.16.52-beta-20251008-091027-c46c73e3
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 +6 -0
- package/lib/schema.graphqls +6 -0
- package/package.json +2 -2
package/lib/index.js
CHANGED
|
@@ -1009,6 +1009,12 @@ input RequestGetOrgsInput {
|
|
|
1009
1009
|
paging: PagingInput
|
|
1010
1010
|
type: OrgQueryType
|
|
1011
1011
|
userDid: String
|
|
1012
|
+
options: RequestGetOrgsOptionsInput
|
|
1013
|
+
}
|
|
1014
|
+
|
|
1015
|
+
input RequestGetOrgsOptionsInput {
|
|
1016
|
+
includeMembers: Boolean
|
|
1017
|
+
includePassports: Boolean
|
|
1012
1018
|
}
|
|
1013
1019
|
|
|
1014
1020
|
input RequestGetPassportIssuancesInput {
|
package/lib/schema.graphqls
CHANGED
|
@@ -1009,6 +1009,12 @@ input RequestGetOrgsInput {
|
|
|
1009
1009
|
paging: PagingInput
|
|
1010
1010
|
type: OrgQueryType
|
|
1011
1011
|
userDid: String
|
|
1012
|
+
options: RequestGetOrgsOptionsInput
|
|
1013
|
+
}
|
|
1014
|
+
|
|
1015
|
+
input RequestGetOrgsOptionsInput {
|
|
1016
|
+
includeMembers: Boolean
|
|
1017
|
+
includePassports: Boolean
|
|
1012
1018
|
}
|
|
1013
1019
|
|
|
1014
1020
|
input RequestGetPassportIssuancesInput {
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"publishConfig": {
|
|
4
4
|
"access": "public"
|
|
5
5
|
},
|
|
6
|
-
"version": "1.16.52-beta-
|
|
6
|
+
"version": "1.16.52-beta-20251008-091027-c46c73e3",
|
|
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": "2a8d239f019aece938d909a495ff1c54ad0e87a9",
|
|
17
17
|
"devDependencies": {
|
|
18
18
|
"@wangshijun/ts-protoc-gen": "^0.16.2"
|
|
19
19
|
}
|