@annalib/anna-core 35.3.11 → 35.3.12

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.
@@ -2114,6 +2114,7 @@ class AnnaFilterService {
2114
2114
  "ModifiedFilterEndDate",
2115
2115
  "lastUpdatedAt",
2116
2116
  "lastUpdatedAtDate",
2117
+ "lastUpdatedOn",
2117
2118
  ];
2118
2119
  const timeArr = [
2119
2120
  "StartTimeForFilter",
@@ -2337,7 +2338,8 @@ class AnnaFilterService {
2337
2338
  key === "airDate" ||
2338
2339
  key === "scheduledWeek" ||
2339
2340
  key === "ModifiedFilterStartDate" ||
2340
- key === "ModifiedFilterEndDate") {
2341
+ key === "ModifiedFilterEndDate" ||
2342
+ key === "lastUpdatedOn") {
2341
2343
  filteredData = filteredData.filter((obj) => this.isObjectInTheRange(obj, value, key));
2342
2344
  }
2343
2345
  else if (key === "period") {
@@ -2571,7 +2573,8 @@ class AnnaFilterService {
2571
2573
  key === "airDate" ||
2572
2574
  key === "scheduledWeek" ||
2573
2575
  key === "ModifiedFilterStartDate" ||
2574
- key === "ModifiedFilterEndDate") {
2576
+ key === "ModifiedFilterEndDate" ||
2577
+ key === "lastUpdatedOn") {
2575
2578
  filteredData = filteredData.filter((obj) => this.isObjectInTheRange(obj, value, key));
2576
2579
  }
2577
2580
  else if (key === "period") {