feat: bulk change description ()

Co-authored-by: Tamas Koos <ext_tamas.koos@btrl.ro>
This commit is contained in:
koostamas 2025-05-17 12:17:00 +02:00 committed by GitHub
parent fa45a26cff
commit b63d6cdcd6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
15 changed files with 122 additions and 9 deletions

View file

@ -8605,6 +8605,9 @@
"dateTimeOriginal": {
"type": "string"
},
"description": {
"type": "string"
},
"duplicateId": {
"nullable": true,
"type": "string"

View file

@ -431,6 +431,7 @@ export type AssetMediaResponseDto = {
};
export type AssetBulkUpdateDto = {
dateTimeOriginal?: string;
description?: string;
duplicateId?: string | null;
ids: string[];
isFavorite?: boolean;