mezon-js 2.8.94 → 2.8.95

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/dist/socket.d.ts CHANGED
@@ -474,7 +474,7 @@ export interface EventEmoji {
474
474
  short_name: string;
475
475
  source: string;
476
476
  category: string;
477
- action: string;
477
+ action: number;
478
478
  }
479
479
  export interface UserPermissionInChannelListEvent {
480
480
  clan_id: string;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "mezon-js",
3
3
 
4
- "version": "2.8.94",
4
+ "version": "2.8.95",
5
5
 
6
6
  "scripts": {
7
7
  "build": "npx tsc && npx rollup -c --bundleConfigAsCjs && node build.mjs"
package/socket.ts CHANGED
@@ -684,7 +684,7 @@ export interface EventEmoji {
684
684
  short_name: string
685
685
  source: string
686
686
  category: string
687
- action: string
687
+ action: number
688
688
  }
689
689
 
690
690
  export interface UserPermissionInChannelListEvent {