mirror of
https://github.com/LukeHagar/Prowlarr-TS-SDK.git
synced 2025-12-06 12:47:46 +00:00
6.7 KiB
6.7 KiB
NotificationResource
Example Usage
import { NotificationResource } from "prowlarr";
let value: NotificationResource = {};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
id |
number | ➖ | N/A |
name |
string | ➖ | N/A |
fields |
models.Field[] | ➖ | N/A |
implementationName |
string | ➖ | N/A |
implementation |
string | ➖ | N/A |
configContract |
string | ➖ | N/A |
infoLink |
string | ➖ | N/A |
message |
models.ProviderMessage | ➖ | N/A |
tags |
number[] | ➖ | N/A |
presets |
models.NotificationResource[] | ➖ | N/A |
link |
string | ➖ | N/A |
onGrab |
boolean | ➖ | N/A |
onHealthIssue |
boolean | ➖ | N/A |
onHealthRestored |
boolean | ➖ | N/A |
onApplicationUpdate |
boolean | ➖ | N/A |
supportsOnGrab |
boolean | ➖ | N/A |
includeManualGrabs |
boolean | ➖ | N/A |
supportsOnHealthIssue |
boolean | ➖ | N/A |
supportsOnHealthRestored |
boolean | ➖ | N/A |
includeHealthWarnings |
boolean | ➖ | N/A |
supportsOnApplicationUpdate |
boolean | ➖ | N/A |
testCommand |
string | ➖ | N/A |