@abtnode/schema 1.16.52 → 1.16.53-beta-20251009-103017-c7694a7e
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 -1
- package/lib/schema.graphqls +1 -0
- package/package.json +2 -2
package/lib/index.js
CHANGED
|
@@ -677,6 +677,7 @@ input RequestCreateOrgInput {
|
|
|
677
677
|
name: String
|
|
678
678
|
description: String
|
|
679
679
|
ownerDid: String
|
|
680
|
+
deferPassport: Boolean
|
|
680
681
|
}
|
|
681
682
|
|
|
682
683
|
input RequestCreatePassportIssuanceInput {
|
|
@@ -4528,4 +4529,4 @@ type Query {
|
|
|
4528
4529
|
getOrgMembers(input: RequestGetOrgDataInput): ResponseOrgUsers
|
|
4529
4530
|
getOrgInvitableUsers(input: RequestInvitableUsersInput): ResponseUsers
|
|
4530
4531
|
getOrgResource(input: RequestGetOrgResourceInput): ResponseGetOrgResource
|
|
4531
|
-
}`;
|
|
4532
|
+
}`;
|
package/lib/schema.graphqls
CHANGED
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"publishConfig": {
|
|
4
4
|
"access": "public"
|
|
5
5
|
},
|
|
6
|
-
"version": "1.16.
|
|
6
|
+
"version": "1.16.53-beta-20251009-103017-c7694a7e",
|
|
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": "092a23ac8eaef355ce922cf764fb0f104a99d3ad",
|
|
17
17
|
"devDependencies": {
|
|
18
18
|
"@wangshijun/ts-protoc-gen": "^0.16.2"
|
|
19
19
|
}
|