This commit is contained in:
mertalev
2025-05-19 15:20:18 -04:00
parent f16bdb2a01
commit f5d9bebd84
7 changed files with 272 additions and 0 deletions
+2
View File
@@ -300,6 +300,8 @@ class ApiClient {
return CreateProfileImageResponseDto.fromJson(value);
case 'DatabaseBackupConfig':
return DatabaseBackupConfig.fromJson(value);
case 'DeduplicateAllDto':
return DeduplicateAllDto.fromJson(value);
case 'DownloadArchiveInfo':
return DownloadArchiveInfo.fromJson(value);
case 'DownloadInfoDto':