@annalib/anna-core 15.0.25 → 15.0.26
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.
|
@@ -1348,7 +1348,8 @@ class AnnaFilterService {
|
|
|
1348
1348
|
"BookedGRP",
|
|
1349
1349
|
"BookedIMPSRevTab",
|
|
1350
1350
|
"BookedCPP",
|
|
1351
|
-
"BookedCPM"
|
|
1351
|
+
"BookedCPM",
|
|
1352
|
+
"AUIMPS"
|
|
1352
1353
|
];
|
|
1353
1354
|
const calendarArr = ["period", "AirDate", "flightStartDate", "flightEndDate", "date",
|
|
1354
1355
|
"startDate", "endDate", "revisionStartDate", "GeneratedOn", "Week", "timeoutDate"];
|