@trii/types 2.10.140 → 2.10.142

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.
@@ -78,7 +78,7 @@ export interface MessageImage {
78
78
  /** para uso en front */
79
79
  id: string | '';
80
80
  /** para uso en front */
81
- name: string | '';
81
+ filename: string | '';
82
82
  /**image/webp */
83
83
  mimeType: string;
84
84
  /**The url of the image. */
@@ -123,6 +123,13 @@ export interface MessageLocation {
123
123
  url: string;
124
124
  }
125
125
  export interface MessageDocument {
126
+ id: string;
127
+ /**The name for the file*/
128
+ filename: string | '';
129
+ /** mimetype o the file */
130
+ mimeType: string;
131
+ /**The url of the fie. */
132
+ url: string;
126
133
  }
127
134
  export interface MessageReference {
128
135
  messageId: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trii/types",
3
- "version": "2.10.140",
3
+ "version": "2.10.142",
4
4
  "description": "Types definitions for Trii projects - ",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",