rategame-shared 1.1.299 → 1.1.301

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.
@@ -689,6 +689,7 @@ export declare const listSchema: z.ZodObject<{
689
689
  listLikes: z.ZodOptional<z.ZodBoolean>;
690
690
  eventLikes: z.ZodOptional<z.ZodBoolean>;
691
691
  commentLikes: z.ZodOptional<z.ZodBoolean>;
692
+ threadActivityNotifications: z.ZodOptional<z.ZodBoolean>;
692
693
  trendingGames: z.ZodOptional<z.ZodBoolean>;
693
694
  gameChanges: z.ZodOptional<z.ZodObject<{
694
695
  topRatedGameChanges: z.ZodNullable<z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"16hr">, 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">]>>>;
@@ -731,6 +732,7 @@ export declare const listSchema: z.ZodObject<{
731
732
  listLikes?: boolean | undefined;
732
733
  eventLikes?: boolean | undefined;
733
734
  commentLikes?: boolean | undefined;
735
+ threadActivityNotifications?: boolean | undefined;
734
736
  trendingGames?: boolean | undefined;
735
737
  gameChanges?: {
736
738
  topRatedGameChanges?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
@@ -757,6 +759,7 @@ export declare const listSchema: z.ZodObject<{
757
759
  listLikes?: boolean | undefined;
758
760
  eventLikes?: boolean | undefined;
759
761
  commentLikes?: boolean | undefined;
762
+ threadActivityNotifications?: boolean | undefined;
760
763
  trendingGames?: boolean | undefined;
761
764
  gameChanges?: {
762
765
  topRatedGameChanges?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
@@ -1760,6 +1763,7 @@ export declare const listCreateSchema: z.ZodObject<Omit<{
1760
1763
  listLikes: z.ZodOptional<z.ZodBoolean>;
1761
1764
  eventLikes: z.ZodOptional<z.ZodBoolean>;
1762
1765
  commentLikes: z.ZodOptional<z.ZodBoolean>;
1766
+ threadActivityNotifications: z.ZodOptional<z.ZodBoolean>;
1763
1767
  trendingGames: z.ZodOptional<z.ZodBoolean>;
1764
1768
  gameChanges: z.ZodOptional<z.ZodObject<{
1765
1769
  topRatedGameChanges: z.ZodNullable<z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"16hr">, 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">]>>>;
@@ -1802,6 +1806,7 @@ export declare const listCreateSchema: z.ZodObject<Omit<{
1802
1806
  listLikes?: boolean | undefined;
1803
1807
  eventLikes?: boolean | undefined;
1804
1808
  commentLikes?: boolean | undefined;
1809
+ threadActivityNotifications?: boolean | undefined;
1805
1810
  trendingGames?: boolean | undefined;
1806
1811
  gameChanges?: {
1807
1812
  topRatedGameChanges?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
@@ -1828,6 +1833,7 @@ export declare const listCreateSchema: z.ZodObject<Omit<{
1828
1833
  listLikes?: boolean | undefined;
1829
1834
  eventLikes?: boolean | undefined;
1830
1835
  commentLikes?: boolean | undefined;
1836
+ threadActivityNotifications?: boolean | undefined;
1831
1837
  trendingGames?: boolean | undefined;
1832
1838
  gameChanges?: {
1833
1839
  topRatedGameChanges?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
@@ -2823,6 +2829,7 @@ export declare const listCommentSchema: z.ZodObject<{
2823
2829
  listLikes: z.ZodOptional<z.ZodBoolean>;
2824
2830
  eventLikes: z.ZodOptional<z.ZodBoolean>;
2825
2831
  commentLikes: z.ZodOptional<z.ZodBoolean>;
2832
+ threadActivityNotifications: z.ZodOptional<z.ZodBoolean>;
2826
2833
  trendingGames: z.ZodOptional<z.ZodBoolean>;
2827
2834
  gameChanges: z.ZodOptional<z.ZodObject<{
2828
2835
  topRatedGameChanges: z.ZodNullable<z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"16hr">, 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">]>>>;
@@ -2865,6 +2872,7 @@ export declare const listCommentSchema: z.ZodObject<{
2865
2872
  listLikes?: boolean | undefined;
2866
2873
  eventLikes?: boolean | undefined;
2867
2874
  commentLikes?: boolean | undefined;
2875
+ threadActivityNotifications?: boolean | undefined;
2868
2876
  trendingGames?: boolean | undefined;
2869
2877
  gameChanges?: {
2870
2878
  topRatedGameChanges?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
@@ -2891,6 +2899,7 @@ export declare const listCommentSchema: z.ZodObject<{
2891
2899
  listLikes?: boolean | undefined;
2892
2900
  eventLikes?: boolean | undefined;
2893
2901
  commentLikes?: boolean | undefined;
2902
+ threadActivityNotifications?: boolean | undefined;
2894
2903
  trendingGames?: boolean | undefined;
2895
2904
  gameChanges?: {
2896
2905
  topRatedGameChanges?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
@@ -3846,6 +3855,7 @@ export declare const listCommentSchema: z.ZodObject<{
3846
3855
  listLikes: z.ZodOptional<z.ZodBoolean>;
3847
3856
  eventLikes: z.ZodOptional<z.ZodBoolean>;
3848
3857
  commentLikes: z.ZodOptional<z.ZodBoolean>;
3858
+ threadActivityNotifications: z.ZodOptional<z.ZodBoolean>;
3849
3859
  trendingGames: z.ZodOptional<z.ZodBoolean>;
3850
3860
  gameChanges: z.ZodOptional<z.ZodObject<{
3851
3861
  topRatedGameChanges: z.ZodNullable<z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"16hr">, 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">]>>>;
@@ -3888,6 +3898,7 @@ export declare const listCommentSchema: z.ZodObject<{
3888
3898
  listLikes?: boolean | undefined;
3889
3899
  eventLikes?: boolean | undefined;
3890
3900
  commentLikes?: boolean | undefined;
3901
+ threadActivityNotifications?: boolean | undefined;
3891
3902
  trendingGames?: boolean | undefined;
3892
3903
  gameChanges?: {
3893
3904
  topRatedGameChanges?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
@@ -3914,6 +3925,7 @@ export declare const listCommentSchema: z.ZodObject<{
3914
3925
  listLikes?: boolean | undefined;
3915
3926
  eventLikes?: boolean | undefined;
3916
3927
  commentLikes?: boolean | undefined;
3928
+ threadActivityNotifications?: boolean | undefined;
3917
3929
  trendingGames?: boolean | undefined;
3918
3930
  gameChanges?: {
3919
3931
  topRatedGameChanges?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
@@ -4914,6 +4926,7 @@ export declare const listCommentLikeSchema: z.ZodObject<{
4914
4926
  listLikes: z.ZodOptional<z.ZodBoolean>;
4915
4927
  eventLikes: z.ZodOptional<z.ZodBoolean>;
4916
4928
  commentLikes: z.ZodOptional<z.ZodBoolean>;
4929
+ threadActivityNotifications: z.ZodOptional<z.ZodBoolean>;
4917
4930
  trendingGames: z.ZodOptional<z.ZodBoolean>;
4918
4931
  gameChanges: z.ZodOptional<z.ZodObject<{
4919
4932
  topRatedGameChanges: z.ZodNullable<z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"16hr">, 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">]>>>;
@@ -4956,6 +4969,7 @@ export declare const listCommentLikeSchema: z.ZodObject<{
4956
4969
  listLikes?: boolean | undefined;
4957
4970
  eventLikes?: boolean | undefined;
4958
4971
  commentLikes?: boolean | undefined;
4972
+ threadActivityNotifications?: boolean | undefined;
4959
4973
  trendingGames?: boolean | undefined;
4960
4974
  gameChanges?: {
4961
4975
  topRatedGameChanges?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
@@ -4982,6 +4996,7 @@ export declare const listCommentLikeSchema: z.ZodObject<{
4982
4996
  listLikes?: boolean | undefined;
4983
4997
  eventLikes?: boolean | undefined;
4984
4998
  commentLikes?: boolean | undefined;
4999
+ threadActivityNotifications?: boolean | undefined;
4985
5000
  trendingGames?: boolean | undefined;
4986
5001
  gameChanges?: {
4987
5002
  topRatedGameChanges?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
@@ -702,6 +702,7 @@ export declare const banInfoSchema: z.ZodObject<{
702
702
  listLikes: z.ZodOptional<z.ZodBoolean>;
703
703
  eventLikes: z.ZodOptional<z.ZodBoolean>;
704
704
  commentLikes: z.ZodOptional<z.ZodBoolean>;
705
+ threadActivityNotifications: z.ZodOptional<z.ZodBoolean>;
705
706
  trendingGames: z.ZodOptional<z.ZodBoolean>;
706
707
  gameChanges: z.ZodOptional<z.ZodObject<{
707
708
  topRatedGameChanges: z.ZodNullable<z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"16hr">, 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">]>>>;
@@ -744,6 +745,7 @@ export declare const banInfoSchema: z.ZodObject<{
744
745
  listLikes?: boolean | undefined;
745
746
  eventLikes?: boolean | undefined;
746
747
  commentLikes?: boolean | undefined;
748
+ threadActivityNotifications?: boolean | undefined;
747
749
  trendingGames?: boolean | undefined;
748
750
  gameChanges?: {
749
751
  topRatedGameChanges?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
@@ -770,6 +772,7 @@ export declare const banInfoSchema: z.ZodObject<{
770
772
  listLikes?: boolean | undefined;
771
773
  eventLikes?: boolean | undefined;
772
774
  commentLikes?: boolean | undefined;
775
+ threadActivityNotifications?: boolean | undefined;
773
776
  trendingGames?: boolean | undefined;
774
777
  gameChanges?: {
775
778
  topRatedGameChanges?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
@@ -1752,6 +1755,7 @@ export declare const bannedUserSchema: z.ZodObject<{
1752
1755
  listLikes: z.ZodOptional<z.ZodBoolean>;
1753
1756
  eventLikes: z.ZodOptional<z.ZodBoolean>;
1754
1757
  commentLikes: z.ZodOptional<z.ZodBoolean>;
1758
+ threadActivityNotifications: z.ZodOptional<z.ZodBoolean>;
1755
1759
  trendingGames: z.ZodOptional<z.ZodBoolean>;
1756
1760
  gameChanges: z.ZodOptional<z.ZodObject<{
1757
1761
  topRatedGameChanges: z.ZodNullable<z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"16hr">, 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">]>>>;
@@ -1794,6 +1798,7 @@ export declare const bannedUserSchema: z.ZodObject<{
1794
1798
  listLikes?: boolean | undefined;
1795
1799
  eventLikes?: boolean | undefined;
1796
1800
  commentLikes?: boolean | undefined;
1801
+ threadActivityNotifications?: boolean | undefined;
1797
1802
  trendingGames?: boolean | undefined;
1798
1803
  gameChanges?: {
1799
1804
  topRatedGameChanges?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
@@ -1820,6 +1825,7 @@ export declare const bannedUserSchema: z.ZodObject<{
1820
1825
  listLikes?: boolean | undefined;
1821
1826
  eventLikes?: boolean | undefined;
1822
1827
  commentLikes?: boolean | undefined;
1828
+ threadActivityNotifications?: boolean | undefined;
1823
1829
  trendingGames?: boolean | undefined;
1824
1830
  gameChanges?: {
1825
1831
  topRatedGameChanges?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
@@ -2838,6 +2844,7 @@ export declare const bannedUsersResponseSchema: z.ZodObject<{
2838
2844
  listLikes: z.ZodOptional<z.ZodBoolean>;
2839
2845
  eventLikes: z.ZodOptional<z.ZodBoolean>;
2840
2846
  commentLikes: z.ZodOptional<z.ZodBoolean>;
2847
+ threadActivityNotifications: z.ZodOptional<z.ZodBoolean>;
2841
2848
  trendingGames: z.ZodOptional<z.ZodBoolean>;
2842
2849
  gameChanges: z.ZodOptional<z.ZodObject<{
2843
2850
  topRatedGameChanges: z.ZodNullable<z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"16hr">, 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">]>>>;
@@ -2880,6 +2887,7 @@ export declare const bannedUsersResponseSchema: z.ZodObject<{
2880
2887
  listLikes?: boolean | undefined;
2881
2888
  eventLikes?: boolean | undefined;
2882
2889
  commentLikes?: boolean | undefined;
2890
+ threadActivityNotifications?: boolean | undefined;
2883
2891
  trendingGames?: boolean | undefined;
2884
2892
  gameChanges?: {
2885
2893
  topRatedGameChanges?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
@@ -2906,6 +2914,7 @@ export declare const bannedUsersResponseSchema: z.ZodObject<{
2906
2914
  listLikes?: boolean | undefined;
2907
2915
  eventLikes?: boolean | undefined;
2908
2916
  commentLikes?: boolean | undefined;
2917
+ threadActivityNotifications?: boolean | undefined;
2909
2918
  trendingGames?: boolean | undefined;
2910
2919
  gameChanges?: {
2911
2920
  topRatedGameChanges?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
@@ -3968,6 +3977,7 @@ export declare const banStatusResponseSchema: z.ZodObject<{
3968
3977
  listLikes: z.ZodOptional<z.ZodBoolean>;
3969
3978
  eventLikes: z.ZodOptional<z.ZodBoolean>;
3970
3979
  commentLikes: z.ZodOptional<z.ZodBoolean>;
3980
+ threadActivityNotifications: z.ZodOptional<z.ZodBoolean>;
3971
3981
  trendingGames: z.ZodOptional<z.ZodBoolean>;
3972
3982
  gameChanges: z.ZodOptional<z.ZodObject<{
3973
3983
  topRatedGameChanges: z.ZodNullable<z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"16hr">, 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">]>>>;
@@ -4010,6 +4020,7 @@ export declare const banStatusResponseSchema: z.ZodObject<{
4010
4020
  listLikes?: boolean | undefined;
4011
4021
  eventLikes?: boolean | undefined;
4012
4022
  commentLikes?: boolean | undefined;
4023
+ threadActivityNotifications?: boolean | undefined;
4013
4024
  trendingGames?: boolean | undefined;
4014
4025
  gameChanges?: {
4015
4026
  topRatedGameChanges?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
@@ -4036,6 +4047,7 @@ export declare const banStatusResponseSchema: z.ZodObject<{
4036
4047
  listLikes?: boolean | undefined;
4037
4048
  eventLikes?: boolean | undefined;
4038
4049
  commentLikes?: boolean | undefined;
4050
+ threadActivityNotifications?: boolean | undefined;
4039
4051
  trendingGames?: boolean | undefined;
4040
4052
  gameChanges?: {
4041
4053
  topRatedGameChanges?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
@@ -1618,6 +1618,7 @@ export declare const threadCommentSchema: import("zod").ZodObject<{
1618
1618
  listLikes: import("zod").ZodOptional<import("zod").ZodBoolean>;
1619
1619
  eventLikes: import("zod").ZodOptional<import("zod").ZodBoolean>;
1620
1620
  commentLikes: import("zod").ZodOptional<import("zod").ZodBoolean>;
1621
+ threadActivityNotifications: import("zod").ZodOptional<import("zod").ZodBoolean>;
1621
1622
  trendingGames: import("zod").ZodOptional<import("zod").ZodBoolean>;
1622
1623
  gameChanges: import("zod").ZodOptional<import("zod").ZodObject<{
1623
1624
  topRatedGameChanges: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"16hr">, import("zod").ZodLiteral<"Today">, import("zod").ZodLiteral<"Last 3 Days">, import("zod").ZodLiteral<"This Week">, import("zod").ZodLiteral<"This Season">, import("zod").ZodLiteral<"This Month">, import("zod").ZodLiteral<"This Year">, import("zod").ZodLiteral<"All">, import("zod").ZodLiteral<"All Time">, import("zod").ZodLiteral<"12h">, import("zod").ZodLiteral<"daily">, import("zod").ZodLiteral<"weekly">]>>>;
@@ -1660,6 +1661,7 @@ export declare const threadCommentSchema: import("zod").ZodObject<{
1660
1661
  listLikes?: boolean | undefined;
1661
1662
  eventLikes?: boolean | undefined;
1662
1663
  commentLikes?: boolean | undefined;
1664
+ threadActivityNotifications?: boolean | undefined;
1663
1665
  trendingGames?: boolean | undefined;
1664
1666
  gameChanges?: {
1665
1667
  topRatedGameChanges?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
@@ -1686,6 +1688,7 @@ export declare const threadCommentSchema: import("zod").ZodObject<{
1686
1688
  listLikes?: boolean | undefined;
1687
1689
  eventLikes?: boolean | undefined;
1688
1690
  commentLikes?: boolean | undefined;
1691
+ threadActivityNotifications?: boolean | undefined;
1689
1692
  trendingGames?: boolean | undefined;
1690
1693
  gameChanges?: {
1691
1694
  topRatedGameChanges?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
@@ -2641,6 +2644,7 @@ export declare const threadCommentSchema: import("zod").ZodObject<{
2641
2644
  listLikes: import("zod").ZodOptional<import("zod").ZodBoolean>;
2642
2645
  eventLikes: import("zod").ZodOptional<import("zod").ZodBoolean>;
2643
2646
  commentLikes: import("zod").ZodOptional<import("zod").ZodBoolean>;
2647
+ threadActivityNotifications: import("zod").ZodOptional<import("zod").ZodBoolean>;
2644
2648
  trendingGames: import("zod").ZodOptional<import("zod").ZodBoolean>;
2645
2649
  gameChanges: import("zod").ZodOptional<import("zod").ZodObject<{
2646
2650
  topRatedGameChanges: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"16hr">, import("zod").ZodLiteral<"Today">, import("zod").ZodLiteral<"Last 3 Days">, import("zod").ZodLiteral<"This Week">, import("zod").ZodLiteral<"This Season">, import("zod").ZodLiteral<"This Month">, import("zod").ZodLiteral<"This Year">, import("zod").ZodLiteral<"All">, import("zod").ZodLiteral<"All Time">, import("zod").ZodLiteral<"12h">, import("zod").ZodLiteral<"daily">, import("zod").ZodLiteral<"weekly">]>>>;
@@ -2683,6 +2687,7 @@ export declare const threadCommentSchema: import("zod").ZodObject<{
2683
2687
  listLikes?: boolean | undefined;
2684
2688
  eventLikes?: boolean | undefined;
2685
2689
  commentLikes?: boolean | undefined;
2690
+ threadActivityNotifications?: boolean | undefined;
2686
2691
  trendingGames?: boolean | undefined;
2687
2692
  gameChanges?: {
2688
2693
  topRatedGameChanges?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
@@ -2709,6 +2714,7 @@ export declare const threadCommentSchema: import("zod").ZodObject<{
2709
2714
  listLikes?: boolean | undefined;
2710
2715
  eventLikes?: boolean | undefined;
2711
2716
  commentLikes?: boolean | undefined;
2717
+ threadActivityNotifications?: boolean | undefined;
2712
2718
  trendingGames?: boolean | undefined;
2713
2719
  gameChanges?: {
2714
2720
  topRatedGameChanges?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
@@ -3735,6 +3741,7 @@ export declare const threadCommentLikeSchema: import("zod").ZodObject<{
3735
3741
  listLikes: import("zod").ZodOptional<import("zod").ZodBoolean>;
3736
3742
  eventLikes: import("zod").ZodOptional<import("zod").ZodBoolean>;
3737
3743
  commentLikes: import("zod").ZodOptional<import("zod").ZodBoolean>;
3744
+ threadActivityNotifications: import("zod").ZodOptional<import("zod").ZodBoolean>;
3738
3745
  trendingGames: import("zod").ZodOptional<import("zod").ZodBoolean>;
3739
3746
  gameChanges: import("zod").ZodOptional<import("zod").ZodObject<{
3740
3747
  topRatedGameChanges: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"16hr">, import("zod").ZodLiteral<"Today">, import("zod").ZodLiteral<"Last 3 Days">, import("zod").ZodLiteral<"This Week">, import("zod").ZodLiteral<"This Season">, import("zod").ZodLiteral<"This Month">, import("zod").ZodLiteral<"This Year">, import("zod").ZodLiteral<"All">, import("zod").ZodLiteral<"All Time">, import("zod").ZodLiteral<"12h">, import("zod").ZodLiteral<"daily">, import("zod").ZodLiteral<"weekly">]>>>;
@@ -3777,6 +3784,7 @@ export declare const threadCommentLikeSchema: import("zod").ZodObject<{
3777
3784
  listLikes?: boolean | undefined;
3778
3785
  eventLikes?: boolean | undefined;
3779
3786
  commentLikes?: boolean | undefined;
3787
+ threadActivityNotifications?: boolean | undefined;
3780
3788
  trendingGames?: boolean | undefined;
3781
3789
  gameChanges?: {
3782
3790
  topRatedGameChanges?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
@@ -3803,6 +3811,7 @@ export declare const threadCommentLikeSchema: import("zod").ZodObject<{
3803
3811
  listLikes?: boolean | undefined;
3804
3812
  eventLikes?: boolean | undefined;
3805
3813
  commentLikes?: boolean | undefined;
3814
+ threadActivityNotifications?: boolean | undefined;
3806
3815
  trendingGames?: boolean | undefined;
3807
3816
  gameChanges?: {
3808
3817
  topRatedGameChanges?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
@@ -933,6 +933,7 @@ export declare const stadiumRatingSchema: z.ZodObject<{
933
933
  listLikes: z.ZodOptional<z.ZodBoolean>;
934
934
  eventLikes: z.ZodOptional<z.ZodBoolean>;
935
935
  commentLikes: z.ZodOptional<z.ZodBoolean>;
936
+ threadActivityNotifications: z.ZodOptional<z.ZodBoolean>;
936
937
  trendingGames: z.ZodOptional<z.ZodBoolean>;
937
938
  gameChanges: z.ZodOptional<z.ZodObject<{
938
939
  topRatedGameChanges: z.ZodNullable<z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"16hr">, 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">]>>>;
@@ -975,6 +976,7 @@ export declare const stadiumRatingSchema: z.ZodObject<{
975
976
  listLikes?: boolean | undefined;
976
977
  eventLikes?: boolean | undefined;
977
978
  commentLikes?: boolean | undefined;
979
+ threadActivityNotifications?: boolean | undefined;
978
980
  trendingGames?: boolean | undefined;
979
981
  gameChanges?: {
980
982
  topRatedGameChanges?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
@@ -1001,6 +1003,7 @@ export declare const stadiumRatingSchema: z.ZodObject<{
1001
1003
  listLikes?: boolean | undefined;
1002
1004
  eventLikes?: boolean | undefined;
1003
1005
  commentLikes?: boolean | undefined;
1006
+ threadActivityNotifications?: boolean | undefined;
1004
1007
  trendingGames?: boolean | undefined;
1005
1008
  gameChanges?: {
1006
1009
  topRatedGameChanges?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
@@ -2492,6 +2495,7 @@ export declare const createStadiumRatingSchema: z.ZodObject<z.objectUtil.extendS
2492
2495
  listLikes: z.ZodOptional<z.ZodBoolean>;
2493
2496
  eventLikes: z.ZodOptional<z.ZodBoolean>;
2494
2497
  commentLikes: z.ZodOptional<z.ZodBoolean>;
2498
+ threadActivityNotifications: z.ZodOptional<z.ZodBoolean>;
2495
2499
  trendingGames: z.ZodOptional<z.ZodBoolean>;
2496
2500
  gameChanges: z.ZodOptional<z.ZodObject<{
2497
2501
  topRatedGameChanges: z.ZodNullable<z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"16hr">, 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">]>>>;
@@ -2534,6 +2538,7 @@ export declare const createStadiumRatingSchema: z.ZodObject<z.objectUtil.extendS
2534
2538
  listLikes?: boolean | undefined;
2535
2539
  eventLikes?: boolean | undefined;
2536
2540
  commentLikes?: boolean | undefined;
2541
+ threadActivityNotifications?: boolean | undefined;
2537
2542
  trendingGames?: boolean | undefined;
2538
2543
  gameChanges?: {
2539
2544
  topRatedGameChanges?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
@@ -2560,6 +2565,7 @@ export declare const createStadiumRatingSchema: z.ZodObject<z.objectUtil.extendS
2560
2565
  listLikes?: boolean | undefined;
2561
2566
  eventLikes?: boolean | undefined;
2562
2567
  commentLikes?: boolean | undefined;
2568
+ threadActivityNotifications?: boolean | undefined;
2563
2569
  trendingGames?: boolean | undefined;
2564
2570
  gameChanges?: {
2565
2571
  topRatedGameChanges?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
@@ -4107,6 +4113,7 @@ export declare const stadiumThreadCommentSchema: z.ZodObject<{
4107
4113
  listLikes: z.ZodOptional<z.ZodBoolean>;
4108
4114
  eventLikes: z.ZodOptional<z.ZodBoolean>;
4109
4115
  commentLikes: z.ZodOptional<z.ZodBoolean>;
4116
+ threadActivityNotifications: z.ZodOptional<z.ZodBoolean>;
4110
4117
  trendingGames: z.ZodOptional<z.ZodBoolean>;
4111
4118
  gameChanges: z.ZodOptional<z.ZodObject<{
4112
4119
  topRatedGameChanges: z.ZodNullable<z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"16hr">, 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">]>>>;
@@ -4149,6 +4156,7 @@ export declare const stadiumThreadCommentSchema: z.ZodObject<{
4149
4156
  listLikes?: boolean | undefined;
4150
4157
  eventLikes?: boolean | undefined;
4151
4158
  commentLikes?: boolean | undefined;
4159
+ threadActivityNotifications?: boolean | undefined;
4152
4160
  trendingGames?: boolean | undefined;
4153
4161
  gameChanges?: {
4154
4162
  topRatedGameChanges?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
@@ -4175,6 +4183,7 @@ export declare const stadiumThreadCommentSchema: z.ZodObject<{
4175
4183
  listLikes?: boolean | undefined;
4176
4184
  eventLikes?: boolean | undefined;
4177
4185
  commentLikes?: boolean | undefined;
4186
+ threadActivityNotifications?: boolean | undefined;
4178
4187
  trendingGames?: boolean | undefined;
4179
4188
  gameChanges?: {
4180
4189
  topRatedGameChanges?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
@@ -5130,6 +5139,7 @@ export declare const stadiumThreadCommentSchema: z.ZodObject<{
5130
5139
  listLikes: z.ZodOptional<z.ZodBoolean>;
5131
5140
  eventLikes: z.ZodOptional<z.ZodBoolean>;
5132
5141
  commentLikes: z.ZodOptional<z.ZodBoolean>;
5142
+ threadActivityNotifications: z.ZodOptional<z.ZodBoolean>;
5133
5143
  trendingGames: z.ZodOptional<z.ZodBoolean>;
5134
5144
  gameChanges: z.ZodOptional<z.ZodObject<{
5135
5145
  topRatedGameChanges: z.ZodNullable<z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"16hr">, 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">]>>>;
@@ -5172,6 +5182,7 @@ export declare const stadiumThreadCommentSchema: z.ZodObject<{
5172
5182
  listLikes?: boolean | undefined;
5173
5183
  eventLikes?: boolean | undefined;
5174
5184
  commentLikes?: boolean | undefined;
5185
+ threadActivityNotifications?: boolean | undefined;
5175
5186
  trendingGames?: boolean | undefined;
5176
5187
  gameChanges?: {
5177
5188
  topRatedGameChanges?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
@@ -5198,6 +5209,7 @@ export declare const stadiumThreadCommentSchema: z.ZodObject<{
5198
5209
  listLikes?: boolean | undefined;
5199
5210
  eventLikes?: boolean | undefined;
5200
5211
  commentLikes?: boolean | undefined;
5212
+ threadActivityNotifications?: boolean | undefined;
5201
5213
  trendingGames?: boolean | undefined;
5202
5214
  gameChanges?: {
5203
5215
  topRatedGameChanges?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
@@ -881,6 +881,7 @@ export declare const userSchema: z.ZodObject<{
881
881
  listLikes: z.ZodOptional<z.ZodBoolean>;
882
882
  eventLikes: z.ZodOptional<z.ZodBoolean>;
883
883
  commentLikes: z.ZodOptional<z.ZodBoolean>;
884
+ threadActivityNotifications: z.ZodOptional<z.ZodBoolean>;
884
885
  trendingGames: z.ZodOptional<z.ZodBoolean>;
885
886
  gameChanges: z.ZodOptional<z.ZodObject<{
886
887
  topRatedGameChanges: z.ZodNullable<z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"16hr">, 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">]>>>;
@@ -923,6 +924,7 @@ export declare const userSchema: z.ZodObject<{
923
924
  listLikes?: boolean | undefined;
924
925
  eventLikes?: boolean | undefined;
925
926
  commentLikes?: boolean | undefined;
927
+ threadActivityNotifications?: boolean | undefined;
926
928
  trendingGames?: boolean | undefined;
927
929
  gameChanges?: {
928
930
  topRatedGameChanges?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
@@ -949,6 +951,7 @@ export declare const userSchema: z.ZodObject<{
949
951
  listLikes?: boolean | undefined;
950
952
  eventLikes?: boolean | undefined;
951
953
  commentLikes?: boolean | undefined;
954
+ threadActivityNotifications?: boolean | undefined;
952
955
  trendingGames?: boolean | undefined;
953
956
  gameChanges?: {
954
957
  topRatedGameChanges?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
@@ -1365,6 +1368,7 @@ export declare const userSchema: z.ZodObject<{
1365
1368
  listLikes?: boolean | undefined;
1366
1369
  eventLikes?: boolean | undefined;
1367
1370
  commentLikes?: boolean | undefined;
1371
+ threadActivityNotifications?: boolean | undefined;
1368
1372
  trendingGames?: boolean | undefined;
1369
1373
  gameChanges?: {
1370
1374
  topRatedGameChanges?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
@@ -1614,6 +1618,7 @@ export declare const userSchema: z.ZodObject<{
1614
1618
  listLikes?: boolean | undefined;
1615
1619
  eventLikes?: boolean | undefined;
1616
1620
  commentLikes?: boolean | undefined;
1621
+ threadActivityNotifications?: boolean | undefined;
1617
1622
  trendingGames?: boolean | undefined;
1618
1623
  gameChanges?: {
1619
1624
  topRatedGameChanges?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
@@ -2387,6 +2392,7 @@ export declare const createUserSchema: z.ZodObject<Omit<{
2387
2392
  listLikes: z.ZodOptional<z.ZodBoolean>;
2388
2393
  eventLikes: z.ZodOptional<z.ZodBoolean>;
2389
2394
  commentLikes: z.ZodOptional<z.ZodBoolean>;
2395
+ threadActivityNotifications: z.ZodOptional<z.ZodBoolean>;
2390
2396
  trendingGames: z.ZodOptional<z.ZodBoolean>;
2391
2397
  gameChanges: z.ZodOptional<z.ZodObject<{
2392
2398
  topRatedGameChanges: z.ZodNullable<z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"16hr">, 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">]>>>;
@@ -2429,6 +2435,7 @@ export declare const createUserSchema: z.ZodObject<Omit<{
2429
2435
  listLikes?: boolean | undefined;
2430
2436
  eventLikes?: boolean | undefined;
2431
2437
  commentLikes?: boolean | undefined;
2438
+ threadActivityNotifications?: boolean | undefined;
2432
2439
  trendingGames?: boolean | undefined;
2433
2440
  gameChanges?: {
2434
2441
  topRatedGameChanges?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
@@ -2455,6 +2462,7 @@ export declare const createUserSchema: z.ZodObject<Omit<{
2455
2462
  listLikes?: boolean | undefined;
2456
2463
  eventLikes?: boolean | undefined;
2457
2464
  commentLikes?: boolean | undefined;
2465
+ threadActivityNotifications?: boolean | undefined;
2458
2466
  trendingGames?: boolean | undefined;
2459
2467
  gameChanges?: {
2460
2468
  topRatedGameChanges?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
@@ -2860,6 +2868,7 @@ export declare const createUserSchema: z.ZodObject<Omit<{
2860
2868
  listLikes?: boolean | undefined;
2861
2869
  eventLikes?: boolean | undefined;
2862
2870
  commentLikes?: boolean | undefined;
2871
+ threadActivityNotifications?: boolean | undefined;
2863
2872
  trendingGames?: boolean | undefined;
2864
2873
  gameChanges?: {
2865
2874
  topRatedGameChanges?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
@@ -3098,6 +3107,7 @@ export declare const createUserSchema: z.ZodObject<Omit<{
3098
3107
  listLikes?: boolean | undefined;
3099
3108
  eventLikes?: boolean | undefined;
3100
3109
  commentLikes?: boolean | undefined;
3110
+ threadActivityNotifications?: boolean | undefined;
3101
3111
  trendingGames?: boolean | undefined;
3102
3112
  gameChanges?: {
3103
3113
  topRatedGameChanges?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
@@ -3871,6 +3881,7 @@ export declare const reducedUserSchema: z.ZodObject<Pick<{
3871
3881
  listLikes: z.ZodOptional<z.ZodBoolean>;
3872
3882
  eventLikes: z.ZodOptional<z.ZodBoolean>;
3873
3883
  commentLikes: z.ZodOptional<z.ZodBoolean>;
3884
+ threadActivityNotifications: z.ZodOptional<z.ZodBoolean>;
3874
3885
  trendingGames: z.ZodOptional<z.ZodBoolean>;
3875
3886
  gameChanges: z.ZodOptional<z.ZodObject<{
3876
3887
  topRatedGameChanges: z.ZodNullable<z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"16hr">, 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">]>>>;
@@ -3913,6 +3924,7 @@ export declare const reducedUserSchema: z.ZodObject<Pick<{
3913
3924
  listLikes?: boolean | undefined;
3914
3925
  eventLikes?: boolean | undefined;
3915
3926
  commentLikes?: boolean | undefined;
3927
+ threadActivityNotifications?: boolean | undefined;
3916
3928
  trendingGames?: boolean | undefined;
3917
3929
  gameChanges?: {
3918
3930
  topRatedGameChanges?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
@@ -3939,6 +3951,7 @@ export declare const reducedUserSchema: z.ZodObject<Pick<{
3939
3951
  listLikes?: boolean | undefined;
3940
3952
  eventLikes?: boolean | undefined;
3941
3953
  commentLikes?: boolean | undefined;
3954
+ threadActivityNotifications?: boolean | undefined;
3942
3955
  trendingGames?: boolean | undefined;
3943
3956
  gameChanges?: {
3944
3957
  topRatedGameChanges?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
@@ -184,6 +184,7 @@ exports.userSchema = (0, zod_1.object)({
184
184
  listLikes: (0, zod_1.boolean)().optional(),
185
185
  eventLikes: (0, zod_1.boolean)().optional(),
186
186
  commentLikes: (0, zod_1.boolean)().optional(),
187
+ threadActivityNotifications: (0, zod_1.boolean)().optional(),
187
188
  trendingGames: (0, zod_1.boolean)().optional(),
188
189
  gameChanges: zod_1.z
189
190
  .object({
@@ -798,6 +798,7 @@ export declare const userEventCommentSchema: z.ZodObject<{
798
798
  listLikes: z.ZodOptional<z.ZodBoolean>;
799
799
  eventLikes: z.ZodOptional<z.ZodBoolean>;
800
800
  commentLikes: z.ZodOptional<z.ZodBoolean>;
801
+ threadActivityNotifications: z.ZodOptional<z.ZodBoolean>;
801
802
  trendingGames: z.ZodOptional<z.ZodBoolean>;
802
803
  gameChanges: z.ZodOptional<z.ZodObject<{
803
804
  topRatedGameChanges: z.ZodNullable<z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"16hr">, 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">]>>>;
@@ -840,6 +841,7 @@ export declare const userEventCommentSchema: z.ZodObject<{
840
841
  listLikes?: boolean | undefined;
841
842
  eventLikes?: boolean | undefined;
842
843
  commentLikes?: boolean | undefined;
844
+ threadActivityNotifications?: boolean | undefined;
843
845
  trendingGames?: boolean | undefined;
844
846
  gameChanges?: {
845
847
  topRatedGameChanges?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
@@ -866,6 +868,7 @@ export declare const userEventCommentSchema: z.ZodObject<{
866
868
  listLikes?: boolean | undefined;
867
869
  eventLikes?: boolean | undefined;
868
870
  commentLikes?: boolean | undefined;
871
+ threadActivityNotifications?: boolean | undefined;
869
872
  trendingGames?: boolean | undefined;
870
873
  gameChanges?: {
871
874
  topRatedGameChanges?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
@@ -1821,6 +1824,7 @@ export declare const userEventCommentSchema: z.ZodObject<{
1821
1824
  listLikes: z.ZodOptional<z.ZodBoolean>;
1822
1825
  eventLikes: z.ZodOptional<z.ZodBoolean>;
1823
1826
  commentLikes: z.ZodOptional<z.ZodBoolean>;
1827
+ threadActivityNotifications: z.ZodOptional<z.ZodBoolean>;
1824
1828
  trendingGames: z.ZodOptional<z.ZodBoolean>;
1825
1829
  gameChanges: z.ZodOptional<z.ZodObject<{
1826
1830
  topRatedGameChanges: z.ZodNullable<z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"16hr">, 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">]>>>;
@@ -1863,6 +1867,7 @@ export declare const userEventCommentSchema: z.ZodObject<{
1863
1867
  listLikes?: boolean | undefined;
1864
1868
  eventLikes?: boolean | undefined;
1865
1869
  commentLikes?: boolean | undefined;
1870
+ threadActivityNotifications?: boolean | undefined;
1866
1871
  trendingGames?: boolean | undefined;
1867
1872
  gameChanges?: {
1868
1873
  topRatedGameChanges?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
@@ -1889,6 +1894,7 @@ export declare const userEventCommentSchema: z.ZodObject<{
1889
1894
  listLikes?: boolean | undefined;
1890
1895
  eventLikes?: boolean | undefined;
1891
1896
  commentLikes?: boolean | undefined;
1897
+ threadActivityNotifications?: boolean | undefined;
1892
1898
  trendingGames?: boolean | undefined;
1893
1899
  gameChanges?: {
1894
1900
  topRatedGameChanges?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
@@ -2897,6 +2903,7 @@ export declare const userEventCommentLikeSchema: z.ZodObject<{
2897
2903
  listLikes: z.ZodOptional<z.ZodBoolean>;
2898
2904
  eventLikes: z.ZodOptional<z.ZodBoolean>;
2899
2905
  commentLikes: z.ZodOptional<z.ZodBoolean>;
2906
+ threadActivityNotifications: z.ZodOptional<z.ZodBoolean>;
2900
2907
  trendingGames: z.ZodOptional<z.ZodBoolean>;
2901
2908
  gameChanges: z.ZodOptional<z.ZodObject<{
2902
2909
  topRatedGameChanges: z.ZodNullable<z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"16hr">, 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">]>>>;
@@ -2939,6 +2946,7 @@ export declare const userEventCommentLikeSchema: z.ZodObject<{
2939
2946
  listLikes?: boolean | undefined;
2940
2947
  eventLikes?: boolean | undefined;
2941
2948
  commentLikes?: boolean | undefined;
2949
+ threadActivityNotifications?: boolean | undefined;
2942
2950
  trendingGames?: boolean | undefined;
2943
2951
  gameChanges?: {
2944
2952
  topRatedGameChanges?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
@@ -2965,6 +2973,7 @@ export declare const userEventCommentLikeSchema: z.ZodObject<{
2965
2973
  listLikes?: boolean | undefined;
2966
2974
  eventLikes?: boolean | undefined;
2967
2975
  commentLikes?: boolean | undefined;
2976
+ threadActivityNotifications?: boolean | undefined;
2968
2977
  trendingGames?: boolean | undefined;
2969
2978
  gameChanges?: {
2970
2979
  topRatedGameChanges?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;