mezon-js 2.10.85 → 2.10.86

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
@@ -2098,13 +2098,13 @@ export interface ApiSearchMessageDocument {
2098
2098
  //
2099
2099
  display_name?: string;
2100
2100
  //
2101
- mention?: string;
2101
+ mentions?: string;
2102
2102
  //The message ID.
2103
2103
  message_id?: string;
2104
2104
  //
2105
- reaction?: string;
2105
+ reactions?: string;
2106
2106
  //
2107
- reference?: string;
2107
+ references?: string;
2108
2108
  //The user ID of sender.
2109
2109
  sender_id?: string;
2110
2110
  //
package/dist/api.gen.d.ts CHANGED
@@ -1211,10 +1211,10 @@ export interface ApiSearchMessageDocument {
1211
1211
  content?: string;
1212
1212
  create_time?: string;
1213
1213
  display_name?: string;
1214
- mention?: string;
1214
+ mentions?: string;
1215
1215
  message_id?: string;
1216
- reaction?: string;
1217
- reference?: string;
1216
+ reactions?: string;
1217
+ references?: string;
1218
1218
  sender_id?: string;
1219
1219
  update_time?: string;
1220
1220
  username?: string;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "mezon-js",
3
3
 
4
- "version": "2.10.85",
4
+ "version": "2.10.86",
5
5
 
6
6
  "scripts": {
7
7
  "build": "npx tsc && npx rollup -c --bundleConfigAsCjs && node build.mjs"