spartaxx.businessmodels 1.0.124 → 1.0.125

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,5 @@
1
1
  export interface ManageFrequencyConfig {
2
- Year?: number;
3
- Month?: string;
2
+ Frequency?:string;
4
3
  Week?: string;
5
4
  Day?: string[];
6
5
  StartTime?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "spartaxx.businessmodels",
3
- "version": "1.0.124",
3
+ "version": "1.0.125",
4
4
  "main": "protest.js",
5
5
  "type": "commonjs",
6
6
  "scripts": {