diff --git a/frontend/src/lib/generated/api.ts b/frontend/src/lib/generated/api.ts index e2cb6a0e..9b126565 100644 --- a/frontend/src/lib/generated/api.ts +++ b/frontend/src/lib/generated/api.ts @@ -2043,6 +2043,16 @@ export interface components { count: number; /** Format: date-time */ happenedAtUntil?: string; + /** + * Format: uuid + * @description Deep-link target comment; populated only for COMMENT_ADDED and MENTION_CREATED kinds. + */ + commentId?: string; + /** + * Format: uuid + * @description Annotation associated with the comment; populated only for COMMENT_ADDED and MENTION_CREATED kinds. + */ + annotationId?: string; }; InvitePrefillDTO: { firstName: string;