@abtnode/schema 1.16.40-beta-20250305-115031-9569f29a → 1.16.40-beta-20250311-152346-f596c9a6

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
@@ -1353,6 +1353,28 @@ input UserInfoInput {
1353
1353
  generation: Uint32
1354
1354
  emailVerified: Boolean
1355
1355
  phoneVerified: Boolean
1356
+ metadata: UserMetadataInput
1357
+ }
1358
+
1359
+ input UserMetadataInput {
1360
+ bio: String
1361
+ location: String
1362
+ timezone: String
1363
+ cover: String
1364
+ links: [UserMetadataLinkInput!]
1365
+ status: UserMetadataStatusInput
1366
+ }
1367
+
1368
+ input UserMetadataLinkInput {
1369
+ url: String
1370
+ favicon: String
1371
+ }
1372
+
1373
+ input UserMetadataStatusInput {
1374
+ label: String
1375
+ icon: String
1376
+ duration: String
1377
+ dateRange: [Uint32!]
1356
1378
  }
1357
1379
 
1358
1380
  input UserProfileInput {
@@ -3112,6 +3134,28 @@ type UserInfo {
3112
3134
  generation: Uint32
3113
3135
  emailVerified: Boolean
3114
3136
  phoneVerified: Boolean
3137
+ metadata: UserMetadata
3138
+ }
3139
+
3140
+ type UserMetadata {
3141
+ bio: String
3142
+ location: String
3143
+ timezone: String
3144
+ cover: String
3145
+ links: [UserMetadataLink!]
3146
+ status: UserMetadataStatus
3147
+ }
3148
+
3149
+ type UserMetadataLink {
3150
+ url: String
3151
+ favicon: String
3152
+ }
3153
+
3154
+ type UserMetadataStatus {
3155
+ label: String
3156
+ icon: String
3157
+ duration: String
3158
+ dateRange: [Uint32!]
3115
3159
  }
3116
3160
 
3117
3161
  type UserSession {
@@ -1353,6 +1353,28 @@ input UserInfoInput {
1353
1353
  generation: Uint32
1354
1354
  emailVerified: Boolean
1355
1355
  phoneVerified: Boolean
1356
+ metadata: UserMetadataInput
1357
+ }
1358
+
1359
+ input UserMetadataInput {
1360
+ bio: String
1361
+ location: String
1362
+ timezone: String
1363
+ cover: String
1364
+ links: [UserMetadataLinkInput!]
1365
+ status: UserMetadataStatusInput
1366
+ }
1367
+
1368
+ input UserMetadataLinkInput {
1369
+ url: String
1370
+ favicon: String
1371
+ }
1372
+
1373
+ input UserMetadataStatusInput {
1374
+ label: String
1375
+ icon: String
1376
+ duration: String
1377
+ dateRange: [Uint32!]
1356
1378
  }
1357
1379
 
1358
1380
  input UserProfileInput {
@@ -3112,6 +3134,28 @@ type UserInfo {
3112
3134
  generation: Uint32
3113
3135
  emailVerified: Boolean
3114
3136
  phoneVerified: Boolean
3137
+ metadata: UserMetadata
3138
+ }
3139
+
3140
+ type UserMetadata {
3141
+ bio: String
3142
+ location: String
3143
+ timezone: String
3144
+ cover: String
3145
+ links: [UserMetadataLink!]
3146
+ status: UserMetadataStatus
3147
+ }
3148
+
3149
+ type UserMetadataLink {
3150
+ url: String
3151
+ favicon: String
3152
+ }
3153
+
3154
+ type UserMetadataStatus {
3155
+ label: String
3156
+ icon: String
3157
+ duration: String
3158
+ dateRange: [Uint32!]
3115
3159
  }
3116
3160
 
3117
3161
  type UserSession {
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.16.40-beta-20250305-115031-9569f29a",
6
+ "version": "1.16.40-beta-20250311-152346-f596c9a6",
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": "b4a4f67e33d6a60759a56b8f3b76798a653bfffc",
16
+ "gitHead": "72d6d70e60ca33208bde56cf11d6387ddba249c7",
17
17
  "devDependencies": {
18
18
  "@wangshijun/ts-protoc-gen": "^0.16.2"
19
19
  }