RubyGems
npm
Organizations
Log in
Sign up
npm
spartaxx.businessmodels
Versions diffs
1.0.123 → 1.0.125
spartaxx.businessmodels 1.0.123 → 1.0.125
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
-2
package/package.json
+1
-1
package/Common/ManageFrequency.ts
CHANGED
Viewed
@@ -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
Viewed
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "spartaxx.businessmodels",
3
-
"version": "1.0.
123
",
3
+
"version": "1.0.
125
",
4
4
"main": "protest.js",
5
5
"type": "commonjs",
6
6
"scripts": {