@trii/types 2.10.267 → 2.10.269

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.
@@ -1,6 +1,6 @@
1
1
  export declare type EventQueue = {
2
- type: 'Message' | 'MessageStatus' | 'Post';
3
- action: 'add' | 'remove' | 'edited';
2
+ type: 'Message' | 'MessageStatus' | 'Post' | 'MessageAckStatus' | 'Conversation';
3
+ action: 'add' | 'remove' | 'edited' | 'create' | 'delete';
4
4
  channelRef: string;
5
5
  data: any;
6
6
  };
@@ -164,6 +164,7 @@ export interface MessageDocument {
164
164
  filename: string | '';
165
165
  /** mimetype o the file */
166
166
  mimeType: string;
167
+ caption: string;
167
168
  /**The url of the fie. */
168
169
  url: string;
169
170
  mediaid?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trii/types",
3
- "version": "2.10.267",
3
+ "version": "2.10.269",
4
4
  "description": "Types definitions for Trii projects - ",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",