mirror of
https://github.com/immich-app/immich.git
synced 2025-11-14 23:12:51 +09:00
feat: nightly tasks (#19879)
This commit is contained in:
2
mobile/openapi/lib/api_client.dart
generated
2
mobile/openapi/lib/api_client.dart
generated
@@ -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':
|
||||
|
||||
Reference in New Issue
Block a user