Built files from Bizgaze WebServer
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

1234567891011121314151617181920212223
  1. var Unibase;
  2. (function (Unibase) {
  3. let Platform;
  4. (function (Platform) {
  5. let Automation;
  6. (function (Automation) {
  7. let Enums;
  8. (function (Enums) {
  9. let NotifyAlerts;
  10. (function (NotifyAlerts) {
  11. NotifyAlerts[NotifyAlerts["Alert"] = 1] = "Alert";
  12. NotifyAlerts[NotifyAlerts["CouponApplied"] = 2] = "CouponApplied";
  13. NotifyAlerts[NotifyAlerts["CouponAlreadyRedeemed"] = 3] = "CouponAlreadyRedeemed";
  14. NotifyAlerts[NotifyAlerts["InvalidDuplicateCoupon"] = 4] = "InvalidDuplicateCoupon";
  15. NotifyAlerts[NotifyAlerts["UnAuthenticCoupon"] = 5] = "UnAuthenticCoupon";
  16. NotifyAlerts[NotifyAlerts["CouponBeep"] = 6] = "CouponBeep";
  17. NotifyAlerts[NotifyAlerts["CouponScrapped"] = 7] = "CouponScrapped";
  18. NotifyAlerts[NotifyAlerts["Congratulations"] = 8] = "Congratulations";
  19. })(NotifyAlerts = Enums.NotifyAlerts || (Enums.NotifyAlerts = {}));
  20. })(Enums = Automation.Enums || (Automation.Enums = {}));
  21. })(Automation = Platform.Automation || (Platform.Automation = {}));
  22. })(Platform = Unibase.Platform || (Unibase.Platform = {}));
  23. })(Unibase || (Unibase = {}));