Sync BIM attachment versions from viewer storage
This commit is contained in:
@@ -26,9 +26,12 @@ export type TBeamModelVersionRecord = {
|
||||
downloadUrl: string;
|
||||
originalFilename: string;
|
||||
previewAvailable: boolean;
|
||||
projectId?: string;
|
||||
sha256?: string;
|
||||
size: number;
|
||||
sourceSrc?: string;
|
||||
src: string;
|
||||
status?: string;
|
||||
type: string;
|
||||
uploadedBy?: string;
|
||||
uploadedAt: string;
|
||||
@@ -44,6 +47,7 @@ export type TBeamViewerAttachment = {
|
||||
downloadUrl: string;
|
||||
originalFilename: string;
|
||||
previewAvailable: boolean;
|
||||
projectId?: string;
|
||||
sha256?: string;
|
||||
src: string;
|
||||
type: string;
|
||||
|
||||
Reference in New Issue
Block a user