tickera-angular-components 0.0.1-dev.18 → 0.0.1-dev.19
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.
|
@@ -386,6 +386,7 @@ var CorporateBondStatus;
|
|
|
386
386
|
CorporateBondStatus["ACTIVE"] = "ACTIVE";
|
|
387
387
|
CorporateBondStatus["INACTIVE"] = "INACTIVE";
|
|
388
388
|
CorporateBondStatus["EXPIRED"] = "EXPIRED";
|
|
389
|
+
CorporateBondStatus["CONSUMED"] = "CONSUMED";
|
|
389
390
|
})(CorporateBondStatus || (CorporateBondStatus = {}));
|
|
390
391
|
|
|
391
392
|
var PerformanceStatus;
|
|
@@ -429,9 +430,9 @@ var RoomMapElementType;
|
|
|
429
430
|
var GiftBondStatus;
|
|
430
431
|
(function (GiftBondStatus) {
|
|
431
432
|
GiftBondStatus["ACTIVE"] = "ACTIVE";
|
|
432
|
-
GiftBondStatus["REDEEMED"] = "REDEEMED";
|
|
433
|
-
GiftBondStatus["EXPIRED"] = "EXPIRED";
|
|
434
433
|
GiftBondStatus["INACTIVE"] = "INACTIVE";
|
|
434
|
+
GiftBondStatus["EXPIRED"] = "EXPIRED";
|
|
435
|
+
GiftBondStatus["CONSUMED"] = "CONSUMED";
|
|
435
436
|
})(GiftBondStatus || (GiftBondStatus = {}));
|
|
436
437
|
|
|
437
438
|
var OrderItemType;
|