rategame-shared 1.1.273 → 1.1.274

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.
@@ -678,14 +678,90 @@ export declare const listSchema: z.ZodObject<{
678
678
  allGames: z.ZodOptional<z.ZodBoolean>;
679
679
  favoriteLeagues: z.ZodOptional<z.ZodBoolean>;
680
680
  favoriteTeams: z.ZodOptional<z.ZodBoolean>;
681
+ lastWeekScoreLeaderboard: z.ZodOptional<z.ZodBoolean>;
682
+ leaderboardChanges: z.ZodOptional<z.ZodBoolean>;
683
+ chatReplies: z.ZodOptional<z.ZodBoolean>;
684
+ repliesToRatings: z.ZodOptional<z.ZodBoolean>;
685
+ repliesToComments: z.ZodOptional<z.ZodBoolean>;
686
+ ratingLikes: z.ZodOptional<z.ZodBoolean>;
687
+ listLikes: z.ZodOptional<z.ZodBoolean>;
688
+ eventLikes: z.ZodOptional<z.ZodBoolean>;
689
+ commentLikes: z.ZodOptional<z.ZodBoolean>;
690
+ trendingGames: z.ZodOptional<z.ZodBoolean>;
691
+ gameChanges: z.ZodOptional<z.ZodObject<{
692
+ topRatedGameChanges: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Today">, z.ZodLiteral<"Last 3 Days">, z.ZodLiteral<"This Week">, z.ZodLiteral<"This Season">, z.ZodLiteral<"This Month">, z.ZodLiteral<"This Year">, z.ZodLiteral<"All">, z.ZodLiteral<"All Time">, z.ZodLiteral<"12h">, z.ZodLiteral<"daily">, z.ZodLiteral<"weekly">]>>;
693
+ mostRatedGameChanges: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Today">, z.ZodLiteral<"Last 3 Days">, z.ZodLiteral<"This Week">, z.ZodLiteral<"This Season">, z.ZodLiteral<"This Month">, z.ZodLiteral<"This Year">, z.ZodLiteral<"All">, z.ZodLiteral<"All Time">, z.ZodLiteral<"12h">, z.ZodLiteral<"daily">, z.ZodLiteral<"weekly">]>>;
694
+ worstRatedGameChanges: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Today">, z.ZodLiteral<"Last 3 Days">, z.ZodLiteral<"This Week">, z.ZodLiteral<"This Season">, z.ZodLiteral<"This Month">, z.ZodLiteral<"This Year">, z.ZodLiteral<"All">, z.ZodLiteral<"All Time">, z.ZodLiteral<"12h">, z.ZodLiteral<"daily">, z.ZodLiteral<"weekly">]>>;
695
+ }, "strip", z.ZodTypeAny, {
696
+ topRatedGameChanges?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
697
+ mostRatedGameChanges?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
698
+ worstRatedGameChanges?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
699
+ }, {
700
+ topRatedGameChanges?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
701
+ mostRatedGameChanges?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
702
+ worstRatedGameChanges?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
703
+ }>>;
704
+ gameTopLists: z.ZodOptional<z.ZodObject<{
705
+ topRated: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Today">, z.ZodLiteral<"Last 3 Days">, z.ZodLiteral<"This Week">, z.ZodLiteral<"This Season">, z.ZodLiteral<"This Month">, z.ZodLiteral<"This Year">, z.ZodLiteral<"All">, z.ZodLiteral<"All Time">, z.ZodLiteral<"12h">, z.ZodLiteral<"daily">, z.ZodLiteral<"weekly">]>>;
706
+ mostRated: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Today">, z.ZodLiteral<"Last 3 Days">, z.ZodLiteral<"This Week">, z.ZodLiteral<"This Season">, z.ZodLiteral<"This Month">, z.ZodLiteral<"This Year">, z.ZodLiteral<"All">, z.ZodLiteral<"All Time">, z.ZodLiteral<"12h">, z.ZodLiteral<"daily">, z.ZodLiteral<"weekly">]>>;
707
+ worstRated: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Today">, z.ZodLiteral<"Last 3 Days">, z.ZodLiteral<"This Week">, z.ZodLiteral<"This Season">, z.ZodLiteral<"This Month">, z.ZodLiteral<"This Year">, z.ZodLiteral<"All">, z.ZodLiteral<"All Time">, z.ZodLiteral<"12h">, z.ZodLiteral<"daily">, z.ZodLiteral<"weekly">]>>;
708
+ }, "strip", z.ZodTypeAny, {
709
+ topRated?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
710
+ mostRated?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
711
+ worstRated?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
712
+ }, {
713
+ topRated?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
714
+ mostRated?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
715
+ worstRated?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
716
+ }>>;
681
717
  }, "strip", z.ZodTypeAny, {
682
718
  allGames?: boolean | undefined;
683
719
  favoriteLeagues?: boolean | undefined;
684
720
  favoriteTeams?: boolean | undefined;
721
+ lastWeekScoreLeaderboard?: boolean | undefined;
722
+ leaderboardChanges?: boolean | undefined;
723
+ chatReplies?: boolean | undefined;
724
+ repliesToRatings?: boolean | undefined;
725
+ repliesToComments?: boolean | undefined;
726
+ ratingLikes?: boolean | undefined;
727
+ listLikes?: boolean | undefined;
728
+ eventLikes?: boolean | undefined;
729
+ commentLikes?: boolean | undefined;
730
+ trendingGames?: boolean | undefined;
731
+ gameChanges?: {
732
+ topRatedGameChanges?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
733
+ mostRatedGameChanges?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
734
+ worstRatedGameChanges?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
735
+ } | undefined;
736
+ gameTopLists?: {
737
+ topRated?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
738
+ mostRated?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
739
+ worstRated?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
740
+ } | undefined;
685
741
  }, {
686
742
  allGames?: boolean | undefined;
687
743
  favoriteLeagues?: boolean | undefined;
688
744
  favoriteTeams?: boolean | undefined;
745
+ lastWeekScoreLeaderboard?: boolean | undefined;
746
+ leaderboardChanges?: boolean | undefined;
747
+ chatReplies?: boolean | undefined;
748
+ repliesToRatings?: boolean | undefined;
749
+ repliesToComments?: boolean | undefined;
750
+ ratingLikes?: boolean | undefined;
751
+ listLikes?: boolean | undefined;
752
+ eventLikes?: boolean | undefined;
753
+ commentLikes?: boolean | undefined;
754
+ trendingGames?: boolean | undefined;
755
+ gameChanges?: {
756
+ topRatedGameChanges?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
757
+ mostRatedGameChanges?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
758
+ worstRatedGameChanges?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
759
+ } | undefined;
760
+ gameTopLists?: {
761
+ topRated?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
762
+ mostRated?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
763
+ worstRated?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
764
+ } | undefined;
689
765
  }>>;
