mirror of
https://github.com/LukeHagar/immich.git
synced 2025-12-07 12:37:47 +00:00
feat: sync stacks (#19629)
This commit is contained in:
@@ -586,6 +586,7 @@ export enum SyncRequestType {
|
||||
AlbumAssetExifsV1 = 'AlbumAssetExifsV1',
|
||||
MemoriesV1 = 'MemoriesV1',
|
||||
MemoryToAssetsV1 = 'MemoryToAssetsV1',
|
||||
StacksV1 = 'StacksV1',
|
||||
}
|
||||
|
||||
export enum SyncEntityType {
|
||||
@@ -627,6 +628,9 @@ export enum SyncEntityType {
|
||||
MemoryToAssetV1 = 'MemoryToAssetV1',
|
||||
MemoryToAssetDeleteV1 = 'MemoryToAssetDeleteV1',
|
||||
|
||||
StackV1 = 'StackV1',
|
||||
StackDeleteV1 = 'StackDeleteV1',
|
||||
|
||||
SyncAckV1 = 'SyncAckV1',
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user