@annalib/anna-core 13.0.5 → 13.1.0

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.
@@ -1322,8 +1322,12 @@ class AnnaFilterService {
1322
1322
  "userMG",
1323
1323
  "WeeklyAUR",
1324
1324
  "WeeklyAURatingOrImpressions",
1325
- "ApprovedMGsValue",
1326
- "ApprovedADUsValue",
1325
+ "MGsValue",
1326
+ "ADUsValue",
1327
+ "UserCreditedValue",
1328
+ "UserUnresolvedValue",
1329
+ "BuyerAddedValue",
1330
+ "BuyerDeletedValue",
1327
1331
  "BuyerChangesValue",
1328
1332
  "UserChangesValue",
1329
1333
  "BookedGRPOrIMPS",
@@ -1975,7 +1979,7 @@ class AnnaNonEditableGenericTableComponent {
1975
1979
  this.tooltipRadioTextMap.set("agencyName", "Agency");
1976
1980
  this.tooltipRadioTextMap.set("location", "Location");
1977
1981
  this.tooltipRadioTextMap.set("advertiserName", "Advertiser");
1978
- this.tooltipRadioTextMap.set("productCode", "Product Code");
1982
+ this.tooltipRadioTextMap.set("productCode", "Product Category");
1979
1983
  this.tooltipRadioTextMap.set("flightStartDate", "Start Date");
1980
1984
  this.tooltipRadioTextMap.set("flightEndDate", "End Date");
1981
1985
  this.tooltipRadioTextMap.set("orderIdAndRevNumber", "STN Order#-Rev#");
@@ -2076,10 +2080,10 @@ class AnnaNonEditableGenericTableComponent {
2076
2080
  this.tooltipRadioTextMap.set("BookedIMPSRevTab", "IMPS'(000)");
2077
2081
  this.tooltipRadioTextMap.set("BookedCPP", "CPP");
2078
2082
  this.tooltipRadioTextMap.set("BookedCPM", "CPM");
2079
- this.tooltipRadioTextMap.set("ApprovedMGsValueForDisplay", "$ Approved MGS");
2080
- this.tooltipRadioTextMap.set("ApprovedMGsValue", "$ Approved MGS");
2081
- this.tooltipRadioTextMap.set("ApprovedADUsValueForDisplay", "$ Approved ADUS");
2082
- this.tooltipRadioTextMap.set("ApprovedADUsValue", "$ Approved ADUS");
2083
+ this.tooltipRadioTextMap.set("MGsValueForDisplay", "$ MGS");
2084
+ this.tooltipRadioTextMap.set("MGsValue", "$ MGS");
2085
+ this.tooltipRadioTextMap.set("ADUsValueForDisplay", "$ ADUS");
2086
+ this.tooltipRadioTextMap.set("ADUsValue", "$ ADUS");
2083
2087
  this.tooltipRadioTextMap.set("BuyerChangesValueForDisplay", "$ Buyer Change");
2084
2088
  this.tooltipRadioTextMap.set("BuyerChangesValue", "$ Buyer Change");
2085
2089
  this.tooltipRadioTextMap.set("UserChangesValueForDisplay", "$ Seller User Change");