feat(webhooks): allow manually retrying delivery of outgoing webhooks (#4176)

This commit is contained in:
Sanchith Hegde
2024-04-04 14:37:51 +05:30
committed by GitHub
parent 21e2d78117
commit 63d2b6855a
16 changed files with 449 additions and 64 deletions

View File

@ -34,6 +34,7 @@ pub enum Permission {
WebhookEventRead,
PayoutWrite,
PayoutRead,
WebhookEventWrite,
}
#[derive(Debug, serde::Serialize)]