@trii/types 2.10.524 → 2.10.526

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.
@@ -396,9 +396,10 @@ export interface IMessage {
396
396
  comment?: CommentData;
397
397
  isLoaded: boolean;
398
398
  isHighlighted: boolean;
399
- isEdited: boolean;
399
+ edited: boolean;
400
400
  editedAt?: Date;
401
401
  deleted: boolean;
402
+ deletedAt?: Date;
402
403
  updatedAt?: Date;
403
404
  updatedBy?: UserInfo;
404
405
  }
@@ -10,5 +10,6 @@ interface IEnding {
10
10
  }
11
11
  interface IEndingConfig {
12
12
  enabled: boolean;
13
+ completeWithAI: boolean;
13
14
  }
14
15
  export { IEnding, IEndingConfig };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trii/types",
3
- "version": "2.10.524",
3
+ "version": "2.10.526",
4
4
  "description": "Types definitions for Trii projects - ",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",