tickera-angular-components 0.0.1-dev.24 → 0.0.1-dev.25

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.
@@ -418,9 +418,11 @@ var CorporateBondStatus;
418
418
 
419
419
  var PerformanceStatus;
420
420
  (function (PerformanceStatus) {
421
- PerformanceStatus["ACTIVE"] = "active";
421
+ PerformanceStatus["SCHEDULED"] = "scheduled";
422
+ PerformanceStatus["OPEN"] = "open";
423
+ PerformanceStatus["CLOSED"] = "closed";
422
424
  PerformanceStatus["CANCELLED"] = "cancelled";
423
- PerformanceStatus["FINISHED"] = "finished";
425
+ PerformanceStatus["COMPLETED"] = "completed";
424
426
  PerformanceStatus["POSTPONED"] = "postponed";
425
427
  })(PerformanceStatus || (PerformanceStatus = {}));
426
428