mezon-js 2.13.11 → 2.13.13

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
@@ -2720,6 +2720,8 @@ export interface ApiUser {
2720
2720
  mezon_id?: string;
2721
2721
  // list nick name
2722
2722
  list_nick_names?: Array<string>;
2723
+ // phone number
2724
+ phone_number?: string;
2723
2725
  }
2724
2726
 
2725
2727
  /** */
package/dist/api.gen.d.ts CHANGED
@@ -1554,6 +1554,7 @@ export interface ApiUser {
1554
1554
  username?: string;
1555
1555
  mezon_id?: string;
1556
1556
  list_nick_names?: Array<string>;
1557
+ phone_number?: string;
1557
1558
  }
1558
1559
  /** */
1559
1560
  export interface ApiUserActivity {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mezon-js",
3
- "version": "2.13.11",
3
+ "version": "2.13.13",
4
4
  "scripts": {
5
5
  "build": "npx tsc && npx rollup -c --bundleConfigAsCjs && node build.mjs"
6
6
  },