mirror of
https://github.com/immich-app/immich.git
synced 2025-07-15 20:38:26 +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
|
@ -119,6 +119,7 @@ class UserAdminUpdateDto {
|
|||
/// [value] if it's a [Map], null otherwise.
|
||||
// ignore: prefer_constructors_over_static_methods
|
||||
static UserAdminUpdateDto? fromJson(dynamic value) {
|
||||
upgradeDto(value, "UserAdminUpdateDto");
|
||||
if (value is Map) {
|
||||
final json = value.cast<String, dynamic>();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue