configurable cleanup

This commit is contained in:
mertalev 2025-10-09 16:38:21 -04:00
parent 883eb15ecb
commit ae2abb3cfe
No known key found for this signature in database
GPG key ID: DF6ABC77AAD98C95
14 changed files with 182 additions and 4 deletions

View file

@ -676,6 +676,8 @@ 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':