690
766
  spoilersEnabled: z.ZodOptional<z.ZodBoolean>;
691
767
  viewedChangelogs: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodBoolean>>;
@@ -1663,14 +1739,90 @@ export declare const listCreateSchema: z.ZodObject<Omit<{
1663
1739
  allGames: z.ZodOptional<z.ZodBoolean>;
1664
1740
  favoriteLeagues: z.ZodOptional<z.ZodBoolean>;
1665
1741
  favoriteTeams: z.ZodOptional<z.ZodBoolean>;
1742
+ lastWeekScoreLeaderboard: z.ZodOptional<z.ZodBoolean>;
1743
+ leaderboardChanges: z.ZodOptional<z.ZodBoolean>;
1744
+ chatReplies: z.ZodOptional<z.ZodBoolean>;
1745
+ repliesToRatings: z.ZodOptional<z.ZodBoolean>;
1746
+ repliesToComments: z.ZodOptional<z.ZodBoolean>;
1747
+ ratingLikes: z.ZodOptional<z.ZodBoolean>;
1748
+ listLikes: z.ZodOptional<z.ZodBoolean>;
1749
+ eventLikes: z.ZodOptional<z.ZodBoolean>;
1750
+ commentLikes: z.ZodOptional<z.ZodBoolean>;
1751
+ trendingGames: z.ZodOptional<z.ZodBoolean>;
1752
+ gameChanges: z.ZodOptional<z.ZodObject<{
1753
+ topRatedGameChanges: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Today">, z.ZodLiteral<"Last 3 Days">, z.ZodLiteral<"This Week">, z.ZodLiteral<"This Season">, z.ZodLiteral<"This Month">, z.ZodLiteral<"This Year">, z.ZodLiteral<"All">, z.ZodLiteral<"All Time">, z.ZodLiteral<"12h">, z.ZodLiteral<"daily">, z.ZodLiteral<"weekly">]>>;
1754
+ mostRatedGameChanges: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Today">, z.ZodLiteral<"Last 3 Days">, z.ZodLiteral<"This Week">, z.ZodLiteral<"This Season">, z.ZodLiteral<"This Month">, z.ZodLiteral<"This Year">, z.ZodLiteral<"All">, z.ZodLiteral<"All Time">, z.ZodLiteral<"12h">, z.ZodLiteral<"daily">, z.ZodLiteral<"weekly">]>>;
1755
+ worstRatedGameChanges: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Today">, z.ZodLiteral<"Last 3 Days">, z.ZodLiteral<"This Week">, z.ZodLiteral<"This Season">, z.ZodLiteral<"This Month">, z.ZodLiteral<"This Year">, z.ZodLiteral<"All">, z.ZodLiteral<"All Time">, z.ZodLiteral<"12h">, z.ZodLiteral<"daily">, z.ZodLiteral<"weekly">]>>;
1756
+ }, "strip", z.ZodTypeAny, {
1757
+ topRatedGameChanges?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
1758
+ mostRatedGameChanges?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
1759
+ worstRatedGameChanges?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
1760
+ }, {
1761
+ topRatedGameChanges?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
1762
+ mostRatedGameChanges?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
1763
+ worstRatedGameChanges?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
1764
+ }>>;
1765
+ gameTopLists: z.ZodOptional<z.ZodObject<{
1766
+ topRated: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Today">, z.ZodLiteral<"Last 3 Days">, z.ZodLiteral<"This Week">, z.ZodLiteral<"This Season">, z.ZodLiteral<"This Month">, z.ZodLiteral<"This Year">, z.ZodLiteral<"All">, z.ZodLiteral<"All Time">, z.ZodLiteral<"12h">, z.ZodLiteral<"daily">, z.ZodLiteral<"weekly">]>>;
1767
+ mostRated: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Today">, z.ZodLiteral<"Last 3 Days">, z.ZodLiteral<"This Week">, z.ZodLiteral<"This Season">, z.ZodLiteral<"This Month">, z.ZodLiteral<"This Year">, z.ZodLiteral<"All">, z.ZodLiteral<"All Time">, z.ZodLiteral<"12h">, z.ZodLiteral<"daily">, z.ZodLiteral<"weekly">]>>;
1768
+ worstRated: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Today">, z.ZodLiteral<"Last 3 Days">, z.ZodLiteral<"This Week">, z.ZodLiteral<"This Season">, z.ZodLiteral<"This Month">, z.ZodLiteral<"This Year">, z.ZodLiteral<"All">, z.ZodLiteral<"All Time">, z.ZodLiteral<"12h">, z.ZodLiteral<"daily">, z.ZodLiteral<"weekly">]>>;
1769
+ }, "strip", z.ZodTypeAny, {
1770
+ topRated?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
1771
+ mostRated?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
1772
+ worstRated?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
1773
+ }, {
1774
+ topRated?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
1775
+ mostRated?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
1776
+ worstRated?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
1777
+ }>>;
1666
1778
  }, "strip", z.ZodTypeAny, {
1667
1779
  allGames?: boolean | undefined;
1668
1780
  favoriteLeagues?: boolean | undefined;
1669
1781
  favoriteTeams?: boolean | undefined;
1782
+ lastWeekScoreLeaderboard?: boolean | undefined;
1783
+ leaderboardChanges?: boolean | undefined;
1784
+ chatReplies?: boolean | undefined;
1785
+ repliesToRatings?: boolean | undefined;
1786
+ repliesToComments?: boolean | undefined;
1787
+ ratingLikes?: boolean | undefined;
1788
+ listLikes?: boolean | undefined;
1789
+ eventLikes?: boolean | undefined;
1790
+ commentLikes?: boolean | undefined;
1791
+ trendingGames?: boolean | undefined;
1792
+ gameChanges?: {
1793
+ topRatedGameChanges?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
1794
+ mostRatedGameChanges?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
1795
+ worstRatedGameChanges?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
1796
+ } | undefined;
1797
+ gameTopLists?: {
1798
+ topRated?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
1799
+ mostRated?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
1800
+ worstRated?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
1801
+ } | undefined;
1670
1802
  }, {
1671
1803
  allGames?: boolean | undefined;
1672
1804
  favoriteLeagues?: boolean | undefined;
1673
1805
  favoriteTeams?: boolean | undefined;
1806
+ lastWeekScoreLeaderboard?: boolean | undefined;
1807
+ leaderboardChanges?: boolean | undefined;
1808
+ chatReplies?: boolean | undefined;
1809
+ repliesToRatings?: boolean | undefined;
1810
+ repliesToComments?: boolean | undefined;
1811
+ ratingLikes?: boolean | undefined;
1812
+ listLikes?: boolean | undefined;
1813
+ eventLikes?: boolean | undefined;
1814
+ commentLikes?: boolean | undefined;
1815
+ trendingGames?: boolean | undefined;
1816
+ gameChanges?: {
1817
+ topRatedGameChanges?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
1818
+ mostRatedGameChanges?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
1819
+ worstRatedGameChanges?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
1820
+ } | undefined;
1821
+ gameTopLists?: {
1822
+ topRated?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
1823
+ mostRated?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
1824
+ worstRated?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
1825
+ } | undefined;
1674
1826
  }>>;
