feat: small refactor, address now is telegram
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
/* tslint:disable */
|
||||
/* eslint-disable */
|
||||
export type ClientDetailsSchema = {
|
||||
address?: (string | null);
|
||||
telegram?: (string | null);
|
||||
phoneNumber?: (string | null);
|
||||
inn?: (string | null);
|
||||
email?: (string | null);
|
||||
|
||||
@@ -5,7 +5,6 @@
|
||||
export type DealQuickCreateRequest = {
|
||||
name: string;
|
||||
clientName: string;
|
||||
clientAddress: string;
|
||||
comment: string;
|
||||
acceptanceDate: string;
|
||||
};
|
||||
|
||||
@@ -6,7 +6,7 @@ export type DealSummaryReorderRequest = {
|
||||
dealId: number;
|
||||
status: number;
|
||||
index: number;
|
||||
deadline: string;
|
||||
comment: string;
|
||||
deadline?: (string | null);
|
||||
comment?: (string | null);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user