@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 +1 -1
- package/src/types/chat.d.ts +0 -1
package/package.json
CHANGED
package/src/types/chat.d.ts
CHANGED
|
@@ -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;
|