mezon-js 2.14.54 → 2.14.55

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
@@ -2766,7 +2766,7 @@ export interface ApiUser {
2766
2766
  //A URL for an avatar image.
2767
2767
  avatar_url?: string;
2768
2768
  //
2769
- dob?: string;
2769
+ dob_seconds?: number;
2770
2770
  //The UNIX time (for gRPC clients) or ISO string (for REST clients) when the user was created.
2771
2771
  create_time?: string;
2772
2772
  //The display name of the user.
package/dist/api.gen.d.ts CHANGED
@@ -1586,7 +1586,7 @@ export interface ApiUploadAttachmentRequest {
1586
1586
  export interface ApiUser {
1587
1587
  about_me?: string;
1588
1588
  avatar_url?: string;
1589
- dob?: string;
1589
+ dob_seconds?: number;
1590
1590
  create_time?: string;
1591
1591
  display_name?: string;
1592
1592
  edge_count?: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mezon-js",
3
- "version": "2.14.54",
3
+ "version": "2.14.55",
4
4
  "scripts": {
5
5
  "build": "npx tsc && npx rollup -c --bundleConfigAsCjs && node build.mjs"
6
6
  },