mirror of
https://github.com/immich-app/immich
synced 2026-08-22 13:13:05 +00:00
774 B
774 B
openapi.model.ReleaseEventV1
Load the model package
import 'package:openapi/api.dart';
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| checkedAt | String | When the server last checked for a latest version. As an ISO timestamp | |
| isAvailable | bool | Whether a new version is available | |
| releaseVersion | ServerVersionResponseDto | ||
| serverVersion | ServerVersionResponseDto | ||
| type | ReleaseType |