mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-23 15:06:50 +08:00
### What problem does this PR solve? Feat: Remove HMAC from the webhook #10427 ### Type of change - [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
@ -291,3 +291,10 @@ export interface GlobalVariableType {
|
||||
description: string;
|
||||
type: string;
|
||||
}
|
||||
|
||||
export interface IWebhookTrace {
|
||||
webhook_id: null;
|
||||
events: any[];
|
||||
next_since_ts: number;
|
||||
finished: boolean;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user