@annalib/anna-core 20.2.58 → 20.2.60

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.
@@ -1515,6 +1515,10 @@ class AnnaFilterService {
1515
1515
  "parentRowRollingAveragePut",
1516
1516
  "ProjectedImpressions",
1517
1517
  "ProjectedRtg",
1518
+ "projectedCPM",
1519
+ "projectedCPP",
1520
+ "bookedEqCpmValue",
1521
+ "bookedEqCppValue",
1518
1522
  ];
1519
1523
  const calendarArr = [
1520
1524
  "period",
@@ -1544,10 +1548,6 @@ class AnnaFilterService {
1544
1548
  "timeoutTime",
1545
1549
  "OtherAvailableSpotsTableStartTime",
1546
1550
  "OtherAvailableSpotsTableEndTime",
1547
- "projectedCPM",
1548
- "projectedCPP",
1549
- "bookedEqCpmValue",
1550
- "bookedEqCppValue",
1551
1551
  ];
1552
1552
  this.sliderSet = new Set(sliderArr);
1553
1553
  this.calendarSet = new Set(calendarArr);