- make open-api

This commit is contained in:
CJPeckover
2025-06-07 01:27:55 -04:00
parent 80da45fc54
commit 16aa0431c2
2 changed files with 14 additions and 1 deletions
@@ -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;