@epam/ai-dial-shared 0.45.0-rc.20 → 0.45.0-rc.22

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://dialx.ai",
5
- "version": "0.45.0-rc.20",
5
+ "version": "0.45.0-rc.22",
6
6
  "dependencies": {},
7
7
  "type": "module",
8
8
  "bugs": {
@@ -115,6 +115,7 @@ export interface FolderInterface extends ShareEntity {
115
115
  type: FeatureType;
116
116
  temporary?: boolean;
117
117
  serverSynced?: boolean;
118
+ isRootSharedItem?: boolean;
118
119
  }
119
120
  export interface TemporaryFolderInterface extends Omit<FolderInterface, 'type'> {
120
121
  temporary: true;