mirror of
https://github.com/immich-app/immich
synced 2026-08-22 13:13:05 +00:00
feat(mobile): add three-state field serialization (#27231)
* bump to v7.22.0 and update patching * gen client * migrate mobile call sites
This commit is contained in:
parent
1bb7517da0
commit
96d521e149
161 changed files with 3531 additions and 3369 deletions
9
open-api/patch/time_bucket_asset_response_dto.dart.patch
Normal file
9
open-api/patch/time_bucket_asset_response_dto.dart.patch
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
@@ -83,7 +83,7 @@
|
||||
List<num> ratio;
|
||||
|
||||
/// Array of stack information as [stackId, assetCount] tuples (null for non-stacked assets)
|
||||
- Optional<List<List<String>>?> stack;
|
||||
+ Optional<List<List<String>?>?> stack;
|
||||
|
||||
/// Array of BlurHash strings for generating asset previews (base64 encoded)
|
||||
List<String> thumbhash;
|
||||
Loading…
Add table
Add a link
Reference in a new issue