mezon-js 2.10.41 → 2.10.42

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
@@ -838,6 +838,8 @@ export interface ApiChannelMessageHeader {
838
838
  //
839
839
  referece?: string;
840
840
  //
841
+ repliers?: Array<string>;
842
+ //
841
843
  sender_id?: string;
842
844
  //
843
845
  timestamp_seconds?: number;
@@ -2023,6 +2025,8 @@ export interface ApiSdTopic {
2023
2025
  //
2024
2026
  id?: string;
2025
2027
  //
2028
+ last_sent_message?: ApiChannelMessageHeader;
2029
+ //
2026
2030
  message_id?: string;
2027
2031
  //
2028
2032
  status?: number;
package/dist/api.gen.d.ts CHANGED
@@ -481,6 +481,7 @@ export interface ApiChannelMessageHeader {
481
481
  mention?: string;
482
482
  reaction?: string;
483
483
  referece?: string;
484
+ repliers?: Array<string>;
484
485
  sender_id?: string;
485
486
  timestamp_seconds?: number;
486
487
  }
@@ -1174,6 +1175,7 @@ export interface ApiSdTopic {
1174
1175
  create_time?: string;
1175
1176
  creator_id?: string;
1176
1177
  id?: string;
1178
+ last_sent_message?: ApiChannelMessageHeader;
1177
1179
  message_id?: string;
1178
1180
  status?: number;
1179
1181
  update_time?: string;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "mezon-js",
3
3
 
4
- "version": "2.10.41",
4
+ "version": "2.10.42",
5
5
 
6
6
  "scripts": {
7
7
  "build": "npx tsc && npx rollup -c --bundleConfigAsCjs && node build.mjs"