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
22 changed files with 171 additions and 19 deletions

View File

@@ -21,7 +21,7 @@ void main() {
// TODO
});
// Deprecated in favor of albumUsers
// This property was deprecated in v1.102.0
// List<String> sharedUserIds (default value: const [])
test('to test the property `sharedUserIds`', () async {
// TODO

View File

@@ -96,7 +96,7 @@ void main() {
// TODO
});
// Deprecated in favor of albumUsers
// This property was deprecated in v1.102.0
// List<UserResponseDto> sharedUsers (default value: const [])
test('to test the property `sharedUsers`', () async {
// TODO

View File

@@ -21,6 +21,7 @@ void main() {
// TODO
});
// This property was deprecated in v1.100.0
// String title
test('to test the property `title`', () async {
// TODO

View File

@@ -156,6 +156,7 @@ void main() {
// TODO
});
// This property was deprecated in v1.100.0
// String resizePath
test('to test the property `resizePath`', () async {
// TODO
@@ -211,6 +212,7 @@ void main() {
// TODO
});
// This property was deprecated in v1.100.0
// String webpPath
test('to test the property `webpPath`', () async {
// TODO