New: Health events for Webhooks

Signed-off-by: Robin Dadswell <robin@dadswell.email>
This commit is contained in:
Mark McDowall
2020-10-09 07:38:05 -07:00
committed by nitsua
parent 8e78bf71a1
commit e5f483eadc
8 changed files with 67 additions and 14 deletions
@@ -4,6 +4,7 @@ namespace NzbDrone.Core.Notifications.Webhook
{
public class WebhookImportPayload : WebhookPayload
{
public WebhookAuthor Author { get; set; }
public WebhookBook Book { get; set; }
public List<WebhookBookFile> BookFiles { get; set; }
public bool IsUpgrade { get; set; }