mezon-js 2.7.92 → 2.7.93

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/client.ts CHANGED
@@ -1164,6 +1164,8 @@ export class Client {
1164
1164
  },
1165
1165
  role_id: gu!.role_id,
1166
1166
  thread_id: gu.thread_id,
1167
+ clan_avatar: gu.clan_avatar,
1168
+ clan_nick: gu.clan_nick,
1167
1169
  id: gu.id,
1168
1170
  })
1169
1171
  });
@@ -5780,6 +5780,8 @@ var Client = class {
5780
5780
  },
5781
5781
  role_id: gu.role_id,
5782
5782
  thread_id: gu.thread_id,
5783
+ clan_avatar: gu.clan_avatar,
5784
+ clan_nick: gu.clan_nick,
5783
5785
  id: gu.id
5784
5786
  });
5785
5787
  });
@@ -5751,6 +5751,8 @@ var Client = class {
5751
5751
  },
5752
5752
  role_id: gu.role_id,
5753
5753
  thread_id: gu.thread_id,
5754
+ clan_avatar: gu.clan_avatar,
5755
+ clan_nick: gu.clan_nick,
5754
5756
  id: gu.id
5755
5757
  });
5756
5758
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mezon-js",
3
- "version": "2.7.92",
3
+ "version": "2.7.93",
4
4
  "scripts": {
5
5
  "build": "npx tsc && npx rollup -c --bundleConfigAsCjs && node build.mjs"
6
6
  },