mirror of
https://github.com/immich-app/immich
synced 2025-10-17 18:19:27 +00:00
chore: update openapi (#8470)
This commit is contained in:
parent
6dfa9e1146
commit
8337da183c
15 changed files with 173 additions and 12 deletions
|
|
@ -494,10 +494,13 @@ export type ValidateLibraryImportPathResponseDto = {
|
|||
export type ValidateLibraryResponseDto = {
|
||||
importPaths?: ValidateLibraryImportPathResponseDto[];
|
||||
};
|
||||
export type OnThisDayDto = {
|
||||
year: number;
|
||||
};
|
||||
export type MemoryResponseDto = {
|
||||
assets: AssetResponseDto[];
|
||||
createdAt: string;
|
||||
data: object;
|
||||
data: OnThisDayDto;
|
||||
deletedAt?: string;
|
||||
id: string;
|
||||
isSaved: boolean;
|
||||
|
|
@ -509,7 +512,7 @@ export type MemoryResponseDto = {
|
|||
};
|
||||
export type MemoryCreateDto = {
|
||||
assetIds?: string[];
|
||||
data: object;
|
||||
data: OnThisDayDto;
|
||||
isSaved?: boolean;
|
||||
memoryAt: string;
|
||||
seenAt?: string;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue