configurable cleanup

This commit is contained in:
mertalev 2025-10-09 16:38:21 -04:00
parent d660ab2218
commit 7222d7af30
No known key found for this signature in database
GPG key ID: DF6ABC77AAD98C95
14 changed files with 183 additions and 5 deletions

View file

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