mezon-js 2.12.38 → 2.12.39

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
@@ -548,6 +548,7 @@ export interface EventEmoji {
548
548
  user_id: string;
549
549
  logo: string;
550
550
  clan_name: string;
551
+ is_for_sale: boolean;
551
552
  }
552
553
  /** */
553
554
  export interface ClanEmoji {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mezon-js",
3
- "version": "2.12.38",
3
+ "version": "2.12.39",
4
4
  "scripts": {
5
5
  "build": "npx tsc && npx rollup -c --bundleConfigAsCjs && node build.mjs"
6
6
  },
package/socket.ts CHANGED
@@ -833,6 +833,7 @@ export interface EventEmoji {
833
833
  user_id: string;
834
834
  logo: string;
835
835
  clan_name: string;
836
+ is_for_sale: boolean;
836
837
  }
837
838
 
838
839
  /** */