mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
chore: remove deprecated endpoint (#13190)
This commit is contained in:
parent
08db817d14
commit
7ee0221c8e
12 changed files with 0 additions and 350 deletions
|
|
@ -2384,19 +2384,6 @@ export function updatePerson({ id, personUpdateDto }: {
|
|||
body: personUpdateDto
|
||||
})));
|
||||
}
|
||||
/**
|
||||
* This property was deprecated in v1.113.0
|
||||
*/
|
||||
export function getPersonAssets({ id }: {
|
||||
id: string;
|
||||
}, opts?: Oazapfts.RequestOpts) {
|
||||
return oazapfts.ok(oazapfts.fetchJson<{
|
||||
status: 200;
|
||||
data: AssetResponseDto[];
|
||||
}>(`/people/${encodeURIComponent(id)}/assets`, {
|
||||
...opts
|
||||
}));
|
||||
}
|
||||
export function mergePerson({ id, mergePersonDto }: {
|
||||
id: string;
|
||||
mergePersonDto: MergePersonDto;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue