mirror of
https://github.com/immich-app/immich.git
synced 2026-05-18 03:10:24 +03:00
- make open-api
This commit is contained in:
@@ -853,6 +853,7 @@ export type SearchExploreResponseDto = {
|
||||
items: SearchExploreItem[];
|
||||
};
|
||||
export type MetadataSearchDto = {
|
||||
albumIds?: string[];
|
||||
checksum?: string;
|
||||
city?: string | null;
|
||||
country?: string | null;
|
||||
@@ -929,6 +930,7 @@ export type PlacesResponseDto = {
|
||||
name: string;
|
||||
};
|
||||
export type RandomSearchDto = {
|
||||
albumIds?: string[];
|
||||
city?: string | null;
|
||||
country?: string | null;
|
||||
createdAfter?: string;
|
||||
@@ -962,6 +964,7 @@ export type RandomSearchDto = {
|
||||
withStacked?: boolean;
|
||||
};
|
||||
export type SmartSearchDto = {
|
||||
albumIds?: string[];
|
||||
city?: string | null;
|
||||
country?: string | null;
|
||||
createdAfter?: string;
|
||||
@@ -996,6 +999,7 @@ export type SmartSearchDto = {
|
||||
withExif?: boolean;
|
||||
};
|
||||
export type StatisticsSearchDto = {
|
||||
albumIds?: string[];
|
||||
city?: string | null;
|
||||
country?: string | null;
|
||||
createdAfter?: string;
|
||||
|
||||
Reference in New Issue
Block a user