rategame-shared 1.1.315 → 1.1.317
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/schemas/chat.d.ts +40 -0
- package/dist/schemas/game.d.ts +160 -0
- package/dist/schemas/list.d.ts +40 -0
- package/dist/schemas/moderation.d.ts +32 -0
- package/dist/schemas/rating.d.ts +24 -0
- package/dist/schemas/stadium.d.ts +32 -0
- package/dist/schemas/user.d.ts +40 -0
- package/dist/schemas/user.js +5 -0
- package/dist/schemas/userEvent.d.ts +24 -0
- package/dist/schemas/voting.d.ts +72 -0
- package/package.json +1 -1
package/dist/schemas/rating.d.ts
CHANGED
|
@@ -1650,6 +1650,7 @@ export declare const threadCommentSchema: import("zod").ZodObject<{
|
|
|
1650
1650
|
mostRated?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "2025" | "2024" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
1651
1651
|
worstRated?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "2025" | "2024" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
1652
1652
|
}>>;
|
|
1653
|
+
playerTopLists: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"daily">, import("zod").ZodLiteral<"weekly">, import("zod").ZodLiteral<"monthly">]>>>;
|
|
1653
1654
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1654
1655
|
allGames?: boolean | undefined;
|
|
1655
1656
|
favoriteLeagues?: boolean | undefined;
|
|
@@ -1677,6 +1678,7 @@ export declare const threadCommentSchema: import("zod").ZodObject<{
|
|
|
1677
1678
|
mostRated?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "2025" | "2024" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
1678
1679
|
worstRated?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "2025" | "2024" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
1679
1680
|
} | undefined;
|
|
1681
|
+
playerTopLists?: "daily" | "weekly" | "monthly" | null | undefined;
|
|
1680
1682
|
}, {
|
|
1681
1683
|
allGames?: boolean | undefined;
|
|
1682
1684
|
favoriteLeagues?: boolean | undefined;
|
|
@@ -1704,6 +1706,7 @@ export declare const threadCommentSchema: import("zod").ZodObject<{
|
|
|
1704
1706
|
mostRated?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "2025" | "2024" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
1705
1707
|
worstRated?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "2025" | "2024" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
1706
1708
|
} | undefined;
|
|
1709
|
+
playerTopLists?: "daily" | "weekly" | "monthly" | null | undefined;
|
|
1707
1710
|
}>>;
|
|
1708
1711
|
spoilersEnabled: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
1709
1712
|
viewedChangelogs: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodBoolean>>;
|
|
@@ -1842,6 +1845,7 @@ export declare const threadCommentSchema: import("zod").ZodObject<{
|
|
|
1842
1845
|
context: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1843
1846
|
achievedAt: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
1844
1847
|
seen: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
1848
|
+
isOngoing: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
1845
1849
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1846
1850
|
target: number;
|
|
1847
1851
|
current: number;
|
|
@@ -1849,6 +1853,7 @@ export declare const threadCommentSchema: import("zod").ZodObject<{
|
|
|
1849
1853
|
context?: string | undefined;
|
|
1850
1854
|
achievedAt?: number | undefined;
|
|
1851
1855
|
seen?: boolean | undefined;
|
|
1856
|
+
isOngoing?: boolean | undefined;
|
|
1852
1857
|
}, {
|
|
1853
1858
|
target: number;
|
|
1854
1859
|
current: number;
|
|
@@ -1856,6 +1861,7 @@ export declare const threadCommentSchema: import("zod").ZodObject<{
|
|
|
1856
1861
|
context?: string | undefined;
|
|
1857
1862
|
achievedAt?: number | undefined;
|
|
1858
1863
|
seen?: boolean | undefined;
|
|
1864
|
+
isOngoing?: boolean | undefined;
|
|
1859
1865
|
}>>>;
|
|
1860
1866
|
seen: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
1861
1867
|
type: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"global">, import("zod").ZodLiteral<"sport">, import("zod").ZodLiteral<"league">]>>;
|
|
@@ -1891,6 +1897,7 @@ export declare const threadCommentSchema: import("zod").ZodObject<{
|
|
|
1891
1897
|
context?: string | undefined;
|
|
1892
1898
|
achievedAt?: number | undefined;
|
|
1893
1899
|
seen?: boolean | undefined;
|
|
1900
|
+
isOngoing?: boolean | undefined;
|
|
1894
1901
|
}> | undefined;
|
|
1895
1902
|
sport?: "basketball" | "football" | "soccer" | "baseball" | "hockey" | undefined;
|
|
1896
1903
|
league?: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba" | "cwc" | undefined;
|
|
@@ -1924,6 +1931,7 @@ export declare const threadCommentSchema: import("zod").ZodObject<{
|
|
|
1924
1931
|
context?: string | undefined;
|
|
1925
1932
|
achievedAt?: number | undefined;
|
|
1926
1933
|
seen?: boolean | undefined;
|
|
1934
|
+
isOngoing?: boolean | undefined;
|
|
1927
1935
|
}> | undefined;
|
|
1928
1936
|
sport?: "basketball" | "football" | "soccer" | "baseball" | "hockey" | undefined;
|
|
1929
1937
|
league?: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba" | "cwc" | undefined;
|
|
@@ -2743,6 +2751,7 @@ export declare const threadCommentSchema: import("zod").ZodObject<{
|
|
|
2743
2751
|
mostRated?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "2025" | "2024" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
2744
2752
|
worstRated?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "2025" | "2024" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
2745
2753
|
}>>;
|
|
2754
|
+
playerTopLists: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"daily">, import("zod").ZodLiteral<"weekly">, import("zod").ZodLiteral<"monthly">]>>>;
|
|
2746
2755
|
}, "strip", import("zod").ZodTypeAny, {
|
|
2747
2756
|
allGames?: boolean | undefined;
|
|
2748
2757
|
favoriteLeagues?: boolean | undefined;
|
|
@@ -2770,6 +2779,7 @@ export declare const threadCommentSchema: import("zod").ZodObject<{
|
|
|
2770
2779
|
mostRated?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "2025" | "2024" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
2771
2780
|
worstRated?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "2025" | "2024" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
2772
2781
|
} | undefined;
|
|
2782
|
+
playerTopLists?: "daily" | "weekly" | "monthly" | null | undefined;
|
|
2773
2783
|
}, {
|
|
2774
2784
|
allGames?: boolean | undefined;
|
|
2775
2785
|
favoriteLeagues?: boolean | undefined;
|
|
@@ -2797,6 +2807,7 @@ export declare const threadCommentSchema: import("zod").ZodObject<{
|
|
|
2797
2807
|
mostRated?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "2025" | "2024" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
2798
2808
|
worstRated?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "2025" | "2024" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
2799
2809
|
} | undefined;
|
|
2810
|
+
playerTopLists?: "daily" | "weekly" | "monthly" | null | undefined;
|
|
2800
2811
|
}>>;
|
|
2801
2812
|
spoilersEnabled: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
2802
2813
|
viewedChangelogs: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodBoolean>>;
|
|
@@ -2935,6 +2946,7 @@ export declare const threadCommentSchema: import("zod").ZodObject<{
|
|
|
2935
2946
|
context: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2936
2947
|
achievedAt: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
2937
2948
|
seen: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
2949
|
+
isOngoing: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
2938
2950
|
}, "strip", import("zod").ZodTypeAny, {
|
|
2939
2951
|
target: number;
|
|
2940
2952
|
current: number;
|
|
@@ -2942,6 +2954,7 @@ export declare const threadCommentSchema: import("zod").ZodObject<{
|
|
|
2942
2954
|
context?: string | undefined;
|
|
2943
2955
|
achievedAt?: number | undefined;
|
|
2944
2956
|
seen?: boolean | undefined;
|
|
2957
|
+
isOngoing?: boolean | undefined;
|
|
2945
2958
|
}, {
|
|
2946
2959
|
target: number;
|
|
2947
2960
|
current: number;
|
|
@@ -2949,6 +2962,7 @@ export declare const threadCommentSchema: import("zod").ZodObject<{
|
|
|
2949
2962
|
context?: string | undefined;
|
|
2950
2963
|
achievedAt?: number | undefined;
|
|
2951
2964
|
seen?: boolean | undefined;
|
|
2965
|
+
isOngoing?: boolean | undefined;
|
|
2952
2966
|
}>>>;
|
|
2953
2967
|
seen: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
2954
2968
|
type: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"global">, import("zod").ZodLiteral<"sport">, import("zod").ZodLiteral<"league">]>>;
|
|
@@ -2984,6 +2998,7 @@ export declare const threadCommentSchema: import("zod").ZodObject<{
|
|
|
2984
2998
|
context?: string | undefined;
|
|
2985
2999
|
achievedAt?: number | undefined;
|
|
2986
3000
|
seen?: boolean | undefined;
|
|
3001
|
+
isOngoing?: boolean | undefined;
|
|
2987
3002
|
}> | undefined;
|
|
2988
3003
|
sport?: "basketball" | "football" | "soccer" | "baseball" | "hockey" | undefined;
|
|
2989
3004
|
league?: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba" | "cwc" | undefined;
|
|
@@ -3017,6 +3032,7 @@ export declare const threadCommentSchema: import("zod").ZodObject<{
|
|
|
3017
3032
|
context?: string | undefined;
|
|
3018
3033
|
achievedAt?: number | undefined;
|
|
3019
3034
|
seen?: boolean | undefined;
|
|
3035
|
+
isOngoing?: boolean | undefined;
|
|
3020
3036
|
}> | undefined;
|
|
3021
3037
|
sport?: "basketball" | "football" | "soccer" | "baseball" | "hockey" | undefined;
|
|
3022
3038
|
league?: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba" | "cwc" | undefined;
|
|
@@ -3907,6 +3923,7 @@ export declare const threadCommentLikeSchema: import("zod").ZodObject<{
|
|
|
3907
3923
|
mostRated?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "2025" | "2024" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
3908
3924
|
worstRated?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "2025" | "2024" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
3909
3925
|
}>>;
|
|
3926
|
+
playerTopLists: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"daily">, import("zod").ZodLiteral<"weekly">, import("zod").ZodLiteral<"monthly">]>>>;
|
|
3910
3927
|
}, "strip", import("zod").ZodTypeAny, {
|
|
3911
3928
|
allGames?: boolean | undefined;
|
|
3912
3929
|
favoriteLeagues?: boolean | undefined;
|
|
@@ -3934,6 +3951,7 @@ export declare const threadCommentLikeSchema: import("zod").ZodObject<{
|
|
|
3934
3951
|
mostRated?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "2025" | "2024" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
3935
3952
|
worstRated?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "2025" | "2024" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
3936
3953
|
} | undefined;
|
|
3954
|
+
playerTopLists?: "daily" | "weekly" | "monthly" | null | undefined;
|
|
3937
3955
|
}, {
|
|
3938
3956
|
allGames?: boolean | undefined;
|
|
3939
3957
|
favoriteLeagues?: boolean | undefined;
|
|
@@ -3961,6 +3979,7 @@ export declare const threadCommentLikeSchema: import("zod").ZodObject<{
|
|
|
3961
3979
|
mostRated?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "2025" | "2024" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
3962
3980
|
worstRated?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "2025" | "2024" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
3963
3981
|
} | undefined;
|
|
3982
|
+
playerTopLists?: "daily" | "weekly" | "monthly" | null | undefined;
|
|
3964
3983
|
}>>;
|
|
3965
3984
|
spoilersEnabled: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
3966
3985
|
viewedChangelogs: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodBoolean>>;
|
|
@@ -4099,6 +4118,7 @@ export declare const threadCommentLikeSchema: import("zod").ZodObject<{
|
|
|
4099
4118
|
context: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4100
4119
|
achievedAt: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
4101
4120
|
seen: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
4121
|
+
isOngoing: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
4102
4122
|
}, "strip", import("zod").ZodTypeAny, {
|
|
4103
4123
|
target: number;
|
|
4104
4124
|
current: number;
|
|
@@ -4106,6 +4126,7 @@ export declare const threadCommentLikeSchema: import("zod").ZodObject<{
|
|
|
4106
4126
|
context?: string | undefined;
|
|
4107
4127
|
achievedAt?: number | undefined;
|
|
4108
4128
|
seen?: boolean | undefined;
|
|
4129
|
+
isOngoing?: boolean | undefined;
|
|
4109
4130
|
}, {
|
|
4110
4131
|
target: number;
|
|
4111
4132
|
current: number;
|
|
@@ -4113,6 +4134,7 @@ export declare const threadCommentLikeSchema: import("zod").ZodObject<{
|
|
|
4113
4134
|
context?: string | undefined;
|
|
4114
4135
|
achievedAt?: number | undefined;
|
|
4115
4136
|
seen?: boolean | undefined;
|
|
4137
|
+
isOngoing?: boolean | undefined;
|
|
4116
4138
|
}>>>;
|
|
4117
4139
|
seen: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
4118
4140
|
type: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"global">, import("zod").ZodLiteral<"sport">, import("zod").ZodLiteral<"league">]>>;
|
|
@@ -4148,6 +4170,7 @@ export declare const threadCommentLikeSchema: import("zod").ZodObject<{
|
|
|
4148
4170
|
context?: string | undefined;
|
|
4149
4171
|
achievedAt?: number | undefined;
|
|
4150
4172
|
seen?: boolean | undefined;
|
|
4173
|
+
isOngoing?: boolean | undefined;
|
|
4151
4174
|
}> | undefined;
|
|
4152
4175
|
sport?: "basketball" | "football" | "soccer" | "baseball" | "hockey" | undefined;
|
|
4153
4176
|
league?: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba" | "cwc" | undefined;
|
|
@@ -4181,6 +4204,7 @@ export declare const threadCommentLikeSchema: import("zod").ZodObject<{
|
|
|
4181
4204
|
context?: string | undefined;
|
|
4182
4205
|
achievedAt?: number | undefined;
|
|
4183
4206
|
seen?: boolean | undefined;
|
|
4207
|
+
isOngoing?: boolean | undefined;
|
|
4184
4208
|
}> | undefined;
|
|
4185
4209
|
sport?: "basketball" | "football" | "soccer" | "baseball" | "hockey" | undefined;
|
|
4186
4210
|
league?: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba" | "cwc" | undefined;
|
|
@@ -971,6 +971,7 @@ export declare const stadiumRatingSchema: z.ZodObject<{
|
|
|
971
971
|
mostRated?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "2025" | "2024" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
972
972
|
worstRated?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "2025" | "2024" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
973
973
|
}>>;
|
|
974
|
+
playerTopLists: z.ZodNullable<z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"daily">, z.ZodLiteral<"weekly">, z.ZodLiteral<"monthly">]>>>;
|
|
974
975
|
}, "strip", z.ZodTypeAny, {
|
|
975
976
|
allGames?: boolean | undefined;
|
|
976
977
|
favoriteLeagues?: boolean | undefined;
|
|
@@ -998,6 +999,7 @@ export declare const stadiumRatingSchema: z.ZodObject<{
|
|
|
998
999
|
mostRated?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "2025" | "2024" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
999
1000
|
worstRated?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "2025" | "2024" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
1000
1001
|
} | undefined;
|
|
1002
|
+
playerTopLists?: "daily" | "weekly" | "monthly" | null | undefined;
|
|
1001
1003
|
}, {
|
|
1002
1004
|
allGames?: boolean | undefined;
|
|
1003
1005
|
favoriteLeagues?: boolean | undefined;
|
|
@@ -1025,6 +1027,7 @@ export declare const stadiumRatingSchema: z.ZodObject<{
|
|
|
1025
1027
|
mostRated?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "2025" | "2024" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
1026
1028
|
worstRated?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "2025" | "2024" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
1027
1029
|
} | undefined;
|
|
1030
|
+
playerTopLists?: "daily" | "weekly" | "monthly" | null | undefined;
|
|
1028
1031
|
}>>;
|
|
1029
1032
|
spoilersEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
1030
1033
|
viewedChangelogs: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodBoolean>>;
|
|
@@ -1163,6 +1166,7 @@ export declare const stadiumRatingSchema: z.ZodObject<{
|
|
|
1163
1166
|
context: z.ZodOptional<z.ZodString>;
|
|
1164
1167
|
achievedAt: z.ZodOptional<z.ZodNumber>;
|
|
1165
1168
|
seen: z.ZodOptional<z.ZodBoolean>;
|
|
1169
|
+
isOngoing: z.ZodOptional<z.ZodBoolean>;
|
|
1166
1170
|
}, "strip", z.ZodTypeAny, {
|
|
1167
1171
|
target: number;
|
|
1168
1172
|
current: number;
|
|
@@ -1170,6 +1174,7 @@ export declare const stadiumRatingSchema: z.ZodObject<{
|
|
|
1170
1174
|
context?: string | undefined;
|
|
1171
1175
|
achievedAt?: number | undefined;
|
|
1172
1176
|
seen?: boolean | undefined;
|
|
1177
|
+
isOngoing?: boolean | undefined;
|
|
1173
1178
|
}, {
|
|
1174
1179
|
target: number;
|
|
1175
1180
|
current: number;
|
|
@@ -1177,6 +1182,7 @@ export declare const stadiumRatingSchema: z.ZodObject<{
|
|
|
1177
1182
|
context?: string | undefined;
|
|
1178
1183
|
achievedAt?: number | undefined;
|
|
1179
1184
|
seen?: boolean | undefined;
|
|
1185
|
+
isOngoing?: boolean | undefined;
|
|
1180
1186
|
}>>>;
|
|
1181
1187
|
seen: z.ZodOptional<z.ZodBoolean>;
|
|
1182
1188
|
type: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"global">, z.ZodLiteral<"sport">, z.ZodLiteral<"league">]>>;
|
|
@@ -1212,6 +1218,7 @@ export declare const stadiumRatingSchema: z.ZodObject<{
|
|
|
1212
1218
|
context?: string | undefined;
|
|
1213
1219
|
achievedAt?: number | undefined;
|
|
1214
1220
|
seen?: boolean | undefined;
|
|
1221
|
+
isOngoing?: boolean | undefined;
|
|
1215
1222
|
}> | undefined;
|
|
1216
1223
|
sport?: "basketball" | "football" | "soccer" | "baseball" | "hockey" | undefined;
|
|
1217
1224
|
league?: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba" | "cwc" | undefined;
|
|
@@ -1245,6 +1252,7 @@ export declare const stadiumRatingSchema: z.ZodObject<{
|
|
|
1245
1252
|
context?: string | undefined;
|
|
1246
1253
|
achievedAt?: number | undefined;
|
|
1247
1254
|
seen?: boolean | undefined;
|
|
1255
|
+
isOngoing?: boolean | undefined;
|
|
1248
1256
|
}> | undefined;
|
|
1249
1257
|
sport?: "basketball" | "football" | "soccer" | "baseball" | "hockey" | undefined;
|
|
1250
1258
|
league?: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba" | "cwc" | undefined;
|
|
@@ -2605,6 +2613,7 @@ export declare const createStadiumRatingSchema: z.ZodObject<z.objectUtil.extendS
|
|
|
2605
2613
|
mostRated?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "2025" | "2024" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
2606
2614
|
worstRated?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "2025" | "2024" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
2607
2615
|
}>>;
|
|
2616
|
+
playerTopLists: z.ZodNullable<z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"daily">, z.ZodLiteral<"weekly">, z.ZodLiteral<"monthly">]>>>;
|
|
2608
2617
|
}, "strip", z.ZodTypeAny, {
|
|
2609
2618
|
allGames?: boolean | undefined;
|
|
2610
2619
|
favoriteLeagues?: boolean | undefined;
|
|
@@ -2632,6 +2641,7 @@ export declare const createStadiumRatingSchema: z.ZodObject<z.objectUtil.extendS
|
|
|
2632
2641
|
mostRated?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "2025" | "2024" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
2633
2642
|
worstRated?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "2025" | "2024" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
2634
2643
|
} | undefined;
|
|
2644
|
+
playerTopLists?: "daily" | "weekly" | "monthly" | null | undefined;
|
|
2635
2645
|
}, {
|
|
2636
2646
|
allGames?: boolean | undefined;
|
|
2637
2647
|
favoriteLeagues?: boolean | undefined;
|
|
@@ -2659,6 +2669,7 @@ export declare const createStadiumRatingSchema: z.ZodObject<z.objectUtil.extendS
|
|
|
2659
2669
|
mostRated?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "2025" | "2024" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
2660
2670
|
worstRated?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "2025" | "2024" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
2661
2671
|
} | undefined;
|
|
2672
|
+
playerTopLists?: "daily" | "weekly" | "monthly" | null | undefined;
|
|
2662
2673
|
}>>;
|
|
2663
2674
|
spoilersEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
2664
2675
|
viewedChangelogs: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodBoolean>>;
|
|
@@ -2797,6 +2808,7 @@ export declare const createStadiumRatingSchema: z.ZodObject<z.objectUtil.extendS
|
|
|
2797
2808
|
context: z.ZodOptional<z.ZodString>;
|
|
2798
2809
|
achievedAt: z.ZodOptional<z.ZodNumber>;
|
|
2799
2810
|
seen: z.ZodOptional<z.ZodBoolean>;
|
|
2811
|
+
isOngoing: z.ZodOptional<z.ZodBoolean>;
|
|
2800
2812
|
}, "strip", z.ZodTypeAny, {
|
|
2801
2813
|
target: number;
|
|
2802
2814
|
current: number;
|
|
@@ -2804,6 +2816,7 @@ export declare const createStadiumRatingSchema: z.ZodObject<z.objectUtil.extendS
|
|
|
2804
2816
|
context?: string | undefined;
|
|
2805
2817
|
achievedAt?: number | undefined;
|
|
2806
2818
|
seen?: boolean | undefined;
|
|
2819
|
+
isOngoing?: boolean | undefined;
|
|
2807
2820
|
}, {
|
|
2808
2821
|
target: number;
|
|
2809
2822
|
current: number;
|
|
@@ -2811,6 +2824,7 @@ export declare const createStadiumRatingSchema: z.ZodObject<z.objectUtil.extendS
|
|
|
2811
2824
|
context?: string | undefined;
|
|
2812
2825
|
achievedAt?: number | undefined;
|
|
2813
2826
|
seen?: boolean | undefined;
|
|
2827
|
+
isOngoing?: boolean | undefined;
|
|
2814
2828
|
}>>>;
|
|
2815
2829
|
seen: z.ZodOptional<z.ZodBoolean>;
|
|
2816
2830
|
type: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"global">, z.ZodLiteral<"sport">, z.ZodLiteral<"league">]>>;
|
|
@@ -2846,6 +2860,7 @@ export declare const createStadiumRatingSchema: z.ZodObject<z.objectUtil.extendS
|
|
|
2846
2860
|
context?: string | undefined;
|
|
2847
2861
|
achievedAt?: number | undefined;
|
|
2848
2862
|
seen?: boolean | undefined;
|
|
2863
|
+
isOngoing?: boolean | undefined;
|
|
2849
2864
|
}> | undefined;
|
|
2850
2865
|
sport?: "basketball" | "football" | "soccer" | "baseball" | "hockey" | undefined;
|
|
2851
2866
|
league?: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba" | "cwc" | undefined;
|
|
@@ -2879,6 +2894,7 @@ export declare const createStadiumRatingSchema: z.ZodObject<z.objectUtil.extendS
|
|
|
2879
2894
|
context?: string | undefined;
|
|
2880
2895
|
achievedAt?: number | undefined;
|
|
2881
2896
|
seen?: boolean | undefined;
|
|
2897
|
+
isOngoing?: boolean | undefined;
|
|
2882
2898
|
}> | undefined;
|
|
2883
2899
|
sport?: "basketball" | "football" | "soccer" | "baseball" | "hockey" | undefined;
|
|
2884
2900
|
league?: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba" | "cwc" | undefined;
|
|
@@ -4298,6 +4314,7 @@ export declare const stadiumThreadCommentSchema: z.ZodObject<{
|
|
|
4298
4314
|
mostRated?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "2025" | "2024" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
4299
4315
|
worstRated?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "2025" | "2024" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
4300
4316
|
}>>;
|
|
4317
|
+
playerTopLists: z.ZodNullable<z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"daily">, z.ZodLiteral<"weekly">, z.ZodLiteral<"monthly">]>>>;
|
|
4301
4318
|
}, "strip", z.ZodTypeAny, {
|
|
4302
4319
|
allGames?: boolean | undefined;
|
|
4303
4320
|
favoriteLeagues?: boolean | undefined;
|
|
@@ -4325,6 +4342,7 @@ export declare const stadiumThreadCommentSchema: z.ZodObject<{
|
|
|
4325
4342
|
mostRated?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "2025" | "2024" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
4326
4343
|
worstRated?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "2025" | "2024" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
4327
4344
|
} | undefined;
|
|
4345
|
+
playerTopLists?: "daily" | "weekly" | "monthly" | null | undefined;
|
|
4328
4346
|
}, {
|
|
4329
4347
|
allGames?: boolean | undefined;
|
|
4330
4348
|
favoriteLeagues?: boolean | undefined;
|
|
@@ -4352,6 +4370,7 @@ export declare const stadiumThreadCommentSchema: z.ZodObject<{
|
|
|
4352
4370
|
mostRated?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "2025" | "2024" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
4353
4371
|
worstRated?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "2025" | "2024" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
4354
4372
|
} | undefined;
|
|
4373
|
+
playerTopLists?: "daily" | "weekly" | "monthly" | null | undefined;
|
|
4355
4374
|
}>>;
|
|
4356
4375
|
spoilersEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
4357
4376
|
viewedChangelogs: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodBoolean>>;
|
|
@@ -4490,6 +4509,7 @@ export declare const stadiumThreadCommentSchema: z.ZodObject<{
|
|
|
4490
4509
|
context: z.ZodOptional<z.ZodString>;
|
|
4491
4510
|
achievedAt: z.ZodOptional<z.ZodNumber>;
|
|
4492
4511
|
seen: z.ZodOptional<z.ZodBoolean>;
|
|
4512
|
+
isOngoing: z.ZodOptional<z.ZodBoolean>;
|
|
4493
4513
|
}, "strip", z.ZodTypeAny, {
|
|
4494
4514
|
target: number;
|
|
4495
4515
|
current: number;
|
|
@@ -4497,6 +4517,7 @@ export declare const stadiumThreadCommentSchema: z.ZodObject<{
|
|
|
4497
4517
|
context?: string | undefined;
|
|
4498
4518
|
achievedAt?: number | undefined;
|
|
4499
4519
|
seen?: boolean | undefined;
|
|
4520
|
+
isOngoing?: boolean | undefined;
|
|
4500
4521
|
}, {
|
|
4501
4522
|
target: number;
|
|
4502
4523
|
current: number;
|
|
@@ -4504,6 +4525,7 @@ export declare const stadiumThreadCommentSchema: z.ZodObject<{
|
|
|
4504
4525
|
context?: string | undefined;
|
|
4505
4526
|
achievedAt?: number | undefined;
|
|
4506
4527
|
seen?: boolean | undefined;
|
|
4528
|
+
isOngoing?: boolean | undefined;
|
|
4507
4529
|
}>>>;
|
|
4508
4530
|
seen: z.ZodOptional<z.ZodBoolean>;
|
|
4509
4531
|
type: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"global">, z.ZodLiteral<"sport">, z.ZodLiteral<"league">]>>;
|
|
@@ -4539,6 +4561,7 @@ export declare const stadiumThreadCommentSchema: z.ZodObject<{
|
|
|
4539
4561
|
context?: string | undefined;
|
|
4540
4562
|
achievedAt?: number | undefined;
|
|
4541
4563
|
seen?: boolean | undefined;
|
|
4564
|
+
isOngoing?: boolean | undefined;
|
|
4542
4565
|
}> | undefined;
|
|
4543
4566
|
sport?: "basketball" | "football" | "soccer" | "baseball" | "hockey" | undefined;
|
|
4544
4567
|
league?: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba" | "cwc" | undefined;
|
|
@@ -4572,6 +4595,7 @@ export declare const stadiumThreadCommentSchema: z.ZodObject<{
|
|
|
4572
4595
|
context?: string | undefined;
|
|
4573
4596
|
achievedAt?: number | undefined;
|
|
4574
4597
|
seen?: boolean | undefined;
|
|
4598
|
+
isOngoing?: boolean | undefined;
|
|
4575
4599
|
}> | undefined;
|
|
4576
4600
|
sport?: "basketball" | "football" | "soccer" | "baseball" | "hockey" | undefined;
|
|
4577
4601
|
league?: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba" | "cwc" | undefined;
|
|
@@ -5391,6 +5415,7 @@ export declare const stadiumThreadCommentSchema: z.ZodObject<{
|
|
|
5391
5415
|
mostRated?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "2025" | "2024" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
5392
5416
|
worstRated?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "2025" | "2024" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
5393
5417
|
}>>;
|
|
5418
|
+
playerTopLists: z.ZodNullable<z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"daily">, z.ZodLiteral<"weekly">, z.ZodLiteral<"monthly">]>>>;
|
|
5394
5419
|
}, "strip", z.ZodTypeAny, {
|
|
5395
5420
|
allGames?: boolean | undefined;
|
|
5396
5421
|
favoriteLeagues?: boolean | undefined;
|
|
@@ -5418,6 +5443,7 @@ export declare const stadiumThreadCommentSchema: z.ZodObject<{
|
|
|
5418
5443
|
mostRated?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "2025" | "2024" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
5419
5444
|
worstRated?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "2025" | "2024" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
5420
5445
|
} | undefined;
|
|
5446
|
+
playerTopLists?: "daily" | "weekly" | "monthly" | null | undefined;
|
|
5421
5447
|
}, {
|
|
5422
5448
|
allGames?: boolean | undefined;
|
|
5423
5449
|
favoriteLeagues?: boolean | undefined;
|
|
@@ -5445,6 +5471,7 @@ export declare const stadiumThreadCommentSchema: z.ZodObject<{
|
|
|
5445
5471
|
mostRated?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "2025" | "2024" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
5446
5472
|
worstRated?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "2025" | "2024" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
5447
5473
|
} | undefined;
|
|
5474
|
+
playerTopLists?: "daily" | "weekly" | "monthly" | null | undefined;
|
|
5448
5475
|
}>>;
|
|
5449
5476
|
spoilersEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
5450
5477
|
viewedChangelogs: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodBoolean>>;
|
|
@@ -5583,6 +5610,7 @@ export declare const stadiumThreadCommentSchema: z.ZodObject<{
|
|
|
5583
5610
|
context: z.ZodOptional<z.ZodString>;
|
|
5584
5611
|
achievedAt: z.ZodOptional<z.ZodNumber>;
|
|
5585
5612
|
seen: z.ZodOptional<z.ZodBoolean>;
|
|
5613
|
+
isOngoing: z.ZodOptional<z.ZodBoolean>;
|
|
5586
5614
|
}, "strip", z.ZodTypeAny, {
|
|
5587
5615
|
target: number;
|
|
5588
5616
|
current: number;
|
|
@@ -5590,6 +5618,7 @@ export declare const stadiumThreadCommentSchema: z.ZodObject<{
|
|
|
5590
5618
|
context?: string | undefined;
|
|
5591
5619
|
achievedAt?: number | undefined;
|
|
5592
5620
|
seen?: boolean | undefined;
|
|
5621
|
+
isOngoing?: boolean | undefined;
|
|
5593
5622
|
}, {
|
|
5594
5623
|
target: number;
|
|
5595
5624
|
current: number;
|
|
@@ -5597,6 +5626,7 @@ export declare const stadiumThreadCommentSchema: z.ZodObject<{
|
|
|
5597
5626
|
context?: string | undefined;
|
|
5598
5627
|
achievedAt?: number | undefined;
|
|
5599
5628
|
seen?: boolean | undefined;
|
|
5629
|
+
isOngoing?: boolean | undefined;
|
|
5600
5630
|
}>>>;
|
|
5601
5631
|
seen: z.ZodOptional<z.ZodBoolean>;
|
|
5602
5632
|
type: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"global">, z.ZodLiteral<"sport">, z.ZodLiteral<"league">]>>;
|
|
@@ -5632,6 +5662,7 @@ export declare const stadiumThreadCommentSchema: z.ZodObject<{
|
|
|
5632
5662
|
context?: string | undefined;
|
|
5633
5663
|
achievedAt?: number | undefined;
|
|
5634
5664
|
seen?: boolean | undefined;
|
|
5665
|
+
isOngoing?: boolean | undefined;
|
|
5635
5666
|
}> | undefined;
|
|
5636
5667
|
sport?: "basketball" | "football" | "soccer" | "baseball" | "hockey" | undefined;
|
|
5637
5668
|
league?: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba" | "cwc" | undefined;
|
|
@@ -5665,6 +5696,7 @@ export declare const stadiumThreadCommentSchema: z.ZodObject<{
|
|
|
5665
5696
|
context?: string | undefined;
|
|
5666
5697
|
achievedAt?: number | undefined;
|
|
5667
5698
|
seen?: boolean | undefined;
|
|
5699
|
+
isOngoing?: boolean | undefined;
|
|
5668
5700
|
}> | undefined;
|
|
5669
5701
|
sport?: "basketball" | "football" | "soccer" | "baseball" | "hockey" | undefined;
|
|
5670
5702
|
league?: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba" | "cwc" | undefined;
|