mirror of
https://github.com/immich-app/immich.git
synced 2024-12-20 00:38:24 +02:00
b71d7e33bb
* refactor(server): calculate asset type server-side
* chore: open api
* chore: remove comments
* fix: linting
* update
* Revert "update"
This reverts commit dc58702923
.
* fix: upload LivePhotos
* chore: remove unused request fields for upload
* remove unused method
* mobile-fix: livePhoto filename
* fix: revert check for livephotos filename and extension
---------
Co-authored-by: Alex Tran <alex.tran1502@gmail.com>
26 lines
857 B
Markdown
Generated
26 lines
857 B
Markdown
Generated
# openapi.model.ImportAssetDto
|
|
|
|
## Load the model package
|
|
```dart
|
|
import 'package:openapi/api.dart';
|
|
```
|
|
|
|
## Properties
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**isReadOnly** | **bool** | | [optional] [default to true]
|
|
**assetPath** | **String** | |
|
|
**sidecarPath** | **String** | | [optional]
|
|
**deviceAssetId** | **String** | |
|
|
**deviceId** | **String** | |
|
|
**fileCreatedAt** | [**DateTime**](DateTime.md) | |
|
|
**fileModifiedAt** | [**DateTime**](DateTime.md) | |
|
|
**isFavorite** | **bool** | |
|
|
**isArchived** | **bool** | | [optional]
|
|
**isVisible** | **bool** | | [optional]
|
|
**duration** | **String** | | [optional]
|
|
|
|
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
|
|
|