@epam/ai-dial-shared 0.39.0-rc.7 → 0.39.0-rc.9

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.39.0-rc.7",
5
+ "version": "0.39.0-rc.9",
6
6
  "dependencies": {},
7
7
  "type": "module",
8
8
  "bugs": {
@@ -111,7 +111,6 @@ export interface FolderInterface extends ShareEntity {
111
111
  type: FeatureType;
112
112
  temporary?: boolean;
113
113
  serverSynced?: boolean;
114
- isPublicationFolder?: boolean;
115
114
  }
116
115
  export interface TemporaryFolderInterface extends Omit<FolderInterface, 'type'> {
117
116
  temporary: true;