mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
Add ContributorCountResponseDto and expose contributorCounts
on AlbumResponseDto in OpenAPI spec. Regenerate TypeScript SDK and mobile OpenAPI clients to include new types. No breaking changes; fields are additive.
This commit is contained in:
parent
5b333fc03e
commit
bd87d2bd08
7 changed files with 145 additions and 1 deletions
1
mobile/openapi/lib/api.dart
generated
1
mobile/openapi/lib/api.dart
generated
|
|
@ -130,6 +130,7 @@ part 'model/change_password_dto.dart';
|
|||
part 'model/check_existing_assets_dto.dart';
|
||||
part 'model/check_existing_assets_response_dto.dart';
|
||||
part 'model/colorspace.dart';
|
||||
part 'model/contributor_count_response_dto.dart';
|
||||
part 'model/create_album_dto.dart';
|
||||
part 'model/create_library_dto.dart';
|
||||
part 'model/create_profile_image_response_dto.dart';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue