mezon-js 2.9.11 → 2.9.12

Sign up to get free protection for your applications and to get access to all the features.
package/dist/socket.d.ts CHANGED
@@ -475,6 +475,9 @@ export interface EventEmoji {
475
475
  source: string;
476
476
  category: string;
477
477
  action: number;
478
+ user_id: string;
479
+ logo: string;
480
+ clan_name: string;
478
481
  }
479
482
  export interface UserPermissionInChannelListEvent {
480
483
  clan_id: string;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "mezon-js",
3
3
 
4
- "version": "2.9.11",
4
+ "version": "2.9.12",
5
5
 
6
6
  "scripts": {
7
7
  "build": "npx tsc && npx rollup -c --bundleConfigAsCjs && node build.mjs"
package/socket.ts CHANGED
@@ -687,6 +687,9 @@ export interface EventEmoji {
687
687
  source: string
688
688
  category: string
689
689
  action: number
690
+ user_id: string
691
+ logo: string
692
+ clan_name: string
690
693
  }
691
694
 
692
695
  export interface UserPermissionInChannelListEvent {