mezon-js 2.10.47 → 2.10.48

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.
Files changed (2) hide show
  1. package/api.gen.ts +4 -0
  2. package/package.json +1 -1
package/api.gen.ts CHANGED
@@ -619,6 +619,10 @@ export interface ApiChannelAttachment {
619
619
  url?: string;
620
620
  //message id.
621
621
  message_id?: string;
622
+ //message id.
623
+ width?: number;
624
+ //message id.
625
+ hight?: number;
622
626
  }
623
627
 
624
628
  /** */
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "mezon-js",
3
3
 
4
- "version": "2.10.47",
4
+ "version": "2.10.48",
5
5
 
6
6
  "scripts": {
7
7
  "build": "npx tsc && npx rollup -c --bundleConfigAsCjs && node build.mjs"