@trii/types 2.10.266 → 2.10.267

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 */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trii/types",
3
- "version": "2.10.266",
3
+ "version": "2.10.267",
4
4
  "description": "Types definitions for Trii projects - ",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",