Add discussion_id to WebhookBaseNoteEventSchema (#3775)

This commit is contained in:
fabb 2025-10-24 08:58:50 +05:00 committed by GitHub
parent 4e28908f81
commit f3e011cebb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -87,6 +87,7 @@ export interface WebhookBaseNoteEventSchema extends BaseWebhookEventSchema {
id: number;
note: string;
noteable_type: string;
discussion_id: string;
author_id: number;
created_at: string;
updated_at: string;