@annalib/anna-core 22.1.8 → 22.1.9
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.
|
@@ -1470,7 +1470,9 @@ class AnnaFilterService {
|
|
|
1470
1470
|
"parentRowRollingAveragePutPer",
|
|
1471
1471
|
"parentRowAnnaEstimatesPut",
|
|
1472
1472
|
"parentRowPostedPut",
|
|
1473
|
-
"parentRowRollingAveragePut"
|
|
1473
|
+
"parentRowRollingAveragePut",
|
|
1474
|
+
"ProjectedImpressions",
|
|
1475
|
+
"ProjectedRtg"
|
|
1474
1476
|
];
|
|
1475
1477
|
const calendarArr = ["period", "AirDate", "flightStartDate", "flightEndDate", "date",
|
|
1476
1478
|
"startDate", "endDate", "revisionStartDate", "GeneratedOn", "Week", "timeoutDate", "ViolatingSpotDate", "ViolatedSpotDate"];
|