mirror of
https://github.com/LukeHagar/Prowlarr-TS-SDK.git
synced 2025-12-06 04:21:03 +00:00
13 KiB
13 KiB
ReleaseResource
Example Usage
import { ReleaseResource } from "prowlarr";
let value: ReleaseResource = {};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
id |
number | ➖ | N/A |
guid |
string | ➖ | N/A |
age |
number | ➖ | N/A |
ageHours |
number | ➖ | N/A |
ageMinutes |
number | ➖ | N/A |
size |
number | ➖ | N/A |
files |
number | ➖ | N/A |
grabs |
number | ➖ | N/A |
indexerId |
number | ➖ | N/A |
indexer |
string | ➖ | N/A |
subGroup |
string | ➖ | N/A |
releaseHash |
string | ➖ | N/A |
title |
string | ➖ | N/A |
sortTitle |
string | ➖ | N/A |
imdbId |
number | ➖ | N/A |
tmdbId |
number | ➖ | N/A |
tvdbId |
number | ➖ | N/A |
tvMazeId |
number | ➖ | N/A |
publishDate |
Date | ➖ | N/A |
commentUrl |
string | ➖ | N/A |
downloadUrl |
string | ➖ | N/A |
infoUrl |
string | ➖ | N/A |
posterUrl |
string | ➖ | N/A |
indexerFlags |
string[] | ➖ | N/A |
categories |
models.IndexerCategory[] | ➖ | N/A |
magnetUrl |
string | ➖ | N/A |
infoHash |
string | ➖ | N/A |
seeders |
number | ➖ | N/A |
leechers |
number | ➖ | N/A |
protocol |
models.DownloadProtocol | ➖ | N/A |
fileName |
string | ➖ | N/A |
downloadClientId |
number | ➖ | N/A |