mezon-js 2.9.38 → 2.9.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/api.gen.ts CHANGED
@@ -778,6 +778,8 @@ export interface ApiChannelSettingItem {
778
778
  //
779
779
  id?: string;
780
780
  //
781
+ last_sent_message?: ApiChannelMessageHeader;
782
+ //
781
783
  meeting_code?: string;
782
784
  //
783
785
  message_count?: string;
package/dist/api.gen.d.ts CHANGED
@@ -448,6 +448,7 @@ export interface ApiChannelSettingItem {
448
448
  channel_type?: number;
449
449
  creator_id?: string;
450
450
  id?: string;
451
+ last_sent_message?: ApiChannelMessageHeader;
451
452
  meeting_code?: string;
452
453
  message_count?: string;
453
454
  parent_id?: string;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "mezon-js",
3
3
 
4
- "version": "2.9.38",
4
+ "version": "2.9.39",
5
5
 
6
6
  "scripts": {
7
7
  "build": "npx tsc && npx rollup -c --bundleConfigAsCjs && node build.mjs"