update todo.md
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
+100
@@ -29,6 +29,16 @@ export declare function getAllContracts(filters: ContractFilters): Promise<{
|
||||
postalCode: string;
|
||||
city: string;
|
||||
country: string;
|
||||
ownerCompany: string | null;
|
||||
ownerFirstName: string | null;
|
||||
ownerLastName: string | null;
|
||||
ownerStreet: string | null;
|
||||
ownerHouseNumber: string | null;
|
||||
ownerPostalCode: string | null;
|
||||
ownerCity: string | null;
|
||||
ownerPhone: string | null;
|
||||
ownerMobile: string | null;
|
||||
ownerEmail: string | null;
|
||||
} | null;
|
||||
salesPlatform: {
|
||||
id: number;
|
||||
@@ -61,6 +71,16 @@ export declare function getAllContracts(filters: ContractFilters): Promise<{
|
||||
postalCode: string;
|
||||
city: string;
|
||||
country: string;
|
||||
ownerCompany: string | null;
|
||||
ownerFirstName: string | null;
|
||||
ownerLastName: string | null;
|
||||
ownerStreet: string | null;
|
||||
ownerHouseNumber: string | null;
|
||||
ownerPostalCode: string | null;
|
||||
ownerCity: string | null;
|
||||
ownerPhone: string | null;
|
||||
ownerMobile: string | null;
|
||||
ownerEmail: string | null;
|
||||
} | null;
|
||||
cancellationPeriod: {
|
||||
id: number;
|
||||
@@ -190,6 +210,16 @@ export declare function getContractById(id: number, decryptPassword?: boolean):
|
||||
postalCode: string;
|
||||
city: string;
|
||||
country: string;
|
||||
ownerCompany: string | null;
|
||||
ownerFirstName: string | null;
|
||||
ownerLastName: string | null;
|
||||
ownerStreet: string | null;
|
||||
ownerHouseNumber: string | null;
|
||||
ownerPostalCode: string | null;
|
||||
ownerCity: string | null;
|
||||
ownerPhone: string | null;
|
||||
ownerMobile: string | null;
|
||||
ownerEmail: string | null;
|
||||
} | null;
|
||||
salesPlatform: {
|
||||
id: number;
|
||||
@@ -339,6 +369,16 @@ export declare function getContractById(id: number, decryptPassword?: boolean):
|
||||
postalCode: string;
|
||||
city: string;
|
||||
country: string;
|
||||
ownerCompany: string | null;
|
||||
ownerFirstName: string | null;
|
||||
ownerLastName: string | null;
|
||||
ownerStreet: string | null;
|
||||
ownerHouseNumber: string | null;
|
||||
ownerPostalCode: string | null;
|
||||
ownerCity: string | null;
|
||||
ownerPhone: string | null;
|
||||
ownerMobile: string | null;
|
||||
ownerEmail: string | null;
|
||||
} | null;
|
||||
cancellationPeriod: {
|
||||
id: number;
|
||||
@@ -896,6 +936,16 @@ export declare function createContract(data: ContractCreateData): Promise<{
|
||||
postalCode: string;
|
||||
city: string;
|
||||
country: string;
|
||||
ownerCompany: string | null;
|
||||
ownerFirstName: string | null;
|
||||
ownerLastName: string | null;
|
||||
ownerStreet: string | null;
|
||||
ownerHouseNumber: string | null;
|
||||
ownerPostalCode: string | null;
|
||||
ownerCity: string | null;
|
||||
ownerPhone: string | null;
|
||||
ownerMobile: string | null;
|
||||
ownerEmail: string | null;
|
||||
} | null;
|
||||
salesPlatform: {
|
||||
id: number;
|
||||
@@ -931,6 +981,16 @@ export declare function createContract(data: ContractCreateData): Promise<{
|
||||
postalCode: string;
|
||||
city: string;
|
||||
country: string;
|
||||
ownerCompany: string | null;
|
||||
ownerFirstName: string | null;
|
||||
ownerLastName: string | null;
|
||||
ownerStreet: string | null;
|
||||
ownerHouseNumber: string | null;
|
||||
ownerPostalCode: string | null;
|
||||
ownerCity: string | null;
|
||||
ownerPhone: string | null;
|
||||
ownerMobile: string | null;
|
||||
ownerEmail: string | null;
|
||||
} | null;
|
||||
internetDetails: ({
|
||||
phoneNumbers: {
|
||||
@@ -1093,6 +1153,16 @@ export declare function updateContract(id: number, data: Partial<ContractCreateD
|
||||
postalCode: string;
|
||||
city: string;
|
||||
country: string;
|
||||
ownerCompany: string | null;
|
||||
ownerFirstName: string | null;
|
||||
ownerLastName: string | null;
|
||||
ownerStreet: string | null;
|
||||
ownerHouseNumber: string | null;
|
||||
ownerPostalCode: string | null;
|
||||
ownerCity: string | null;
|
||||
ownerPhone: string | null;
|
||||
ownerMobile: string | null;
|
||||
ownerEmail: string | null;
|
||||
} | null;
|
||||
salesPlatform: {
|
||||
id: number;
|
||||
@@ -1242,6 +1312,16 @@ export declare function updateContract(id: number, data: Partial<ContractCreateD
|
||||
postalCode: string;
|
||||
city: string;
|
||||
country: string;
|
||||
ownerCompany: string | null;
|
||||
ownerFirstName: string | null;
|
||||
ownerLastName: string | null;
|
||||
ownerStreet: string | null;
|
||||
ownerHouseNumber: string | null;
|
||||
ownerPostalCode: string | null;
|
||||
ownerCity: string | null;
|
||||
ownerPhone: string | null;
|
||||
ownerMobile: string | null;
|
||||
ownerEmail: string | null;
|
||||
} | null;
|
||||
cancellationPeriod: {
|
||||
id: number;
|
||||
@@ -1743,6 +1823,16 @@ export declare function createFollowUpContract(previousContractId: number): Prom
|
||||
postalCode: string;
|
||||
city: string;
|
||||
country: string;
|
||||
ownerCompany: string | null;
|
||||
ownerFirstName: string | null;
|
||||
ownerLastName: string | null;
|
||||
ownerStreet: string | null;
|
||||
ownerHouseNumber: string | null;
|
||||
ownerPostalCode: string | null;
|
||||
ownerCity: string | null;
|
||||
ownerPhone: string | null;
|
||||
ownerMobile: string | null;
|
||||
ownerEmail: string | null;
|
||||
} | null;
|
||||
salesPlatform: {
|
||||
id: number;
|
||||
@@ -1778,6 +1868,16 @@ export declare function createFollowUpContract(previousContractId: number): Prom
|
||||
postalCode: string;
|
||||
city: string;
|
||||
country: string;
|
||||
ownerCompany: string | null;
|
||||
ownerFirstName: string | null;
|
||||
ownerLastName: string | null;
|
||||
ownerStreet: string | null;
|
||||
ownerHouseNumber: string | null;
|
||||
ownerPostalCode: string | null;
|
||||
ownerCity: string | null;
|
||||
ownerPhone: string | null;
|
||||
ownerMobile: string | null;
|
||||
ownerEmail: string | null;
|
||||
} | null;
|
||||
internetDetails: ({
|
||||
phoneNumbers: {
|
||||
|
||||
Reference in New Issue
Block a user