@takentrade/takentrade-libs 2.0.3 → 2.0.4

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.
@@ -40,7 +40,8 @@ export declare enum NotificationSubcribedNATSSubject {
40
40
  NOTIFICATION_OTP_TEXT = "notification.text.otp",
41
41
  NOTIFICATION_TEXT_PREFERENCE = "notification.text.preference",
42
42
  NOTIFICATION_OTP_VOICE = "notification.voice.otp",
43
- NOTIFICATION_PUSH = "notification.push"
43
+ NOTIFICATION_PUSH = "notification.push",
44
+ NOTIFICATION_PUSH_ALL = "notification.push.all"
44
45
  }
45
46
  export declare enum NatsRPCSubjects {
46
47
  GET_USER_FCM_TOKEN = "users.get.fcm_token"
@@ -51,6 +51,7 @@ var NotificationSubcribedNATSSubject;
51
51
  NotificationSubcribedNATSSubject["NOTIFICATION_OTP_VOICE"] = "notification.voice.otp";
52
52
  // PUSH
53
53
  NotificationSubcribedNATSSubject["NOTIFICATION_PUSH"] = "notification.push";
54
+ NotificationSubcribedNATSSubject["NOTIFICATION_PUSH_ALL"] = "notification.push.all";
54
55
  })(NotificationSubcribedNATSSubject || (exports.NotificationSubcribedNATSSubject = NotificationSubcribedNATSSubject = {}));
55
56
  var NatsRPCSubjects;
56
57
  (function (NatsRPCSubjects) {