spartaxx.businessmodels 1.0.353 → 1.0.355
Sign up to get free protection for your applications and to get access to all the features.
package/CCC/CCCModel.ts
CHANGED
@@ -31,7 +31,6 @@ import { DynamicDMFormClientInputData } from "./DynamicDMFormClientInputData";
|
|
31
31
|
import { DMpropertySurveyClientInfo } from "./DMpropertySurveyClientInfo";
|
32
32
|
import { ClientInputFormSteper } from "./ClientInputForm";
|
33
33
|
import { NoticeOfProtestSteper } from "./NoticeOfProtestClientInfo";
|
34
|
-
import { ManageESignLink } from "./ManageESignLink";
|
35
34
|
|
36
35
|
export {
|
37
36
|
ScoreCardDetails,
|
@@ -72,6 +71,5 @@ export {
|
|
72
71
|
AccountDocumentInfo,
|
73
72
|
ClientDocumentInfo,
|
74
73
|
ClientInputFormSteper,
|
75
|
-
NoticeOfProtestSteper
|
76
|
-
ManageESignLink
|
74
|
+
NoticeOfProtestSteper
|
77
75
|
}
|
@@ -22,6 +22,7 @@ export interface ClientContactInfo {
|
|
22
22
|
HomePhone: string;
|
23
23
|
AddressId: number;
|
24
24
|
ContactId: number;
|
25
|
+
IsSMSConcernReceived: boolean;
|
25
26
|
}
|
26
27
|
|
27
28
|
export async function createDefaultClientContactInfo(): Promise<ClientContactInfo> {
|
@@ -46,5 +47,6 @@ export async function createDefaultClientContactInfo(): Promise<ClientContactInf
|
|
46
47
|
HomePhone: "",
|
47
48
|
AddressId: 0,
|
48
49
|
ContactId: 0,
|
50
|
+
IsSMSConcernReceived: false
|
49
51
|
};
|
50
52
|
}
|
package/package.json
CHANGED
package/CCC/ManageESignLink.js
DELETED