1675
1827
  spoilersEnabled: z.ZodOptional<z.ZodBoolean>;
1676
1828
  viewedChangelogs: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodBoolean>>;
@@ -2640,14 +2792,90 @@ export declare const listCommentSchema: z.ZodObject<{
2640
2792
  allGames: z.ZodOptional<z.ZodBoolean>;
2641
2793
  favoriteLeagues: z.ZodOptional<z.ZodBoolean>;
2642
2794
  favoriteTeams: z.ZodOptional<z.ZodBoolean>;
2795
+ lastWeekScoreLeaderboard: z.ZodOptional<z.ZodBoolean>;
2796
+ leaderboardChanges: z.ZodOptional<z.ZodBoolean>;
2797
+ chatReplies: z.ZodOptional<z.ZodBoolean>;
2798
+ repliesToRatings: z.ZodOptional<z.ZodBoolean>;
2799
+ repliesToComments: z.ZodOptional<z.ZodBoolean>;
2800
+ ratingLikes: z.ZodOptional<z.ZodBoolean>;
2801
+ listLikes: z.ZodOptional<z.ZodBoolean>;
2802
+ eventLikes: z.ZodOptional<z.ZodBoolean>;
2803
+ commentLikes: z.ZodOptional<z.ZodBoolean>;
2804
+ trendingGames: z.ZodOptional<z.ZodBoolean>;
2805
+ gameChanges: z.ZodOptional<z.ZodObject<{
2806
+ topRatedGameChanges: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Today">, z.ZodLiteral<"Last 3 Days">, z.ZodLiteral<"This Week">, z.ZodLiteral<"This Season">, z.ZodLiteral<"This Month">, z.ZodLiteral<"This Year">, z.ZodLiteral<"All">, z.ZodLiteral<"All Time">, z.ZodLiteral<"12h">, z.ZodLiteral<"daily">, z.ZodLiteral<"weekly">]>>;
2807
+ mostRatedGameChanges: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Today">, z.ZodLiteral<"Last 3 Days">, z.ZodLiteral<"This Week">, z.ZodLiteral<"This Season">, z.ZodLiteral<"This Month">, z.ZodLiteral<"This Year">, z.ZodLiteral<"All">, z.ZodLiteral<"All Time">, z.ZodLiteral<"12h">, z.ZodLiteral<"daily">, z.ZodLiteral<"weekly">]>>;
2808
+ worstRatedGameChanges: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Today">, z.ZodLiteral<"Last 3 Days">, z.ZodLiteral<"This Week">, z.ZodLiteral<"This Season">, z.ZodLiteral<"This Month">, z.ZodLiteral<"This Year">, z.ZodLiteral<"All">, z.ZodLiteral<"All Time">, z.ZodLiteral<"12h">, z.ZodLiteral<"daily">, z.ZodLiteral<"weekly">]>>;
2809
+ }, "strip", z.ZodTypeAny, {
2810
+ topRatedGameChanges?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
2811
+ mostRatedGameChanges?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
2812
+ worstRatedGameChanges?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
2813
+ }, {
2814
+ topRatedGameChanges?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
2815
+ mostRatedGameChanges?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
2816
+ worstRatedGameChanges?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
2817
+ }>>;
2818
+ gameTopLists: z.ZodOptional<z.ZodObject<{
2819
+ topRated: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Today">, z.ZodLiteral<"Last 3 Days">, z.ZodLiteral<"This Week">, z.ZodLiteral<"This Season">, z.ZodLiteral<"This Month">, z.ZodLiteral<"This Year">, z.ZodLiteral<"All">, z.ZodLiteral<"All Time">, z.ZodLiteral<"12h">, z.ZodLiteral<"daily">, z.ZodLiteral<"weekly">]>>;
2820
+ mostRated: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Today">, z.ZodLiteral<"Last 3 Days">, z.ZodLiteral<"This Week">, z.ZodLiteral<"This Season">, z.ZodLiteral<"This Month">, z.ZodLiteral<"This Year">, z.ZodLiteral<"All">, z.ZodLiteral<"All Time">, z.ZodLiteral<"12h">, z.ZodLiteral<"daily">, z.ZodLiteral<"weekly">]>>;
2821
+ worstRated: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Today">, z.ZodLiteral<"Last 3 Days">, z.ZodLiteral<"This Week">, z.ZodLiteral<"This Season">, z.ZodLiteral<"This Month">, z.ZodLiteral<"This Year">, z.ZodLiteral<"All">, z.ZodLiteral<"All Time">, z.ZodLiteral<"12h">, z.ZodLiteral<"daily">, z.ZodLiteral<"weekly">]>>;
2822
+ }, "strip", z.ZodTypeAny, {
2823
+ topRated?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
2824
+ mostRated?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
2825
+ worstRated?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
2826
+ }, {
2827
+ topRated?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
2828
+ mostRated?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
2829
+ worstRated?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
2830
+ }>>;
2643
2831
  }, "strip", z.ZodTypeAny, {
2644
2832
  allGames?: boolean | undefined;
2645
2833
  favoriteLeagues?: boolean | undefined;
2646
2834
  favoriteTeams?: boolean | undefined;
2835
+ lastWeekScoreLeaderboard?: boolean | undefined;
2836
+ leaderboardChanges?: boolean | undefined;
2837
+ chatReplies?: boolean | undefined;
2838
+ repliesToRatings?: boolean | undefined;
2839
+ repliesToComments?: boolean | undefined;
2840
+ ratingLikes?: boolean | undefined;
2841
+ listLikes?: boolean | undefined;
2842
+ eventLikes?: boolean | undefined;
2843
+ commentLikes?: boolean | undefined;
2844
+ trendingGames?: boolean | undefined;
2845
+ gameChanges?: {
2846
+ topRatedGameChanges?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
2847
+ mostRatedGameChanges?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
2848
+ worstRatedGameChanges?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
2849
+ } | undefined;
2850
+ gameTopLists?: {
2851
+ topRated?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
2852
+ mostRated?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
2853
+ worstRated?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
2854
+ } | undefined;
2647
2855
  }, {
2648
2856
  allGames?: boolean | undefined;
2649
2857
  favoriteLeagues?: boolean | undefined;
2650
2858
  favoriteTeams?: boolean | undefined;
2859
+ lastWeekScoreLeaderboard?: boolean | undefined;
2860
+ leaderboardChanges?: boolean | undefined;
2861
+ chatReplies?: boolean | undefined;
2862
+ repliesToRatings?: boolean | undefined;
2863
+ repliesToComments?: boolean | undefined;
2864
+ ratingLikes?: boolean | undefined;
2865
+ listLikes?: boolean | undefined;
2866
+ eventLikes?: boolean | undefined;
2867
+ commentLikes?: boolean | undefined;
2868
+ trendingGames?: boolean | undefined;
2869
+ gameChanges?: {
2870
+ topRatedGameChanges?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
2871
+ mostRatedGameChanges?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
2872
+ worstRatedGameChanges?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
2873
+ } | undefined;
2874
+ gameTopLists?: {
2875
+ topRated?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
2876
+ mostRated?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
2877
+ worstRated?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
2878
+ } | undefined;
2651
2879
  }>>;
