@trii/types 2.10.142 → 2.10.144

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.
@@ -87,13 +87,14 @@ export interface MessageImage {
87
87
  }
88
88
  export interface MessageVideo {
89
89
  id: string;
90
- animated: boolean;
90
+ animated?: boolean;
91
91
  /**The name for the file on the sender's device. */
92
92
  filename: string | '';
93
93
  /**image/webp */
94
94
  mimeType: string;
95
95
  /**The url of the video. */
96
96
  url: string;
97
+ caption: string;
97
98
  }
98
99
  export interface MessageCdr {
99
100
  callerId: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trii/types",
3
- "version": "2.10.142",
3
+ "version": "2.10.144",
4
4
  "description": "Types definitions for Trii projects - ",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",