feat: batch change date and time relatively (#17717)

Co-authored-by: marcel.kuehne <>
Co-authored-by: Zack Pollard <zackpollard@ymail.com>
This commit is contained in:
mkuehne707 2025-08-07 15:42:33 +02:00 committed by GitHub
parent df2525ee08
commit 011a667314
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
19 changed files with 574 additions and 52 deletions

View file

@ -456,6 +456,7 @@ export type AssetMediaResponseDto = {
};
export type AssetBulkUpdateDto = {
dateTimeOriginal?: string;
dateTimeRelative?: number;
description?: string;
duplicateId?: string | null;
ids: string[];
@ -463,6 +464,7 @@ export type AssetBulkUpdateDto = {
latitude?: number;
longitude?: number;
rating?: number;
timeZone?: string;
visibility?: AssetVisibility;
};
export type AssetBulkUploadCheckItem = {