spartaxx.businessmodels 1.0.193 → 1.0.195

Sign up to get free protection for your applications and to get access to all the features.
package/CCC/CCCModel.ts CHANGED
@@ -12,6 +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
16
 
16
17
  export {
17
18
  ScoreCardDetails,
@@ -27,5 +28,6 @@ export {
27
28
  BlastCountyPriorityResults,
28
29
  GenarateClientPackageParam,
29
30
  HistroyInfo,
30
- HistroyInfoResults
31
+ HistroyInfoResults,
32
+ ClientPackageDocument
31
33
  }
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,9 @@
1
+ export interface ClientPackageDocument {
2
+ Id?: string;
3
+ Name?: string;
4
+ QueueName?: string;
5
+ DocumentOrder?: string;
6
+ Description?: string;
7
+ OutputFilePath?: string;
8
+ OutputBase64Format?: string;
9
+ }
@@ -1,10 +1,6 @@
1
1
  export interface GenarateClientPackageParam {
2
2
  LeadId?: number;
3
3
  ClientId?: number;
4
- AccountId?: number;
5
- PackageId?: number;
6
- BeforeClient?: boolean;
7
- FileGenOutputPath?: string;
8
- FileName?: string;
9
- OutputBase64Format?: string;
10
- }
4
+ DocuementIds?: string[];
5
+ ItIsBeforeClient?: boolean;
6
+ }
@@ -21,7 +21,7 @@ export interface QualifiedClientResults {
21
21
  DatasetFilterCriteria?: ManageCampaignCriteriaLookup[];
22
22
 
23
23
  CampaignId?: number;
24
- FilterCriteriaSelectedValue?: ManageCampaignCriteriaLookup;
25
24
  IsShowCriteriaTextbox?: boolean;
26
25
  CriteriaName?: string;
26
+ FilterCriteriaSelectedValue?: ManageCampaignCriteriaLookup | null;
27
27
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "spartaxx.businessmodels",
3
- "version": "1.0.193",
3
+ "version": "1.0.195",
4
4
  "main": "protest.js",
5
5
  "type": "commonjs",
6
6
  "scripts": {