Added hook to proppatch request

This commit is contained in:
Tuna Celik
2020-08-19 01:38:49 +02:00
parent 46d1a31441
commit 06fbac67a1
2 changed files with 11 additions and 0 deletions

View File

@@ -29,6 +29,7 @@ class BaseHook:
class HookNotificationItemTypes(Enum):
CPATCH = "cpatch"
UPSERT = "upsert"
DELETE = "delete"