mezon-js 2.10.36 → 2.10.37

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
@@ -2022,6 +2022,8 @@ export interface ApiSdTopic {
2022
2022
  status?: number;
2023
2023
  //
2024
2024
  update_time?: string;
2025
+ //
2026
+ message?: ApiChannelMessage;
2025
2027
  }
2026
2028
 
2027
2029
  /** */
package/dist/api.gen.d.ts CHANGED
@@ -1174,6 +1174,7 @@ export interface ApiSdTopic {
1174
1174
  message_id?: string;
1175
1175
  status?: number;
1176
1176
  update_time?: string;
1177
+ message?: ApiChannelMessage;
1177
1178
  }
1178
1179
  /** */
1179
1180
  export interface ApiSdTopicList {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "mezon-js",
3
3
 
4
- "version": "2.10.36",
4
+ "version": "2.10.37",
5
5
 
6
6
  "scripts": {
7
7
  "build": "npx tsc && npx rollup -c --bundleConfigAsCjs && node build.mjs"