scheduler-node-models 1.1.34 → 1.1.36

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "scheduler-node-models",
3
- "version": "1.1.34",
3
+ "version": "1.1.36",
4
4
  "main": "index.js",
5
5
  "types": "index.d.ts",
6
6
  "files": [
@@ -32,7 +32,7 @@ export declare class Variation implements IVariation {
32
32
  startdate: Date;
33
33
  enddate: Date;
34
34
  schedule: Schedule;
35
- constructor(vari: IVariation);
35
+ constructor(vari?: IVariation);
36
36
  /**
37
37
  * This function is used to sort this object from another variation object
38
38
  * @param other The other variation object for comparison