chore: lifecycle metadata (#9103)
feat(server): track endpoint lifecycle
This commit is contained in:
2
mobile/openapi/test/add_users_dto_test.dart
generated
2
mobile/openapi/test/add_users_dto_test.dart
generated
@@ -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
|
||||
|
||||
2
mobile/openapi/test/album_response_dto_test.dart
generated
2
mobile/openapi/test/album_response_dto_test.dart
generated
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user