@annalib/anna-core 31.0.3 → 31.0.5

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.
@@ -4835,9 +4835,6 @@ class AnnaNonEditableGenericTableComponent {
4835
4835
  this.tooltipRadioTextMap.set("scheduledADUs", "$ Scheduled ADUs");
4836
4836
  this.tooltipRadioTextMap.set("postedADUs", "$ Posted ADUs");
4837
4837
  this.tooltipRadioTextMap.set("bookedVal", "$ Booked");
4838
- this.tooltipRadioTextMap.set("station", "Station");
4839
- this.tooltipRadioTextMap.set("networkAffiliate", "Network Affiliate");
4840
- this.tooltipRadioTextMap.set("market", "Market");
4841
4838
  }
4842
4839
  selectOrUnselectCheckbox(rowData, columnKeys, isCheckboxSelected) {
4843
4840
  rowData[columnKeys] = !rowData[columnKeys];
@@ -6003,6 +6000,7 @@ class ErrorCodes {
6003
6000
  static { this.SUCCESS_CODE_PATCH = 204; }
6004
6001
  static { this.NO_CONTENT = 204; }
6005
6002
  static { this.under_review = 409; }
6003
+ static { this.UNAUTHORIZED_ACCESS = 401; }
6006
6004
  }
6007
6005
  var Days;
6008
6006
  (function (Days) {