2652
2880
  spoilersEnabled: z.ZodOptional<z.ZodBoolean>;
2653
2881
  viewedChangelogs: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodBoolean>>;
@@ -3577,14 +3805,90 @@ export declare const listCommentSchema: z.ZodObject<{
3577
3805
  allGames: z.ZodOptional<z.ZodBoolean>;
3578
3806
  favoriteLeagues: z.ZodOptional<z.ZodBoolean>;
3579
3807
  favoriteTeams: z.ZodOptional<z.ZodBoolean>;
3808
+ lastWeekScoreLeaderboard: z.ZodOptional<z.ZodBoolean>;
3809
+ leaderboardChanges: z.ZodOptional<z.ZodBoolean>;
3810
+ chatReplies: z.ZodOptional<z.ZodBoolean>;
3811
+ repliesToRatings: z.ZodOptional<z.ZodBoolean>;
3812
+ repliesToComments: z.ZodOptional<z.ZodBoolean>;
3813
+ ratingLikes: z.ZodOptional<z.ZodBoolean>;
3814
+ listLikes: z.ZodOptional<z.ZodBoolean>;
3815
+ eventLikes: z.ZodOptional<z.ZodBoolean>;
3816
+ commentLikes: z.ZodOptional<z.ZodBoolean>;
3817
+ trendingGames: z.ZodOptional<z.ZodBoolean>;
3818
+ gameChanges: z.ZodOptional<z.ZodObject<{
3819
+ topRatedGameChanges: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Today">, z.ZodLiteral<"Last 3 Days">, z.ZodLiteral<"This Week">, z.ZodLiteral<"This Season">, z.ZodLiteral<"This Month">, z.ZodLiteral<"This Year">, z.ZodLiteral<"All">, z.ZodLiteral<"All Time">, z.ZodLiteral<"12h">, z.ZodLiteral<"daily">, z.ZodLiteral<"weekly">]>>;
3820
+ mostRatedGameChanges: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Today">, z.ZodLiteral<"Last 3 Days">, z.ZodLiteral<"This Week">, z.ZodLiteral<"This Season">, z.ZodLiteral<"This Month">, z.ZodLiteral<"This Year">, z.ZodLiteral<"All">, z.ZodLiteral<"All Time">, z.ZodLiteral<"12h">, z.ZodLiteral<"daily">, z.ZodLiteral<"weekly">]>>;
3821
+ worstRatedGameChanges: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Today">, z.ZodLiteral<"Last 3 Days">, z.ZodLiteral<"This Week">, z.ZodLiteral<"This Season">, z.ZodLiteral<"This Month">, z.ZodLiteral<"This Year">, z.ZodLiteral<"All">, z.ZodLiteral<"All Time">, z.ZodLiteral<"12h">, z.ZodLiteral<"daily">, z.ZodLiteral<"weekly">]>>;
3822
+ }, "strip", z.ZodTypeAny, {
3823
+ topRatedGameChanges?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
3824
+ mostRatedGameChanges?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
3825
+ worstRatedGameChanges?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
3826
+ }, {
3827
+ topRatedGameChanges?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
3828
+ mostRatedGameChanges?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
3829
+ worstRatedGameChanges?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
3830
+ }>>;
3831
+ gameTopLists: z.ZodOptional<z.ZodObject<{
3832
+ topRated: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Today">, z.ZodLiteral<"Last 3 Days">, z.ZodLiteral<"This Week">, z.ZodLiteral<"This Season">, z.ZodLiteral<"This Month">, z.ZodLiteral<"This Year">, z.ZodLiteral<"All">, z.ZodLiteral<"All Time">, z.ZodLiteral<"12h">, z.ZodLiteral<"daily">, z.ZodLiteral<"weekly">]>>;
3833
+ mostRated: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Today">, z.ZodLiteral<"Last 3 Days">, z.ZodLiteral<"This Week">, z.ZodLiteral<"This Season">, z.ZodLiteral<"This Month">, z.ZodLiteral<"This Year">, z.ZodLiteral<"All">, z.ZodLiteral<"All Time">, z.ZodLiteral<"12h">, z.ZodLiteral<"daily">, z.ZodLiteral<"weekly">]>>;
3834
+ worstRated: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Today">, z.ZodLiteral<"Last 3 Days">, z.ZodLiteral<"This Week">, z.ZodLiteral<"This Season">, z.ZodLiteral<"This Month">, z.ZodLiteral<"This Year">, z.ZodLiteral<"All">, z.ZodLiteral<"All Time">, z.ZodLiteral<"12h">, z.ZodLiteral<"daily">, z.ZodLiteral<"weekly">]>>;
3835
+ }, "strip", z.ZodTypeAny, {
3836
+ topRated?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
3837
+ mostRated?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
3838
+ worstRated?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
3839
+ }, {
3840
+ topRated?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
3841
+ mostRated?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
3842
+ worstRated?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
3843
+ }>>;
3580
3844
  }, "strip", z.ZodTypeAny, {
3581
3845
  allGames?: boolean | undefined;
3582
3846
  favoriteLeagues?: boolean | undefined;
3583
3847
  favoriteTeams?: boolean | undefined;
3848
+ lastWeekScoreLeaderboard?: boolean | undefined;
3849
+ leaderboardChanges?: boolean | undefined;
3850
+ chatReplies?: boolean | undefined;
3851
+ repliesToRatings?: boolean | undefined;
3852
+ repliesToComments?: boolean | undefined;
3853
+ ratingLikes?: boolean | undefined;
3854
+ listLikes?: boolean | undefined;
3855
+ eventLikes?: boolean | undefined;
3856
+ commentLikes?: boolean | undefined;
3857
+ trendingGames?: boolean | undefined;
3858
+ gameChanges?: {
3859
+ topRatedGameChanges?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
3860
+ mostRatedGameChanges?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
3861
+ worstRatedGameChanges?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
3862
+ } | undefined;
3863
+ gameTopLists?: {
3864
+ topRated?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
3865
+ mostRated?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
3866
+ worstRated?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
3867
+ } | undefined;
3584
3868
  }, {
3585
3869
  allGames?: boolean | undefined;
3586
3870
  favoriteLeagues?: boolean | undefined;
3587
3871
  favoriteTeams?: boolean | undefined;
3872
+ lastWeekScoreLeaderboard?: boolean | undefined;
3873
+ leaderboardChanges?: boolean | undefined;
3874
+ chatReplies?: boolean | undefined;
3875
+ repliesToRatings?: boolean | undefined;
3876
+ repliesToComments?: boolean | undefined;
3877
+ ratingLikes?: boolean | undefined;
3878
+ listLikes?: boolean | undefined;
3879
+ eventLikes?: boolean | undefined;
3880
+ commentLikes?: boolean | undefined;
3881
+ trendingGames?: boolean | undefined;
3882
+ gameChanges?: {
3883
+ topRatedGameChanges?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
3884
+ mostRatedGameChanges?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
3885
+ worstRatedGameChanges?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
3886
+ } | undefined;
3887
+ gameTopLists?: {
3888
+ topRated?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
3889
+ mostRated?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
3890
+ worstRated?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
3891
+ } | undefined;
3588
3892
  }>>;
