mirror of
https://github.com/immich-app/immich
synced 2025-10-17 18:19:27 +00:00
chore: lifecycle metadata (#9103)
feat(server): track endpoint lifecycle
This commit is contained in:
parent
6eb5d2e95e
commit
59caf1fce4
22 changed files with 171 additions and 19 deletions
|
|
@ -279,6 +279,7 @@ class MetadataSearchDto {
|
|||
///
|
||||
String? previewPath;
|
||||
|
||||
/// This property was deprecated in v1.100.0
|
||||
///
|
||||
/// 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
|
||||
|
|
@ -369,6 +370,7 @@ class MetadataSearchDto {
|
|||
///
|
||||
DateTime? updatedBefore;
|
||||
|
||||
/// This property was deprecated in v1.100.0
|
||||
///
|
||||
/// 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue