spartaxx.businessmodels 1.0.217 → 1.0.218
Sign up to get free protection for your applications and to get access to all the features.
- package/CCC/CCCModel.ts +3 -1
- package/package.json +1 -1
package/CCC/CCCModel.ts
CHANGED
@@ -20,6 +20,7 @@ import { DMQuestion } from "./DMQuestion";
|
|
20
20
|
import { DMpropertySurveyClientInputs } from "./DMpropertySurveyClientInputs";
|
21
21
|
import { DMQuestionImage } from "./DMQuestionImage";
|
22
22
|
import { DMImageInfos } from "./DMImageInfos";
|
23
|
+
import { ClientPackageParam } from "./ClientPackageParam";
|
23
24
|
|
24
25
|
export {
|
25
26
|
ScoreCardDetails,
|
@@ -43,5 +44,6 @@ export {
|
|
43
44
|
DMQuestion,
|
44
45
|
DMpropertySurveyClientInputs,
|
45
46
|
DMQuestionImage,
|
46
|
-
DMImageInfos
|
47
|
+
DMImageInfos,
|
48
|
+
ClientPackageParam
|
47
49
|
}
|