@abtnode/schema 1.16.42 → 1.16.43-beta-20250419-231352-c78ac93d
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 +0 -8
- package/lib/schema.graphqls +0 -8
- package/package.json +2 -2
package/lib/index.js
CHANGED
@@ -1283,13 +1283,6 @@ input RequestUpdateUserInfoInput {
|
|
1283
1283
|
user: UserInfoInput
|
1284
1284
|
}
|
1285
1285
|
|
1286
|
-
input RequestUpdateUserProfileInput {
|
1287
|
-
teamDid: String
|
1288
|
-
did: String
|
1289
|
-
remark: String
|
1290
|
-
locale: String
|
1291
|
-
}
|
1292
|
-
|
1293
1286
|
input RequestUpdateUserTagsInput {
|
1294
1287
|
teamDid: String
|
1295
1288
|
did: String
|
@@ -3781,7 +3774,6 @@ type Mutation {
|
|
3781
3774
|
configPassportIssuance(input: RequestConfigPassportIssuanceInput): GeneralResponse
|
3782
3775
|
removeUser(input: RequestTeamUserInput): ResponseUser
|
3783
3776
|
updateUserTags(input: RequestUpdateUserTagsInput): ResponseUser
|
3784
|
-
updateUserProfile(input: RequestUpdateUserProfileInput): ResponseUser
|
3785
3777
|
updateUserExtra(input: RequestUpdateUserExtraInput): ResponseUser
|
3786
3778
|
updateUserApproval(input: RequestTeamUserInput): ResponseUser
|
3787
3779
|
issuePassportToUser(input: RequestIssuePassportToUserInput): ResponseUser
|
package/lib/schema.graphqls
CHANGED
@@ -1283,13 +1283,6 @@ input RequestUpdateUserInfoInput {
|
|
1283
1283
|
user: UserInfoInput
|
1284
1284
|
}
|
1285
1285
|
|
1286
|
-
input RequestUpdateUserProfileInput {
|
1287
|
-
teamDid: String
|
1288
|
-
did: String
|
1289
|
-
remark: String
|
1290
|
-
locale: String
|
1291
|
-
}
|
1292
|
-
|
1293
1286
|
input RequestUpdateUserTagsInput {
|
1294
1287
|
teamDid: String
|
1295
1288
|
did: String
|
@@ -3783,7 +3776,6 @@ type Mutation {
|
|
3783
3776
|
configPassportIssuance(input: RequestConfigPassportIssuanceInput): GeneralResponse
|
3784
3777
|
removeUser(input: RequestTeamUserInput): ResponseUser
|
3785
3778
|
updateUserTags(input: RequestUpdateUserTagsInput): ResponseUser
|
3786
|
-
updateUserProfile(input: RequestUpdateUserProfileInput): ResponseUser
|
3787
3779
|
updateUserExtra(input: RequestUpdateUserExtraInput): ResponseUser
|
3788
3780
|
updateUserApproval(input: RequestTeamUserInput): ResponseUser
|
3789
3781
|
issuePassportToUser(input: RequestIssuePassportToUserInput): ResponseUser
|
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.43-beta-20250419-231352-c78ac93d",
|
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": "207acad34e8ccf318cd7539c1ac717cee7951b53",
|
17
17
|
"devDependencies": {
|
18
18
|
"@wangshijun/ts-protoc-gen": "^0.16.2"
|
19
19
|
}
|