mezon-js 2.9.38 → 2.9.39

Sign up to get free protection for your applications and to get access to all the features.
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"