feat(web/server): Search by panorama photos (#3470)

* Add panorama filter

* Add generated api changes

* Fix naming
This commit is contained in:
PyKen
2023-07-31 10:31:57 +09:00
committed by GitHub
parent bc3f95c57c
commit 51cfe10c28
9 changed files with 78 additions and 18 deletions

View File

@@ -58,6 +58,11 @@ export class SearchDto {
@IsOptional()
'exifInfo.model'?: string;
@IsString()
@IsNotEmpty()
@IsOptional()
'exifInfo.projectionType'?: string;
@IsString({ each: true })
@IsArray()
@IsOptional()