spartaxx.businessmodels 1.0.144 → 1.0.146
Sign up to get free protection for your applications and to get access to all the features.
- package/CCC/AccountInfo.ts +7 -1
- package/CCC/CCCTemplateData.ts +1 -0
- package/CCC/ClientInfo.ts +7 -1
- package/package.json +1 -1
package/CCC/AccountInfo.ts
CHANGED
@@ -15,7 +15,6 @@ export interface AccountInfo {
|
|
15
15
|
BlastStatusId?: number;
|
16
16
|
IsHasResidentialAccount?: boolean;
|
17
17
|
|
18
|
-
|
19
18
|
LetterDate?: string;
|
20
19
|
TaxYear?: number;
|
21
20
|
ClientportalUrl?: string;
|
@@ -79,4 +78,11 @@ export interface AccountInfo {
|
|
79
78
|
CompanyPincode?: string;
|
80
79
|
ClientName?: string;
|
81
80
|
ClassificationType?: string;
|
81
|
+
|
82
|
+
FromEmail?: string;
|
83
|
+
EmailSubject?: string;
|
84
|
+
DispositionNotificationTo?: string;
|
85
|
+
ReturnReceiptTo?:string;
|
86
|
+
CommercialLink?: string;
|
87
|
+
ResidentialLink?: string;
|
82
88
|
}
|
package/CCC/CCCTemplateData.ts
CHANGED
@@ -20,6 +20,7 @@ export interface CCCTemplateData {
|
|
20
20
|
FilenamePrefixBAAofA?: string;
|
21
21
|
FilenamePrefixPropertySurvey?: string;
|
22
22
|
FilenamePrefixReason?: string;
|
23
|
+
USMailLetterFileName?:string;
|
23
24
|
GenrationPathForAll?: string[];
|
24
25
|
AccountInfo?: AccountInfo[],
|
25
26
|
ClientInfo?: ClientInfo;
|
package/CCC/ClientInfo.ts
CHANGED
@@ -15,7 +15,6 @@ export interface ClientInfo {
|
|
15
15
|
BlastStatusId?: number;
|
16
16
|
IsHasResidentialAccount?: boolean;
|
17
17
|
|
18
|
-
|
19
18
|
LetterDate?: string;
|
20
19
|
TaxYear?: number;
|
21
20
|
ClientportalUrl?: string;
|
@@ -79,4 +78,11 @@ export interface ClientInfo {
|
|
79
78
|
CompanyPincode?: string;
|
80
79
|
ClientName?: string;
|
81
80
|
ClassificationType?: string;
|
81
|
+
|
82
|
+
FromEmail?: string;
|
83
|
+
EmailSubject?: string;
|
84
|
+
DispositionNotificationTo?: string;
|
85
|
+
ReturnReceiptTo?:string;
|
86
|
+
CommercialLink?: string;
|
87
|
+
ResidentialLink?: string;
|
82
88
|
}
|