@ecency/sdk 2.3.60 → 2.3.61

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.
@@ -6018,7 +6018,9 @@ declare enum NotificationFilter {
6018
6018
  TRANSFERS = "transfers",
6019
6019
  DELEGATIONS = "delegations",
6020
6020
  PAYOUTS = "payouts",
6021
- SCHEDULED_PUBLISHED = "scheduled_published"
6021
+ SCHEDULED_PUBLISHED = "scheduled_published",
6022
+ ACCOUNT_UPDATES = "account_updates",
6023
+ WEEKLY_EARNINGS = "weekly_earnings"
6022
6024
  }
6023
6025
 
6024
6026
  declare enum NotifyTypes {
@@ -6028,12 +6030,16 @@ declare enum NotifyTypes {
6028
6030
  COMMENT = 4,
6029
6031
  RE_BLOG = 5,
6030
6032
  TRANSFERS = 6,
6033
+ DELEGATIONS = 10,
6031
6034
  FAVORITES = 13,
6032
6035
  BOOKMARKS = 15,
6036
+ PAYOUTS = 19,
6037
+ ACCOUNT_UPDATE = 20,
6038
+ WEEKLY_EARNINGS = 21,
6033
6039
  SCHEDULED_PUBLISHED = 22,
6034
6040
  ALLOW_NOTIFY = "ALLOW_NOTIFY"
6035
6041
  }
6036
- declare const ALL_NOTIFY_TYPES: readonly [NotifyTypes.VOTE, NotifyTypes.MENTION, NotifyTypes.FOLLOW, NotifyTypes.COMMENT, NotifyTypes.RE_BLOG, NotifyTypes.TRANSFERS, NotifyTypes.FAVORITES, NotifyTypes.BOOKMARKS, NotifyTypes.SCHEDULED_PUBLISHED];
6042
+ declare const ALL_NOTIFY_TYPES: readonly [NotifyTypes.VOTE, NotifyTypes.MENTION, NotifyTypes.FOLLOW, NotifyTypes.COMMENT, NotifyTypes.RE_BLOG, NotifyTypes.TRANSFERS, NotifyTypes.DELEGATIONS, NotifyTypes.FAVORITES, NotifyTypes.BOOKMARKS, NotifyTypes.PAYOUTS, NotifyTypes.ACCOUNT_UPDATE, NotifyTypes.WEEKLY_EARNINGS, NotifyTypes.SCHEDULED_PUBLISHED];
6037
6043
  declare enum NotificationViewType {
6038
6044
  ALL = "All",
6039
6045
  UNREAD = "Unread",