chore: lifecycle metadata (#9103)

feat(server): track endpoint lifecycle
This commit is contained in:
Jason Rasmussen 2024-04-29 09:48:28 -04:00 committed by GitHub
parent 6eb5d2e95e
commit 59caf1fce4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
22 changed files with 171 additions and 19 deletions

View file

@ -19,7 +19,7 @@ class AddUsersDto {
List<AlbumUserAddDto> albumUsers;
/// Deprecated in favor of albumUsers
/// This property was deprecated in v1.102.0
List<String> sharedUserIds;
@override

View file

@ -84,7 +84,7 @@ class AlbumResponseDto {
bool shared;
/// Deprecated in favor of albumUsers
/// This property was deprecated in v1.102.0
List<UserResponseDto> sharedUsers;
///

View file

@ -20,6 +20,7 @@ class MemoryLaneResponseDto {
List<AssetResponseDto> assets;
/// This property was deprecated in v1.100.0
String title;
int yearsAgo;

View file

@ -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