mirror of
https://github.com/KevinMidboe/immich.git
synced 2025-10-29 17:40:28 +00:00
* fix: timezone bucket timezones * chore: open api * fix: interpret local time in utc * fix: tests * fix: refactor memory lane * fix(web): use local date in memory viewer * chore: set localDateTime non-null * fix: filter out memories from the current year * wip: move localDateTime to asset * fix: correct sorting from db * fix: migration * fix: web typo * fix: formatting * fix: e2e * chore: localDateTime is non-null * chore: more non-nulliness * fix: asset stub * fix: tests * fix: use extract and index for day of year * fix: don't show memories before today * fix: cleanup * fix: tests * fix: only use localtime for tz * fix: display memories in client timezone * fix: tests * fix: svelte tests * fix: bugs * chore: open api --------- Co-authored-by: Jonathan Jogenfors <jonathan@jogenfors.se>
1.7 KiB
Generated
1.7 KiB
Generated
openapi.model.AssetResponseDto
Load the model package
import 'package:openapi/api.dart';
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| checksum | String | base64 encoded sha1 hash | |
| deviceAssetId | String | ||
| deviceId | String | ||
| duration | String | ||
| exifInfo | ExifResponseDto | [optional] | |
| fileCreatedAt | DateTime | ||
| fileModifiedAt | DateTime | ||
| id | String | ||
| isArchived | bool | ||
| isExternal | bool | ||
| isFavorite | bool | ||
| isOffline | bool | ||
| isReadOnly | bool | ||
| libraryId | String | ||
| livePhotoVideoId | String | [optional] | |
| localDateTime | DateTime | ||
| originalFileName | String | ||
| originalPath | String | ||
| owner | UserResponseDto | [optional] | |
| ownerId | String | ||
| people | List | [optional] [default to const []] | |
| resized | bool | ||
| smartInfo | SmartInfoResponseDto | [optional] | |
| tags | List | [optional] [default to const []] | |
| thumbhash | String | base64 encoded thumbhash | |
| type | AssetTypeEnum | ||
| updatedAt | DateTime |