3589
3893
  spoilersEnabled: z.ZodOptional<z.ZodBoolean>;
3590
3894
  viewedChangelogs: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodBoolean>>;
@@ -4559,14 +4863,90 @@ export declare const listCommentLikeSchema: z.ZodObject<{
4559
4863
  allGames: z.ZodOptional<z.ZodBoolean>;
4560
4864
  favoriteLeagues: z.ZodOptional<z.ZodBoolean>;
4561
4865
  favoriteTeams: z.ZodOptional<z.ZodBoolean>;
4866
+ lastWeekScoreLeaderboard: z.ZodOptional<z.ZodBoolean>;
4867
+ leaderboardChanges: z.ZodOptional<z.ZodBoolean>;
4868
+ chatReplies: z.ZodOptional<z.ZodBoolean>;
4869
+ repliesToRatings: z.ZodOptional<z.ZodBoolean>;
4870
+ repliesToComments: z.ZodOptional<z.ZodBoolean>;
4871
+ ratingLikes: z.ZodOptional<z.ZodBoolean>;
4872
+ listLikes: z.ZodOptional<z.ZodBoolean>;
4873
+ eventLikes: z.ZodOptional<z.ZodBoolean>;
4874
+ commentLikes: z.ZodOptional<z.ZodBoolean>;
4875
+ trendingGames: z.ZodOptional<z.ZodBoolean>;
4876
+ gameChanges: z.ZodOptional<z.ZodObject<{
4877
+ topRatedGameChanges: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Today">, z.ZodLiteral<"Last 3 Days">, z.ZodLiteral<"This Week">, z.ZodLiteral<"This Season">, z.ZodLiteral<"This Month">, z.ZodLiteral<"This Year">, z.ZodLiteral<"All">, z.ZodLiteral<"All Time">, z.ZodLiteral<"12h">, z.ZodLiteral<"daily">, z.ZodLiteral<"weekly">]>>;
4878
+ mostRatedGameChanges: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Today">, z.ZodLiteral<"Last 3 Days">, z.ZodLiteral<"This Week">, z.ZodLiteral<"This Season">, z.ZodLiteral<"This Month">, z.ZodLiteral<"This Year">, z.ZodLiteral<"All">, z.ZodLiteral<"All Time">, z.ZodLiteral<"12h">, z.ZodLiteral<"daily">, z.ZodLiteral<"weekly">]>>;
4879
+ worstRatedGameChanges: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Today">, z.ZodLiteral<"Last 3 Days">, z.ZodLiteral<"This Week">, z.ZodLiteral<"This Season">, z.ZodLiteral<"This Month">, z.ZodLiteral<"This Year">, z.ZodLiteral<"All">, z.ZodLiteral<"All Time">, z.ZodLiteral<"12h">, z.ZodLiteral<"daily">, z.ZodLiteral<"weekly">]>>;
4880
+ }, "strip", z.ZodTypeAny, {
4881
+ topRatedGameChanges?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
4882
+ mostRatedGameChanges?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
4883
+ worstRatedGameChanges?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
4884
+ }, {
4885
+ topRatedGameChanges?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
4886
+ mostRatedGameChanges?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
4887
+ worstRatedGameChanges?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
4888
+ }>>;
4889
+ gameTopLists: z.ZodOptional<z.ZodObject<{
4890
+ topRated: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Today">, z.ZodLiteral<"Last 3 Days">, z.ZodLiteral<"This Week">, z.ZodLiteral<"This Season">, z.ZodLiteral<"This Month">, z.ZodLiteral<"This Year">, z.ZodLiteral<"All">, z.ZodLiteral<"All Time">, z.ZodLiteral<"12h">, z.ZodLiteral<"daily">, z.ZodLiteral<"weekly">]>>;
4891
+ mostRated: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Today">, z.ZodLiteral<"Last 3 Days">, z.ZodLiteral<"This Week">, z.ZodLiteral<"This Season">, z.ZodLiteral<"This Month">, z.ZodLiteral<"This Year">, z.ZodLiteral<"All">, z.ZodLiteral<"All Time">, z.ZodLiteral<"12h">, z.ZodLiteral<"daily">, z.ZodLiteral<"weekly">]>>;
4892
+ worstRated: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Today">, z.ZodLiteral<"Last 3 Days">, z.ZodLiteral<"This Week">, z.ZodLiteral<"This Season">, z.ZodLiteral<"This Month">, z.ZodLiteral<"This Year">, z.ZodLiteral<"All">, z.ZodLiteral<"All Time">, z.ZodLiteral<"12h">, z.ZodLiteral<"daily">, z.ZodLiteral<"weekly">]>>;
4893
+ }, "strip", z.ZodTypeAny, {
4894
+ topRated?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
4895
+ mostRated?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
4896
+ worstRated?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
4897
+ }, {
4898
+ topRated?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
4899
+ mostRated?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
4900
+ worstRated?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
4901
+ }>>;
4562
4902
  }, "strip", z.ZodTypeAny, {
4563
4903
  allGames?: boolean | undefined;
4564
4904
  favoriteLeagues?: boolean | undefined;
4565
4905
  favoriteTeams?: boolean | undefined;
4906
+ lastWeekScoreLeaderboard?: boolean | undefined;
4907
+ leaderboardChanges?: boolean | undefined;
4908
+ chatReplies?: boolean | undefined;
4909
+ repliesToRatings?: boolean | undefined;
4910
+ repliesToComments?: boolean | undefined;
4911
+ ratingLikes?: boolean | undefined;
4912
+ listLikes?: boolean | undefined;
4913
+ eventLikes?: boolean | undefined;
4914
+ commentLikes?: boolean | undefined;
4915
+ trendingGames?: boolean | undefined;
4916
+ gameChanges?: {
4917
+ topRatedGameChanges?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
4918
+ mostRatedGameChanges?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
4919
+ worstRatedGameChanges?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
4920
+ } | undefined;
4921
+ gameTopLists?: {
4922
+ topRated?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
4923
+ mostRated?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
4924
+ worstRated?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
4925
+ } | undefined;
4566
4926
  }, {
4567
4927
  allGames?: boolean | undefined;
4568
4928
  favoriteLeagues?: boolean | undefined;
4569
4929
  favoriteTeams?: boolean | undefined;
4930
+ lastWeekScoreLeaderboard?: boolean | undefined;
4931
+ leaderboardChanges?: boolean | undefined;
4932
+ chatReplies?: boolean | undefined;
4933
+ repliesToRatings?: boolean | undefined;
4934
+ repliesToComments?: boolean | undefined;
4935
+ ratingLikes?: boolean | undefined;
4936
+ listLikes?: boolean | undefined;
4937
+ eventLikes?: boolean | undefined;
4938
+ commentLikes?: boolean | undefined;
4939
+ trendingGames?: boolean | undefined;
4940
+ gameChanges?: {
4941
+ topRatedGameChanges?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
4942
+ mostRatedGameChanges?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
4943
+ worstRatedGameChanges?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
4944
+ } | undefined;
4945
+ gameTopLists?: {
4946
+ topRated?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
4947
+ mostRated?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
4948
+ worstRated?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
4949
+ } | undefined;
4570
4950
  }>>;
4571
4951
  spoilersEnabled: z.ZodOptional<z.ZodBoolean>;
4572
4952
  viewedChangelogs: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodBoolean>>;