spartaxx.businessmodels 1.0.128 → 1.0.130

Sign up to get free protection for your applications and to get access to all the features.
package/CCC/CCCModel.ts CHANGED
@@ -1,7 +1,9 @@
1
1
  import { ScoreCardDetails } from "./ScoreCardDetails";
2
2
  import { ScoreCardSummary } from "./ScoreCardSummary";
3
+ import { QualifiedClientInfo } from "./QualifiedClientInfo";
3
4
 
4
5
  export {
5
6
  ScoreCardDetails,
6
- ScoreCardSummary
7
+ ScoreCardSummary,
8
+ QualifiedClientInfo
7
9
  }
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,11 @@
1
+ export interface QualifiedClientInfo {
2
+ ClientId?: number;
3
+ ClientNumber?: string;
4
+ ClassificationType?: string;
5
+ TotalAccounts?: number;
6
+ ResidentialCounts?: number;
7
+ CommercialCounts?: number;
8
+ Homestead?: number;
9
+ Mode?: string;
10
+ DeliveryAddress?: string;
11
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "spartaxx.businessmodels",
3
- "version": "1.0.128",
3
+ "version": "1.0.130",
4
4
  "main": "protest.js",
5
5
  "type": "commonjs",
6
6
  "scripts": {