spartaxx.businessmodels 1.0.207 → 1.0.209
Sign up to get free protection for your applications and to get access to all the features.
@@ -85,6 +85,8 @@ export interface ClientSetupInfo {
|
|
85
85
|
ClientId: number;
|
86
86
|
ClientNumber: string;
|
87
87
|
TxrollOcaluc: string;
|
88
|
+
IsRendition: boolean;
|
89
|
+
IsFinancial: boolean;
|
88
90
|
}
|
89
91
|
|
90
92
|
export interface SelectedPropertyList {
|
@@ -92,6 +94,8 @@ export interface SelectedPropertyList {
|
|
92
94
|
AccountNumber: string;
|
93
95
|
PropertyType: string;
|
94
96
|
State: string;
|
97
|
+
IsRendition: boolean;
|
98
|
+
IsFinancial: boolean;
|
95
99
|
}
|
96
100
|
|
97
101
|
export interface SelectedAllProperty {
|
package/Common/AppConfigHub.ts
CHANGED
@@ -52,11 +52,13 @@ export interface AppConfigHub {
|
|
52
52
|
CPckOOTCaliforniaAgentAuthorizationFormPage1BodyHtmlContentId?: string;
|
53
53
|
CPckOOTCaliforniaAgentAuthorizationFormPage2BodyHtmlContentId?: string;
|
54
54
|
CPckOOTCaliforniaPowerOfAttorneyTemplateBodyHtmlContentId?: string;
|
55
|
+
|
55
56
|
ESignLink?: string;
|
56
57
|
CPckFileName?: string;
|
57
58
|
CPckESignLink?:string;
|
58
59
|
CPckSalesCRMESignFromEmail?:string;
|
59
60
|
CPckSalesCRMESignSubject?: string;
|
61
|
+
CPckSalesCRMESignTemplateContentoftheemailHtmlContentId?: string;
|
60
62
|
|
61
63
|
//#endregion
|
62
64
|
|