@c8y/ngx-components 1023.14.197 → 1023.14.201

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.
@@ -22094,7 +22094,9 @@ var ApplicationPluginStatus;
22094
22094
  ApplicationPluginStatus["ORPHANED"] = "ORPHANED";
22095
22095
  ApplicationPluginStatus["LATEST"] = "LATEST";
22096
22096
  ApplicationPluginStatus["OUTDATED"] = "OUTDATED";
22097
+ /** @deprecated It is not used anymore, but kept for backward compatibility. */
22097
22098
  ApplicationPluginStatus["REVOKED"] = "REVOKED";
22099
+ ApplicationPluginStatus["FALLBACK"] = "FALLBACK";
22098
22100
  ApplicationPluginStatus["AUTO"] = "AUTO";
22099
22101
  })(ApplicationPluginStatus || (ApplicationPluginStatus = {}));
22100
22102
  var PackageType;