mezon-js 2.12.34 → 2.12.35

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/api.gen.ts CHANGED
@@ -2658,6 +2658,8 @@ export interface ApiUser {
2658
2658
  update_time?: string;
2659
2659
  //The username of the user's account.
2660
2660
  username?: string;
2661
+ // list nick name
2662
+ list_nick_names?: Array<string>;
2661
2663
  }
2662
2664
 
2663
2665
  /** */
package/dist/api.gen.d.ts CHANGED
@@ -1520,6 +1520,7 @@ export interface ApiUser {
1520
1520
  timezone?: string;
1521
1521
  update_time?: string;
1522
1522
  username?: string;
1523
+ list_nick_names?: Array<string>;
1523
1524
  }
1524
1525
  /** */
1525
1526
  export interface ApiUserActivity {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "mezon-js",
3
3
 
4
- "version": "2.12.34",
4
+ "version": "2.12.35",
5
5
 
6
6
  "scripts": {
7
7
  "build": "npx tsc && npx rollup -c --bundleConfigAsCjs && node build.mjs"