Added notifications to the webhook service (#15174)

* Added webhooks to UdiEntityTypes and UdiGetterExtensions.

* Renamed IWebhookservice and amended signature of CreateAsync to allow returning of null.
Added notifications for webhooks.

* Further renames.

* Fixed failing unit test.

* Removed inadvertently added file.
This commit is contained in:
Andy Butland
2023-11-10 10:17:36 +01:00
committed by GitHub
parent e143133bcf
commit 8f8302358a
11 changed files with 126 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
using Microsoft.Extensions.Options;
using Microsoft.Extensions.Options;
using Umbraco.Cms.Core.Configuration.Models;
using Umbraco.Cms.Core.Events;