@ecency/sdk 2.0.5 → 2.0.7

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.
@@ -5456,7 +5456,7 @@ declare function getAnnouncementsQueryOptions(): _tanstack_react_query.OmitKeyof
5456
5456
  declare function useMarkNotificationsRead(username: string | undefined, code: string | undefined, onSuccess?: (unreadCount?: number) => void, onError?: (e: Error) => void): _tanstack_react_query.UseMutationResult<Record<string, unknown>, Error, {
5457
5457
  id?: string;
5458
5458
  }, {
5459
- previousNotifications: [readonly unknown[], ApiNotification[] | undefined][];
5459
+ previousData: [readonly unknown[], unknown][];
5460
5460
  }>;
5461
5461
 
5462
5462
  interface SetLastReadPayload {