mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-06 04:20:46 +00:00
15 KiB
15 KiB
Release
Example Usage
import { Release } from "@lukehagar/plexjs/models/operations";
let value: Release = {};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
added |
string | ➖ | A list of what has been added in this version |
downloadURL |
string | ➖ | The URL of where this update is available |
fixed |
string | ➖ | A list of what has been fixed in this version |
key |
string | ➖ | The URL key of the update |
state |
operations.GetUpdatesStatusState | ➖ | The status of this update. - available - This release is available - downloading - This release is downloading - downloaded - This release has been downloaded - installing - This release is installing - tonight - This release will be installed tonight - skipped - This release has been skipped - error - This release has an error - notify - This release is only notifying it is available (typically because it cannot be installed on this setup) - done - This release is complete |
version |
string | ➖ | The version available |