spartaxx.businessmodels 1.0.151 → 1.0.153

Sign up to get free protection for your applications and to get access to all the features.
@@ -78,6 +78,8 @@ export interface AccountInfo {
78
78
  CompanyPincode?: string;
79
79
  ClientName?: string;
80
80
  ClassificationType?: string;
81
+ CompanyWebsite?: string;
82
+ BppPhone?: string;
81
83
 
82
84
  FromEmail?: string;
83
85
  EmailSubject?: string;
package/CCC/ClientInfo.ts CHANGED
@@ -80,11 +80,13 @@ export interface ClientInfo {
80
80
  CompanyPincode?: string;
81
81
  ClientName?: string;
82
82
  ClassificationType?: string;
83
+ CompanyWebsite?: string;
84
+ BppPhone?: string;
83
85
 
84
86
  FromEmail?: string;
85
87
  EmailSubject?: string;
86
88
  DispositionNotificationTo?: string;
87
- ReturnReceiptTo?:string;
89
+ ReturnReceiptTo?: string;
88
90
  CommercialLink?: string;
89
91
  ResidentialLink?: string;
90
92
 
@@ -4,4 +4,5 @@ export interface ProtestDocumentTypes {
4
4
  LetterGeneratePath: string,
5
5
  LetterFileNamePrefix: string;
6
6
  TemplatePath: string;
7
+ LetterGenerateTempPath: string;
7
8
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "spartaxx.businessmodels",
3
- "version": "1.0.151",
3
+ "version": "1.0.153",
4
4
  "main": "protest.js",
5
5
  "type": "commonjs",
6
6
  "scripts": {