Sync BIM attachment versions from viewer storage

This commit is contained in:
DCCONSTRUCTIONS
2026-06-23 11:32:49 +03:00
parent 4ed460ae45
commit df4767a085
4 changed files with 105 additions and 8 deletions
@@ -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;