mezon-js 2.8.5 → 2.8.6

Sign up to get free protection for your applications and to get access to all the features.
package/api.gen.ts CHANGED
@@ -971,6 +971,8 @@ export interface ApiMessageReaction {
971
971
  //
972
972
  action?: boolean;
973
973
  //
974
+ emoji_id?: string;
975
+ //
974
976
  emoji?: string;
975
977
  //
976
978
  id?: string;
package/dist/api.gen.d.ts CHANGED
@@ -557,6 +557,7 @@ export interface ApiMessageMention {
557
557
  /** */
558
558
  export interface ApiMessageReaction {
559
559
  action?: boolean;
560
+ emoji_id?: string;
560
561
  emoji?: string;
561
562
  id?: string;
562
563
  sender_id?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mezon-js",
3
- "version": "2.8.5",
3
+ "version": "2.8.6",
4
4
  "scripts": {
5
5
  "build": "npx tsc && npx rollup -c --bundleConfigAsCjs && node build.mjs"
6
6
  },