oro-sdk-apis 7.0.0 → 7.3.1

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.
@@ -990,6 +990,7 @@ var PeriodType;
990
990
  PeriodType["PerMonth"] = "PerMonth";
991
991
  PeriodType["PerWeek"] = "PerWeek";
992
992
  PeriodType["PerBusinessDay"] = "PerBusinessDay";
993
+ PeriodType["PerNonBusinessDay"] = "PerNonBusinessDay";
993
994
  PeriodType["PerDay"] = "PerDay";
994
995
  PeriodType["PerHour"] = "PerHour";
995
996
  })(PeriodType || (PeriodType = {}));