spartaxx.businessmodels 1.0.177 → 1.0.178

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,31 +1,9 @@
1
1
  import { ClientInfo } from "./ClientInfo";
2
2
  import { QualifiedClientInfo } from "./QualifiedClientInfo";
3
+ import { AppConfigHub } from "../Common/AppConfigHub";
3
4
 
4
5
  export interface CCCTemplateData {
5
- ClientId?: number;
6
- ClientNumber?: string;
7
- FromEmail?: string;
8
- BCC?: string;
9
- CC?: string;
10
- EamilSubject?: string;
11
- LetterGenerationTempPath?: string;
12
- LetterGenerationPath?: string;
13
- FilenamePrefixResicentialCoverLetter?: string;
14
- FilenamePrefixCommercialCoverLetter?: string;
15
- FilenamePrefixContactForm?: string;
16
- FilenamePrefixCommrcialAgreement?: string;
17
- FilenamePrefixResidentialAgreement?: string;
18
- FilenamePrefixAccountList?: string;
19
- FilenamePrefixAofAExpirationForm?: string;
20
- FilenamePrefixConsentForm?: string;
21
- FilenamePrefixResidentialAofA?: string;
22
- FilenamePrefixCommercialAofA?: string;
23
- FilenamePrefixBAAofA?: string;
24
- FilenamePrefixPropertySurvey?: string;
25
- FilenamePrefixReason?: string;
26
- USMailLetterFileName?:string;
27
- GenrationPathForAll?: string[];
28
6
  QualifiedClientInfo?: QualifiedClientInfo;
29
-
30
7
  ClientInfo?: ClientInfo;
8
+ AppConfigHub?: AppConfigHub;
31
9
  }
@@ -51,6 +51,7 @@ export interface AppConfigHub {
51
51
  CPckOOTCaliforniaAgentAuthorizationFormPage1BodyHtmlContentId?: string;
52
52
  CPckOOTCaliforniaAgentAuthorizationFormPage2BodyHtmlContentId?: string;
53
53
  CPckOOTCaliforniaPowerOfAttorneyTemplateBodyHtmlContentId?: string;
54
+ ESignLink?: string;
54
55
 
55
56
  //#endregion
56
57
 
@@ -129,7 +130,7 @@ export interface AppConfigHub {
129
130
  RMQConfigCCCContactForm?: string;
130
131
  RMQConfigCCCAccountList?: string;
131
132
  RMQConfigCCCReasons?: string;
132
-
133
+
133
134
  //#endregion
134
135
 
135
136
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "spartaxx.businessmodels",
3
- "version": "1.0.177",
3
+ "version": "1.0.178",
4
4
  "main": "protest.js",
5
5
  "type": "commonjs",
6
6
  "scripts": {