mirror of
https://github.com/LukeHagar/immich.git
synced 2025-12-07 20:47:48 +00:00
feat(server): people sync (#19854)
* chore: fix missing usage of deleteType for syncMemoriesV1 * chore: add src path for proper absolute imports in jetbrains * feat: people sync
This commit is contained in:
@@ -588,6 +588,7 @@ export enum SyncRequestType {
|
||||
PartnerStacksV1 = 'PartnerStacksV1',
|
||||
StacksV1 = 'StacksV1',
|
||||
UsersV1 = 'UsersV1',
|
||||
PeopleV1 = 'PeopleV1',
|
||||
}
|
||||
|
||||
export enum SyncEntityType {
|
||||
@@ -635,6 +636,9 @@ export enum SyncEntityType {
|
||||
StackV1 = 'StackV1',
|
||||
StackDeleteV1 = 'StackDeleteV1',
|
||||
|
||||
PersonV1 = 'PersonV1',
|
||||
PersonDeleteV1 = 'PersonDeleteV1',
|
||||
|
||||
SyncAckV1 = 'SyncAckV1',
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user