mirror of
https://github.com/KevinMidboe/immich.git
synced 2025-10-29 17:40:28 +00:00
* feat(mobile): use cached asset info if unchanged instead of downloading all assets This adds an HTTP ETag to the getAllAssets endpoint and client-side support in the app. If locally cache content is identical to the content on the server, the potentially large list of all assets does not need to be downloaded. * use ts import instead of require
1.1 KiB
1.1 KiB
openapi.model.AssetResponseDto
Load the model package
import 'package:openapi/api.dart';
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| type | AssetTypeEnum | ||
| id | String | ||
| deviceAssetId | String | ||
| ownerId | String | ||
| deviceId | String | ||
| originalPath | String | ||
| resizePath | String | ||
| createdAt | String | ||
| modifiedAt | String | ||
| isFavorite | bool | ||
| mimeType | String | ||
| duration | String | ||
| webpPath | String | ||
| encodedVideoPath | String | [optional] | |
| exifInfo | ExifResponseDto | [optional] | |
| smartInfo | SmartInfoResponseDto | [optional] | |
| livePhotoVideoId | String | [optional] |