@abtnode/schema 1.16.6-beta-7cbab489 → 1.16.6-beta-61cf68d3
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 +5 -0
- package/lib/schema.graphqls +5 -0
- package/package.json +2 -2
package/lib/index.js
CHANGED
|
@@ -505,6 +505,11 @@ input RequestTeamRoleInput {
|
|
|
505
505
|
input RequestTeamUserInput {
|
|
506
506
|
teamDid: String
|
|
507
507
|
user: UserInfoInput
|
|
508
|
+
options: RequestTeamUserOptionsInput
|
|
509
|
+
}
|
|
510
|
+
|
|
511
|
+
input RequestTeamUserOptionsInput {
|
|
512
|
+
enableConnectedAccount: Boolean
|
|
508
513
|
}
|
|
509
514
|
|
|
510
515
|
input RequestUpdateAccessKeyInput {
|
package/lib/schema.graphqls
CHANGED
|
@@ -505,6 +505,11 @@ input RequestTeamRoleInput {
|
|
|
505
505
|
input RequestTeamUserInput {
|
|
506
506
|
teamDid: String
|
|
507
507
|
user: UserInfoInput
|
|
508
|
+
options: RequestTeamUserOptionsInput
|
|
509
|
+
}
|
|
510
|
+
|
|
511
|
+
input RequestTeamUserOptionsInput {
|
|
512
|
+
enableConnectedAccount: Boolean
|
|
508
513
|
}
|
|
509
514
|
|
|
510
515
|
input RequestUpdateAccessKeyInput {
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"publishConfig": {
|
|
4
4
|
"access": "public"
|
|
5
5
|
},
|
|
6
|
-
"version": "1.16.6-beta-
|
|
6
|
+
"version": "1.16.6-beta-61cf68d3",
|
|
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": "574a27436b429a97f443fc9ea1b44988807206bd",
|
|
17
17
|
"devDependencies": {
|
|
18
18
|
"@wangshijun/ts-protoc-gen": "^0.16.2"
|
|
19
19
|
}
|