@abtnode/schema 1.16.41-beta-20250318-123609-b48bb2d7 → 1.16.41-beta-20250319-131732-1224cca5

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 CHANGED
@@ -1185,6 +1185,12 @@ input RequestUpdateSelectedResourcesInput {
1185
1185
  resources: [String!]
1186
1186
  }
1187
1187
 
1188
+ input RequestUpdateUserAddressInput {
1189
+ teamDid: String
1190
+ did: String
1191
+ address: UserAddressInput
1192
+ }
1193
+
1188
1194
  input RequestUpdateUserExtraInput {
1189
1195
  teamDid: String
1190
1196
  did: String
@@ -3513,6 +3519,7 @@ type Mutation {
3513
3519
  enableUserPassport(input: RequestRevokeUserPassportInput): ResponseUser
3514
3520
  removeUserPassport(input: RequestRevokeUserPassportInput): GeneralResponse
3515
3521
  switchProfile(input: RequestSwitchProfileInput): ResponseUser
3522
+ updateUserAddress(input: RequestUpdateUserAddressInput): ResponseUser
3516
3523
  createRole(input: RequestCreateRoleInput): ResponseRole
3517
3524
  updateRole(input: RequestTeamRoleInput): ResponseRole
3518
3525
  deleteRole(input: RequestDeleteRoleInput): GeneralResponse
@@ -1185,6 +1185,12 @@ input RequestUpdateSelectedResourcesInput {
1185
1185
  resources: [String!]
1186
1186
  }
1187
1187
 
1188
+ input RequestUpdateUserAddressInput {
1189
+ teamDid: String
1190
+ did: String
1191
+ address: UserAddressInput
1192
+ }
1193
+
1188
1194
  input RequestUpdateUserExtraInput {
1189
1195
  teamDid: String
1190
1196
  did: String
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.16.41-beta-20250318-123609-b48bb2d7",
6
+ "version": "1.16.41-beta-20250319-131732-1224cca5",
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": "bb26547e22d71d208582b6254c355598a42f363b",
16
+ "gitHead": "a05391c26247f000ae87f30a36789313857f313e",
17
17
  "devDependencies": {
18
18
  "@wangshijun/ts-protoc-gen": "^0.16.2"
19
19
  }