File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed
Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -36,6 +36,11 @@ export interface NotificationsChannelsDBScheme {
3636 * Pushes through the Hawk Desktop app
3737 */
3838 desktopPush ?: NotificationsChannelSettingsDBScheme ;
39+
40+ /**
41+ * Alerts through a custom Webhook URL
42+ */
43+ webhook ?: NotificationsChannelSettingsDBScheme ;
3944}
4045
4146/**
Original file line number Diff line number Diff line change 510510 dependencies :
511511 bson "^7.0.0"
512512
513+ " @hawk.so/types@^0.5.9 " :
514+ version "0.5.9"
515+ resolved "https://registry.yarnpkg.com/@hawk.so/types/-/types-0.5.9.tgz#817e8b26283d0367371125f055f2e37a274797bc"
516+ integrity sha512-86aE0Bdzvy8C+Dqd1iZpnDho44zLGX/t92SGuAv2Q52gjSJ7SHQdpGDWtM91FXncfT5uzAizl9jYMuE6Qrtm0Q==
517+ dependencies :
518+ bson "^7.0.0"
519+
513520" @isaacs/cliui@^8.0.2 " :
514521 version "8.0.2"
515522 resolved "https://registry.yarnpkg.com/@isaacs/cliui/-/cliui-8.0.2.tgz#b37667b7bc181c168782259bab42474fbf52b550"
You can’t perform that action at this time.
0 commit comments