@trii/types 2.10.266 → 2.10.268

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.
@@ -105,6 +105,7 @@ export interface MessageAudio {
105
105
  mimeType: string;
106
106
  /**The url of the audio. */
107
107
  url: string;
108
+ mediaid?: string;
108
109
  }
109
110
  export interface MessageImage {
110
111
  /** para uso en front */
@@ -163,6 +164,7 @@ export interface MessageDocument {
163
164
  filename: string | '';
164
165
  /** mimetype o the file */
165
166
  mimeType: string;
167
+ caption: string;
166
168
  /**The url of the fie. */
167
169
  url: string;
168
170
  mediaid?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trii/types",
3
- "version": "2.10.266",
3
+ "version": "2.10.268",
4
4
  "description": "Types definitions for Trii projects - ",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",