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