@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.
@@ -1332,8 +1332,12 @@ class AnnaFilterService {
1332
1332
  "userMG",
1333
1333
  "WeeklyAUR",
1334
1334
  "WeeklyAURatingOrImpressions",
1335
- "ApprovedMGsValue",
1336
- "ApprovedADUsValue",
1335
+ "MGsValue",
1336
+ "ADUsValue",
1337
+ "UserCreditedValue",
1338
+ "UserUnresolvedValue",
1339
+ "BuyerAddedValue",
1340
+ "BuyerDeletedValue",
1337
1341
  "BuyerChangesValue",
1338
1342
  "UserChangesValue",
1339
1343
  "BookedGRPOrIMPS",
@@ -1977,7 +1981,7 @@ class AnnaNonEditableGenericTableComponent {
1977
1981
  this.tooltipRadioTextMap.set("agencyName", "Agency");
1978
1982
  this.tooltipRadioTextMap.set("location", "Location");
1979
1983
  this.tooltipRadioTextMap.set("advertiserName", "Advertiser");
1980
- this.tooltipRadioTextMap.set("productCode", "Product Code");
1984
+ this.tooltipRadioTextMap.set("productCode", "Product Category");
1981
1985
  this.tooltipRadioTextMap.set("flightStartDate", "Start Date");
1982
1986
  this.tooltipRadioTextMap.set("flightEndDate", "End Date");
1983
1987
  this.tooltipRadioTextMap.set("orderIdAndRevNumber", "STN Order#-Rev#");
@@ -2078,10 +2082,10 @@ class AnnaNonEditableGenericTableComponent {
2078
2082
  this.tooltipRadioTextMap.set("BookedIMPSRevTab", "IMPS'(000)");
2079
2083
  this.tooltipRadioTextMap.set("BookedCPP", "CPP");
2080
2084
  this.tooltipRadioTextMap.set("BookedCPM", "CPM");
2081
- this.tooltipRadioTextMap.set("ApprovedMGsValueForDisplay", "$ Approved MGS");
2082
- this.tooltipRadioTextMap.set("ApprovedMGsValue", "$ Approved MGS");
2083
- this.tooltipRadioTextMap.set("ApprovedADUsValueForDisplay", "$ Approved ADUS");
2084
- this.tooltipRadioTextMap.set("ApprovedADUsValue", "$ Approved ADUS");
2085
+ this.tooltipRadioTextMap.set("MGsValueForDisplay", "$ MGS");
2086
+ this.tooltipRadioTextMap.set("MGsValue", "$ MGS");
2087
+ this.tooltipRadioTextMap.set("ADUsValueForDisplay", "$ ADUS");
2088
+ this.tooltipRadioTextMap.set("ADUsValue", "$ ADUS");
2085
2089
  this.tooltipRadioTextMap.set("BuyerChangesValueForDisplay", "$ Buyer Change");
2086
2090
  this.tooltipRadioTextMap.set("BuyerChangesValue", "$ Buyer Change");
2087
2091
  this.tooltipRadioTextMap.set("UserChangesValueForDisplay", "$ Seller User Change");