mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
chore(mobile): properly patch openapi with custom response dto (#11753)
This commit is contained in:
parent
fdf0b16fe3
commit
5ec407b57c
12 changed files with 312 additions and 7 deletions
2
mobile/openapi/lib/model/rating_response.dart
generated
2
mobile/openapi/lib/model/rating_response.dart
generated
|
|
@ -13,7 +13,7 @@ part of openapi.api;
|
|||
class RatingResponse {
|
||||
/// Returns a new [RatingResponse] instance.
|
||||
RatingResponse({
|
||||
required this.enabled,
|
||||
this.enabled = false,
|
||||
});
|
||||
|
||||
bool enabled;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue