@goboomtown/entities-nest
Version:
entities in typescript format. This includes: - CustomerDTO, CustomerLocationDTO, CasesDTO
213 lines (212 loc) • 6.1 kB
TypeScript
export declare function translate(lang: string): {
customer: {
label: {
id: string;
name: string;
nameLegal: string;
street1: string;
street2: string;
city: string;
state: string;
zipcode: string;
email: string;
phone: string;
externalId: string;
industry: string;
status: string;
created: string;
};
description: {
id: string;
name: string;
nameLegal: string;
street1: string;
street2: string;
city: string;
state: string;
zipcode: string;
email: string;
phone: string;
externalId: string;
industry: string;
status: string;
created: string;
};
};
customerLocation: {
label: {
id: string;
customerId: string;
street1: string;
street2: string;
city: string;
state: string;
zipcode: string;
latitude: string;
longitude: string;
phone: string;
siteName: string;
orgTeamIds: string;
externalId: string;
notes: string;
status: string;
customForms: string;
files: string;
merchantIds: string;
metadataValues: string;
products: string;
};
description: {
id: string;
customerId: string;
street1: string;
street2: string;
city: string;
state: string;
zipcode: string;
latitude: string;
longitude: string;
phone: string;
siteName: string;
orgTeamIds: string;
externalId: string;
notes: string;
status: string;
customForms: string;
files: string;
merchantIds: string;
metadataValues: string;
products: string;
};
};
customerContact: {
label: {
id: string;
firstName: string;
lastName: string;
fullName: string;
email: string;
customerLocationId: string;
externalId: string;
lang: string;
smsNumber: string;
customerId: string;
};
description: {
id: string;
firstName: string;
lastName: string;
fullName: string;
email: string;
customerLocationId: string;
externalId: string;
lang: string;
smsNumber: string;
customerId: string;
};
};
cases: {
label: {
id: string;
displayName: string;
remoteId: string;
customerId: string;
customerName: string;
customerEmail: string;
referenceNum: string;
customerLocationId: string;
customerLocationName: string;
resolution: string;
job: string;
status: string;
category: string;
details: string;
customerContactId: string;
customerContactName: string;
customerContactEmail: string;
userId: string;
externalId: string;
type: string;
created: string;
updated: string;
scheduledTime: string;
enrouteTime: string;
arrivalTime: string;
departureTime: string;
idrIsq: string;
idrProcess: string;
idrResolution: string;
specialNotes: string;
ownerOrgTeamId: string;
sponsorOrgTeamId: string;
categoryNew: string;
techSupportMinutes: string;
};
description: {
id: string;
displayName: string;
remoteId: string;
customerId: string;
customerName: string;
customerEmail: string;
referenceNum: string;
customerLocationId: string;
customerLocationName: string;
resolution: string;
job: string;
status: string;
category: string;
details: string;
customerContactId: string;
customerContactName: string;
customerContactEmail: string;
userId: string;
externalId: string;
type: string;
created: string;
updated: string;
scheduledTime: string;
enrouteTime: string;
arrivalTime: string;
departureTime: string;
idrIsq: string;
idrProcess: string;
idrResolution: string;
specialNotes: string;
ownerOrgTeamId: string;
sponsorOrgTeamId: string;
categoryNew: string;
techSupportMinutes: string;
};
};
caseLog: {
label: {
id: string;
issueId: string;
usersFullName: string;
usersNickName: string;
diffLog: string;
created: string;
eventCategory: string;
eventType: string;
eventTypeLabel: string;
eventCategoryLabel: string;
notes: string;
usersCertifications: string;
};
description: {
id: string;
issueId: string;
usersFullName: string;
usersNickName: string;
diffLog: string;
created: string;
eventCategory: string;
eventType: string;
eventTypeLabel: string;
eventCategoryLabel: string;
notes: string;
usersCertifications: string;
};
};
};