@annalib/anna-core 13.1.0 → 13.1.2

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.
@@ -1981,7 +1981,7 @@ class AnnaNonEditableGenericTableComponent {
1981
1981
  this.tooltipRadioTextMap.set("agencyName", "Agency");
1982
1982
  this.tooltipRadioTextMap.set("location", "Location");
1983
1983
  this.tooltipRadioTextMap.set("advertiserName", "Advertiser");
1984
- this.tooltipRadioTextMap.set("productCode", "Product Category");
1984
+ this.tooltipRadioTextMap.set("productCode", "Product Code");
1985
1985
  this.tooltipRadioTextMap.set("flightStartDate", "Start Date");
1986
1986
  this.tooltipRadioTextMap.set("flightEndDate", "End Date");
1987
1987
  this.tooltipRadioTextMap.set("orderIdAndRevNumber", "STN Order#-Rev#");
@@ -1997,6 +1997,10 @@ class AnnaNonEditableGenericTableComponent {
1997
1997
  this.tooltipRadioTextMap.set("startEndTimeMulti", "Time");
1998
1998
  this.tooltipRadioTextMap.set("bookedValue", "Booked");
1999
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");
2000
2004
  this.tooltipRadioTextMap.set("userChanges", "User Changes");
2001
2005
  this.tooltipRadioTextMap.set("buyerChanges", "Buyer Changes");
2002
2006
  this.tooltipRadioTextMap.set("userMG", "User MG");