@blocklet/server-js 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.
@@ -2650,6 +2650,16 @@
2650
2650
  "ofType": null
2651
2651
  },
2652
2652
  "defaultValue": null
2653
+ },
2654
+ {
2655
+ "name": "avatar",
2656
+ "description": null,
2657
+ "type": {
2658
+ "kind": "SCALAR",
2659
+ "name": "String",
2660
+ "ofType": null
2661
+ },
2662
+ "defaultValue": null
2653
2663
  }
2654
2664
  ],
2655
2665
  "interfaces": null,
@@ -13784,6 +13794,16 @@
13784
13794
  "ofType": null
13785
13795
  },
13786
13796
  "defaultValue": null
13797
+ },
13798
+ {
13799
+ "name": "name",
13800
+ "description": null,
13801
+ "type": {
13802
+ "kind": "SCALAR",
13803
+ "name": "String",
13804
+ "ofType": null
13805
+ },
13806
+ "defaultValue": null
13787
13807
  }
13788
13808
  ],
13789
13809
  "interfaces": null,
@@ -25450,6 +25470,18 @@
25450
25470
  },
25451
25471
  "isDeprecated": false,
25452
25472
  "deprecationReason": null
25473
+ },
25474
+ {
25475
+ "name": "avatar",
25476
+ "description": null,
25477
+ "args": [],
25478
+ "type": {
25479
+ "kind": "SCALAR",
25480
+ "name": "String",
25481
+ "ofType": null
25482
+ },
25483
+ "isDeprecated": false,
25484
+ "deprecationReason": null
25453
25485
  }
25454
25486
  ],
25455
25487
  "inputFields": null,
@@ -34252,6 +34284,18 @@
34252
34284
  },
34253
34285
  "isDeprecated": false,
34254
34286
  "deprecationReason": null
34287
+ },
34288
+ {
34289
+ "name": "name",
34290
+ "description": null,
34291
+ "args": [],
34292
+ "type": {
34293
+ "kind": "SCALAR",
34294
+ "name": "String",
34295
+ "ofType": null
34296
+ },
34297
+ "isDeprecated": false,
34298
+ "deprecationReason": null
34255
34299
  }
34256
34300
  ],
34257
34301
  "inputFields": null,
package/dist/types.js CHANGED
@@ -756,6 +756,7 @@
756
756
  * @property {number} membersCount
757
757
  * @property {Array<...ABTNodeClient.null>} passports
758
758
  * @property {any} metadata
759
+ * @property {string} avatar
759
760
  */
760
761
 
761
762
  /**
@@ -3147,6 +3148,7 @@
3147
3148
  * @property {...ABTNodeClient.UserAddressInput} address
3148
3149
  * @property {number} userSessionsCount
3149
3150
  * @property {boolean} isFollowing
3151
+ * @property {string} name
3150
3152
  */
3151
3153
 
3152
3154
  /**
@@ -4957,6 +4959,7 @@
4957
4959
  * @property {number} membersCount
4958
4960
  * @property {Array<...ABTNodeClient.null>} passports
4959
4961
  * @property {any} metadata
4962
+ * @property {string} avatar
4960
4963
  */
4961
4964
 
4962
4965
  /**
@@ -7201,6 +7204,7 @@
7201
7204
  * @property {...ABTNodeClient.UserAddress} address
7202
7205
  * @property {number} userSessionsCount
7203
7206
  * @property {boolean} isFollowing
7207
+ * @property {string} name
7204
7208
  */
7205
7209
 
7206
7210
  /**