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