mirror of
https://github.com/immich-app/immich.git
synced 2025-07-13 20:38:46 +02:00
refactor(mobile): open api dto upgrade (#12793)
This commit is contained in:
parent
3008050e4c
commit
ad33ce5938
197 changed files with 205 additions and 288 deletions
mobile/openapi/lib/model
1
mobile/openapi/lib/model/queue_status_dto.dart
generated
1
mobile/openapi/lib/model/queue_status_dto.dart
generated
|
@ -46,6 +46,7 @@ class QueueStatusDto {
|
|||
/// [value] if it's a [Map], null otherwise.
|
||||
// ignore: prefer_constructors_over_static_methods
|
||||
static QueueStatusDto? fromJson(dynamic value) {
|
||||
upgradeDto(value, "QueueStatusDto");
|
||||
if (value is Map) {
|
||||
final json = value.cast<String, dynamic>();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue