mirror of
https://github.com/immich-app/immich
synced 2025-10-17 18:19:27 +00:00
feat: audit cleanup (#21567)
This commit is contained in:
parent
af1e18d07e
commit
28179a3a1d
40 changed files with 839 additions and 299 deletions
|
|
@ -4921,7 +4921,8 @@ export enum SyncEntityType {
|
|||
UserMetadataV1 = "UserMetadataV1",
|
||||
UserMetadataDeleteV1 = "UserMetadataDeleteV1",
|
||||
SyncAckV1 = "SyncAckV1",
|
||||
SyncResetV1 = "SyncResetV1"
|
||||
SyncResetV1 = "SyncResetV1",
|
||||
SyncCompleteV1 = "SyncCompleteV1"
|
||||
}
|
||||
export enum SyncRequestType {
|
||||
AlbumsV1 = "AlbumsV1",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue