@trii/types 2.10.138 → 2.10.140

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.
@@ -75,9 +75,13 @@ export interface MessageAudio {
75
75
  url: string;
76
76
  }
77
77
  export interface MessageImage {
78
+ /** para uso en front */
79
+ id: string | '';
80
+ /** para uso en front */
81
+ name: string | '';
78
82
  /**image/webp */
79
83
  mimeType: string;
80
- /**The url of the video. */
84
+ /**The url of the image. */
81
85
  url: string;
82
86
  caption: string;
83
87
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trii/types",
3
- "version": "2.10.138",
3
+ "version": "2.10.140",
4
4
  "description": "Types definitions for Trii projects - ",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",