@reekon-tools/boldr-utils 1.5.1 → 1.5.3
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.
|
@@ -139,7 +139,6 @@ export interface ConversionFileData {
|
|
|
139
139
|
interface FileUploadBase {
|
|
140
140
|
id: string;
|
|
141
141
|
name: string;
|
|
142
|
-
folderPath: string;
|
|
143
142
|
thumbnailUrl: string | null;
|
|
144
143
|
createdBy?: {
|
|
145
144
|
userId: string;
|
|
@@ -147,8 +146,6 @@ interface FileUploadBase {
|
|
|
147
146
|
lastName?: string;
|
|
148
147
|
};
|
|
149
148
|
createdAt?: Date;
|
|
150
|
-
layoutGroupId?: string | null;
|
|
151
|
-
layoutId?: string | null;
|
|
152
149
|
}
|
|
153
150
|
export type FileUpload = FileUploadBase & ({
|
|
154
151
|
type: FileUploadType.Annotation;
|