@annalib/anna-core 13.0.5 → 13.1.1

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#");
@@ -1991,6 +1995,10 @@ class AnnaNonEditableGenericTableComponent {
1991
1995
  this.tooltipRadioTextMap.set("startEndTimeMulti", "Time");
1992
1996
  this.tooltipRadioTextMap.set("bookedValue", "Booked");
1993
1997
  this.tooltipRadioTextMap.set("bookedSpots", "Spots");
1998
+ this.tooltipRadioTextMap.set("UserCreditedValue", "User Credited");
1999
+ this.tooltipRadioTextMap.set("UserUnresolvedValue", "User Unresolved");
2000
+ this.tooltipRadioTextMap.set("BuyerAddedValue", "Buyer Added");
2001
+ this.tooltipRadioTextMap.set("BuyerDeletedValue", "Buyer Deleted");
1994
2002
  this.tooltipRadioTextMap.set("userChanges", "User Changes");
1995
2003
  this.tooltipRadioTextMap.set("buyerChanges", "Buyer Changes");
1996
2004
  this.tooltipRadioTextMap.set("userMG", "User MG");
@@ -2076,10 +2084,10 @@ class AnnaNonEditableGenericTableComponent {
2076
2084
  this.tooltipRadioTextMap.set("BookedIMPSRevTab", "IMPS'(000)");
2077
2085
  this.tooltipRadioTextMap.set("BookedCPP", "CPP");
2078
2086
  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");
2087
+ this.tooltipRadioTextMap.set("MGsValueForDisplay", "$ MGS");
2088
+ this.tooltipRadioTextMap.set("MGsValue", "$ MGS");
2089
+ this.tooltipRadioTextMap.set("ADUsValueForDisplay", "$ ADUS");
2090
+ this.tooltipRadioTextMap.set("ADUsValue", "$ ADUS");
2083
2091
  this.tooltipRadioTextMap.set("BuyerChangesValueForDisplay", "$ Buyer Change");
2084
2092
  this.tooltipRadioTextMap.set("BuyerChangesValue", "$ Buyer Change");
2085
2093
  this.tooltipRadioTextMap.set("UserChangesValueForDisplay", "$ Seller User Change");