spartaxx.businessmodels 1.0.276 → 1.0.278

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
@@ -12,7 +12,7 @@ import { BlastCountyPriorityResults } from "./BlastCountyPriorityResults";
12
12
  import { GenarateClientPackageParam } from "./GenarateClientPackageParam";
13
13
  import { HistroyInfo } from "./HistroyInfo";
14
14
  import { HistroyInfoResults } from "./HistroyInfoResults";
15
- import { ClientPackageDocument } from "./ClientPackageDocuments";
15
+ import { ClientPackageDocument,GeneratedDocumentInfo } from "./ClientPackageDocuments";
16
16
  import { ManageClientPackage } from "./ManageClientPackage";
17
17
  import { DMUnit } from "./DMUnit";
18
18
  import { DMCategory } from "./DMCategory";
@@ -65,5 +65,6 @@ export {
65
65
  ValidateClientSignWithDocuFirstAPIParam,
66
66
  DynamicDMFormParams,
67
67
  DynamicDMFormClientInputData,
68
- DMpropertySurveyClientInfo
68
+ DMpropertySurveyClientInfo,
69
+ GeneratedDocumentInfo
69
70
  }
@@ -6,6 +6,7 @@ import { ClientPackageParam } from "./ClientPackageParam";
6
6
  import { LookupMaster } from "../Masters/LookupMaster";
7
7
  import { SentEmailServiceParam } from "../Common/SentEmailServiceParam";
8
8
  import { CorrQueueService } from "../Campaign/CorrQueueService";
9
+ import { ClientPackageDocument } from "./ClientPackageDocuments";
9
10
 
10
11
  export interface CCCTemplateData {
11
12
  QualifiedClientInfo?: QualifiedClientInfo;
@@ -21,4 +22,6 @@ export interface CCCTemplateData {
21
22
  SentEmailServiceParam?: SentEmailServiceParam;
22
23
  EngineQueueName?: string;
23
24
  CorrQueueService?: CorrQueueService;
25
+ gUId?: string;
26
+ ClientPackageDocument?: ClientPackageDocument[];
24
27
  }
@@ -6,4 +6,13 @@ export interface ClientPackageDocument {
6
6
  Description?: string;
7
7
  DocumentPath?: string[];
8
8
  IsDocumentGenerated?: boolean;
9
+ GeneratedDocumentInfo?: GeneratedDocumentInfo[]
10
+ }
11
+
12
+ export interface GeneratedDocumentInfo {
13
+ AccountNumber?: string;
14
+ AccountId?: number;
15
+ PropertyAddress?: string;
16
+ IsDocumentGenerated?: boolean;
17
+ DocumentPath?: string;
9
18
  }
@@ -10,7 +10,6 @@ export interface ClientPackageParam {
10
10
  ItIsbeforeClient?: boolean;
11
11
  ToEmail?: string;
12
12
  TeamplateId?: string;
13
- DocumentList?: ClientPackageDocument[];
14
13
  ClientSignature?: string;
15
14
  FromEmail?:string;
16
15
  UserId?: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "spartaxx.businessmodels",
3
- "version": "1.0.276",
3
+ "version": "1.0.278",
4
4
  "main": "protest.js",
5
5
  "type": "commonjs",
6
6
  "scripts": {