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/api.ts +40306 -40306
- package/api.gen.ts +1 -1
- package/dist/api.gen.d.ts +1 -1
- package/package.json +1 -1
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
|
-
|
|
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
|
-
|
|
1589
|
+
dob_seconds?: number;
|
|
1590
1590
|
create_time?: string;
|
|
1591
1591
|
display_name?: string;
|
|
1592
1592
|
edge_count?: number;
|