RubyGems
npm
Organizations
Log in
Sign up
npm
spartaxx.businessmodels
Versions diffs
1.0.120 → 1.0.121
spartaxx.businessmodels 1.0.120 → 1.0.121
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (6)
hide
show
package/CCC/CCCModel.js
+2
-0
package/CCC/CCCModel.ts
+5
-0
package/CCC/CCCScoreCardDetails.js
+2
-0
package/CCC/CCCScoreCardDetails.ts
+5
-0
package/Common/ManageFrequency.ts
+2
-1
package/package.json
+1
-1
package/CCC/CCCModel.js
ADDED
Viewed
@@ -0,0 +1,2 @@
1
+
"use strict";
2
+
Object.defineProperty(exports, "__esModule", { value: true });
package/CCC/CCCModel.ts
ADDED
Viewed
@@ -0,0 +1,5 @@
1
+
import { ScoreCardDetails } from "./CCCScoreCardDetails";
2
+
3
+
export {
4
+
ScoreCardDetails
5
+
}
package/CCC/CCCScoreCardDetails.js
ADDED
Viewed
@@ -0,0 +1,2 @@
1
+
"use strict";
2
+
Object.defineProperty(exports, "__esModule", { value: true });
package/CCC/CCCScoreCardDetails.ts
ADDED
Viewed
@@ -0,0 +1,5 @@
1
+
export interface ScoreCardDetails {
2
+
TotalCount: number,
3
+
USMailCount?: number,
4
+
EmailCount?: number
5
+
}
package/Common/ManageFrequency.ts
CHANGED
Viewed
@@ -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
Viewed
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "spartaxx.businessmodels",
3
-
"version": "1.0.
120
",
3
+
"version": "1.0.
121
",
4
4
"main": "protest.js",
5
5
"type": "commonjs",
6
6
"scripts": {