mirror of
https://github.com/freedbygrace/DynamoDNS.git
synced 2026-08-24 17:26:57 +00:00
Add webhook delivery log tracking
Replit-Commit-Author: Agent Replit-Commit-Session-Id: 9111ef36-26c8-4085-84ca-a35dc1fec1b5 Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/7083d608-d6d3-4a6a-9a27-6286c5109627/119179b7-2f0c-4f11-8282-85c8176fc124.jpg
This commit is contained in:
@@ -70,6 +70,11 @@ export interface IStorage {
|
||||
deleteWebhook(id: string): Promise<boolean>;
|
||||
triggerWebhook(webhookId: string, payload: any): Promise<boolean>;
|
||||
|
||||
// Webhook Delivery Logs
|
||||
addWebhookDeliveryLog(log: InsertWebhookDeliveryLog): Promise<WebhookDeliveryLog>;
|
||||
getWebhookDeliveryLog(id: string): Promise<WebhookDeliveryLog | undefined>;
|
||||
getWebhookDeliveryLogsByWebhook(webhookId: string): Promise<WebhookDeliveryLog[]>;
|
||||
|
||||
// Session store
|
||||
sessionStore: any;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user