Change TimeBucketAssetResponse::id from Vec<String> to Vec<AssetId>

This commit is contained in:
Joakim Hulthe
2026-04-06 08:36:26 +00:00
parent e5de095ef8
commit 17c540a7d4

View File

@@ -315,7 +315,7 @@ pub struct TimeBucketAssetResponse {
/// Array of file creation timestamps in UTC
pub file_created_at: Vec<String>,
/// Array of asset IDs in the time bucket
pub id: Vec<String>,
pub id: Vec<AssetId>,
/// Array indicating whether each asset is favorited
pub is_favorite: Vec<bool>,
/// Array indicating whether each asset is an image (false for videos)