Support thumbnail export & import during backup of visual attachments
This commit is contained in:
parent
451ee56c92
commit
61548061b8
30 changed files with 1326 additions and 327 deletions
|
@ -793,6 +793,7 @@ export type DataInterface = {
|
|||
saveAttachmentBackupJob: (job: AttachmentBackupJobType) => Promise<void>;
|
||||
markAllAttachmentBackupJobsInactive: () => Promise<void>;
|
||||
removeAttachmentBackupJob: (job: AttachmentBackupJobType) => Promise<void>;
|
||||
clearAllAttachmentBackupJobs: () => Promise<void>;
|
||||
|
||||
clearAllBackupCdnObjectMetadata: () => Promise<void>;
|
||||
saveBackupCdnObjectMetadata: (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue