Change TimeBucketAssetResponse::id from Vec<String> to Vec<AssetId>
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user