spartaxx.businessmodels 1.0.208 → 1.0.210
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,11 @@ export interface AppConfigHub {
|
|
52
52
|
CPckOOTCaliforniaAgentAuthorizationFormPage1BodyHtmlContentId?: string;
|
53
53
|
CPckOOTCaliforniaAgentAuthorizationFormPage2BodyHtmlContentId?: string;
|
54
54
|
CPckOOTCaliforniaPowerOfAttorneyTemplateBodyHtmlContentId?: string;
|
55
|
-
|
55
|
+
|
56
56
|
ESignLink?: string;
|
57
57
|
CPckFileName?: string;
|
58
|
-
CPckESignLink?:string;
|
59
|
-
CPckSalesCRMESignFromEmail?:string;
|
58
|
+
CPckESignLink?: string;
|
59
|
+
CPckSalesCRMESignFromEmail?: string;
|
60
60
|
CPckSalesCRMESignSubject?: string;
|
61
61
|
CPckSalesCRMESignTemplateContentoftheemailHtmlContentId?: string;
|
62
62
|
|
@@ -162,6 +162,7 @@ export interface AppConfigHub {
|
|
162
162
|
RMQConfigClientPackageQueue?: string;
|
163
163
|
RMQConfigCPckOOTCaliforniaAgentAuthorizationForm?: string;
|
164
164
|
RMQConfigCPckOOTCaliforniaPowerOfAttorney?: string;
|
165
|
+
RMQConfigClentSetup?: string;
|
165
166
|
|
166
167
|
//#endregion
|
167
168
|
|