spartaxx.businessmodels 1.0.218 → 1.0.220

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -35,4 +35,13 @@ export interface AccountInfo {
35
35
  LandValue?: string;
36
36
  ConditionDesire?: string;
37
37
  RemodelYear?: string;
38
+ AppraisalDistrictName?: string;
39
+ AgentName?: string;
40
+ CompleteAgentAddress?: string;
41
+ AgentCode?: string;
42
+ AgentPhone?: string;
43
+ OwnerCity?: string;
44
+ OwnerTown?: string;
45
+ OwnerState?: string;
46
+ OwnerZipCode?: string;
38
47
  }
@@ -4,6 +4,6 @@ export interface ClientPackageDocument {
4
4
  QueueName?: string;
5
5
  DocumentOrder?: number;
6
6
  Description?: string;
7
- DocumentPath?: string;
7
+ DocumentPath?: string[];
8
8
  IsDocumentGenerated?: boolean;
9
9
  }
@@ -2,10 +2,10 @@
2
2
  import { ClientPackageDocument } from "./ClientPackageDocuments";
3
3
 
4
4
  export interface ClientPackageParam {
5
- ClientId?: number
6
- AccountId?: number
7
- PackageId?: string
8
- LeadId?: number
5
+ ClientId?: number;
6
+ AccountId?: number;
7
+ PackageId?: string;
8
+ LeadId?: number;
9
9
  ItIsbeforeClient?: boolean;
10
10
  ToEmail?: string;
11
11
  TeamplateId?: string;
@@ -89,6 +89,14 @@ export interface AppConfigHub {
89
89
  CPckFilenamePrefixAuthorizationForm?: string;
90
90
  CPckFilenameOOTPowerOfAttorney?: string;
91
91
  CPckFilenameOOTCaliforniaAgentAuthorizationForm?: string;
92
+ cpkresidentialagreement?: string;
93
+ cpkresidentialaofa?: string;
94
+ cpkbaaofa?: string;
95
+ cpkpropertysurvey?: string;
96
+ cpkbppagreement?: string;
97
+ cpkcommercialagreement?: string;
98
+ cpkcommercialaofa?: string;
99
+ CPckClientEmailContentId?: string;
92
100
 
93
101
  //#endregion
94
102
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "spartaxx.businessmodels",
3
- "version": "1.0.218",
3
+ "version": "1.0.220",
4
4
  "main": "protest.js",
5
5
  "type": "commonjs",
6
6
  "scripts": {