Fin opportunity
This commit is contained in:
@@ -13,5 +13,6 @@ export interface CreateCommunicationDto {
|
||||
calling?: string | null;
|
||||
email?: string | null;
|
||||
meeting?: string | null;
|
||||
contactId?: number;
|
||||
}
|
||||
|
||||
|
||||
@@ -14,5 +14,10 @@ export interface GetCommunicationDto {
|
||||
calling?: string | null;
|
||||
email?: string | null;
|
||||
meeting?: string | null;
|
||||
contactId?: number;
|
||||
contactFirstName?: string | null;
|
||||
contactLastName?: string | null;
|
||||
contactEmail?: string | null;
|
||||
contactPhoneNumber?: string | null;
|
||||
}
|
||||
|
||||
|
||||
@@ -11,6 +11,6 @@
|
||||
|
||||
export interface UpdateStaffDto {
|
||||
f4T2NumberApproval?: string | null;
|
||||
f4T2ExpirationDate?: string;
|
||||
f4T2ExpirationDate?: Date | null;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user