RubyGems
npm
Organizations
Log in
Sign up
npm
spartaxx.businessmodels
Versions diffs
1.0.122 → 1.0.123
spartaxx.businessmodels 1.0.122 → 1.0.123
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (2)
hide
show
package/Common/ManageFrequency.ts
+1
-0
package/package.json
+1
-1
package/Common/ManageFrequency.ts
CHANGED
Viewed
@@ -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
Viewed
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "spartaxx.businessmodels",
3
-
"version": "1.0.
122
",
3
+
"version": "1.0.
123
",
4
4
"main": "protest.js",
5
5
"type": "commonjs",
6
6
"scripts": {