ФУНКЦИИ - МЕЖПРОЕКТНАЯ КОММУНИКАЦИЯ: self-service workspace invite approval
This commit is contained in:
@@ -49,10 +49,14 @@ export interface IWorkspaceMemberInvitation {
|
||||
email: string;
|
||||
id: string;
|
||||
message: string;
|
||||
nodedc_approval_status?: "not_required" | "pending" | "approved" | "rejected";
|
||||
nodedc_approval_request_id?: string | null;
|
||||
nodedc_approval_decided_at?: Date | null;
|
||||
nodedc_platform_invite_link?: string | null;
|
||||
responded_at: Date;
|
||||
role: TUserPermissions;
|
||||
token: string;
|
||||
invite_link: string;
|
||||
invite_link: string | null;
|
||||
workspace: {
|
||||
id: string;
|
||||
logo_url: string;
|
||||
|
||||
Reference in New Issue
Block a user