spartaxx.businessmodels 1.0.190 → 1.0.191

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
@@ -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": {