@trii/types 2.10.143 → 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.
@@ -94,6 +94,7 @@ export interface MessageVideo {
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.143",
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",