feat: nightly tasks (#19879)

This commit is contained in:
Jason Rasmussen 2025-07-11 17:32:10 -04:00 committed by GitHub
parent df581cc0d5
commit 47c0dc0d7e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
21 changed files with 538 additions and 60 deletions

View file

@ -638,6 +638,8 @@ class ApiClient {
return SystemConfigMetadataDto.fromJson(value);
case 'SystemConfigNewVersionCheckDto':
return SystemConfigNewVersionCheckDto.fromJson(value);
case 'SystemConfigNightlyTasksDto':
return SystemConfigNightlyTasksDto.fromJson(value);
case 'SystemConfigNotificationsDto':
return SystemConfigNotificationsDto.fromJson(value);
case 'SystemConfigOAuthDto':