feat: mobile editing

This commit is contained in:
bwees
2026-01-20 10:23:43 -06:00
parent b3b9834c00
commit 22317b0360
66 changed files with 12103 additions and 667 deletions
+4
View File
@@ -678,6 +678,10 @@ class ApiClient {
return SyncAlbumV1.fromJson(value);
case 'SyncAssetDeleteV1':
return SyncAssetDeleteV1.fromJson(value);
case 'SyncAssetEditDeleteV1':
return SyncAssetEditDeleteV1.fromJson(value);
case 'SyncAssetEditV1':
return SyncAssetEditV1.fromJson(value);
case 'SyncAssetExifV1':
return SyncAssetExifV1.fromJson(value);
case 'SyncAssetFaceDeleteV1':