mezon-js 2.14.46 → 2.14.47

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
@@ -1722,6 +1722,8 @@ export interface ApiMessageAttachment {
1722
1722
  sender_id?: string;
1723
1723
  // duration for video in seconds
1724
1724
  duration?: number;
1725
+ // create_time_seconds
1726
+ create_time_seconds?: number;
1725
1727
  }
1726
1728
 
1727
1729
  /** */
package/dist/api.gen.d.ts CHANGED
@@ -983,6 +983,7 @@ export interface ApiMessageAttachment {
983
983
  message_id?: string;
984
984
  sender_id?: string;
985
985
  duration?: number;
986
+ create_time_seconds?: number;
986
987
  }
987
988
  /** */
988
989
  export interface ApiMessageDeleted {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mezon-js",
3
- "version": "2.14.46",
3
+ "version": "2.14.47",
4
4
  "scripts": {
5
5
  "build": "npx tsc && npx rollup -c --bundleConfigAsCjs && node build.mjs"
6
6
  },