mezon-js 2.7.52 → 2.7.55

Sign up to get free protection for your applications and to get access to all the features.
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
@@ -694,6 +694,7 @@ export interface ApiUser {
694
694
  gamecenter_id?: string;
695
695
  google_id?: string;
696
696
  id?: string;
697
+ join_time?: string;
697
698
  lang_tag?: string;
698
699
  location?: string;
699
700
  metadata?: string;
package/dist/socket.d.ts CHANGED
@@ -287,6 +287,7 @@ export interface ChannelCreatedEvent {
287
287
  parrent_id: string;
288
288
  channel_id: string;
289
289
  channel_label: string;
290
+ channel_private: number;
290
291
  channel_type: number;
291
292
  status: number;
292
293
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mezon-js",
3
- "version": "2.7.52",
3
+ "version": "2.7.55",
4
4
  "scripts": {
5
5
  "build": "npx tsc && npx rollup -c --bundleConfigAsCjs && node build.mjs"
6
6
  },
package/socket.ts CHANGED
@@ -410,6 +410,8 @@ export interface ChannelCreatedEvent {
410
410
  channel_id: string;
411
411
  // channel label
412
412
  channel_label: string;
413
+ // channel private
414
+ channel_private: number;
413
415
  // channel type
414
416
  channel_type: number;
415
417
  // status