UI - МЕЖПРОЕКТНАЯ КОММУНИКАЦИЯ: корректный flow уведомлений Tasker

This commit is contained in:
DCCONSTRUCTIONS
2026-05-12 15:11:17 +03:00
parent 6737138ab7
commit fc59481703
17 changed files with 717 additions and 164 deletions
@@ -34,8 +34,8 @@ export type TNotificationIssueLite = {
};
export type TNotificationData = {
issue: TNotificationIssueLite | undefined;
issue_activity: {
issue?: TNotificationIssueLite | undefined;
issue_activity?: {
id: string | undefined;
actor: string | undefined;
field: string | undefined;
@@ -44,6 +44,14 @@ export type TNotificationData = {
new_value: string | undefined;
old_value: string | undefined;
};
notification_type?: string;
target_url?: string;
workspace_slug?: string;
workspace_name?: string;
project_id?: string;
project_name?: string;
invitee_email?: string;
role?: number;
};
export type TNotification = {