UI - МЕЖПРОЕКТНАЯ КОММУНИКАЦИЯ: корректный flow уведомлений Tasker
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user