mezon-js 2.11.16 → 2.11.17

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
@@ -1521,6 +1521,8 @@ export interface ApiMessageAttachment {
1521
1521
  url?: string;
1522
1522
  //
1523
1523
  width?: number;
1524
+ //
1525
+ thumbnail?: string;
1524
1526
  /** The channel this message belongs to. */
1525
1527
  channel_id?: string;
1526
1528
  // The mode
package/dist/api.gen.d.ts CHANGED
@@ -871,6 +871,7 @@ export interface ApiMessageAttachment {
871
871
  size?: number;
872
872
  url?: string;
873
873
  width?: number;
874
+ thumbnail?: string;
874
875
  /** The channel this message belongs to. */
875
876
  channel_id?: string;
876
877
  mode?: number;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "mezon-js",
3
3
 
4
- "version": "2.11.16",
4
+ "version": "2.11.17",
5
5
 
6
6
  "scripts": {
7
7
  "build": "npx tsc && npx rollup -c --bundleConfigAsCjs && node build.mjs"