feat(chronik): deep-link mentions and comments to the specific comment #301

Merged
marcel merged 11 commits from feat/issue-300-chronik-mention-deep-link into main 2026-04-21 19:06:19 +02:00
Showing only changes of commit 76a3a2e04c - Show all commits

View File

@@ -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;