1234567891011121314151617181920212223 |
- var Unibase;
- (function (Unibase) {
- let Platform;
- (function (Platform) {
- let Automation;
- (function (Automation) {
- let Enums;
- (function (Enums) {
- let NotifyAlerts;
- (function (NotifyAlerts) {
- NotifyAlerts[NotifyAlerts["Alert"] = 1] = "Alert";
- NotifyAlerts[NotifyAlerts["CouponApplied"] = 2] = "CouponApplied";
- NotifyAlerts[NotifyAlerts["CouponAlreadyRedeemed"] = 3] = "CouponAlreadyRedeemed";
- NotifyAlerts[NotifyAlerts["InvalidDuplicateCoupon"] = 4] = "InvalidDuplicateCoupon";
- NotifyAlerts[NotifyAlerts["UnAuthenticCoupon"] = 5] = "UnAuthenticCoupon";
- NotifyAlerts[NotifyAlerts["CouponBeep"] = 6] = "CouponBeep";
- NotifyAlerts[NotifyAlerts["CouponScrapped"] = 7] = "CouponScrapped";
- NotifyAlerts[NotifyAlerts["Congratulations"] = 8] = "Congratulations";
- })(NotifyAlerts = Enums.NotifyAlerts || (Enums.NotifyAlerts = {}));
- })(Enums = Automation.Enums || (Automation.Enums = {}));
- })(Automation = Platform.Automation || (Platform.Automation = {}));
- })(Platform = Unibase.Platform || (Unibase.Platform = {}));
- })(Unibase || (Unibase = {}));
|