mezon-js 2.7.52 → 2.7.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 +2 -0
- package/dist/api.gen.d.ts +1 -0
- package/dist/socket.d.ts +1 -0
- package/package.json +1 -1
- package/socket.ts +2 -0
package/api.gen.ts
CHANGED
@@ -1201,6 +1201,8 @@ export interface ApiUser {
|
|
1201
1201
|
google_id?: string;
|
1202
1202
|
//The id of the user's account.
|
1203
1203
|
id?: string;
|
1204
|
+
//
|
1205
|
+
join_time?: string;
|
1204
1206
|
//The language expected to be a tag which follows the BCP-47 spec.
|
1205
1207
|
lang_tag?: string;
|
1206
1208
|
//The location set by the user.
|
package/dist/api.gen.d.ts
CHANGED
package/dist/socket.d.ts
CHANGED
package/package.json
CHANGED