Tsarr Documentation - v1.8.0
    Preparing search index...

    Type Alias NotificationResource

    type NotificationResource = {
        id?: number;
        name?: string | null;
        fields?: Lidarr.Field[] | null;
        implementationName?: string | null;
        implementation?: string | null;
        configContract?: string | null;
        infoLink?: string | null;
        message?: Lidarr.ProviderMessage;
        tags?: number[] | null;
        presets?: Lidarr.NotificationResource[] | null;
        link?: string | null;
        onGrab?: boolean;
        onReleaseImport?: boolean;
        onUpgrade?: boolean;
        onRename?: boolean;
        onArtistAdd?: boolean;
        onArtistDelete?: boolean;
        onAlbumDelete?: boolean;
        onHealthIssue?: boolean;
        onHealthRestored?: boolean;
        onDownloadFailure?: boolean;
        onImportFailure?: boolean;
        onTrackRetag?: boolean;
        onApplicationUpdate?: boolean;
        supportsOnGrab?: boolean;
        supportsOnReleaseImport?: boolean;
        supportsOnUpgrade?: boolean;
        supportsOnRename?: boolean;
        supportsOnArtistAdd?: boolean;
        supportsOnArtistDelete?: boolean;
        supportsOnAlbumDelete?: boolean;
        supportsOnHealthIssue?: boolean;
        supportsOnHealthRestored?: boolean;
        includeHealthWarnings?: boolean;
        supportsOnDownloadFailure?: boolean;
        supportsOnImportFailure?: boolean;
        supportsOnTrackRetag?: boolean;
        supportsOnApplicationUpdate?: boolean;
        testCommand?: string | null;
    }
    Index

    Properties

    id?: number
    name?: string | null
    fields?: Lidarr.Field[] | null
    implementationName?: string | null
    implementation?: string | null
    configContract?: string | null
    infoLink?: string | null
    tags?: number[] | null
    presets?: Lidarr.NotificationResource[] | null
    link?: string | null
    onGrab?: boolean
    onReleaseImport?: boolean
    onUpgrade?: boolean
    onRename?: boolean
    onArtistAdd?: boolean
    onArtistDelete?: boolean
    onAlbumDelete?: boolean
    onHealthIssue?: boolean
    onHealthRestored?: boolean
    onDownloadFailure?: boolean
    onImportFailure?: boolean
    onTrackRetag?: boolean
    onApplicationUpdate?: boolean
    supportsOnGrab?: boolean
    supportsOnReleaseImport?: boolean
    supportsOnUpgrade?: boolean
    supportsOnRename?: boolean
    supportsOnArtistAdd?: boolean
    supportsOnArtistDelete?: boolean
    supportsOnAlbumDelete?: boolean
    supportsOnHealthIssue?: boolean
    supportsOnHealthRestored?: boolean
    includeHealthWarnings?: boolean
    supportsOnDownloadFailure?: boolean
    supportsOnImportFailure?: boolean
    supportsOnTrackRetag?: boolean
    supportsOnApplicationUpdate?: boolean
    testCommand?: string | null