tickera-angular-components 0.0.1-dev.118 → 0.0.1-dev.119
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.
|
@@ -701,6 +701,8 @@ var CorporateBondStatus;
|
|
|
701
701
|
(function (CorporateBondStatus) {
|
|
702
702
|
CorporateBondStatus["ACTIVE"] = "ACTIVE";
|
|
703
703
|
CorporateBondStatus["INACTIVE"] = "INACTIVE";
|
|
704
|
+
CorporateBondStatus["PENDING"] = "PENDING";
|
|
705
|
+
CorporateBondStatus["PAYMENT_FAILED"] = "PAYMENT_FAILED";
|
|
704
706
|
CorporateBondStatus["EXPIRED"] = "EXPIRED";
|
|
705
707
|
CorporateBondStatus["CONSUMED"] = "CONSUMED";
|
|
706
708
|
})(CorporateBondStatus || (CorporateBondStatus = {}));
|