spartaxx.businessmodels 1.0.120 → 1.0.122

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,5 @@
1
+ import { ScoreCardDetails } from "./ScoreCardDetails";
2
+
3
+ export {
4
+ ScoreCardDetails
5
+ }
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,5 @@
1
+ export interface ScoreCardDetails {
2
+ TotalCount: number,
3
+ USMailCount?: number,
4
+ EmailCount?: number
5
+ }
@@ -2,6 +2,7 @@ export interface ManageFrequencyConfig {
2
2
  Year?: number;
3
3
  Month?: string;
4
4
  Week?: string;
5
- Day?: string;
5
+ Day?: string[];
6
6
  StartTime?: string;
7
+ Date?: string;
7
8
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "spartaxx.businessmodels",
3
- "version": "1.0.120",
3
+ "version": "1.0.122",
4
4
  "main": "protest.js",
5
5
  "type": "commonjs",
6
6
  "scripts": {