spartaxx.businessmodels 1.0.217 → 1.0.219

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
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
  }
@@ -4,6 +4,6 @@ export interface ClientPackageDocument {
4
4
  QueueName?: string;
5
5
  DocumentOrder?: number;
6
6
  Description?: string;
7
- DocumentPath?: string;
7
+ DocumentPath?: string[];
8
8
  IsDocumentGenerated?: boolean;
9
9
  }
@@ -2,10 +2,10 @@
2
2
  import { ClientPackageDocument } from "./ClientPackageDocuments";
3
3
 
4
4
  export interface ClientPackageParam {
5
- ClientId?: number
6
- AccountId?: number
7
- PackageId?: string
8
- LeadId?: number
5
+ ClientId?: number;
6
+ AccountId?: number;
7
+ PackageId?: string;
8
+ LeadId?: number;
9
9
  ItIsbeforeClient?: boolean;
10
10
  ToEmail?: string;
11
11
  TeamplateId?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "spartaxx.businessmodels",
3
- "version": "1.0.217",
3
+ "version": "1.0.219",
4
4
  "main": "protest.js",
5
5
  "type": "commonjs",
6
6
  "scripts": {