added backup and email client
This commit is contained in:
+14
@@ -247,10 +247,12 @@ export declare function getContractById(id: number, decryptPassword?: boolean):
|
||||
createdAt: Date;
|
||||
updatedAt: Date;
|
||||
notes: string | null;
|
||||
hasMailbox: boolean;
|
||||
platform: string | null;
|
||||
isProvisioned: boolean;
|
||||
provisionedAt: Date | null;
|
||||
provisionError: string | null;
|
||||
emailPasswordEncrypted: string | null;
|
||||
} | null;
|
||||
carInsuranceDetails: {
|
||||
id: number;
|
||||
@@ -511,6 +513,11 @@ export declare function getContractById(id: number, decryptPassword?: boolean):
|
||||
portalUsername: string | null;
|
||||
stressfreiEmailId: number | null;
|
||||
}) | null;
|
||||
followUpContract: {
|
||||
id: number;
|
||||
status: import(".prisma/client").$Enums.ContractStatus;
|
||||
contractNumber: string;
|
||||
} | null;
|
||||
} & {
|
||||
id: number;
|
||||
customerId: number;
|
||||
@@ -936,10 +943,12 @@ export declare function updateContract(id: number, data: Partial<ContractCreateD
|
||||
createdAt: Date;
|
||||
updatedAt: Date;
|
||||
notes: string | null;
|
||||
hasMailbox: boolean;
|
||||
platform: string | null;
|
||||
isProvisioned: boolean;
|
||||
provisionedAt: Date | null;
|
||||
provisionError: string | null;
|
||||
emailPasswordEncrypted: string | null;
|
||||
} | null;
|
||||
carInsuranceDetails: {
|
||||
id: number;
|
||||
@@ -1200,6 +1209,11 @@ export declare function updateContract(id: number, data: Partial<ContractCreateD
|
||||
portalUsername: string | null;
|
||||
stressfreiEmailId: number | null;
|
||||
}) | null;
|
||||
followUpContract: {
|
||||
id: number;
|
||||
status: import(".prisma/client").$Enums.ContractStatus;
|
||||
contractNumber: string;
|
||||
} | null;
|
||||
} & {
|
||||
id: number;
|
||||
customerId: number;
|
||||
|
||||
Reference in New Issue
Block a user