@annalib/anna-core 34.0.37 → 34.0.39

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.
@@ -2031,6 +2031,8 @@ class AnnaFilterService {
2031
2031
  "postedGrp",
2032
2032
  "projectedGrp",
2033
2033
  "bookedRtg",
2034
+ "actualRatings",
2035
+ "actualImpressions"
2034
2036
  ];
2035
2037
  const calendarArr = [
2036
2038
  "period",
@@ -2052,6 +2054,7 @@ class AnnaFilterService {
2052
2054
  "createdOn",
2053
2055
  "airDate",
2054
2056
  "scheduledWeek",
2057
+ "lastUpdatedAt"
2055
2058
  ];
2056
2059
  const timeArr = [
2057
2060
  "StartTimeForFilter",
@@ -2180,6 +2183,7 @@ class AnnaFilterService {
2180
2183
  this.selectedRadio === "period" ||
2181
2184
  this.selectedRadio === "AirDate" ||
2182
2185
  this.selectedRadio === "timeoutDate" ||
2186
+ this.selectedRadio === "lastUpdatedAt" ||
2183
2187
  this.selectedRadio === "flightStartDate" ||
2184
2188
  this.selectedRadio === "flightEndDate" ||
2185
2189
  this.selectedRadio === "date" ||
@@ -2255,6 +2259,7 @@ class AnnaFilterService {
2255
2259
  key === "EndDate" ||
2256
2260
  key === "AirDate" ||
2257
2261
  key === "timeoutDate" ||
2262
+ key === "lastUpdatedAt" ||
2258
2263
  key === "flightStartDate" ||
2259
2264
  key === "flightEndDate" ||
2260
2265
  key === "date" ||
@@ -2422,6 +2427,7 @@ class AnnaFilterService {
2422
2427
  key === "Week" ||
2423
2428
  key === "ActualWeekStartDate" ||
2424
2429
  key === "timeoutDate" ||
2430
+ key === "lastUpdatedAt" ||
2425
2431
  key === "scheduledDate" ||
2426
2432
  key === "airDate" ||
2427
2433
  key === "scheduledWeek") {
@@ -2483,6 +2489,7 @@ class AnnaFilterService {
2483
2489
  key === "EndDate" ||
2484
2490
  key === "AirDate" ||
2485
2491
  key === "timeoutDate" ||
2492
+ key === "lastUpdatedAt" ||
2486
2493
  key === "flightStartDate" ||
2487
2494
  key === "flightEndDate" ||
2488
2495
  key === "date" ||