update api

This commit is contained in:
mertalev
2025-10-10 19:35:18 -04:00
parent 0ad983135c
commit b0aa68d83a
10 changed files with 142 additions and 141 deletions
+2 -2
View File
@@ -676,8 +676,6 @@ class ApiClient {
return SystemConfigOAuthDto.fromJson(value);
case 'SystemConfigPasswordLoginDto':
return SystemConfigPasswordLoginDto.fromJson(value);
case 'SystemConfigRemovePartialUploadsDto':
return SystemConfigRemovePartialUploadsDto.fromJson(value);
case 'SystemConfigReverseGeocodingDto':
return SystemConfigReverseGeocodingDto.fromJson(value);
case 'SystemConfigServerDto':
@@ -742,6 +740,8 @@ class ApiClient {
return UpdateAssetDto.fromJson(value);
case 'UpdateLibraryDto':
return UpdateLibraryDto.fromJson(value);
case 'UploadBackupConfig':
return UploadBackupConfig.fromJson(value);
case 'UploadOkDto':
return UploadOkDto.fromJson(value);
case 'UsageByUserDto':