spartaxx.businessmodels 1.0.142 → 1.0.143

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,4 +1,15 @@
1
1
  export interface AccountInfo {
2
+ ClientId?: number;
3
+ ClientEmail?: string;
4
+ FromEmail?: string;
5
+ DispositionNotificationTo?: string;
6
+ ReturnReceiptTo?: string;
7
+ EmailSubject?:string;
8
+ Homestead?: boolean;
9
+ NeedAgreement?: number;
10
+ NeedAofA?: number;
11
+ NeedBAAofA?: number;
12
+ StartDate?:string;
2
13
  AccountNumber?: string;
3
14
  CadLegalName?: string;
4
15
  LegalDescription?: string;
package/CCC/ClientInfo.ts CHANGED
@@ -1,4 +1,15 @@
1
1
  export interface ClientInfo {
2
+ ClientId?: number;
3
+ ClientEmail?: string;
4
+ FromEmail?: string;
5
+ DispositionNotificationTo?: string;
6
+ ReturnReceiptTo?: string;
7
+ EmailSubject?:string;
8
+ Homestead?: boolean;
9
+ NeedAgreement?: number;
10
+ NeedAofA?: number;
11
+ NeedBAAofA?: number;
12
+ StartDate?:string;
2
13
  AccountNumber?: string;
3
14
  CadLegalName?: string;
4
15
  LegalDescription?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "spartaxx.businessmodels",
3
- "version": "1.0.142",
3
+ "version": "1.0.143",
4
4
  "main": "protest.js",
5
5
  "type": "commonjs",
6
6
  "scripts": {