@ecency/sdk 2.3.36 → 2.3.37
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.
package/dist/browser/index.d.ts
CHANGED
|
@@ -5930,7 +5930,9 @@ declare enum NotificationFilter {
|
|
|
5930
5930
|
REPLIES = "replies",
|
|
5931
5931
|
REBLOGS = "reblogs",
|
|
5932
5932
|
TRANSFERS = "transfers",
|
|
5933
|
-
DELEGATIONS = "delegations"
|
|
5933
|
+
DELEGATIONS = "delegations",
|
|
5934
|
+
PAYOUTS = "payouts",
|
|
5935
|
+
SCHEDULED_PUBLISHED = "scheduled_published"
|
|
5934
5936
|
}
|
|
5935
5937
|
|
|
5936
5938
|
declare enum NotifyTypes {
|