Make TimeBucketAssetResponse::id mandatory

This commit is contained in:
Joakim Hulthe
2026-04-06 07:52:36 +00:00
parent b0fbf2e5f3
commit edc7b4b1f9

View File

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