mirror of
				https://github.com/immich-app/immich.git
				synced 2025-10-31 20:07:41 +09:00 
			
		
		
		
	feat: sync memories (#19579)
This commit is contained in:
		| @@ -4063,11 +4063,11 @@ export enum Error2 { | ||||
| export enum SyncEntityType { | ||||
|     UserV1 = "UserV1", | ||||
|     UserDeleteV1 = "UserDeleteV1", | ||||
|     PartnerV1 = "PartnerV1", | ||||
|     PartnerDeleteV1 = "PartnerDeleteV1", | ||||
|     AssetV1 = "AssetV1", | ||||
|     AssetDeleteV1 = "AssetDeleteV1", | ||||
|     AssetExifV1 = "AssetExifV1", | ||||
|     PartnerV1 = "PartnerV1", | ||||
|     PartnerDeleteV1 = "PartnerDeleteV1", | ||||
|     PartnerAssetV1 = "PartnerAssetV1", | ||||
|     PartnerAssetBackfillV1 = "PartnerAssetBackfillV1", | ||||
|     PartnerAssetDeleteV1 = "PartnerAssetDeleteV1", | ||||
| @@ -4085,6 +4085,10 @@ export enum SyncEntityType { | ||||
|     AlbumToAssetV1 = "AlbumToAssetV1", | ||||
|     AlbumToAssetDeleteV1 = "AlbumToAssetDeleteV1", | ||||
|     AlbumToAssetBackfillV1 = "AlbumToAssetBackfillV1", | ||||
|     MemoryV1 = "MemoryV1", | ||||
|     MemoryDeleteV1 = "MemoryDeleteV1", | ||||
|     MemoryToAssetV1 = "MemoryToAssetV1", | ||||
|     MemoryToAssetDeleteV1 = "MemoryToAssetDeleteV1", | ||||
|     SyncAckV1 = "SyncAckV1" | ||||
| } | ||||
| export enum SyncRequestType { | ||||
| @@ -4098,7 +4102,9 @@ export enum SyncRequestType { | ||||
|     AlbumUsersV1 = "AlbumUsersV1", | ||||
|     AlbumToAssetsV1 = "AlbumToAssetsV1", | ||||
|     AlbumAssetsV1 = "AlbumAssetsV1", | ||||
|     AlbumAssetExifsV1 = "AlbumAssetExifsV1" | ||||
|     AlbumAssetExifsV1 = "AlbumAssetExifsV1", | ||||
|     MemoriesV1 = "MemoriesV1", | ||||
|     MemoryToAssetsV1 = "MemoryToAssetsV1" | ||||
| } | ||||
| export enum TranscodeHWAccel { | ||||
|     Nvenc = "nvenc", | ||||
|   | ||||
		Reference in New Issue
	
	Block a user