spartaxx.businessmodels 1.0.196 → 1.0.198

Sign up to get free protection for your applications and to get access to all the features.
@@ -20,4 +20,9 @@ export interface AccountInfo {
20
20
  FinalValue?: string;
21
21
  StandardContingency?: string;
22
22
  LitigationContingency?: string;
23
+
24
+ OwnerName?: string;
25
+ OwnerEmail?: string;
26
+ OwnerPhone?: string;
27
+ OwnerAddress?: string;
23
28
  }
package/CCC/ClientInfo.ts CHANGED
@@ -42,5 +42,16 @@ export interface ClientInfo {
42
42
  IsHasResidentialAccount?: boolean;
43
43
  IsNeedPropertySurveyForm?: boolean;
44
44
  ESignLink?: string;
45
+ ClientEmail?: string;
46
+ ClientAddress?: string;
47
+ ClientCity?: string;
48
+ ClientState?: string;
49
+ ClientPinCode?: string;
50
+ Day?: number;
51
+ Month?: number;
52
+ Year?: number;
53
+ Terms?: string;
54
+ Title?: string;
55
+ ClientSignature?: string;
45
56
  AccountInfo?: AccountInfo[];
46
57
  }
@@ -1,6 +1,7 @@
1
1
  export interface GenarateClientPackageParam {
2
2
  LeadId?: number;
3
3
  ClientId?: number;
4
+ ClientNumber?: string;
4
5
  DocuementIds?: string[];
5
6
  ItIsBeforeClient?: boolean;
6
7
  }
@@ -52,6 +52,7 @@ export interface AppConfigHub {
52
52
  CPckOOTCaliforniaAgentAuthorizationFormPage2BodyHtmlContentId?: string;
53
53
  CPckOOTCaliforniaPowerOfAttorneyTemplateBodyHtmlContentId?: string;
54
54
  ESignLink?: string;
55
+ CPckFileName?: string;
55
56
 
56
57
  //#endregion
57
58
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "spartaxx.businessmodels",
3
- "version": "1.0.196",
3
+ "version": "1.0.198",
4
4
  "main": "protest.js",
5
5
  "type": "commonjs",
6
6
  "scripts": {