@abtnode/schema 1.17.8-beta-20260121-102603-f9d0176f → 1.17.8-beta-20260125-093329-64b43854

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
@@ -318,6 +318,7 @@ input OrgInput {
318
318
  membersCount: Uint32
319
319
  passports: [PassportInput!]
320
320
  metadata: Any
321
+ avatar: String
321
322
  }
322
323
 
323
324
  input OrgSettingsInput {
@@ -1813,6 +1814,7 @@ input UserInfoInput {
1813
1814
  address: UserAddressInput
1814
1815
  userSessionsCount: Uint32
1815
1816
  isFollowing: Boolean
1817
+ name: String
1816
1818
  }
1817
1819
 
1818
1820
  input UserMetadataInput {
@@ -2993,6 +2995,7 @@ type Org {
2993
2995
  membersCount: Uint32
2994
2996
  passports: [Passport!]
2995
2997
  metadata: Any
2998
+ avatar: String
2996
2999
  }
2997
3000
 
2998
3001
  type OrgResourceResult {
@@ -4016,6 +4019,7 @@ type UserInfo {
4016
4019
  address: UserAddress
4017
4020
  userSessionsCount: Uint32
4018
4021
  isFollowing: Boolean
4022
+ name: String
4019
4023
  }
4020
4024
 
4021
4025
  type UserMetadata {
@@ -4562,4 +4566,4 @@ type Query {
4562
4566
  getOrgMembers(input: RequestGetOrgDataInput): ResponseOrgUsers
4563
4567
  getOrgInvitableUsers(input: RequestInvitableUsersInput): ResponseUsers
4564
4568
  getOrgResource(input: RequestGetOrgResourceInput): ResponseGetOrgResource
4565
- }`;
4569
+ }`;
@@ -318,6 +318,7 @@ input OrgInput {
318
318
  membersCount: Uint32
319
319
  passports: [PassportInput!]
320
320
  metadata: Any
321
+ avatar: String
321
322
  }
322
323
 
323
324
  input OrgSettingsInput {
@@ -1813,6 +1814,7 @@ input UserInfoInput {
1813
1814
  address: UserAddressInput
1814
1815
  userSessionsCount: Uint32
1815
1816
  isFollowing: Boolean
1817
+ name: String
1816
1818
  }
1817
1819
 
1818
1820
  input UserMetadataInput {
@@ -2993,6 +2995,7 @@ type Org {
2993
2995
  membersCount: Uint32
2994
2996
  passports: [Passport!]
2995
2997
  metadata: Any
2998
+ avatar: String
2996
2999
  }
2997
3000
 
2998
3001
  type OrgResourceResult {
@@ -4016,6 +4019,7 @@ type UserInfo {
4016
4019
  address: UserAddress
4017
4020
  userSessionsCount: Uint32
4018
4021
  isFollowing: Boolean
4022
+ name: String
4019
4023
  }
4020
4024
 
4021
4025
  type UserMetadata {
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.17.8-beta-20260121-102603-f9d0176f",
6
+ "version": "1.17.8-beta-20260125-093329-64b43854",
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": "7ae816f51ed511037e5b7ac0008012ebf4afc987",
16
+ "gitHead": "241254785bda907be2296228869b4fc9c1679a6b",
17
17
  "devDependencies": {
18
18
  "@wangshijun/ts-protoc-gen": "^0.16.2"
19
19
  }