Skip to content

Commit 9a7ddf5

Browse files
committed
Update yarn.lock to include @hawk.so/types@0.5.9 and add webhook property to NotificationsChannelsDBScheme interface
1 parent 0466429 commit 9a7ddf5

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

src/types/notification-channels.d.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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
/**

yarn.lock

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -510,6 +510,13 @@
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"

0 commit comments

Comments
 (0)