mirror of
				https://github.com/immich-app/immich.git
				synced 2025-10-31 20:07:41 +09:00 
			
		
		
		
	feat: sync auth user (#20067)
This commit is contained in:
		| @@ -4099,6 +4099,7 @@ export enum Error2 { | ||||
|     NotFound = "not_found" | ||||
| } | ||||
| export enum SyncEntityType { | ||||
|     AuthUserV1 = "AuthUserV1", | ||||
|     UserV1 = "UserV1", | ||||
|     UserDeleteV1 = "UserDeleteV1", | ||||
|     AssetV1 = "AssetV1", | ||||
| @@ -4149,6 +4150,7 @@ export enum SyncRequestType { | ||||
|     AlbumAssetExifsV1 = "AlbumAssetExifsV1", | ||||
|     AssetsV1 = "AssetsV1", | ||||
|     AssetExifsV1 = "AssetExifsV1", | ||||
|     AuthUsersV1 = "AuthUsersV1", | ||||
|     MemoriesV1 = "MemoriesV1", | ||||
|     MemoryToAssetsV1 = "MemoryToAssetsV1", | ||||
|     PartnersV1 = "PartnersV1", | ||||
|   | ||||
		Reference in New Issue
	
	Block a user