spartaxx.businessmodels 1.0.121 → 1.0.123

Sign up to get free protection for your applications and to get access to all the features.
package/CCC/CCCModel.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { ScoreCardDetails } from "./CCCScoreCardDetails";
1
+ import { ScoreCardDetails } from "./ScoreCardDetails";
2
2
 
3
3
  export {
4
4
  ScoreCardDetails
@@ -5,4 +5,5 @@ export interface ManageFrequencyConfig {
5
5
  Day?: string[];
6
6
  StartTime?: string;
7
7
  Date?: string;
8
+ OnDay?: number;
8
9
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "spartaxx.businessmodels",
3
- "version": "1.0.121",
3
+ "version": "1.0.123",
4
4
  "main": "protest.js",
5
5
  "type": "commonjs",
6
6
  "scripts": {