mirror of
https://github.com/immich-app/immich.git
synced 2025-12-23 09:15:05 +03:00
chore(server): enable swagger to take class validator rules into account (#9022)
* enable swagger to take class validator rules into account * chore: open api
This commit is contained in:
3
mobile/openapi/lib/model/smart_search_dto.dart
generated
3
mobile/openapi/lib/model/smart_search_dto.dart
generated
@@ -192,6 +192,7 @@ class SmartSearchDto {
|
||||
///
|
||||
String? model;
|
||||
|
||||
/// Minimum value: 1
|
||||
///
|
||||
/// Please note: This property should have been non-nullable! Since the specification file
|
||||
/// does not include a default value (using the "default:" property), however, the generated
|
||||
@@ -204,6 +205,8 @@ class SmartSearchDto {
|
||||
|
||||
String query;
|
||||
|
||||
/// Minimum value: 1
|
||||
/// Maximum value: 1000
|
||||
///
|
||||
/// Please note: This property should have been non-nullable! Since the specification file
|
||||
/// does not include a default value (using the "default:" property), however, the generated
|
||||
|
||||
Reference in New Issue
Block a user