@epam/ai-dial-shared 0.26.5 → 0.26.6

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.
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@epam/ai-dial-shared",
3
3
  "description": "Shared elements that support developing DIAL",
4
4
  "homepage": "https://epam-rail.com",
5
- "version": "0.26.5",
5
+ "version": "0.26.6",
6
6
  "dependencies": {},
7
7
  "type": "module",
8
8
  "bugs": {
@@ -99,7 +99,6 @@ export interface ShareEntity extends Entity, ShareInterface {
99
99
  }
100
100
  export interface ConversationInfo extends ShareEntity {
101
101
  model: ConversationEntityModel;
102
- lastActivityDate?: number;
103
102
  isPlayback?: boolean;
104
103
  isReplay?: boolean;
105
104
  }