mezon-js 2.7.80 → 2.7.81

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/api.gen.ts CHANGED
@@ -352,6 +352,8 @@ export interface ApiChannelDescription {
352
352
  //creator ID.
353
353
  creator_id?: string;
354
354
  //
355
+ creator_name?: string;
356
+ //
355
357
  last_pin_message?: string;
356
358
  //
357
359
  last_seen_message?: ApiChannelMessageHeader;
package/dist/api.gen.d.ts CHANGED
@@ -202,6 +202,7 @@ export interface ApiChannelDescription {
202
202
  clan_id?: string;
203
203
  count_mess_unread?: number;
204
204
  creator_id?: string;
205
+ creator_name?: string;
205
206
  last_pin_message?: string;
206
207
  last_seen_message?: ApiChannelMessageHeader;
207
208
  last_sent_message?: ApiChannelMessageHeader;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mezon-js",
3
- "version": "2.7.80",
3
+ "version": "2.7.81",
4
4
  "scripts": {
5
5
  "build": "npx tsc && npx rollup -c --bundleConfigAsCjs && node build.mjs"
6
6
  },