diff --git a/packages/core/src/resources/Webhooks.ts b/packages/core/src/resources/Webhooks.ts index ffd0d1a2e..6be6f4cb7 100644 --- a/packages/core/src/resources/Webhooks.ts +++ b/packages/core/src/resources/Webhooks.ts @@ -191,8 +191,8 @@ export interface WebhookIssueEventSchema extends BaseWebhookEventSchema { description: string; homepage: string; }; - assignees: Pick[] | null; - assignee: Pick | null; + assignees: Pick[] | null; + assignee: Pick | null; labels: WebhookLabelSchema[] | null; changes: { updated_by_id: { @@ -256,7 +256,7 @@ export interface WebhookMergeRequestNoteEventSchema extends WebhookBaseNoteEvent }; work_in_progress: boolean; draft: boolean; - assignee: Pick | null; + assignee: Pick | null; detailed_merge_status: string; }; } @@ -377,7 +377,7 @@ export interface WebhookMergeRequestEventSchema extends BaseWebhookEventSchema { current: number | null; }; }; - assignees: Pick[] | null; + assignees: Pick[] | null; reviewers: WebhookLabelSchema[] | null; }