rategame-shared 1.1.316 → 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 +15 -0
- package/dist/schemas/game.d.ts +60 -0
- package/dist/schemas/list.d.ts +15 -0
- package/dist/schemas/moderation.d.ts +12 -0
- package/dist/schemas/rating.d.ts +9 -0
- package/dist/schemas/stadium.d.ts +12 -0
- package/dist/schemas/user.d.ts +13 -0
- package/dist/schemas/user.js +4 -0
- package/dist/schemas/userEvent.d.ts +9 -0
- package/dist/schemas/voting.d.ts +27 -0
- package/package.json +1 -1
|
@@ -835,6 +835,7 @@ export declare const userEventCommentSchema: z.ZodObject<{
|
|
|
835
835
|
mostRated?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "2025" | "2024" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
836
836
|
worstRated?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "2025" | "2024" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
837
837
|
}>>;
|
|
838
|
+
playerTopLists: z.ZodNullable<z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"daily">, z.ZodLiteral<"weekly">, z.ZodLiteral<"monthly">]>>>;
|
|
838
839
|
}, "strip", z.ZodTypeAny, {
|
|
839
840
|
allGames?: boolean | undefined;
|
|
840
841
|
favoriteLeagues?: boolean | undefined;
|
|
@@ -862,6 +863,7 @@ export declare const userEventCommentSchema: z.ZodObject<{
|
|
|
862
863
|
mostRated?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "2025" | "2024" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
863
864
|
worstRated?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "2025" | "2024" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
864
865
|
} | undefined;
|
|
866
|
+
playerTopLists?: "daily" | "weekly" | "monthly" | null | undefined;
|
|
865
867
|
}, {
|
|
866
868
|
allGames?: boolean | undefined;
|
|
867
869
|
favoriteLeagues?: boolean | undefined;
|
|
@@ -889,6 +891,7 @@ export declare const userEventCommentSchema: z.ZodObject<{
|
|
|
889
891
|
mostRated?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "2025" | "2024" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
890
892
|
worstRated?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "2025" | "2024" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
891
893
|
} | undefined;
|
|
894
|
+
playerTopLists?: "daily" | "weekly" | "monthly" | null | undefined;
|
|
892
895
|
}>>;
|
|
893
896
|
spoilersEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
894
897
|
viewedChangelogs: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodBoolean>>;
|
|
@@ -1933,6 +1936,7 @@ export declare const userEventCommentSchema: z.ZodObject<{
|
|
|
1933
1936
|
mostRated?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "2025" | "2024" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
1934
1937
|
worstRated?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "2025" | "2024" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
1935
1938
|
}>>;
|
|
1939
|
+
playerTopLists: z.ZodNullable<z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"daily">, z.ZodLiteral<"weekly">, z.ZodLiteral<"monthly">]>>>;
|
|
1936
1940
|
}, "strip", z.ZodTypeAny, {
|
|
1937
1941
|
allGames?: boolean | undefined;
|
|
1938
1942
|
favoriteLeagues?: boolean | undefined;
|
|
@@ -1960,6 +1964,7 @@ export declare const userEventCommentSchema: z.ZodObject<{
|
|
|
1960
1964
|
mostRated?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "2025" | "2024" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
1961
1965
|
worstRated?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "2025" | "2024" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
1962
1966
|
} | undefined;
|
|
1967
|
+
playerTopLists?: "daily" | "weekly" | "monthly" | null | undefined;
|
|
1963
1968
|
}, {
|
|
1964
1969
|
allGames?: boolean | undefined;
|
|
1965
1970
|
favoriteLeagues?: boolean | undefined;
|
|
@@ -1987,6 +1992,7 @@ export declare const userEventCommentSchema: z.ZodObject<{
|
|
|
1987
1992
|
mostRated?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "2025" | "2024" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
1988
1993
|
worstRated?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "2025" | "2024" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
1989
1994
|
} | undefined;
|
|
1995
|
+
playerTopLists?: "daily" | "weekly" | "monthly" | null | undefined;
|
|
1990
1996
|
}>>;
|
|
1991
1997
|
spoilersEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
1992
1998
|
viewedChangelogs: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodBoolean>>;
|
|
@@ -3084,6 +3090,7 @@ export declare const userEventCommentLikeSchema: z.ZodObject<{
|
|
|
3084
3090
|
mostRated?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "2025" | "2024" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
3085
3091
|
worstRated?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "2025" | "2024" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
3086
3092
|
}>>;
|
|
3093
|
+
playerTopLists: z.ZodNullable<z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"daily">, z.ZodLiteral<"weekly">, z.ZodLiteral<"monthly">]>>>;
|
|
3087
3094
|
}, "strip", z.ZodTypeAny, {
|
|
3088
3095
|
allGames?: boolean | undefined;
|
|
3089
3096
|
favoriteLeagues?: boolean | undefined;
|
|
@@ -3111,6 +3118,7 @@ export declare const userEventCommentLikeSchema: z.ZodObject<{
|
|
|
3111
3118
|
mostRated?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "2025" | "2024" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
3112
3119
|
worstRated?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "2025" | "2024" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
3113
3120
|
} | undefined;
|
|
3121
|
+
playerTopLists?: "daily" | "weekly" | "monthly" | null | undefined;
|
|
3114
3122
|
}, {
|
|
3115
3123
|
allGames?: boolean | undefined;
|
|
3116
3124
|
favoriteLeagues?: boolean | undefined;
|
|
@@ -3138,6 +3146,7 @@ export declare const userEventCommentLikeSchema: z.ZodObject<{
|
|
|
3138
3146
|
mostRated?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "2025" | "2024" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
3139
3147
|
worstRated?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "2025" | "2024" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
3140
3148
|
} | undefined;
|
|
3149
|
+
playerTopLists?: "daily" | "weekly" | "monthly" | null | undefined;
|
|
3141
3150
|
}>>;
|
|
3142
3151
|
spoilersEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
3143
3152
|
viewedChangelogs: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodBoolean>>;
|
package/dist/schemas/voting.d.ts
CHANGED
|
@@ -717,6 +717,7 @@ export declare const playerVoteSchema: z.ZodObject<{
|
|
|
717
717
|
mostRated?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "2025" | "2024" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
718
718
|
worstRated?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "2025" | "2024" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
719
719
|
}>>;
|
|
720
|
+
playerTopLists: z.ZodNullable<z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"daily">, z.ZodLiteral<"weekly">, z.ZodLiteral<"monthly">]>>>;
|
|
720
721
|
}, "strip", z.ZodTypeAny, {
|
|
721
722
|
allGames?: boolean | undefined;
|
|
722
723
|
favoriteLeagues?: boolean | undefined;
|
|
@@ -744,6 +745,7 @@ export declare const playerVoteSchema: z.ZodObject<{
|
|
|
744
745
|
mostRated?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "2025" | "2024" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
745
746
|
worstRated?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "2025" | "2024" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
746
747
|
} | undefined;
|
|
748
|
+
playerTopLists?: "daily" | "weekly" | "monthly" | null | undefined;
|
|
747
749
|
}, {
|
|
748
750
|
allGames?: boolean | undefined;
|
|
749
751
|
favoriteLeagues?: boolean | undefined;
|
|
@@ -771,6 +773,7 @@ export declare const playerVoteSchema: z.ZodObject<{
|
|
|
771
773
|
mostRated?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "2025" | "2024" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
772
774
|
worstRated?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "2025" | "2024" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
773
775
|
} | undefined;
|
|
776
|
+
playerTopLists?: "daily" | "weekly" | "monthly" | null | undefined;
|
|
774
777
|
}>>;
|
|
775
778
|
spoilersEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
776
779
|
viewedChangelogs: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodBoolean>>;
|
|
@@ -1936,6 +1939,7 @@ export declare const voteSubmissionDtoSchema: z.ZodObject<{
|
|
|
1936
1939
|
mostRated?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "2025" | "2024" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
1937
1940
|
worstRated?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "2025" | "2024" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
1938
1941
|
}>>;
|
|
1942
|
+
playerTopLists: z.ZodNullable<z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"daily">, z.ZodLiteral<"weekly">, z.ZodLiteral<"monthly">]>>>;
|
|
1939
1943
|
}, "strip", z.ZodTypeAny, {
|
|
1940
1944
|
allGames?: boolean | undefined;
|
|
1941
1945
|
favoriteLeagues?: boolean | undefined;
|
|
@@ -1963,6 +1967,7 @@ export declare const voteSubmissionDtoSchema: z.ZodObject<{
|
|
|
1963
1967
|
mostRated?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "2025" | "2024" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
1964
1968
|
worstRated?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "2025" | "2024" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
1965
1969
|
} | undefined;
|
|
1970
|
+
playerTopLists?: "daily" | "weekly" | "monthly" | null | undefined;
|
|
1966
1971
|
}, {
|
|
1967
1972
|
allGames?: boolean | undefined;
|
|
1968
1973
|
favoriteLeagues?: boolean | undefined;
|
|
@@ -1990,6 +1995,7 @@ export declare const voteSubmissionDtoSchema: z.ZodObject<{
|
|
|
1990
1995
|
mostRated?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "2025" | "2024" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
1991
1996
|
worstRated?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "2025" | "2024" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
1992
1997
|
} | undefined;
|
|
1998
|
+
playerTopLists?: "daily" | "weekly" | "monthly" | null | undefined;
|
|
1993
1999
|
}>>;
|
|
1994
2000
|
spoilersEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
1995
2001
|
viewedChangelogs: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodBoolean>>;
|
|
@@ -4476,6 +4482,7 @@ export declare const playerWithVotesAndGameSchema: z.ZodObject<{
|
|
|
4476
4482
|
mostRated?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "2025" | "2024" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
4477
4483
|
worstRated?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "2025" | "2024" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
4478
4484
|
}>>;
|
|
4485
|
+
playerTopLists: z.ZodNullable<z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"daily">, z.ZodLiteral<"weekly">, z.ZodLiteral<"monthly">]>>>;
|
|
4479
4486
|
}, "strip", z.ZodTypeAny, {
|
|
4480
4487
|
allGames?: boolean | undefined;
|
|
4481
4488
|
favoriteLeagues?: boolean | undefined;
|
|
@@ -4503,6 +4510,7 @@ export declare const playerWithVotesAndGameSchema: z.ZodObject<{
|
|
|
4503
4510
|
mostRated?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "2025" | "2024" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
4504
4511
|
worstRated?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "2025" | "2024" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
4505
4512
|
} | undefined;
|
|
4513
|
+
playerTopLists?: "daily" | "weekly" | "monthly" | null | undefined;
|
|
4506
4514
|
}, {
|
|
4507
4515
|
allGames?: boolean | undefined;
|
|
4508
4516
|
favoriteLeagues?: boolean | undefined;
|
|
@@ -4530,6 +4538,7 @@ export declare const playerWithVotesAndGameSchema: z.ZodObject<{
|
|
|
4530
4538
|
mostRated?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "2025" | "2024" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
4531
4539
|
worstRated?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "2025" | "2024" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
4532
4540
|
} | undefined;
|
|
4541
|
+
playerTopLists?: "daily" | "weekly" | "monthly" | null | undefined;
|
|
4533
4542
|
}>>;
|
|
4534
4543
|
spoilersEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
4535
4544
|
viewedChangelogs: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodBoolean>>;
|
|
@@ -7076,6 +7085,7 @@ export declare const playerWithVotesAndGameSchema: z.ZodObject<{
|
|
|
7076
7085
|
mostRated?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "2025" | "2024" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
7077
7086
|
worstRated?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "2025" | "2024" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
7078
7087
|
}>>;
|
|
7088
|
+
playerTopLists: z.ZodNullable<z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"daily">, z.ZodLiteral<"weekly">, z.ZodLiteral<"monthly">]>>>;
|
|
7079
7089
|
}, "strip", z.ZodTypeAny, {
|
|
7080
7090
|
allGames?: boolean | undefined;
|
|
7081
7091
|
favoriteLeagues?: boolean | undefined;
|
|
@@ -7103,6 +7113,7 @@ export declare const playerWithVotesAndGameSchema: z.ZodObject<{
|
|
|
7103
7113
|
mostRated?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "2025" | "2024" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
7104
7114
|
worstRated?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "2025" | "2024" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
7105
7115
|
} | undefined;
|
|
7116
|
+
playerTopLists?: "daily" | "weekly" | "monthly" | null | undefined;
|
|
7106
7117
|
}, {
|
|
7107
7118
|
allGames?: boolean | undefined;
|
|
7108
7119
|
favoriteLeagues?: boolean | undefined;
|
|
@@ -7130,6 +7141,7 @@ export declare const playerWithVotesAndGameSchema: z.ZodObject<{
|
|
|
7130
7141
|
mostRated?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "2025" | "2024" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
7131
7142
|
worstRated?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "2025" | "2024" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
7132
7143
|
} | undefined;
|
|
7144
|
+
playerTopLists?: "daily" | "weekly" | "monthly" | null | undefined;
|
|
7133
7145
|
}>>;
|
|
7134
7146
|
spoilersEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
7135
7147
|
viewedChangelogs: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodBoolean>>;
|
|
@@ -9697,6 +9709,7 @@ export declare const playerWithVotesAndGameSchema: z.ZodObject<{
|
|
|
9697
9709
|
mostRated?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "2025" | "2024" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
9698
9710
|
worstRated?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "2025" | "2024" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
9699
9711
|
}>>;
|
|
9712
|
+
playerTopLists: z.ZodNullable<z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"daily">, z.ZodLiteral<"weekly">, z.ZodLiteral<"monthly">]>>>;
|
|
9700
9713
|
}, "strip", z.ZodTypeAny, {
|
|
9701
9714
|
allGames?: boolean | undefined;
|
|
9702
9715
|
favoriteLeagues?: boolean | undefined;
|
|
@@ -9724,6 +9737,7 @@ export declare const playerWithVotesAndGameSchema: z.ZodObject<{
|
|
|
9724
9737
|
mostRated?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "2025" | "2024" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
9725
9738
|
worstRated?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "2025" | "2024" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
9726
9739
|
} | undefined;
|
|
9740
|
+
playerTopLists?: "daily" | "weekly" | "monthly" | null | undefined;
|
|
9727
9741
|
}, {
|
|
9728
9742
|
allGames?: boolean | undefined;
|
|
9729
9743
|
favoriteLeagues?: boolean | undefined;
|
|
@@ -9751,6 +9765,7 @@ export declare const playerWithVotesAndGameSchema: z.ZodObject<{
|
|
|
9751
9765
|
mostRated?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "2025" | "2024" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
9752
9766
|
worstRated?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "2025" | "2024" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
9753
9767
|
} | undefined;
|
|
9768
|
+
playerTopLists?: "daily" | "weekly" | "monthly" | null | undefined;
|
|
9754
9769
|
}>>;
|
|
9755
9770
|
spoilersEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
9756
9771
|
viewedChangelogs: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodBoolean>>;
|
|
@@ -12403,6 +12418,7 @@ export declare const playerWithVotesAndGameSchema: z.ZodObject<{
|
|
|
12403
12418
|
mostRated?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "2025" | "2024" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
12404
12419
|
worstRated?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "2025" | "2024" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
12405
12420
|
}>>;
|
|
12421
|
+
playerTopLists: z.ZodNullable<z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"daily">, z.ZodLiteral<"weekly">, z.ZodLiteral<"monthly">]>>>;
|
|
12406
12422
|
}, "strip", z.ZodTypeAny, {
|
|
12407
12423
|
allGames?: boolean | undefined;
|
|
12408
12424
|
favoriteLeagues?: boolean | undefined;
|
|
@@ -12430,6 +12446,7 @@ export declare const playerWithVotesAndGameSchema: z.ZodObject<{
|
|
|
12430
12446
|
mostRated?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "2025" | "2024" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
12431
12447
|
worstRated?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "2025" | "2024" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
12432
12448
|
} | undefined;
|
|
12449
|
+
playerTopLists?: "daily" | "weekly" | "monthly" | null | undefined;
|
|
12433
12450
|
}, {
|
|
12434
12451
|
allGames?: boolean | undefined;
|
|
12435
12452
|
favoriteLeagues?: boolean | undefined;
|
|
@@ -12457,6 +12474,7 @@ export declare const playerWithVotesAndGameSchema: z.ZodObject<{
|
|
|
12457
12474
|
mostRated?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "2025" | "2024" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
12458
12475
|
worstRated?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "2025" | "2024" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
12459
12476
|
} | undefined;
|
|
12477
|
+
playerTopLists?: "daily" | "weekly" | "monthly" | null | undefined;
|
|
12460
12478
|
}>>;
|
|
12461
12479
|
spoilersEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
12462
12480
|
viewedChangelogs: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodBoolean>>;
|
|
@@ -15080,6 +15098,7 @@ export declare const playerWithVotesAndGameSchema: z.ZodObject<{
|
|
|
15080
15098
|
mostRated?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "2025" | "2024" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
15081
15099
|
worstRated?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "2025" | "2024" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
15082
15100
|
}>>;
|
|
15101
|
+
playerTopLists: z.ZodNullable<z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"daily">, z.ZodLiteral<"weekly">, z.ZodLiteral<"monthly">]>>>;
|
|
15083
15102
|
}, "strip", z.ZodTypeAny, {
|
|
15084
15103
|
allGames?: boolean | undefined;
|
|
15085
15104
|
favoriteLeagues?: boolean | undefined;
|
|
@@ -15107,6 +15126,7 @@ export declare const playerWithVotesAndGameSchema: z.ZodObject<{
|
|
|
15107
15126
|
mostRated?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "2025" | "2024" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
15108
15127
|
worstRated?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "2025" | "2024" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
15109
15128
|
} | undefined;
|
|
15129
|
+
playerTopLists?: "daily" | "weekly" | "monthly" | null | undefined;
|
|
15110
15130
|
}, {
|
|
15111
15131
|
allGames?: boolean | undefined;
|
|
15112
15132
|
favoriteLeagues?: boolean | undefined;
|
|
@@ -15134,6 +15154,7 @@ export declare const playerWithVotesAndGameSchema: z.ZodObject<{
|
|
|
15134
15154
|
mostRated?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "2025" | "2024" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
15135
15155
|
worstRated?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "2025" | "2024" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
15136
15156
|
} | undefined;
|
|
15157
|
+
playerTopLists?: "daily" | "weekly" | "monthly" | null | undefined;
|
|
15137
15158
|
}>>;
|
|
15138
15159
|
spoilersEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
15139
15160
|
viewedChangelogs: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodBoolean>>;
|
|
@@ -17739,6 +17760,7 @@ export declare const playerWithVotesAndGameSchema: z.ZodObject<{
|
|
|
17739
17760
|
mostRated?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "2025" | "2024" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
17740
17761
|
worstRated?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "2025" | "2024" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
17741
17762
|
}>>;
|
|
17763
|
+
playerTopLists: z.ZodNullable<z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"daily">, z.ZodLiteral<"weekly">, z.ZodLiteral<"monthly">]>>>;
|
|
17742
17764
|
}, "strip", z.ZodTypeAny, {
|
|
17743
17765
|
allGames?: boolean | undefined;
|
|
17744
17766
|
favoriteLeagues?: boolean | undefined;
|
|
@@ -17766,6 +17788,7 @@ export declare const playerWithVotesAndGameSchema: z.ZodObject<{
|
|
|
17766
17788
|
mostRated?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "2025" | "2024" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
17767
17789
|
worstRated?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "2025" | "2024" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
17768
17790
|
} | undefined;
|
|
17791
|
+
playerTopLists?: "daily" | "weekly" | "monthly" | null | undefined;
|
|
17769
17792
|
}, {
|
|
17770
17793
|
allGames?: boolean | undefined;
|
|
17771
17794
|
favoriteLeagues?: boolean | undefined;
|
|
@@ -17793,6 +17816,7 @@ export declare const playerWithVotesAndGameSchema: z.ZodObject<{
|
|
|
17793
17816
|
mostRated?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "2025" | "2024" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
17794
17817
|
worstRated?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "2025" | "2024" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
17795
17818
|
} | undefined;
|
|
17819
|
+
playerTopLists?: "daily" | "weekly" | "monthly" | null | undefined;
|
|
17796
17820
|
}>>;
|
|
17797
17821
|
spoilersEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
17798
17822
|
viewedChangelogs: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodBoolean>>;
|
|
@@ -21925,6 +21949,7 @@ export declare const userVoteResponseDtoSchema: z.ZodObject<{
|
|
|
21925
21949
|
mostRated?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "2025" | "2024" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
21926
21950
|
worstRated?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "2025" | "2024" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
21927
21951
|
}>>;
|
|
21952
|
+
playerTopLists: z.ZodNullable<z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"daily">, z.ZodLiteral<"weekly">, z.ZodLiteral<"monthly">]>>>;
|
|
21928
21953
|
}, "strip", z.ZodTypeAny, {
|
|
21929
21954
|
allGames?: boolean | undefined;
|
|
21930
21955
|
favoriteLeagues?: boolean | undefined;
|
|
@@ -21952,6 +21977,7 @@ export declare const userVoteResponseDtoSchema: z.ZodObject<{
|
|
|
21952
21977
|
mostRated?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "2025" | "2024" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
21953
21978
|
worstRated?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "2025" | "2024" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
21954
21979
|
} | undefined;
|
|
21980
|
+
playerTopLists?: "daily" | "weekly" | "monthly" | null | undefined;
|
|
21955
21981
|
}, {
|
|
21956
21982
|
allGames?: boolean | undefined;
|
|
21957
21983
|
favoriteLeagues?: boolean | undefined;
|
|
@@ -21979,6 +22005,7 @@ export declare const userVoteResponseDtoSchema: z.ZodObject<{
|
|
|
21979
22005
|
mostRated?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "2025" | "2024" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
21980
22006
|
worstRated?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "2025" | "2024" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
21981
22007
|
} | undefined;
|
|
22008
|
+
playerTopLists?: "daily" | "weekly" | "monthly" | null | undefined;
|
|
21982
22009
|
}>>;
|
|
21983
22010
|
spoilersEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
21984
22011
|
viewedChangelogs: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodBoolean>>;
|