mirror of
https://github.com/immich-app/immich.git
synced 2024-12-22 01:47:08 +02:00
d314805caf
* feat (server, web): add archive * chore: generate api * feat (web): add empty placeholder for archive page * chore: remove title on favorites page Duplicates sidebar selection. Two pages (Archive and Favorites) are consistent now * refactor (web): create EmptyPlaceholder component for empty pages * fixed menu close button not close: * fix (web): remove not necessary store call * test (web): simplify asset tests code * test (web): simplify asset tests code * chore (server): remove isArchived while uploading * chore (server): remove isArchived from typesense schema * chore: generate api * fix (web): delete asset from archive page * chore: change archive asset count endpoint old endpoint: /asset/archived-count-by-user-id new endpoint: /asset/stat/archive * chore: generate api --------- Co-authored-by: Alex Tran <alex.tran1502@gmail.com>
36 lines
1.3 KiB
Markdown
Generated
36 lines
1.3 KiB
Markdown
Generated
# openapi.model.AssetResponseDto
|
|
|
|
## Load the model package
|
|
```dart
|
|
import 'package:openapi/api.dart';
|
|
```
|
|
|
|
## Properties
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**type** | [**AssetTypeEnum**](AssetTypeEnum.md) | |
|
|
**id** | **String** | |
|
|
**deviceAssetId** | **String** | |
|
|
**ownerId** | **String** | |
|
|
**deviceId** | **String** | |
|
|
**originalPath** | **String** | |
|
|
**originalFileName** | **String** | |
|
|
**resizePath** | **String** | |
|
|
**fileCreatedAt** | **String** | |
|
|
**fileModifiedAt** | **String** | |
|
|
**updatedAt** | **String** | |
|
|
**isFavorite** | **bool** | |
|
|
**isArchived** | **bool** | |
|
|
**mimeType** | **String** | |
|
|
**duration** | **String** | |
|
|
**webpPath** | **String** | |
|
|
**encodedVideoPath** | **String** | | [optional]
|
|
**exifInfo** | [**ExifResponseDto**](ExifResponseDto.md) | | [optional]
|
|
**smartInfo** | [**SmartInfoResponseDto**](SmartInfoResponseDto.md) | | [optional]
|
|
**livePhotoVideoId** | **String** | | [optional]
|
|
**tags** | [**List<TagResponseDto>**](TagResponseDto.md) | | [optional] [default to const []]
|
|
|
|
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
|
|
|