mirror of
https://github.com/immich-app/immich.git
synced 2024-11-17 02:49:01 -07:00
b8313abfa8
* feat: manage authorized devices * chore: open api * get header from mobile app * write header from mobile app * styling * fix unit test * feat: use relative time * feat: update access time * fix: tests * chore: confirm wording * chore: bump test coverage thresholds * feat: add some icons * chore: icon tweaks --------- Co-authored-by: Alex Tran <alex.tran1502@gmail.com>
574 B
Generated
574 B
Generated
openapi.model.AuthDeviceResponseDto
Load the model package
import 'package:openapi/api.dart';
Properties
Name | Type | Description | Notes |
---|---|---|---|
id | String | ||
createdAt | String | ||
updatedAt | String | ||
current | bool | ||
deviceType | String | ||
deviceOS | String |