spartaxx.businessmodels 1.0.122 → 1.0.124

Sign up to get free protection for your applications and to get access to all the features.
@@ -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.122",
3
+ "version": "1.0.124",
4
4
  "main": "protest.js",
5
5
  "type": "commonjs",
6
6
  "scripts": {