spartaxx.businessmodels 1.0.147 → 1.0.149

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,8 @@
1
+ export interface BlastCountyPriority {
2
+ CountyId?: number;
3
+ CountyName?: string;
4
+ Qualified?: number;
5
+ Delivered?: number;
6
+ Pending?: number;
7
+ Priority?: number;
8
+ }
package/CCC/CCCModel.ts CHANGED
@@ -7,6 +7,7 @@ import { ClientInfo } from "./ClientInfo";
7
7
  import { AccountInfo } from "./AccountInfo";
8
8
  import { CCCTemplateData } from "./CCCTemplateData";
9
9
  import { Client } from "./Client";
10
+ import { BlastCountyPriority } from "./BlastCountyPriority";
10
11
 
11
12
  export {
12
13
  ScoreCardDetails,
@@ -17,5 +18,6 @@ export {
17
18
  ClientInfo,
18
19
  AccountInfo,
19
20
  CCCTemplateData,
20
- Client
21
+ Client,
22
+ BlastCountyPriority
21
23
  }
@@ -17,4 +17,7 @@ export interface QualifiedClientInfo {
17
17
  IsNeedPropertySurveyForm?: boolean;
18
18
  BlastStatusId?: number;
19
19
  IsHasResidentialAccount?: boolean;
20
+ ResidentailAccounts?: number;
21
+ CommercialAccounts?: number;
22
+ TotalAccounts?:number;
20
23
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "spartaxx.businessmodels",
3
- "version": "1.0.147",
3
+ "version": "1.0.149",
4
4
  "main": "protest.js",
5
5
  "type": "commonjs",
6
6
  "scripts": {