rategame-shared 1.1.300 → 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 chatMessageSchema: z.ZodObject<z.objectUtil.extendShape<{
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 chatMessageSchema: z.ZodObject<z.objectUtil.extendShape<{
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 chatMessageSchema: z.ZodObject<z.objectUtil.extendShape<{
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;
@@ -1715,6 +1718,7 @@ export declare const chatMessageSchema: z.ZodObject<z.objectUtil.extendShape<{
1715
1718
  listLikes: z.ZodOptional<z.ZodBoolean>;
1716
1719
  eventLikes: z.ZodOptional<z.ZodBoolean>;
1717
1720
  commentLikes: z.ZodOptional<z.ZodBoolean>;
1721
+ threadActivityNotifications: z.ZodOptional<z.ZodBoolean>;
1718
1722
  trendingGames: z.ZodOptional<z.ZodBoolean>;
1719
1723
  gameChanges: z.ZodOptional<z.ZodObject<{
1720
1724
  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">]>>>;
@@ -1757,6 +1761,7 @@ export declare const chatMessageSchema: z.ZodObject<z.objectUtil.extendShape<{
1757
1761
  listLikes?: boolean | undefined;
1758
1762
  eventLikes?: boolean | undefined;
1759
1763
  commentLikes?: boolean | undefined;
1764
+ threadActivityNotifications?: boolean | undefined;
1760
1765
  trendingGames?: boolean | undefined;
1761
1766
  gameChanges?: {
1762
1767
  topRatedGameChanges?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
@@ -1783,6 +1788,7 @@ export declare const chatMessageSchema: z.ZodObject<z.objectUtil.extendShape<{
1783
1788
  listLikes?: boolean | undefined;
1784
1789
  eventLikes?: boolean | undefined;
1785
1790
  commentLikes?: boolean | undefined;
1791
+ threadActivityNotifications?: boolean | undefined;
1786
1792
  trendingGames?: boolean | undefined;
1787
1793
  gameChanges?: {
1788
1794
  topRatedGameChanges?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
@@ -2797,6 +2803,7 @@ export declare const communityChatMessageSchema: z.ZodObject<z.objectUtil.extend
2797
2803
  listLikes: z.ZodOptional<z.ZodBoolean>;
2798
2804
  eventLikes: z.ZodOptional<z.ZodBoolean>;
2799
2805
  commentLikes: z.ZodOptional<z.ZodBoolean>;
2806
+ threadActivityNotifications: z.ZodOptional<z.ZodBoolean>;
2800
2807
  trendingGames: z.ZodOptional<z.ZodBoolean>;
2801
2808
  gameChanges: z.ZodOptional<z.ZodObject<{
2802
2809
  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">]>>>;
@@ -2839,6 +2846,7 @@ export declare const communityChatMessageSchema: z.ZodObject<z.objectUtil.extend
2839
2846
  listLikes?: boolean | undefined;
2840
2847
  eventLikes?: boolean | undefined;
2841
2848
  commentLikes?: boolean | undefined;
2849
+ threadActivityNotifications?: boolean | undefined;
2842
2850
  trendingGames?: boolean | undefined;
2843
2851
  gameChanges?: {
2844
2852
  topRatedGameChanges?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
@@ -2865,6 +2873,7 @@ export declare const communityChatMessageSchema: z.ZodObject<z.objectUtil.extend
2865
2873
  listLikes?: boolean | undefined;
2866
2874
  eventLikes?: boolean | undefined;
2867
2875
  commentLikes?: boolean | undefined;
2876
+ threadActivityNotifications?: boolean | undefined;
2868
2877
  trendingGames?: boolean | undefined;
2869
2878
  gameChanges?: {
2870
2879
  topRatedGameChanges?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
@@ -3822,6 +3831,7 @@ export declare const communityChatMessageSchema: z.ZodObject<z.objectUtil.extend
3822
3831
  listLikes: z.ZodOptional<z.ZodBoolean>;
3823
3832
  eventLikes: z.ZodOptional<z.ZodBoolean>;
3824
3833
  commentLikes: z.ZodOptional<z.ZodBoolean>;
3834
+ threadActivityNotifications: z.ZodOptional<z.ZodBoolean>;
3825
3835
  trendingGames: z.ZodOptional<z.ZodBoolean>;
3826
3836
  gameChanges: z.ZodOptional<z.ZodObject<{
3827
3837
  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">]>>>;
@@ -3864,6 +3874,7 @@ export declare const communityChatMessageSchema: z.ZodObject<z.objectUtil.extend
3864
3874
  listLikes?: boolean | undefined;
3865
3875
  eventLikes?: boolean | undefined;
3866
3876
  commentLikes?: boolean | undefined;
3877
+ threadActivityNotifications?: boolean | undefined;
3867
3878
  trendingGames?: boolean | undefined;
3868
3879
  gameChanges?: {
3869
3880
  topRatedGameChanges?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
@@ -3890,6 +3901,7 @@ export declare const communityChatMessageSchema: z.ZodObject<z.objectUtil.extend
3890
3901
  listLikes?: boolean | undefined;
3891
3902
  eventLikes?: boolean | undefined;
3892
3903
  commentLikes?: boolean | undefined;
3904
+ threadActivityNotifications?: boolean | undefined;
3893
3905
  trendingGames?: boolean | undefined;
3894
3906
  gameChanges?: {
3895
3907
  topRatedGameChanges?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
@@ -4899,6 +4911,7 @@ export declare const messageReactionSchema: z.ZodObject<{
4899
4911
  listLikes: z.ZodOptional<z.ZodBoolean>;
4900
4912
  eventLikes: z.ZodOptional<z.ZodBoolean>;
4901
4913
  commentLikes: z.ZodOptional<z.ZodBoolean>;
4914
+ threadActivityNotifications: z.ZodOptional<z.ZodBoolean>;
4902
4915
  trendingGames: z.ZodOptional<z.ZodBoolean>;
4903
4916
  gameChanges: z.ZodOptional<z.ZodObject<{
4904
4917
  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">]>>>;
@@ -4941,6 +4954,7 @@ export declare const messageReactionSchema: z.ZodObject<{
4941
4954
  listLikes?: boolean | undefined;
4942
4955
  eventLikes?: boolean | undefined;
4943
4956
  commentLikes?: boolean | undefined;
4957
+ threadActivityNotifications?: boolean | undefined;
4944
4958
  trendingGames?: boolean | undefined;
4945
4959
  gameChanges?: {
4946
4960
  topRatedGameChanges?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
@@ -4967,6 +4981,7 @@ export declare const messageReactionSchema: z.ZodObject<{
4967
4981
  listLikes?: boolean | undefined;
4968
4982
  eventLikes?: boolean | undefined;
4969
4983
  commentLikes?: boolean | undefined;
4984
+ threadActivityNotifications?: boolean | undefined;
4970
4985
  trendingGames?: boolean | undefined;
4971
4986
  gameChanges?: {
4972
4987
  topRatedGameChanges?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
@@ -3956,6 +3956,7 @@ export declare const commonGameSchema: z.ZodObject<{
3956
3956
  listLikes: z.ZodOptional<z.ZodBoolean>;
3957
3957
  eventLikes: z.ZodOptional<z.ZodBoolean>;
3958
3958
  commentLikes: z.ZodOptional<z.ZodBoolean>;
3959
+ threadActivityNotifications: z.ZodOptional<z.ZodBoolean>;
3959
3960
  trendingGames: z.ZodOptional<z.ZodBoolean>;
3960
3961
  gameChanges: z.ZodOptional<z.ZodObject<{
3961
3962
  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">]>>>;
@@ -3998,6 +3999,7 @@ export declare const commonGameSchema: z.ZodObject<{
3998
3999
  listLikes?: boolean | undefined;
3999
4000
  eventLikes?: boolean | undefined;
4000
4001
  commentLikes?: boolean | undefined;
4002
+ threadActivityNotifications?: boolean | undefined;
4001
4003
  trendingGames?: boolean | undefined;
4002
4004
  gameChanges?: {
4003
4005
  topRatedGameChanges?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
@@ -4024,6 +4026,7 @@ export declare const commonGameSchema: z.ZodObject<{
4024
4026
  listLikes?: boolean | undefined;
4025
4027
  eventLikes?: boolean | undefined;
4026
4028
  commentLikes?: boolean | undefined;
4029
+ threadActivityNotifications?: boolean | undefined;
4027
4030
  trendingGames?: boolean | undefined;
4028
4031
  gameChanges?: {
4029
4032
  topRatedGameChanges?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
@@ -6434,6 +6437,7 @@ export declare const basketballGameSchema: z.ZodObject<z.objectUtil.extendShape<
6434
6437
  listLikes: z.ZodOptional<z.ZodBoolean>;
6435
6438
  eventLikes: z.ZodOptional<z.ZodBoolean>;
6436
6439
  commentLikes: z.ZodOptional<z.ZodBoolean>;
6440
+ threadActivityNotifications: z.ZodOptional<z.ZodBoolean>;
6437
6441
  trendingGames: z.ZodOptional<z.ZodBoolean>;
6438
6442
  gameChanges: z.ZodOptional<z.ZodObject<{
6439
6443
  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">]>>>;
@@ -6476,6 +6480,7 @@ export declare const basketballGameSchema: z.ZodObject<z.objectUtil.extendShape<
6476
6480
  listLikes?: boolean | undefined;
6477
6481
  eventLikes?: boolean | undefined;
6478
6482
  commentLikes?: boolean | undefined;
6483
+ threadActivityNotifications?: boolean | undefined;
6479
6484
  trendingGames?: boolean | undefined;
6480
6485
  gameChanges?: {
6481
6486
  topRatedGameChanges?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
@@ -6502,6 +6507,7 @@ export declare const basketballGameSchema: z.ZodObject<z.objectUtil.extendShape<
6502
6507
  listLikes?: boolean | undefined;
6503
6508
  eventLikes?: boolean | undefined;
6504
6509
  commentLikes?: boolean | undefined;
6510
+ threadActivityNotifications?: boolean | undefined;
6505
6511
  trendingGames?: boolean | undefined;
6506
6512
  gameChanges?: {
6507
6513
  topRatedGameChanges?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
@@ -8973,6 +8979,7 @@ export declare const mlbGameSchema: z.ZodObject<z.objectUtil.extendShape<{
8973
8979
  listLikes: z.ZodOptional<z.ZodBoolean>;
8974
8980
  eventLikes: z.ZodOptional<z.ZodBoolean>;
8975
8981
  commentLikes: z.ZodOptional<z.ZodBoolean>;
8982
+ threadActivityNotifications: z.ZodOptional<z.ZodBoolean>;
8976
8983
  trendingGames: z.ZodOptional<z.ZodBoolean>;
8977
8984
  gameChanges: z.ZodOptional<z.ZodObject<{
8978
8985
  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">]>>>;
@@ -9015,6 +9022,7 @@ export declare const mlbGameSchema: z.ZodObject<z.objectUtil.extendShape<{
9015
9022
  listLikes?: boolean | undefined;
9016
9023
  eventLikes?: boolean | undefined;
9017
9024
  commentLikes?: boolean | undefined;
9025
+ threadActivityNotifications?: boolean | undefined;
9018
9026
  trendingGames?: boolean | undefined;
9019
9027
  gameChanges?: {
9020
9028
  topRatedGameChanges?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
@@ -9041,6 +9049,7 @@ export declare const mlbGameSchema: z.ZodObject<z.objectUtil.extendShape<{
9041
9049
  listLikes?: boolean | undefined;
9042
9050
  eventLikes?: boolean | undefined;
9043
9051
  commentLikes?: boolean | undefined;
9052
+ threadActivityNotifications?: boolean | undefined;
9044
9053
  trendingGames?: boolean | undefined;
9045
9054
  gameChanges?: {
9046
9055
  topRatedGameChanges?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
@@ -11520,6 +11529,7 @@ export declare const footballGameSchema: z.ZodObject<z.objectUtil.extendShape<{
11520
11529
  listLikes: z.ZodOptional<z.ZodBoolean>;
11521
11530
  eventLikes: z.ZodOptional<z.ZodBoolean>;
11522
11531
  commentLikes: z.ZodOptional<z.ZodBoolean>;
11532
+ threadActivityNotifications: z.ZodOptional<z.ZodBoolean>;
11523
11533
  trendingGames: z.ZodOptional<z.ZodBoolean>;
11524
11534
  gameChanges: z.ZodOptional<z.ZodObject<{
11525
11535
  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">]>>>;
@@ -11562,6 +11572,7 @@ export declare const footballGameSchema: z.ZodObject<z.objectUtil.extendShape<{
11562
11572
  listLikes?: boolean | undefined;
11563
11573
  eventLikes?: boolean | undefined;
11564
11574
  commentLikes?: boolean | undefined;
11575
+ threadActivityNotifications?: boolean | undefined;
11565
11576
  trendingGames?: boolean | undefined;
11566
11577
  gameChanges?: {
11567
11578
  topRatedGameChanges?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
@@ -11588,6 +11599,7 @@ export declare const footballGameSchema: z.ZodObject<z.objectUtil.extendShape<{
11588
11599
  listLikes?: boolean | undefined;
11589
11600
  eventLikes?: boolean | undefined;
11590
11601
  commentLikes?: boolean | undefined;
11602
+ threadActivityNotifications?: boolean | undefined;
11591
11603
  trendingGames?: boolean | undefined;
11592
11604
  gameChanges?: {
11593
11605
  topRatedGameChanges?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
@@ -14152,6 +14164,7 @@ export declare const nflGameSchema: z.ZodObject<z.objectUtil.extendShape<z.objec
14152
14164
  listLikes: z.ZodOptional<z.ZodBoolean>;
14153
14165
  eventLikes: z.ZodOptional<z.ZodBoolean>;
14154
14166
  commentLikes: z.ZodOptional<z.ZodBoolean>;
14167
+ threadActivityNotifications: z.ZodOptional<z.ZodBoolean>;
14155
14168
  trendingGames: z.ZodOptional<z.ZodBoolean>;
14156
14169
  gameChanges: z.ZodOptional<z.ZodObject<{
14157
14170
  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">]>>>;
@@ -14194,6 +14207,7 @@ export declare const nflGameSchema: z.ZodObject<z.objectUtil.extendShape<z.objec
14194
14207
  listLikes?: boolean | undefined;
14195
14208
  eventLikes?: boolean | undefined;
14196
14209
  commentLikes?: boolean | undefined;
14210
+ threadActivityNotifications?: boolean | undefined;
14197
14211
  trendingGames?: boolean | undefined;
14198
14212
  gameChanges?: {
14199
14213
  topRatedGameChanges?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
@@ -14220,6 +14234,7 @@ export declare const nflGameSchema: z.ZodObject<z.objectUtil.extendShape<z.objec
14220
14234
  listLikes?: boolean | undefined;
14221
14235
  eventLikes?: boolean | undefined;
14222
14236
  commentLikes?: boolean | undefined;
14237
+ threadActivityNotifications?: boolean | undefined;
14223
14238
  trendingGames?: boolean | undefined;
14224
14239
  gameChanges?: {
14225
14240
  topRatedGameChanges?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
@@ -16755,6 +16770,7 @@ export declare const cfbGameSchema: z.ZodObject<z.objectUtil.extendShape<z.objec
16755
16770
  listLikes: z.ZodOptional<z.ZodBoolean>;
16756
16771
  eventLikes: z.ZodOptional<z.ZodBoolean>;
16757
16772
  commentLikes: z.ZodOptional<z.ZodBoolean>;
16773
+ threadActivityNotifications: z.ZodOptional<z.ZodBoolean>;
16758
16774
  trendingGames: z.ZodOptional<z.ZodBoolean>;
16759
16775
  gameChanges: z.ZodOptional<z.ZodObject<{
16760
16776
  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">]>>>;
@@ -16797,6 +16813,7 @@ export declare const cfbGameSchema: z.ZodObject<z.objectUtil.extendShape<z.objec
16797
16813
  listLikes?: boolean | undefined;
16798
16814
  eventLikes?: boolean | undefined;
16799
16815
  commentLikes?: boolean | undefined;
16816
+ threadActivityNotifications?: boolean | undefined;
16800
16817
  trendingGames?: boolean | undefined;
16801
16818
  gameChanges?: {
16802
16819
  topRatedGameChanges?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
@@ -16823,6 +16840,7 @@ export declare const cfbGameSchema: z.ZodObject<z.objectUtil.extendShape<z.objec
16823
16840
  listLikes?: boolean | undefined;
16824
16841
  eventLikes?: boolean | undefined;
16825
16842
  commentLikes?: boolean | undefined;
16843
+ threadActivityNotifications?: boolean | undefined;
16826
16844
  trendingGames?: boolean | undefined;
16827
16845
  gameChanges?: {
16828
16846
  topRatedGameChanges?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
@@ -19340,6 +19358,7 @@ export declare const nhlGameSchema: z.ZodObject<z.objectUtil.extendShape<{
19340
19358
  listLikes: z.ZodOptional<z.ZodBoolean>;
19341
19359
  eventLikes: z.ZodOptional<z.ZodBoolean>;
19342
19360
  commentLikes: z.ZodOptional<z.ZodBoolean>;
19361
+ threadActivityNotifications: z.ZodOptional<z.ZodBoolean>;
19343
19362
  trendingGames: z.ZodOptional<z.ZodBoolean>;
19344
19363
  gameChanges: z.ZodOptional<z.ZodObject<{
19345
19364
  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">]>>>;
@@ -19382,6 +19401,7 @@ export declare const nhlGameSchema: z.ZodObject<z.objectUtil.extendShape<{
19382
19401
  listLikes?: boolean | undefined;
19383
19402
  eventLikes?: boolean | undefined;
19384
19403
  commentLikes?: boolean | undefined;
19404
+ threadActivityNotifications?: boolean | undefined;
19385
19405
  trendingGames?: boolean | undefined;
19386
19406
  gameChanges?: {
19387
19407
  topRatedGameChanges?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
@@ -19408,6 +19428,7 @@ export declare const nhlGameSchema: z.ZodObject<z.objectUtil.extendShape<{
19408
19428
  listLikes?: boolean | undefined;
19409
19429
  eventLikes?: boolean | undefined;
19410
19430
  commentLikes?: boolean | undefined;
19431
+ threadActivityNotifications?: boolean | undefined;
19411
19432
  trendingGames?: boolean | undefined;
19412
19433
  gameChanges?: {
19413
19434
  topRatedGameChanges?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
@@ -21838,6 +21859,7 @@ export declare const unionGameSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.exten
21838
21859
  listLikes: z.ZodOptional<z.ZodBoolean>;
21839
21860
  eventLikes: z.ZodOptional<z.ZodBoolean>;
21840
21861
  commentLikes: z.ZodOptional<z.ZodBoolean>;
21862
+ threadActivityNotifications: z.ZodOptional<z.ZodBoolean>;
21841
21863
  trendingGames: z.ZodOptional<z.ZodBoolean>;
21842
21864
  gameChanges: z.ZodOptional<z.ZodObject<{
21843
21865
  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">]>>>;
@@ -21880,6 +21902,7 @@ export declare const unionGameSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.exten
21880
21902
  listLikes?: boolean | undefined;
21881
21903
  eventLikes?: boolean | undefined;
21882
21904
  commentLikes?: boolean | undefined;
21905
+ threadActivityNotifications?: boolean | undefined;
21883
21906
  trendingGames?: boolean | undefined;
21884
21907
  gameChanges?: {
21885
21908
  topRatedGameChanges?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
@@ -21906,6 +21929,7 @@ export declare const unionGameSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.exten
21906
21929
  listLikes?: boolean | undefined;
21907
21930
  eventLikes?: boolean | undefined;
21908
21931
  commentLikes?: boolean | undefined;
21932
+ threadActivityNotifications?: boolean | undefined;
21909
21933
  trendingGames?: boolean | undefined;
21910
21934
  gameChanges?: {
21911
21935
  topRatedGameChanges?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
@@ -24363,6 +24387,7 @@ export declare const unionGameSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.exten
24363
24387
  listLikes: z.ZodOptional<z.ZodBoolean>;
24364
24388
  eventLikes: z.ZodOptional<z.ZodBoolean>;
24365
24389
  commentLikes: z.ZodOptional<z.ZodBoolean>;
24390
+ threadActivityNotifications: z.ZodOptional<z.ZodBoolean>;
24366
24391
  trendingGames: z.ZodOptional<z.ZodBoolean>;
24367
24392
  gameChanges: z.ZodOptional<z.ZodObject<{
24368
24393
  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">]>>>;
@@ -24405,6 +24430,7 @@ export declare const unionGameSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.exten
24405
24430
  listLikes?: boolean | undefined;
24406
24431
  eventLikes?: boolean | undefined;
24407
24432
  commentLikes?: boolean | undefined;
24433
+ threadActivityNotifications?: boolean | undefined;
24408
24434
  trendingGames?: boolean | undefined;
24409
24435
  gameChanges?: {
24410
24436
  topRatedGameChanges?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
@@ -24431,6 +24457,7 @@ export declare const unionGameSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.exten
24431
24457
  listLikes?: boolean | undefined;
24432
24458
  eventLikes?: boolean | undefined;
24433
24459
  commentLikes?: boolean | undefined;
24460
+ threadActivityNotifications?: boolean | undefined;
24434
24461
  trendingGames?: boolean | undefined;
24435
24462
  gameChanges?: {
24436
24463
  topRatedGameChanges?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
@@ -26909,6 +26936,7 @@ export declare const unionGameSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.exten
26909
26936
  listLikes: z.ZodOptional<z.ZodBoolean>;
26910
26937
  eventLikes: z.ZodOptional<z.ZodBoolean>;
26911
26938
  commentLikes: z.ZodOptional<z.ZodBoolean>;
26939
+ threadActivityNotifications: z.ZodOptional<z.ZodBoolean>;
26912
26940
  trendingGames: z.ZodOptional<z.ZodBoolean>;
26913
26941
  gameChanges: z.ZodOptional<z.ZodObject<{
26914
26942
  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">]>>>;
@@ -26951,6 +26979,7 @@ export declare const unionGameSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.exten
26951
26979
  listLikes?: boolean | undefined;
26952
26980
  eventLikes?: boolean | undefined;
26953
26981
  commentLikes?: boolean | undefined;
26982
+ threadActivityNotifications?: boolean | undefined;
26954
26983
  trendingGames?: boolean | undefined;
26955
26984
  gameChanges?: {
26956
26985
  topRatedGameChanges?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
@@ -26977,6 +27006,7 @@ export declare const unionGameSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.exten
26977
27006
  listLikes?: boolean | undefined;
26978
27007
  eventLikes?: boolean | undefined;
26979
27008
  commentLikes?: boolean | undefined;
27009
+ threadActivityNotifications?: boolean | undefined;
26980
27010
  trendingGames?: boolean | undefined;
26981
27011
  gameChanges?: {
26982
27012
  topRatedGameChanges?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
@@ -29540,6 +29570,7 @@ export declare const unionGameSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.exten
29540
29570
  listLikes: z.ZodOptional<z.ZodBoolean>;
29541
29571
  eventLikes: z.ZodOptional<z.ZodBoolean>;
29542
29572
  commentLikes: z.ZodOptional<z.ZodBoolean>;
29573
+ threadActivityNotifications: z.ZodOptional<z.ZodBoolean>;
29543
29574
  trendingGames: z.ZodOptional<z.ZodBoolean>;
29544
29575
  gameChanges: z.ZodOptional<z.ZodObject<{
29545
29576
  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">]>>>;
@@ -29582,6 +29613,7 @@ export declare const unionGameSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.exten
29582
29613
  listLikes?: boolean | undefined;
29583
29614
  eventLikes?: boolean | undefined;
29584
29615
  commentLikes?: boolean | undefined;
29616
+ threadActivityNotifications?: boolean | undefined;
29585
29617
  trendingGames?: boolean | undefined;
29586
29618
  gameChanges?: {
29587
29619
  topRatedGameChanges?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
@@ -29608,6 +29640,7 @@ export declare const unionGameSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.exten
29608
29640
  listLikes?: boolean | undefined;
29609
29641
  eventLikes?: boolean | undefined;
29610
29642
  commentLikes?: boolean | undefined;
29643
+ threadActivityNotifications?: boolean | undefined;
29611
29644
  trendingGames?: boolean | undefined;
29612
29645
  gameChanges?: {
29613
29646
  topRatedGameChanges?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
@@ -32142,6 +32175,7 @@ export declare const unionGameSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.exten
32142
32175
  listLikes: z.ZodOptional<z.ZodBoolean>;
32143
32176
  eventLikes: z.ZodOptional<z.ZodBoolean>;
32144
32177
  commentLikes: z.ZodOptional<z.ZodBoolean>;
32178
+ threadActivityNotifications: z.ZodOptional<z.ZodBoolean>;
32145
32179
  trendingGames: z.ZodOptional<z.ZodBoolean>;
32146
32180
  gameChanges: z.ZodOptional<z.ZodObject<{
32147
32181
  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">]>>>;
@@ -32184,6 +32218,7 @@ export declare const unionGameSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.exten
32184
32218
  listLikes?: boolean | undefined;
32185
32219
  eventLikes?: boolean | undefined;
32186
32220
  commentLikes?: boolean | undefined;
32221
+ threadActivityNotifications?: boolean | undefined;
32187
32222
  trendingGames?: boolean | undefined;
32188
32223
  gameChanges?: {
32189
32224
  topRatedGameChanges?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
@@ -32210,6 +32245,7 @@ export declare const unionGameSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.exten
32210
32245
  listLikes?: boolean | undefined;
32211
32246
  eventLikes?: boolean | undefined;
32212
32247
  commentLikes?: boolean | undefined;
32248
+ threadActivityNotifications?: boolean | undefined;
32213
32249
  trendingGames?: boolean | undefined;
32214
32250
  gameChanges?: {
32215
32251
  topRatedGameChanges?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
@@ -34726,6 +34762,7 @@ export declare const unionGameSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.exten
34726
34762
  listLikes: z.ZodOptional<z.ZodBoolean>;
34727
34763
  eventLikes: z.ZodOptional<z.ZodBoolean>;
34728
34764
  commentLikes: z.ZodOptional<z.ZodBoolean>;
34765
+ threadActivityNotifications: z.ZodOptional<z.ZodBoolean>;
34729
34766
  trendingGames: z.ZodOptional<z.ZodBoolean>;
34730
34767
  gameChanges: z.ZodOptional<z.ZodObject<{
34731
34768
  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">]>>>;
@@ -34768,6 +34805,7 @@ export declare const unionGameSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.exten
34768
34805
  listLikes?: boolean | undefined;
34769
34806
  eventLikes?: boolean | undefined;
34770
34807
  commentLikes?: boolean | undefined;
34808
+ threadActivityNotifications?: boolean | undefined;
34771
34809
  trendingGames?: boolean | undefined;
34772
34810
  gameChanges?: {
34773
34811
  topRatedGameChanges?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
@@ -34794,6 +34832,7 @@ export declare const unionGameSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.exten
34794
34832
  listLikes?: boolean | undefined;
34795
34833
  eventLikes?: boolean | undefined;
34796
34834
  commentLikes?: boolean | undefined;
34835
+ threadActivityNotifications?: boolean | undefined;
34797
34836
  trendingGames?: boolean | undefined;
34798
34837
  gameChanges?: {
34799
34838
  topRatedGameChanges?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
@@ -37274,6 +37313,7 @@ export declare const creatorPickSchema: z.ZodObject<{
37274
37313
  listLikes: z.ZodOptional<z.ZodBoolean>;
37275
37314
  eventLikes: z.ZodOptional<z.ZodBoolean>;
37276
37315
  commentLikes: z.ZodOptional<z.ZodBoolean>;
37316
+ threadActivityNotifications: z.ZodOptional<z.ZodBoolean>;
37277
37317
  trendingGames: z.ZodOptional<z.ZodBoolean>;
37278
37318
  gameChanges: z.ZodOptional<z.ZodObject<{
37279
37319
  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">]>>>;
@@ -37316,6 +37356,7 @@ export declare const creatorPickSchema: z.ZodObject<{
37316
37356
  listLikes?: boolean | undefined;
37317
37357
  eventLikes?: boolean | undefined;
37318
37358
  commentLikes?: boolean | undefined;
37359
+ threadActivityNotifications?: boolean | undefined;
37319
37360
  trendingGames?: boolean | undefined;
37320
37361
  gameChanges?: {
37321
37362
  topRatedGameChanges?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
@@ -37342,6 +37383,7 @@ export declare const creatorPickSchema: z.ZodObject<{
37342
37383
  listLikes?: boolean | undefined;
37343
37384
  eventLikes?: boolean | undefined;
37344
37385
  commentLikes?: boolean | undefined;
37386
+ threadActivityNotifications?: boolean | undefined;
37345
37387
  trendingGames?: boolean | undefined;
37346
37388
  gameChanges?: {
37347
37389
  topRatedGameChanges?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
@@ -39799,6 +39841,7 @@ export declare const creatorPickSchema: z.ZodObject<{
39799
39841
  listLikes: z.ZodOptional<z.ZodBoolean>;
39800
39842
  eventLikes: z.ZodOptional<z.ZodBoolean>;
39801
39843
  commentLikes: z.ZodOptional<z.ZodBoolean>;
39844
+ threadActivityNotifications: z.ZodOptional<z.ZodBoolean>;
39802
39845
  trendingGames: z.ZodOptional<z.ZodBoolean>;
39803
39846
  gameChanges: z.ZodOptional<z.ZodObject<{
39804
39847
  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">]>>>;
@@ -39841,6 +39884,7 @@ export declare const creatorPickSchema: z.ZodObject<{
39841
39884
  listLikes?: boolean | undefined;
39842
39885
  eventLikes?: boolean | undefined;
39843
39886
  commentLikes?: boolean | undefined;
39887
+ threadActivityNotifications?: boolean | undefined;
39844
39888
  trendingGames?: boolean | undefined;
39845
39889
  gameChanges?: {
39846
39890
  topRatedGameChanges?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
@@ -39867,6 +39911,7 @@ export declare const creatorPickSchema: z.ZodObject<{
39867
39911
  listLikes?: boolean | undefined;
39868
39912
  eventLikes?: boolean | undefined;
39869
39913
  commentLikes?: boolean | undefined;
39914
+ threadActivityNotifications?: boolean | undefined;
39870
39915
  trendingGames?: boolean | undefined;
39871
39916
  gameChanges?: {
39872
39917
  topRatedGameChanges?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
@@ -42345,6 +42390,7 @@ export declare const creatorPickSchema: z.ZodObject<{
42345
42390
  listLikes: z.ZodOptional<z.ZodBoolean>;
42346
42391
  eventLikes: z.ZodOptional<z.ZodBoolean>;
42347
42392
  commentLikes: z.ZodOptional<z.ZodBoolean>;
42393
+ threadActivityNotifications: z.ZodOptional<z.ZodBoolean>;
42348
42394
  trendingGames: z.ZodOptional<z.ZodBoolean>;
42349
42395
  gameChanges: z.ZodOptional<z.ZodObject<{
42350
42396
  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">]>>>;
@@ -42387,6 +42433,7 @@ export declare const creatorPickSchema: z.ZodObject<{
42387
42433
  listLikes?: boolean | undefined;
42388
42434
  eventLikes?: boolean | undefined;
42389
42435
  commentLikes?: boolean | undefined;
42436
+ threadActivityNotifications?: boolean | undefined;
42390
42437
  trendingGames?: boolean | undefined;
42391
42438
  gameChanges?: {
42392
42439
  topRatedGameChanges?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
@@ -42413,6 +42460,7 @@ export declare const creatorPickSchema: z.ZodObject<{
42413
42460
  listLikes?: boolean | undefined;
42414
42461
  eventLikes?: boolean | undefined;
42415
42462
  commentLikes?: boolean | undefined;
42463
+ threadActivityNotifications?: boolean | undefined;
42416
42464
  trendingGames?: boolean | undefined;
42417
42465
  gameChanges?: {
42418
42466
  topRatedGameChanges?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
@@ -44976,6 +45024,7 @@ export declare const creatorPickSchema: z.ZodObject<{
44976
45024
  listLikes: z.ZodOptional<z.ZodBoolean>;
44977
45025
  eventLikes: z.ZodOptional<z.ZodBoolean>;
44978
45026
  commentLikes: z.ZodOptional<z.ZodBoolean>;
45027
+ threadActivityNotifications: z.ZodOptional<z.ZodBoolean>;
44979
45028
  trendingGames: z.ZodOptional<z.ZodBoolean>;
44980
45029
  gameChanges: z.ZodOptional<z.ZodObject<{
44981
45030
  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">]>>>;
@@ -45018,6 +45067,7 @@ export declare const creatorPickSchema: z.ZodObject<{
45018
45067
  listLikes?: boolean | undefined;
45019
45068
  eventLikes?: boolean | undefined;
45020
45069
  commentLikes?: boolean | undefined;
45070
+ threadActivityNotifications?: boolean | undefined;
45021
45071
  trendingGames?: boolean | undefined;
45022
45072
  gameChanges?: {
45023
45073
  topRatedGameChanges?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
@@ -45044,6 +45094,7 @@ export declare const creatorPickSchema: z.ZodObject<{
45044
45094
  listLikes?: boolean | undefined;
45045
45095
  eventLikes?: boolean | undefined;
45046
45096
  commentLikes?: boolean | undefined;
45097
+ threadActivityNotifications?: boolean | undefined;
45047
45098
  trendingGames?: boolean | undefined;
45048
45099
  gameChanges?: {
45049
45100
  topRatedGameChanges?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
@@ -47578,6 +47629,7 @@ export declare const creatorPickSchema: z.ZodObject<{
47578
47629
  listLikes: z.ZodOptional<z.ZodBoolean>;
47579
47630
  eventLikes: z.ZodOptional<z.ZodBoolean>;
47580
47631
  commentLikes: z.ZodOptional<z.ZodBoolean>;
47632
+ threadActivityNotifications: z.ZodOptional<z.ZodBoolean>;
47581
47633
  trendingGames: z.ZodOptional<z.ZodBoolean>;
47582
47634
  gameChanges: z.ZodOptional<z.ZodObject<{
47583
47635
  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">]>>>;
@@ -47620,6 +47672,7 @@ export declare const creatorPickSchema: z.ZodObject<{
47620
47672
  listLikes?: boolean | undefined;
47621
47673
  eventLikes?: boolean | undefined;
47622
47674
  commentLikes?: boolean | undefined;
47675
+ threadActivityNotifications?: boolean | undefined;
47623
47676
  trendingGames?: boolean | undefined;
47624
47677
  gameChanges?: {
47625
47678
  topRatedGameChanges?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
@@ -47646,6 +47699,7 @@ export declare const creatorPickSchema: z.ZodObject<{
47646
47699
  listLikes?: boolean | undefined;
47647
47700
  eventLikes?: boolean | undefined;
47648
47701
  commentLikes?: boolean | undefined;
47702
+ threadActivityNotifications?: boolean | undefined;
47649
47703
  trendingGames?: boolean | undefined;
47650
47704
  gameChanges?: {
47651
47705
  topRatedGameChanges?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
@@ -50162,6 +50216,7 @@ export declare const creatorPickSchema: z.ZodObject<{
50162
50216
  listLikes: z.ZodOptional<z.ZodBoolean>;
50163
50217
  eventLikes: z.ZodOptional<z.ZodBoolean>;
50164
50218
  commentLikes: z.ZodOptional<z.ZodBoolean>;
50219
+ threadActivityNotifications: z.ZodOptional<z.ZodBoolean>;
50165
50220
  trendingGames: z.ZodOptional<z.ZodBoolean>;
50166
50221
  gameChanges: z.ZodOptional<z.ZodObject<{
50167
50222
  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">]>>>;
@@ -50204,6 +50259,7 @@ export declare const creatorPickSchema: z.ZodObject<{
50204
50259
  listLikes?: boolean | undefined;
50205
50260
  eventLikes?: boolean | undefined;
50206
50261
  commentLikes?: boolean | undefined;
50262
+ threadActivityNotifications?: boolean | undefined;
50207
50263
  trendingGames?: boolean | undefined;
50208
50264
  gameChanges?: {
50209
50265
  topRatedGameChanges?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
@@ -50230,6 +50286,7 @@ export declare const creatorPickSchema: z.ZodObject<{
50230
50286
  listLikes?: boolean | undefined;
50231
50287
  eventLikes?: boolean | undefined;
50232
50288
  commentLikes?: boolean | undefined;
50289
+ threadActivityNotifications?: boolean | undefined;
50233
50290
  trendingGames?: boolean | undefined;
50234
50291
  gameChanges?: {
50235
50292
  topRatedGameChanges?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
@@ -51591,6 +51648,7 @@ export declare const creatorPickSchema: z.ZodObject<{
51591
51648
  listLikes: z.ZodOptional<z.ZodBoolean>;
51592
51649
  eventLikes: z.ZodOptional<z.ZodBoolean>;
51593
51650
  commentLikes: z.ZodOptional<z.ZodBoolean>;
51651
+ threadActivityNotifications: z.ZodOptional<z.ZodBoolean>;
51594
51652
  trendingGames: z.ZodOptional<z.ZodBoolean>;
51595
51653
  gameChanges: z.ZodOptional<z.ZodObject<{
51596
51654
  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">]>>>;
@@ -51633,6 +51691,7 @@ export declare const creatorPickSchema: z.ZodObject<{
51633
51691
  listLikes?: boolean | undefined;
51634
51692
  eventLikes?: boolean | undefined;
51635
51693
  commentLikes?: boolean | undefined;
51694
+ threadActivityNotifications?: boolean | undefined;
51636
51695
  trendingGames?: boolean | undefined;
51637
51696
  gameChanges?: {
51638
51697
  topRatedGameChanges?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
@@ -51659,6 +51718,7 @@ export declare const creatorPickSchema: z.ZodObject<{
51659
51718
  listLikes?: boolean | undefined;
51660
51719
  eventLikes?: boolean | undefined;
51661
51720
  commentLikes?: boolean | undefined;
51721
+ threadActivityNotifications?: boolean | undefined;
51662
51722
  trendingGames?: boolean | undefined;
51663
51723
  gameChanges?: {
51664
51724
  topRatedGameChanges?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;