feat(chronik): deep-link mentions and comments to the specific comment #301
@@ -2043,6 +2043,16 @@ export interface components {
|
|||||||
count: number;
|
count: number;
|
||||||
/** Format: date-time */
|
/** Format: date-time */
|
||||||
happenedAtUntil?: string;
|
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: {
|
InvitePrefillDTO: {
|
||||||
firstName: string;
|
firstName: string;
|
||||||
|
|||||||
Reference in New Issue
Block a user