gdpr audit implemented, email log, vollmachten, pdf delete cancel data privacy and vollmachten, removed message no id card in engergy car, and other contracts that are not telecom contracts, added insert counter for engery

This commit is contained in:
2026-03-21 11:59:53 +01:00
parent 89cf92eaf5
commit f2876f877e
1491 changed files with 265550 additions and 1292 deletions
+20
View File
@@ -157,6 +157,7 @@ export declare function getContractById(id: number, decryptPassword?: boolean):
createdAt: Date;
updatedAt: Date;
customerNumber: string;
consentHash: string | null;
portalEmail: string | null;
type: import(".prisma/client").$Enums.CustomerType;
salutation: string | null;
@@ -235,6 +236,10 @@ export declare function getContractById(id: number, decryptPassword?: boolean):
readingDate: Date;
value: number;
unit: string;
reportedBy: string | null;
status: import(".prisma/client").$Enums.MeterReadingStatus;
transferredAt: Date | null;
transferredBy: string | null;
meterId: number;
}[];
} & {
@@ -424,6 +429,10 @@ export declare function getContractById(id: number, decryptPassword?: boolean):
readingDate: Date;
value: number;
unit: string;
reportedBy: string | null;
status: import(".prisma/client").$Enums.MeterReadingStatus;
transferredAt: Date | null;
transferredBy: string | null;
meterId: number;
}[];
} & {
@@ -742,6 +751,7 @@ export declare function createContract(data: ContractCreateData): Promise<{
createdAt: Date;
updatedAt: Date;
customerNumber: string;
consentHash: string | null;
portalEmail: string | null;
type: import(".prisma/client").$Enums.CustomerType;
salutation: string | null;
@@ -934,6 +944,7 @@ export declare function updateContract(id: number, data: Partial<ContractCreateD
createdAt: Date;
updatedAt: Date;
customerNumber: string;
consentHash: string | null;
portalEmail: string | null;
type: import(".prisma/client").$Enums.CustomerType;
salutation: string | null;
@@ -1012,6 +1023,10 @@ export declare function updateContract(id: number, data: Partial<ContractCreateD
readingDate: Date;
value: number;
unit: string;
reportedBy: string | null;
status: import(".prisma/client").$Enums.MeterReadingStatus;
transferredAt: Date | null;
transferredBy: string | null;
meterId: number;
}[];
} & {
@@ -1201,6 +1216,10 @@ export declare function updateContract(id: number, data: Partial<ContractCreateD
readingDate: Date;
value: number;
unit: string;
reportedBy: string | null;
status: import(".prisma/client").$Enums.MeterReadingStatus;
transferredAt: Date | null;
transferredBy: string | null;
meterId: number;
}[];
} & {
@@ -1466,6 +1485,7 @@ export declare function createFollowUpContract(previousContractId: number): Prom
createdAt: Date;
updatedAt: Date;
customerNumber: string;
consentHash: string | null;
portalEmail: string | null;
type: import(".prisma/client").$Enums.CustomerType;
salutation: string | null;