@takentrade/takentrade-libs 4.2.0 → 4.2.2

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.
@@ -44,7 +44,6 @@ export declare enum NotificationSubcribedNATSSubject {
44
44
  NOTIFICATION_TEXT_PREFERENCE = "notification.text.preference",
45
45
  NOTIFICATION_OTP_VOICE = "notification.voice.otp",
46
46
  NOTIFICATION_OTP_WHATSAPP = "notification.whatsapp.otp",
47
- GIFTCARD_SALE_MAIL = "notification.mail.giftcard.sale",
48
47
  NOTIFICATION_PUSH = "notification.push",
49
48
  NOTIFICATION_PUSH_ALL = "notification.push.all"
50
49
  }
@@ -54,8 +54,6 @@ var NotificationSubcribedNATSSubject;
54
54
  NotificationSubcribedNATSSubject["NOTIFICATION_OTP_VOICE"] = "notification.voice.otp";
55
55
  // WHATSAPP
56
56
  NotificationSubcribedNATSSubject["NOTIFICATION_OTP_WHATSAPP"] = "notification.whatsapp.otp";
57
- // GIFTCARD
58
- NotificationSubcribedNATSSubject["GIFTCARD_SALE_MAIL"] = "notification.mail.giftcard.sale";
59
57
  // PUSH
60
58
  NotificationSubcribedNATSSubject["NOTIFICATION_PUSH"] = "notification.push";
61
59
  NotificationSubcribedNATSSubject["NOTIFICATION_PUSH_ALL"] = "notification.push.all";