mirror of
https://github.com/immich-app/immich
synced 2025-10-17 18:19:27 +00:00
feat: expose createdAt in getAssetInfo (#21184)
* Expose createdAt in getAssetInfo * Add missing createdAt fields
This commit is contained in:
parent
c2313f7a99
commit
5fb8d651ec
6 changed files with 29 additions and 1 deletions
|
|
@ -317,6 +317,8 @@ export type TagResponseDto = {
|
|||
export type AssetResponseDto = {
|
||||
/** base64 encoded sha1 hash */
|
||||
checksum: string;
|
||||
/** The UTC timestamp when the asset was originally uploaded to Immich. */
|
||||
createdAt: string;
|
||||
deviceAssetId: string;
|
||||
deviceId: string;
|
||||
duplicateId?: string | null;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue