spartaxx.businessmodels 1.0.190 → 1.0.191

Sign up to get free protection for your applications and to get access to all the features.
package/CCC/CCCModel.ts CHANGED
@@ -11,6 +11,7 @@ import { BlastCountyPriority } from "./BlastCountyPriority";
11
11
  import { BlastCountyPriorityResults } from "./BlastCountyPriorityResults";
12
12
  import { GenarateClientPackageParam } from "./GenarateClientPackageParam";
13
13
  import { HistroyInfo } from "./HistroyInfo";
14
+ import { HistroyInfoResults } from "./HistroyInfoResults";
14
15
 
15
16
  export {
16
17
  ScoreCardDetails,
@@ -25,5 +26,6 @@ export {
25
26
  BlastCountyPriority,
26
27
  BlastCountyPriorityResults,
27
28
  GenarateClientPackageParam,
28
- HistroyInfo
29
+ HistroyInfo,
30
+ HistroyInfoResults
29
31
  }
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,9 @@
1
+ import { HistroyInfo } from "./HistroyInfo";
2
+ import { DatasetSelectOperation } from "Masters/DatasetSelectOperation";
3
+
4
+ export interface HistroyInfoResults {
5
+ HistroyInfo: HistroyInfo[];
6
+ DatasetSelectOperation: DatasetSelectOperation[];
7
+
8
+
9
+ }
@@ -16,4 +16,5 @@ export interface QualifiedClientInfo {
16
16
  BlastDate?: string;
17
17
  Documents?: string;
18
18
  IsSelected?: boolean;
19
+ InitiatedBy?: number;
19
20
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "spartaxx.businessmodels",
3
- "version": "1.0.190",
3
+ "version": "1.0.191",
4
4
  "main": "protest.js",
5
5
  "type": "commonjs",
6
6
  "scripts": {