rategame-shared 1.1.312 → 1.1.314
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/helpers/index.js +22 -0
- package/dist/schemas/chat.d.ts +160 -160
- package/dist/schemas/game.d.ts +643 -643
- package/dist/schemas/list.d.ts +160 -160
- package/dist/schemas/moderation.d.ts +128 -128
- package/dist/schemas/rating.d.ts +99 -99
- package/dist/schemas/sharedTypes.d.ts +2 -2
- package/dist/schemas/sharedTypes.js +4 -0
- package/dist/schemas/stadium.d.ts +128 -128
- package/dist/schemas/user.d.ts +129 -129
- package/dist/schemas/user.js +2 -0
- package/dist/schemas/userEvent.d.ts +96 -96
- package/dist/schemas/voting.d.ts +288 -288
- package/package.json +1 -1
package/dist/schemas/rating.d.ts
CHANGED
|
@@ -377,7 +377,7 @@ export declare const searchRatingSchema: import("zod").ZodObject<{
|
|
|
377
377
|
teamId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
378
378
|
round: import("zod").ZodOptional<import("zod").ZodString>;
|
|
379
379
|
league: import("zod").ZodUnion<[import("zod").ZodLiteral<"nba">, import("zod").ZodLiteral<"ncaa">, import("zod").ZodLiteral<"nfl">, import("zod").ZodLiteral<"nhl">, import("zod").ZodLiteral<"mlb">, import("zod").ZodLiteral<"cbb">, import("zod").ZodLiteral<"cfb">, import("zod").ZodLiteral<"epl">, import("zod").ZodLiteral<"mls">, import("zod").ZodLiteral<"wnba">, import("zod").ZodLiteral<"cwc">, import("zod").ZodLiteral<"global">]>;
|
|
380
|
-
createdAt: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"16hr">, import("zod").ZodLiteral<"Today">, import("zod").ZodLiteral<"Last 3 Days">, import("zod").ZodLiteral<"This Week">, import("zod").ZodLiteral<"This Season">, import("zod").ZodLiteral<"This Month">, import("zod").ZodLiteral<"This Year">, import("zod").ZodLiteral<"All">, import("zod").ZodLiteral<"All Time">, import("zod").ZodLiteral<"12h">, import("zod").ZodLiteral<"daily">, import("zod").ZodLiteral<"weekly">]>>;
|
|
380
|
+
createdAt: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"16hr">, import("zod").ZodLiteral<"Today">, import("zod").ZodLiteral<"Last 3 Days">, import("zod").ZodLiteral<"This Week">, import("zod").ZodLiteral<"This Season">, import("zod").ZodLiteral<"This Month">, import("zod").ZodLiteral<"This Year">, import("zod").ZodLiteral<"2025">, import("zod").ZodLiteral<"2024">, import("zod").ZodLiteral<"All">, import("zod").ZodLiteral<"All Time">, import("zod").ZodLiteral<"12h">, import("zod").ZodLiteral<"daily">, import("zod").ZodLiteral<"weekly">]>>;
|
|
381
381
|
sortBy: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"rating:asc">, import("zod").ZodLiteral<"rating:desc">, import("zod").ZodLiteral<"createdAt:asc">, import("zod").ZodLiteral<"createdAt:desc">, import("zod").ZodLiteral<"userLikes:asc">, import("zod").ZodLiteral<"userLikes:desc">]>>;
|
|
382
382
|
limit: import("zod").ZodOptional<import("zod").ZodString>;
|
|
383
383
|
offset: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -398,7 +398,7 @@ export declare const searchRatingSchema: import("zod").ZodObject<{
|
|
|
398
398
|
round?: string | undefined;
|
|
399
399
|
q?: string | undefined;
|
|
400
400
|
username?: string | undefined;
|
|
401
|
-
createdAt?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
|
|
401
|
+
createdAt?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "2025" | "2024" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
|
|
402
402
|
following?: string | undefined;
|
|
403
403
|
limit?: string | undefined;
|
|
404
404
|
comment?: string | undefined;
|
|
@@ -418,7 +418,7 @@ export declare const searchRatingSchema: import("zod").ZodObject<{
|
|
|
418
418
|
round?: string | undefined;
|
|
419
419
|
q?: string | undefined;
|
|
420
420
|
username?: string | undefined;
|
|
421
|
-
createdAt?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
|
|
421
|
+
createdAt?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "2025" | "2024" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
|
|
422
422
|
following?: string | undefined;
|
|
423
423
|
limit?: string | undefined;
|
|
424
424
|
comment?: string | undefined;
|
|
@@ -1625,30 +1625,30 @@ export declare const threadCommentSchema: import("zod").ZodObject<{
|
|
|
1625
1625
|
threadActivityNotifications: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
1626
1626
|
trendingGames: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
1627
1627
|
gameChanges: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
1628
|
-
topRatedGameChanges: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"16hr">, import("zod").ZodLiteral<"Today">, import("zod").ZodLiteral<"Last 3 Days">, import("zod").ZodLiteral<"This Week">, import("zod").ZodLiteral<"This Season">, import("zod").ZodLiteral<"This Month">, import("zod").ZodLiteral<"This Year">, import("zod").ZodLiteral<"All">, import("zod").ZodLiteral<"All Time">, import("zod").ZodLiteral<"12h">, import("zod").ZodLiteral<"daily">, import("zod").ZodLiteral<"weekly">]>>>;
|
|
1629
|
-
mostRatedGameChanges: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"16hr">, import("zod").ZodLiteral<"Today">, import("zod").ZodLiteral<"Last 3 Days">, import("zod").ZodLiteral<"This Week">, import("zod").ZodLiteral<"This Season">, import("zod").ZodLiteral<"This Month">, import("zod").ZodLiteral<"This Year">, import("zod").ZodLiteral<"All">, import("zod").ZodLiteral<"All Time">, import("zod").ZodLiteral<"12h">, import("zod").ZodLiteral<"daily">, import("zod").ZodLiteral<"weekly">]>>>;
|
|
1630
|
-
worstRatedGameChanges: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"16hr">, import("zod").ZodLiteral<"Today">, import("zod").ZodLiteral<"Last 3 Days">, import("zod").ZodLiteral<"This Week">, import("zod").ZodLiteral<"This Season">, import("zod").ZodLiteral<"This Month">, import("zod").ZodLiteral<"This Year">, import("zod").ZodLiteral<"All">, import("zod").ZodLiteral<"All Time">, import("zod").ZodLiteral<"12h">, import("zod").ZodLiteral<"daily">, import("zod").ZodLiteral<"weekly">]>>>;
|
|
1628
|
+
topRatedGameChanges: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"16hr">, import("zod").ZodLiteral<"Today">, import("zod").ZodLiteral<"Last 3 Days">, import("zod").ZodLiteral<"This Week">, import("zod").ZodLiteral<"This Season">, import("zod").ZodLiteral<"This Month">, import("zod").ZodLiteral<"This Year">, import("zod").ZodLiteral<"2025">, import("zod").ZodLiteral<"2024">, import("zod").ZodLiteral<"All">, import("zod").ZodLiteral<"All Time">, import("zod").ZodLiteral<"12h">, import("zod").ZodLiteral<"daily">, import("zod").ZodLiteral<"weekly">]>>>;
|
|
1629
|
+
mostRatedGameChanges: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"16hr">, import("zod").ZodLiteral<"Today">, import("zod").ZodLiteral<"Last 3 Days">, import("zod").ZodLiteral<"This Week">, import("zod").ZodLiteral<"This Season">, import("zod").ZodLiteral<"This Month">, import("zod").ZodLiteral<"This Year">, import("zod").ZodLiteral<"2025">, import("zod").ZodLiteral<"2024">, import("zod").ZodLiteral<"All">, import("zod").ZodLiteral<"All Time">, import("zod").ZodLiteral<"12h">, import("zod").ZodLiteral<"daily">, import("zod").ZodLiteral<"weekly">]>>>;
|
|
1630
|
+
worstRatedGameChanges: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"16hr">, import("zod").ZodLiteral<"Today">, import("zod").ZodLiteral<"Last 3 Days">, import("zod").ZodLiteral<"This Week">, import("zod").ZodLiteral<"This Season">, import("zod").ZodLiteral<"This Month">, import("zod").ZodLiteral<"This Year">, import("zod").ZodLiteral<"2025">, import("zod").ZodLiteral<"2024">, import("zod").ZodLiteral<"All">, import("zod").ZodLiteral<"All Time">, import("zod").ZodLiteral<"12h">, import("zod").ZodLiteral<"daily">, import("zod").ZodLiteral<"weekly">]>>>;
|
|
1631
1631
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1632
|
-
topRatedGameChanges?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
1633
|
-
mostRatedGameChanges?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
1634
|
-
worstRatedGameChanges?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
1632
|
+
topRatedGameChanges?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "2025" | "2024" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
1633
|
+
mostRatedGameChanges?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "2025" | "2024" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
1634
|
+
worstRatedGameChanges?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "2025" | "2024" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
1635
1635
|
}, {
|
|
1636
|
-
topRatedGameChanges?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
1637
|
-
mostRatedGameChanges?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
1638
|
-
worstRatedGameChanges?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
1636
|
+
topRatedGameChanges?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "2025" | "2024" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
1637
|
+
mostRatedGameChanges?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "2025" | "2024" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
1638
|
+
worstRatedGameChanges?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "2025" | "2024" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
1639
1639
|
}>>;
|
|
1640
1640
|
gameTopLists: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
1641
|
-
topRated: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"16hr">, import("zod").ZodLiteral<"Today">, import("zod").ZodLiteral<"Last 3 Days">, import("zod").ZodLiteral<"This Week">, import("zod").ZodLiteral<"This Season">, import("zod").ZodLiteral<"This Month">, import("zod").ZodLiteral<"This Year">, import("zod").ZodLiteral<"All">, import("zod").ZodLiteral<"All Time">, import("zod").ZodLiteral<"12h">, import("zod").ZodLiteral<"daily">, import("zod").ZodLiteral<"weekly">]>>>;
|
|
1642
|
-
mostRated: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"16hr">, import("zod").ZodLiteral<"Today">, import("zod").ZodLiteral<"Last 3 Days">, import("zod").ZodLiteral<"This Week">, import("zod").ZodLiteral<"This Season">, import("zod").ZodLiteral<"This Month">, import("zod").ZodLiteral<"This Year">, import("zod").ZodLiteral<"All">, import("zod").ZodLiteral<"All Time">, import("zod").ZodLiteral<"12h">, import("zod").ZodLiteral<"daily">, import("zod").ZodLiteral<"weekly">]>>>;
|
|
1643
|
-
worstRated: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"16hr">, import("zod").ZodLiteral<"Today">, import("zod").ZodLiteral<"Last 3 Days">, import("zod").ZodLiteral<"This Week">, import("zod").ZodLiteral<"This Season">, import("zod").ZodLiteral<"This Month">, import("zod").ZodLiteral<"This Year">, import("zod").ZodLiteral<"All">, import("zod").ZodLiteral<"All Time">, import("zod").ZodLiteral<"12h">, import("zod").ZodLiteral<"daily">, import("zod").ZodLiteral<"weekly">]>>>;
|
|
1641
|
+
topRated: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"16hr">, import("zod").ZodLiteral<"Today">, import("zod").ZodLiteral<"Last 3 Days">, import("zod").ZodLiteral<"This Week">, import("zod").ZodLiteral<"This Season">, import("zod").ZodLiteral<"This Month">, import("zod").ZodLiteral<"This Year">, import("zod").ZodLiteral<"2025">, import("zod").ZodLiteral<"2024">, import("zod").ZodLiteral<"All">, import("zod").ZodLiteral<"All Time">, import("zod").ZodLiteral<"12h">, import("zod").ZodLiteral<"daily">, import("zod").ZodLiteral<"weekly">]>>>;
|
|
1642
|
+
mostRated: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"16hr">, import("zod").ZodLiteral<"Today">, import("zod").ZodLiteral<"Last 3 Days">, import("zod").ZodLiteral<"This Week">, import("zod").ZodLiteral<"This Season">, import("zod").ZodLiteral<"This Month">, import("zod").ZodLiteral<"This Year">, import("zod").ZodLiteral<"2025">, import("zod").ZodLiteral<"2024">, import("zod").ZodLiteral<"All">, import("zod").ZodLiteral<"All Time">, import("zod").ZodLiteral<"12h">, import("zod").ZodLiteral<"daily">, import("zod").ZodLiteral<"weekly">]>>>;
|
|
1643
|
+
worstRated: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"16hr">, import("zod").ZodLiteral<"Today">, import("zod").ZodLiteral<"Last 3 Days">, import("zod").ZodLiteral<"This Week">, import("zod").ZodLiteral<"This Season">, import("zod").ZodLiteral<"This Month">, import("zod").ZodLiteral<"This Year">, import("zod").ZodLiteral<"2025">, import("zod").ZodLiteral<"2024">, import("zod").ZodLiteral<"All">, import("zod").ZodLiteral<"All Time">, import("zod").ZodLiteral<"12h">, import("zod").ZodLiteral<"daily">, import("zod").ZodLiteral<"weekly">]>>>;
|
|
1644
1644
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1645
|
-
topRated?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
1646
|
-
mostRated?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
1647
|
-
worstRated?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
1645
|
+
topRated?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "2025" | "2024" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
1646
|
+
mostRated?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "2025" | "2024" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
1647
|
+
worstRated?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "2025" | "2024" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
1648
1648
|
}, {
|
|
1649
|
-
topRated?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
1650
|
-
mostRated?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
1651
|
-
worstRated?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
1649
|
+
topRated?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "2025" | "2024" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
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
|
+
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
1653
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1654
1654
|
allGames?: boolean | undefined;
|
|
@@ -1668,14 +1668,14 @@ export declare const threadCommentSchema: import("zod").ZodObject<{
|
|
|
1668
1668
|
threadActivityNotifications?: boolean | undefined;
|
|
1669
1669
|
trendingGames?: boolean | undefined;
|
|
1670
1670
|
gameChanges?: {
|
|
1671
|
-
topRatedGameChanges?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
1672
|
-
mostRatedGameChanges?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
1673
|
-
worstRatedGameChanges?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
1671
|
+
topRatedGameChanges?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "2025" | "2024" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
1672
|
+
mostRatedGameChanges?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "2025" | "2024" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
1673
|
+
worstRatedGameChanges?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "2025" | "2024" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
1674
1674
|
} | undefined;
|
|
1675
1675
|
gameTopLists?: {
|
|
1676
|
-
topRated?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
1677
|
-
mostRated?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
1678
|
-
worstRated?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
1676
|
+
topRated?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "2025" | "2024" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
1677
|
+
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
|
+
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
1679
|
} | undefined;
|
|
1680
1680
|
}, {
|
|
1681
1681
|
allGames?: boolean | undefined;
|
|
@@ -1695,20 +1695,20 @@ export declare const threadCommentSchema: import("zod").ZodObject<{
|
|
|
1695
1695
|
threadActivityNotifications?: boolean | undefined;
|
|
1696
1696
|
trendingGames?: boolean | undefined;
|
|
1697
1697
|
gameChanges?: {
|
|
1698
|
-
topRatedGameChanges?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
1699
|
-
mostRatedGameChanges?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
1700
|
-
worstRatedGameChanges?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
1698
|
+
topRatedGameChanges?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "2025" | "2024" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
1699
|
+
mostRatedGameChanges?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "2025" | "2024" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
1700
|
+
worstRatedGameChanges?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "2025" | "2024" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
1701
1701
|
} | undefined;
|
|
1702
1702
|
gameTopLists?: {
|
|
1703
|
-
topRated?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
1704
|
-
mostRated?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
1705
|
-
worstRated?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
1703
|
+
topRated?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "2025" | "2024" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
1704
|
+
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
|
+
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
1706
|
} | undefined;
|
|
1707
1707
|
}>>;
|
|
1708
1708
|
spoilersEnabled: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
1709
1709
|
viewedChangelogs: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodBoolean>>;
|
|
1710
1710
|
lastSelectedLeague: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"nba">, import("zod").ZodLiteral<"ncaa">, import("zod").ZodLiteral<"nfl">, import("zod").ZodLiteral<"nhl">, import("zod").ZodLiteral<"mlb">, import("zod").ZodLiteral<"cbb">, import("zod").ZodLiteral<"cfb">, import("zod").ZodLiteral<"epl">, import("zod").ZodLiteral<"mls">, import("zod").ZodLiteral<"wnba">, import("zod").ZodLiteral<"cwc">, import("zod").ZodLiteral<"global">]>>;
|
|
1711
|
-
lastSelectedFilter: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"16hr">, import("zod").ZodLiteral<"Today">, import("zod").ZodLiteral<"Last 3 Days">, import("zod").ZodLiteral<"This Week">, import("zod").ZodLiteral<"This Season">, import("zod").ZodLiteral<"This Month">, import("zod").ZodLiteral<"This Year">, import("zod").ZodLiteral<"All">, import("zod").ZodLiteral<"All Time">, import("zod").ZodLiteral<"12h">, import("zod").ZodLiteral<"daily">, import("zod").ZodLiteral<"weekly">]>>;
|
|
1711
|
+
lastSelectedFilter: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"16hr">, import("zod").ZodLiteral<"Today">, import("zod").ZodLiteral<"Last 3 Days">, import("zod").ZodLiteral<"This Week">, import("zod").ZodLiteral<"This Season">, import("zod").ZodLiteral<"This Month">, import("zod").ZodLiteral<"This Year">, import("zod").ZodLiteral<"2025">, import("zod").ZodLiteral<"2024">, import("zod").ZodLiteral<"All">, import("zod").ZodLiteral<"All Time">, import("zod").ZodLiteral<"12h">, import("zod").ZodLiteral<"daily">, import("zod").ZodLiteral<"weekly">]>>;
|
|
1712
1712
|
lastSelectedRatingFilter: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"rating:asc">, import("zod").ZodLiteral<"rating:desc">, import("zod").ZodLiteral<"createdAt:asc">, import("zod").ZodLiteral<"createdAt:desc">, import("zod").ZodLiteral<"userLikes:asc">, import("zod").ZodLiteral<"userLikes:desc">]>>;
|
|
1713
1713
|
lastSelectedGamesFeedType: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"newest">, import("zod").ZodLiteral<"forYou">]>>;
|
|
1714
1714
|
lastSelectedCombinedFeedType: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"newest">, import("zod").ZodLiteral<"following">]>>;
|
|
@@ -1771,7 +1771,7 @@ export declare const threadCommentSchema: import("zod").ZodObject<{
|
|
|
1771
1771
|
count: number;
|
|
1772
1772
|
}[] | undefined;
|
|
1773
1773
|
}>>;
|
|
1774
|
-
achievements: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodUnion<[import("zod").ZodLiteral<"speed_rater">, import("zod").ZodLiteral<"take_this">, import("zod").ZodLiteral<"front_runner">, import("zod").ZodLiteral<"loyal_till_the_end">, import("zod").ZodLiteral<"around_the_world">, import("zod").ZodLiteral<"take_off">, import("zod").ZodLiteral<"embrace_debate">, import("zod").ZodLiteral<"fan_of_the_people">, import("zod").ZodLiteral<"the_peoples_fan">, import("zod").ZodLiteral<"take_titan">, import("zod").ZodLiteral<"take_first">, import("zod").ZodLiteral<"hall_of_takes">, import("zod").ZodLiteral<"superfan">, import("zod").ZodLiteral<"fan-tastic">, import("zod").ZodLiteral<"marathon_fan">, import("zod").ZodLiteral<"new_years_resolution">, import("zod").ZodLiteral<"dog_days_of_summer">, import("zod").ZodLiteral<"50_50_club">, import("zod").ZodLiteral<"ball_knower">, import("zod").ZodLiteral<"heating_up">, import("zod").ZodLiteral<"full_court_press">, import("zod").ZodLiteral<"grid_iron_guru">, import("zod").ZodLiteral<"across_the_yard">, import("zod").ZodLiteral<"pigskin_power">, import("zod").ZodLiteral<"goal_getter">, import("zod").ZodLiteral<"footie_fanatic">, import("zod").ZodLiteral<"campaign_conqueror">, import("zod").ZodLiteral<"diamond_hands">, import("zod").ZodLiteral<"field_of_dreams">, import("zod").ZodLiteral<"charlie_hustle">, import("zod").ZodLiteral<"power_play">, import("zod").ZodLiteral<"ice_king">, import("zod").ZodLiteral<"marleau_master">, import("zod").ZodLiteral<"the_admiral">, import("zod").ZodLiteral<"the_kick_six">, import("zod").ZodLiteral<"coin_toss">, import("zod").ZodLiteral<"golden_jacket">, import("zod").ZodLiteral<"pop_the_champagne">, import("zod").ZodLiteral<"game_grower">, import("zod").ZodLiteral<"fandon_donovan">, import("zod").ZodLiteral<"soccer_stud">, import("zod").ZodLiteral<"the_big_o">, import("zod").ZodLiteral<"the_grateful_red">, import("zod").ZodLiteral<"mad_march">, import("zod").ZodLiteral<"the_logo">, import("zod").ZodLiteral<"the_big_dipper">, import("zod").ZodLiteral<"mid_table">, import("zod").ZodLiteral<"fan_of_the_match">, import("zod").ZodLiteral<"super_mario">, import("zod").ZodLiteral<"dick_butkus">, import("zod").ZodLiteral<"hit_the_heismann">, import("zod").ZodLiteral<"lobos_legacy">, import("zod").ZodLiteral<"tau3asi">, import("zod").ZodLiteral<"queenb">, import("zod").ZodLiteral<"rookie_rater">, import("zod").ZodLiteral<"six_three">, import("zod").ZodLiteral<"groupie">, import("zod").ZodLiteral<"for_your_confederations">, import("zod").ZodLiteral<"a_list">, import("zod").ZodLiteral<"fan_in_the_arena">, import("zod").ZodLiteral<"stadium_pulse">]>, import("zod").ZodObject<{
|
|
1774
|
+
achievements: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodUnion<[import("zod").ZodLiteral<"speed_rater">, import("zod").ZodLiteral<"take_this">, import("zod").ZodLiteral<"front_runner">, import("zod").ZodLiteral<"loyal_till_the_end">, import("zod").ZodLiteral<"around_the_world">, import("zod").ZodLiteral<"take_off">, import("zod").ZodLiteral<"embrace_debate">, import("zod").ZodLiteral<"fan_of_the_people">, import("zod").ZodLiteral<"the_peoples_fan">, import("zod").ZodLiteral<"take_titan">, import("zod").ZodLiteral<"take_first">, import("zod").ZodLiteral<"hall_of_takes">, import("zod").ZodLiteral<"superfan">, import("zod").ZodLiteral<"fan-tastic">, import("zod").ZodLiteral<"marathon_fan">, import("zod").ZodLiteral<"new_years_resolution">, import("zod").ZodLiteral<"dog_days_of_summer">, import("zod").ZodLiteral<"50_50_club">, import("zod").ZodLiteral<"ball_knower">, import("zod").ZodLiteral<"heating_up">, import("zod").ZodLiteral<"full_court_press">, import("zod").ZodLiteral<"grid_iron_guru">, import("zod").ZodLiteral<"across_the_yard">, import("zod").ZodLiteral<"pigskin_power">, import("zod").ZodLiteral<"goal_getter">, import("zod").ZodLiteral<"footie_fanatic">, import("zod").ZodLiteral<"campaign_conqueror">, import("zod").ZodLiteral<"diamond_hands">, import("zod").ZodLiteral<"field_of_dreams">, import("zod").ZodLiteral<"charlie_hustle">, import("zod").ZodLiteral<"power_play">, import("zod").ZodLiteral<"ice_king">, import("zod").ZodLiteral<"marleau_master">, import("zod").ZodLiteral<"the_admiral">, import("zod").ZodLiteral<"the_kick_six">, import("zod").ZodLiteral<"coin_toss">, import("zod").ZodLiteral<"golden_jacket">, import("zod").ZodLiteral<"pop_the_champagne">, import("zod").ZodLiteral<"game_grower">, import("zod").ZodLiteral<"fandon_donovan">, import("zod").ZodLiteral<"soccer_stud">, import("zod").ZodLiteral<"the_big_o">, import("zod").ZodLiteral<"the_grateful_red">, import("zod").ZodLiteral<"mad_march">, import("zod").ZodLiteral<"the_logo">, import("zod").ZodLiteral<"the_big_dipper">, import("zod").ZodLiteral<"mid_table">, import("zod").ZodLiteral<"fan_of_the_match">, import("zod").ZodLiteral<"super_mario">, import("zod").ZodLiteral<"dick_butkus">, import("zod").ZodLiteral<"hit_the_heismann">, import("zod").ZodLiteral<"lobos_legacy">, import("zod").ZodLiteral<"tau3asi">, import("zod").ZodLiteral<"queenb">, import("zod").ZodLiteral<"rookie_rater">, import("zod").ZodLiteral<"six_three">, import("zod").ZodLiteral<"groupie">, import("zod").ZodLiteral<"for_your_confederations">, import("zod").ZodLiteral<"a_list">, import("zod").ZodLiteral<"fan_in_the_arena">, import("zod").ZodLiteral<"stadium_pulse">, import("zod").ZodLiteral<"ballot_box">, import("zod").ZodLiteral<"pin_drop">]>, import("zod").ZodObject<{
|
|
1775
1775
|
id: import("zod").ZodString;
|
|
1776
1776
|
name: import("zod").ZodString;
|
|
1777
1777
|
description: import("zod").ZodString;
|
|
@@ -2718,30 +2718,30 @@ export declare const threadCommentSchema: import("zod").ZodObject<{
|
|
|
2718
2718
|
threadActivityNotifications: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
2719
2719
|
trendingGames: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
2720
2720
|
gameChanges: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
2721
|
-
topRatedGameChanges: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"16hr">, import("zod").ZodLiteral<"Today">, import("zod").ZodLiteral<"Last 3 Days">, import("zod").ZodLiteral<"This Week">, import("zod").ZodLiteral<"This Season">, import("zod").ZodLiteral<"This Month">, import("zod").ZodLiteral<"This Year">, import("zod").ZodLiteral<"All">, import("zod").ZodLiteral<"All Time">, import("zod").ZodLiteral<"12h">, import("zod").ZodLiteral<"daily">, import("zod").ZodLiteral<"weekly">]>>>;
|
|
2722
|
-
mostRatedGameChanges: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"16hr">, import("zod").ZodLiteral<"Today">, import("zod").ZodLiteral<"Last 3 Days">, import("zod").ZodLiteral<"This Week">, import("zod").ZodLiteral<"This Season">, import("zod").ZodLiteral<"This Month">, import("zod").ZodLiteral<"This Year">, import("zod").ZodLiteral<"All">, import("zod").ZodLiteral<"All Time">, import("zod").ZodLiteral<"12h">, import("zod").ZodLiteral<"daily">, import("zod").ZodLiteral<"weekly">]>>>;
|
|
2723
|
-
worstRatedGameChanges: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"16hr">, import("zod").ZodLiteral<"Today">, import("zod").ZodLiteral<"Last 3 Days">, import("zod").ZodLiteral<"This Week">, import("zod").ZodLiteral<"This Season">, import("zod").ZodLiteral<"This Month">, import("zod").ZodLiteral<"This Year">, import("zod").ZodLiteral<"All">, import("zod").ZodLiteral<"All Time">, import("zod").ZodLiteral<"12h">, import("zod").ZodLiteral<"daily">, import("zod").ZodLiteral<"weekly">]>>>;
|
|
2721
|
+
topRatedGameChanges: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"16hr">, import("zod").ZodLiteral<"Today">, import("zod").ZodLiteral<"Last 3 Days">, import("zod").ZodLiteral<"This Week">, import("zod").ZodLiteral<"This Season">, import("zod").ZodLiteral<"This Month">, import("zod").ZodLiteral<"This Year">, import("zod").ZodLiteral<"2025">, import("zod").ZodLiteral<"2024">, import("zod").ZodLiteral<"All">, import("zod").ZodLiteral<"All Time">, import("zod").ZodLiteral<"12h">, import("zod").ZodLiteral<"daily">, import("zod").ZodLiteral<"weekly">]>>>;
|
|
2722
|
+
mostRatedGameChanges: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"16hr">, import("zod").ZodLiteral<"Today">, import("zod").ZodLiteral<"Last 3 Days">, import("zod").ZodLiteral<"This Week">, import("zod").ZodLiteral<"This Season">, import("zod").ZodLiteral<"This Month">, import("zod").ZodLiteral<"This Year">, import("zod").ZodLiteral<"2025">, import("zod").ZodLiteral<"2024">, import("zod").ZodLiteral<"All">, import("zod").ZodLiteral<"All Time">, import("zod").ZodLiteral<"12h">, import("zod").ZodLiteral<"daily">, import("zod").ZodLiteral<"weekly">]>>>;
|
|
2723
|
+
worstRatedGameChanges: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"16hr">, import("zod").ZodLiteral<"Today">, import("zod").ZodLiteral<"Last 3 Days">, import("zod").ZodLiteral<"This Week">, import("zod").ZodLiteral<"This Season">, import("zod").ZodLiteral<"This Month">, import("zod").ZodLiteral<"This Year">, import("zod").ZodLiteral<"2025">, import("zod").ZodLiteral<"2024">, import("zod").ZodLiteral<"All">, import("zod").ZodLiteral<"All Time">, import("zod").ZodLiteral<"12h">, import("zod").ZodLiteral<"daily">, import("zod").ZodLiteral<"weekly">]>>>;
|
|
2724
2724
|
}, "strip", import("zod").ZodTypeAny, {
|
|
2725
|
-
topRatedGameChanges?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
2726
|
-
mostRatedGameChanges?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
2727
|
-
worstRatedGameChanges?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
2725
|
+
topRatedGameChanges?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "2025" | "2024" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
2726
|
+
mostRatedGameChanges?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "2025" | "2024" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
2727
|
+
worstRatedGameChanges?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "2025" | "2024" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
2728
2728
|
}, {
|
|
2729
|
-
topRatedGameChanges?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
2730
|
-
mostRatedGameChanges?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
2731
|
-
worstRatedGameChanges?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
2729
|
+
topRatedGameChanges?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "2025" | "2024" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
2730
|
+
mostRatedGameChanges?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "2025" | "2024" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
2731
|
+
worstRatedGameChanges?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "2025" | "2024" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
2732
2732
|
}>>;
|
|
2733
2733
|
gameTopLists: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
2734
|
-
topRated: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"16hr">, import("zod").ZodLiteral<"Today">, import("zod").ZodLiteral<"Last 3 Days">, import("zod").ZodLiteral<"This Week">, import("zod").ZodLiteral<"This Season">, import("zod").ZodLiteral<"This Month">, import("zod").ZodLiteral<"This Year">, import("zod").ZodLiteral<"All">, import("zod").ZodLiteral<"All Time">, import("zod").ZodLiteral<"12h">, import("zod").ZodLiteral<"daily">, import("zod").ZodLiteral<"weekly">]>>>;
|
|
2735
|
-
mostRated: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"16hr">, import("zod").ZodLiteral<"Today">, import("zod").ZodLiteral<"Last 3 Days">, import("zod").ZodLiteral<"This Week">, import("zod").ZodLiteral<"This Season">, import("zod").ZodLiteral<"This Month">, import("zod").ZodLiteral<"This Year">, import("zod").ZodLiteral<"All">, import("zod").ZodLiteral<"All Time">, import("zod").ZodLiteral<"12h">, import("zod").ZodLiteral<"daily">, import("zod").ZodLiteral<"weekly">]>>>;
|
|
2736
|
-
worstRated: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"16hr">, import("zod").ZodLiteral<"Today">, import("zod").ZodLiteral<"Last 3 Days">, import("zod").ZodLiteral<"This Week">, import("zod").ZodLiteral<"This Season">, import("zod").ZodLiteral<"This Month">, import("zod").ZodLiteral<"This Year">, import("zod").ZodLiteral<"All">, import("zod").ZodLiteral<"All Time">, import("zod").ZodLiteral<"12h">, import("zod").ZodLiteral<"daily">, import("zod").ZodLiteral<"weekly">]>>>;
|
|
2734
|
+
topRated: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"16hr">, import("zod").ZodLiteral<"Today">, import("zod").ZodLiteral<"Last 3 Days">, import("zod").ZodLiteral<"This Week">, import("zod").ZodLiteral<"This Season">, import("zod").ZodLiteral<"This Month">, import("zod").ZodLiteral<"This Year">, import("zod").ZodLiteral<"2025">, import("zod").ZodLiteral<"2024">, import("zod").ZodLiteral<"All">, import("zod").ZodLiteral<"All Time">, import("zod").ZodLiteral<"12h">, import("zod").ZodLiteral<"daily">, import("zod").ZodLiteral<"weekly">]>>>;
|
|
2735
|
+
mostRated: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"16hr">, import("zod").ZodLiteral<"Today">, import("zod").ZodLiteral<"Last 3 Days">, import("zod").ZodLiteral<"This Week">, import("zod").ZodLiteral<"This Season">, import("zod").ZodLiteral<"This Month">, import("zod").ZodLiteral<"This Year">, import("zod").ZodLiteral<"2025">, import("zod").ZodLiteral<"2024">, import("zod").ZodLiteral<"All">, import("zod").ZodLiteral<"All Time">, import("zod").ZodLiteral<"12h">, import("zod").ZodLiteral<"daily">, import("zod").ZodLiteral<"weekly">]>>>;
|
|
2736
|
+
worstRated: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"16hr">, import("zod").ZodLiteral<"Today">, import("zod").ZodLiteral<"Last 3 Days">, import("zod").ZodLiteral<"This Week">, import("zod").ZodLiteral<"This Season">, import("zod").ZodLiteral<"This Month">, import("zod").ZodLiteral<"This Year">, import("zod").ZodLiteral<"2025">, import("zod").ZodLiteral<"2024">, import("zod").ZodLiteral<"All">, import("zod").ZodLiteral<"All Time">, import("zod").ZodLiteral<"12h">, import("zod").ZodLiteral<"daily">, import("zod").ZodLiteral<"weekly">]>>>;
|
|
2737
2737
|
}, "strip", import("zod").ZodTypeAny, {
|
|
2738
|
-
topRated?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
2739
|
-
mostRated?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
2740
|
-
worstRated?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
2738
|
+
topRated?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "2025" | "2024" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
2739
|
+
mostRated?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "2025" | "2024" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
2740
|
+
worstRated?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "2025" | "2024" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
2741
2741
|
}, {
|
|
2742
|
-
topRated?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
2743
|
-
mostRated?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
2744
|
-
worstRated?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
2742
|
+
topRated?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "2025" | "2024" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
2743
|
+
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
|
+
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
2745
|
}>>;
|
|
2746
2746
|
}, "strip", import("zod").ZodTypeAny, {
|
|
2747
2747
|
allGames?: boolean | undefined;
|
|
@@ -2761,14 +2761,14 @@ export declare const threadCommentSchema: import("zod").ZodObject<{
|
|
|
2761
2761
|
threadActivityNotifications?: boolean | undefined;
|
|
2762
2762
|
trendingGames?: boolean | undefined;
|
|
2763
2763
|
gameChanges?: {
|
|
2764
|
-
topRatedGameChanges?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
2765
|
-
mostRatedGameChanges?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
2766
|
-
worstRatedGameChanges?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
2764
|
+
topRatedGameChanges?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "2025" | "2024" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
2765
|
+
mostRatedGameChanges?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "2025" | "2024" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
2766
|
+
worstRatedGameChanges?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "2025" | "2024" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
2767
2767
|
} | undefined;
|
|
2768
2768
|
gameTopLists?: {
|
|
2769
|
-
topRated?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
2770
|
-
mostRated?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
2771
|
-
worstRated?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
2769
|
+
topRated?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "2025" | "2024" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
2770
|
+
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
|
+
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
2772
|
} | undefined;
|
|
2773
2773
|
}, {
|
|
2774
2774
|
allGames?: boolean | undefined;
|
|
@@ -2788,20 +2788,20 @@ export declare const threadCommentSchema: import("zod").ZodObject<{
|
|
|
2788
2788
|
threadActivityNotifications?: boolean | undefined;
|
|
2789
2789
|
trendingGames?: boolean | undefined;
|
|
2790
2790
|
gameChanges?: {
|
|
2791
|
-
topRatedGameChanges?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
2792
|
-
mostRatedGameChanges?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
2793
|
-
worstRatedGameChanges?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
2791
|
+
topRatedGameChanges?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "2025" | "2024" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
2792
|
+
mostRatedGameChanges?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "2025" | "2024" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
2793
|
+
worstRatedGameChanges?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "2025" | "2024" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
2794
2794
|
} | undefined;
|
|
2795
2795
|
gameTopLists?: {
|
|
2796
|
-
topRated?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
2797
|
-
mostRated?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
2798
|
-
worstRated?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
2796
|
+
topRated?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "2025" | "2024" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
2797
|
+
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
|
+
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
2799
|
} | undefined;
|
|
2800
2800
|
}>>;
|
|
2801
2801
|
spoilersEnabled: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
2802
2802
|
viewedChangelogs: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodBoolean>>;
|
|
2803
2803
|
lastSelectedLeague: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"nba">, import("zod").ZodLiteral<"ncaa">, import("zod").ZodLiteral<"nfl">, import("zod").ZodLiteral<"nhl">, import("zod").ZodLiteral<"mlb">, import("zod").ZodLiteral<"cbb">, import("zod").ZodLiteral<"cfb">, import("zod").ZodLiteral<"epl">, import("zod").ZodLiteral<"mls">, import("zod").ZodLiteral<"wnba">, import("zod").ZodLiteral<"cwc">, import("zod").ZodLiteral<"global">]>>;
|
|
2804
|
-
lastSelectedFilter: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"16hr">, import("zod").ZodLiteral<"Today">, import("zod").ZodLiteral<"Last 3 Days">, import("zod").ZodLiteral<"This Week">, import("zod").ZodLiteral<"This Season">, import("zod").ZodLiteral<"This Month">, import("zod").ZodLiteral<"This Year">, import("zod").ZodLiteral<"All">, import("zod").ZodLiteral<"All Time">, import("zod").ZodLiteral<"12h">, import("zod").ZodLiteral<"daily">, import("zod").ZodLiteral<"weekly">]>>;
|
|
2804
|
+
lastSelectedFilter: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"16hr">, import("zod").ZodLiteral<"Today">, import("zod").ZodLiteral<"Last 3 Days">, import("zod").ZodLiteral<"This Week">, import("zod").ZodLiteral<"This Season">, import("zod").ZodLiteral<"This Month">, import("zod").ZodLiteral<"This Year">, import("zod").ZodLiteral<"2025">, import("zod").ZodLiteral<"2024">, import("zod").ZodLiteral<"All">, import("zod").ZodLiteral<"All Time">, import("zod").ZodLiteral<"12h">, import("zod").ZodLiteral<"daily">, import("zod").ZodLiteral<"weekly">]>>;
|
|
2805
2805
|
lastSelectedRatingFilter: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"rating:asc">, import("zod").ZodLiteral<"rating:desc">, import("zod").ZodLiteral<"createdAt:asc">, import("zod").ZodLiteral<"createdAt:desc">, import("zod").ZodLiteral<"userLikes:asc">, import("zod").ZodLiteral<"userLikes:desc">]>>;
|
|
2806
2806
|
lastSelectedGamesFeedType: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"newest">, import("zod").ZodLiteral<"forYou">]>>;
|
|
2807
2807
|
lastSelectedCombinedFeedType: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"newest">, import("zod").ZodLiteral<"following">]>>;
|
|
@@ -2864,7 +2864,7 @@ export declare const threadCommentSchema: import("zod").ZodObject<{
|
|
|
2864
2864
|
count: number;
|
|
2865
2865
|
}[] | undefined;
|
|
2866
2866
|
}>>;
|
|
2867
|
-
achievements: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodUnion<[import("zod").ZodLiteral<"speed_rater">, import("zod").ZodLiteral<"take_this">, import("zod").ZodLiteral<"front_runner">, import("zod").ZodLiteral<"loyal_till_the_end">, import("zod").ZodLiteral<"around_the_world">, import("zod").ZodLiteral<"take_off">, import("zod").ZodLiteral<"embrace_debate">, import("zod").ZodLiteral<"fan_of_the_people">, import("zod").ZodLiteral<"the_peoples_fan">, import("zod").ZodLiteral<"take_titan">, import("zod").ZodLiteral<"take_first">, import("zod").ZodLiteral<"hall_of_takes">, import("zod").ZodLiteral<"superfan">, import("zod").ZodLiteral<"fan-tastic">, import("zod").ZodLiteral<"marathon_fan">, import("zod").ZodLiteral<"new_years_resolution">, import("zod").ZodLiteral<"dog_days_of_summer">, import("zod").ZodLiteral<"50_50_club">, import("zod").ZodLiteral<"ball_knower">, import("zod").ZodLiteral<"heating_up">, import("zod").ZodLiteral<"full_court_press">, import("zod").ZodLiteral<"grid_iron_guru">, import("zod").ZodLiteral<"across_the_yard">, import("zod").ZodLiteral<"pigskin_power">, import("zod").ZodLiteral<"goal_getter">, import("zod").ZodLiteral<"footie_fanatic">, import("zod").ZodLiteral<"campaign_conqueror">, import("zod").ZodLiteral<"diamond_hands">, import("zod").ZodLiteral<"field_of_dreams">, import("zod").ZodLiteral<"charlie_hustle">, import("zod").ZodLiteral<"power_play">, import("zod").ZodLiteral<"ice_king">, import("zod").ZodLiteral<"marleau_master">, import("zod").ZodLiteral<"the_admiral">, import("zod").ZodLiteral<"the_kick_six">, import("zod").ZodLiteral<"coin_toss">, import("zod").ZodLiteral<"golden_jacket">, import("zod").ZodLiteral<"pop_the_champagne">, import("zod").ZodLiteral<"game_grower">, import("zod").ZodLiteral<"fandon_donovan">, import("zod").ZodLiteral<"soccer_stud">, import("zod").ZodLiteral<"the_big_o">, import("zod").ZodLiteral<"the_grateful_red">, import("zod").ZodLiteral<"mad_march">, import("zod").ZodLiteral<"the_logo">, import("zod").ZodLiteral<"the_big_dipper">, import("zod").ZodLiteral<"mid_table">, import("zod").ZodLiteral<"fan_of_the_match">, import("zod").ZodLiteral<"super_mario">, import("zod").ZodLiteral<"dick_butkus">, import("zod").ZodLiteral<"hit_the_heismann">, import("zod").ZodLiteral<"lobos_legacy">, import("zod").ZodLiteral<"tau3asi">, import("zod").ZodLiteral<"queenb">, import("zod").ZodLiteral<"rookie_rater">, import("zod").ZodLiteral<"six_three">, import("zod").ZodLiteral<"groupie">, import("zod").ZodLiteral<"for_your_confederations">, import("zod").ZodLiteral<"a_list">, import("zod").ZodLiteral<"fan_in_the_arena">, import("zod").ZodLiteral<"stadium_pulse">]>, import("zod").ZodObject<{
|
|
2867
|
+
achievements: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodUnion<[import("zod").ZodLiteral<"speed_rater">, import("zod").ZodLiteral<"take_this">, import("zod").ZodLiteral<"front_runner">, import("zod").ZodLiteral<"loyal_till_the_end">, import("zod").ZodLiteral<"around_the_world">, import("zod").ZodLiteral<"take_off">, import("zod").ZodLiteral<"embrace_debate">, import("zod").ZodLiteral<"fan_of_the_people">, import("zod").ZodLiteral<"the_peoples_fan">, import("zod").ZodLiteral<"take_titan">, import("zod").ZodLiteral<"take_first">, import("zod").ZodLiteral<"hall_of_takes">, import("zod").ZodLiteral<"superfan">, import("zod").ZodLiteral<"fan-tastic">, import("zod").ZodLiteral<"marathon_fan">, import("zod").ZodLiteral<"new_years_resolution">, import("zod").ZodLiteral<"dog_days_of_summer">, import("zod").ZodLiteral<"50_50_club">, import("zod").ZodLiteral<"ball_knower">, import("zod").ZodLiteral<"heating_up">, import("zod").ZodLiteral<"full_court_press">, import("zod").ZodLiteral<"grid_iron_guru">, import("zod").ZodLiteral<"across_the_yard">, import("zod").ZodLiteral<"pigskin_power">, import("zod").ZodLiteral<"goal_getter">, import("zod").ZodLiteral<"footie_fanatic">, import("zod").ZodLiteral<"campaign_conqueror">, import("zod").ZodLiteral<"diamond_hands">, import("zod").ZodLiteral<"field_of_dreams">, import("zod").ZodLiteral<"charlie_hustle">, import("zod").ZodLiteral<"power_play">, import("zod").ZodLiteral<"ice_king">, import("zod").ZodLiteral<"marleau_master">, import("zod").ZodLiteral<"the_admiral">, import("zod").ZodLiteral<"the_kick_six">, import("zod").ZodLiteral<"coin_toss">, import("zod").ZodLiteral<"golden_jacket">, import("zod").ZodLiteral<"pop_the_champagne">, import("zod").ZodLiteral<"game_grower">, import("zod").ZodLiteral<"fandon_donovan">, import("zod").ZodLiteral<"soccer_stud">, import("zod").ZodLiteral<"the_big_o">, import("zod").ZodLiteral<"the_grateful_red">, import("zod").ZodLiteral<"mad_march">, import("zod").ZodLiteral<"the_logo">, import("zod").ZodLiteral<"the_big_dipper">, import("zod").ZodLiteral<"mid_table">, import("zod").ZodLiteral<"fan_of_the_match">, import("zod").ZodLiteral<"super_mario">, import("zod").ZodLiteral<"dick_butkus">, import("zod").ZodLiteral<"hit_the_heismann">, import("zod").ZodLiteral<"lobos_legacy">, import("zod").ZodLiteral<"tau3asi">, import("zod").ZodLiteral<"queenb">, import("zod").ZodLiteral<"rookie_rater">, import("zod").ZodLiteral<"six_three">, import("zod").ZodLiteral<"groupie">, import("zod").ZodLiteral<"for_your_confederations">, import("zod").ZodLiteral<"a_list">, import("zod").ZodLiteral<"fan_in_the_arena">, import("zod").ZodLiteral<"stadium_pulse">, import("zod").ZodLiteral<"ballot_box">, import("zod").ZodLiteral<"pin_drop">]>, import("zod").ZodObject<{
|
|
2868
2868
|
id: import("zod").ZodString;
|
|
2869
2869
|
name: import("zod").ZodString;
|
|
2870
2870
|
description: import("zod").ZodString;
|
|
@@ -3882,30 +3882,30 @@ export declare const threadCommentLikeSchema: import("zod").ZodObject<{
|
|
|
3882
3882
|
threadActivityNotifications: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
3883
3883
|
trendingGames: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
3884
3884
|
gameChanges: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
3885
|
-
topRatedGameChanges: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"16hr">, import("zod").ZodLiteral<"Today">, import("zod").ZodLiteral<"Last 3 Days">, import("zod").ZodLiteral<"This Week">, import("zod").ZodLiteral<"This Season">, import("zod").ZodLiteral<"This Month">, import("zod").ZodLiteral<"This Year">, import("zod").ZodLiteral<"All">, import("zod").ZodLiteral<"All Time">, import("zod").ZodLiteral<"12h">, import("zod").ZodLiteral<"daily">, import("zod").ZodLiteral<"weekly">]>>>;
|
|
3886
|
-
mostRatedGameChanges: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"16hr">, import("zod").ZodLiteral<"Today">, import("zod").ZodLiteral<"Last 3 Days">, import("zod").ZodLiteral<"This Week">, import("zod").ZodLiteral<"This Season">, import("zod").ZodLiteral<"This Month">, import("zod").ZodLiteral<"This Year">, import("zod").ZodLiteral<"All">, import("zod").ZodLiteral<"All Time">, import("zod").ZodLiteral<"12h">, import("zod").ZodLiteral<"daily">, import("zod").ZodLiteral<"weekly">]>>>;
|
|
3887
|
-
worstRatedGameChanges: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"16hr">, import("zod").ZodLiteral<"Today">, import("zod").ZodLiteral<"Last 3 Days">, import("zod").ZodLiteral<"This Week">, import("zod").ZodLiteral<"This Season">, import("zod").ZodLiteral<"This Month">, import("zod").ZodLiteral<"This Year">, import("zod").ZodLiteral<"All">, import("zod").ZodLiteral<"All Time">, import("zod").ZodLiteral<"12h">, import("zod").ZodLiteral<"daily">, import("zod").ZodLiteral<"weekly">]>>>;
|
|
3885
|
+
topRatedGameChanges: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"16hr">, import("zod").ZodLiteral<"Today">, import("zod").ZodLiteral<"Last 3 Days">, import("zod").ZodLiteral<"This Week">, import("zod").ZodLiteral<"This Season">, import("zod").ZodLiteral<"This Month">, import("zod").ZodLiteral<"This Year">, import("zod").ZodLiteral<"2025">, import("zod").ZodLiteral<"2024">, import("zod").ZodLiteral<"All">, import("zod").ZodLiteral<"All Time">, import("zod").ZodLiteral<"12h">, import("zod").ZodLiteral<"daily">, import("zod").ZodLiteral<"weekly">]>>>;
|
|
3886
|
+
mostRatedGameChanges: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"16hr">, import("zod").ZodLiteral<"Today">, import("zod").ZodLiteral<"Last 3 Days">, import("zod").ZodLiteral<"This Week">, import("zod").ZodLiteral<"This Season">, import("zod").ZodLiteral<"This Month">, import("zod").ZodLiteral<"This Year">, import("zod").ZodLiteral<"2025">, import("zod").ZodLiteral<"2024">, import("zod").ZodLiteral<"All">, import("zod").ZodLiteral<"All Time">, import("zod").ZodLiteral<"12h">, import("zod").ZodLiteral<"daily">, import("zod").ZodLiteral<"weekly">]>>>;
|
|
3887
|
+
worstRatedGameChanges: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"16hr">, import("zod").ZodLiteral<"Today">, import("zod").ZodLiteral<"Last 3 Days">, import("zod").ZodLiteral<"This Week">, import("zod").ZodLiteral<"This Season">, import("zod").ZodLiteral<"This Month">, import("zod").ZodLiteral<"This Year">, import("zod").ZodLiteral<"2025">, import("zod").ZodLiteral<"2024">, import("zod").ZodLiteral<"All">, import("zod").ZodLiteral<"All Time">, import("zod").ZodLiteral<"12h">, import("zod").ZodLiteral<"daily">, import("zod").ZodLiteral<"weekly">]>>>;
|
|
3888
3888
|
}, "strip", import("zod").ZodTypeAny, {
|
|
3889
|
-
topRatedGameChanges?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
3890
|
-
mostRatedGameChanges?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
3891
|
-
worstRatedGameChanges?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
3889
|
+
topRatedGameChanges?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "2025" | "2024" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
3890
|
+
mostRatedGameChanges?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "2025" | "2024" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
3891
|
+
worstRatedGameChanges?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "2025" | "2024" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
3892
3892
|
}, {
|
|
3893
|
-
topRatedGameChanges?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
3894
|
-
mostRatedGameChanges?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
3895
|
-
worstRatedGameChanges?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
3893
|
+
topRatedGameChanges?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "2025" | "2024" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
3894
|
+
mostRatedGameChanges?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "2025" | "2024" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
3895
|
+
worstRatedGameChanges?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "2025" | "2024" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
3896
3896
|
}>>;
|
|
3897
3897
|
gameTopLists: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
3898
|
-
topRated: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"16hr">, import("zod").ZodLiteral<"Today">, import("zod").ZodLiteral<"Last 3 Days">, import("zod").ZodLiteral<"This Week">, import("zod").ZodLiteral<"This Season">, import("zod").ZodLiteral<"This Month">, import("zod").ZodLiteral<"This Year">, import("zod").ZodLiteral<"All">, import("zod").ZodLiteral<"All Time">, import("zod").ZodLiteral<"12h">, import("zod").ZodLiteral<"daily">, import("zod").ZodLiteral<"weekly">]>>>;
|
|
3899
|
-
mostRated: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"16hr">, import("zod").ZodLiteral<"Today">, import("zod").ZodLiteral<"Last 3 Days">, import("zod").ZodLiteral<"This Week">, import("zod").ZodLiteral<"This Season">, import("zod").ZodLiteral<"This Month">, import("zod").ZodLiteral<"This Year">, import("zod").ZodLiteral<"All">, import("zod").ZodLiteral<"All Time">, import("zod").ZodLiteral<"12h">, import("zod").ZodLiteral<"daily">, import("zod").ZodLiteral<"weekly">]>>>;
|
|
3900
|
-
worstRated: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"16hr">, import("zod").ZodLiteral<"Today">, import("zod").ZodLiteral<"Last 3 Days">, import("zod").ZodLiteral<"This Week">, import("zod").ZodLiteral<"This Season">, import("zod").ZodLiteral<"This Month">, import("zod").ZodLiteral<"This Year">, import("zod").ZodLiteral<"All">, import("zod").ZodLiteral<"All Time">, import("zod").ZodLiteral<"12h">, import("zod").ZodLiteral<"daily">, import("zod").ZodLiteral<"weekly">]>>>;
|
|
3898
|
+
topRated: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"16hr">, import("zod").ZodLiteral<"Today">, import("zod").ZodLiteral<"Last 3 Days">, import("zod").ZodLiteral<"This Week">, import("zod").ZodLiteral<"This Season">, import("zod").ZodLiteral<"This Month">, import("zod").ZodLiteral<"This Year">, import("zod").ZodLiteral<"2025">, import("zod").ZodLiteral<"2024">, import("zod").ZodLiteral<"All">, import("zod").ZodLiteral<"All Time">, import("zod").ZodLiteral<"12h">, import("zod").ZodLiteral<"daily">, import("zod").ZodLiteral<"weekly">]>>>;
|
|
3899
|
+
mostRated: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"16hr">, import("zod").ZodLiteral<"Today">, import("zod").ZodLiteral<"Last 3 Days">, import("zod").ZodLiteral<"This Week">, import("zod").ZodLiteral<"This Season">, import("zod").ZodLiteral<"This Month">, import("zod").ZodLiteral<"This Year">, import("zod").ZodLiteral<"2025">, import("zod").ZodLiteral<"2024">, import("zod").ZodLiteral<"All">, import("zod").ZodLiteral<"All Time">, import("zod").ZodLiteral<"12h">, import("zod").ZodLiteral<"daily">, import("zod").ZodLiteral<"weekly">]>>>;
|
|
3900
|
+
worstRated: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"16hr">, import("zod").ZodLiteral<"Today">, import("zod").ZodLiteral<"Last 3 Days">, import("zod").ZodLiteral<"This Week">, import("zod").ZodLiteral<"This Season">, import("zod").ZodLiteral<"This Month">, import("zod").ZodLiteral<"This Year">, import("zod").ZodLiteral<"2025">, import("zod").ZodLiteral<"2024">, import("zod").ZodLiteral<"All">, import("zod").ZodLiteral<"All Time">, import("zod").ZodLiteral<"12h">, import("zod").ZodLiteral<"daily">, import("zod").ZodLiteral<"weekly">]>>>;
|
|
3901
3901
|
}, "strip", import("zod").ZodTypeAny, {
|
|
3902
|
-
topRated?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
3903
|
-
mostRated?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
3904
|
-
worstRated?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
3902
|
+
topRated?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "2025" | "2024" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
3903
|
+
mostRated?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "2025" | "2024" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
3904
|
+
worstRated?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "2025" | "2024" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
3905
3905
|
}, {
|
|
3906
|
-
topRated?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
3907
|
-
mostRated?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
3908
|
-
worstRated?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
3906
|
+
topRated?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "2025" | "2024" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
3907
|
+
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
|
+
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
3909
|
}>>;
|
|
3910
3910
|
}, "strip", import("zod").ZodTypeAny, {
|
|
3911
3911
|
allGames?: boolean | undefined;
|
|
@@ -3925,14 +3925,14 @@ export declare const threadCommentLikeSchema: import("zod").ZodObject<{
|
|
|
3925
3925
|
threadActivityNotifications?: boolean | undefined;
|
|
3926
3926
|
trendingGames?: boolean | undefined;
|
|
3927
3927
|
gameChanges?: {
|
|
3928
|
-
topRatedGameChanges?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
3929
|
-
mostRatedGameChanges?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
3930
|
-
worstRatedGameChanges?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
3928
|
+
topRatedGameChanges?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "2025" | "2024" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
3929
|
+
mostRatedGameChanges?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "2025" | "2024" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
3930
|
+
worstRatedGameChanges?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "2025" | "2024" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
3931
3931
|
} | undefined;
|
|
3932
3932
|
gameTopLists?: {
|
|
3933
|
-
topRated?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
3934
|
-
mostRated?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
3935
|
-
worstRated?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
3933
|
+
topRated?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "2025" | "2024" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
3934
|
+
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
|
+
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
3936
|
} | undefined;
|
|
3937
3937
|
}, {
|
|
3938
3938
|
allGames?: boolean | undefined;
|
|
@@ -3952,20 +3952,20 @@ export declare const threadCommentLikeSchema: import("zod").ZodObject<{
|
|
|
3952
3952
|
threadActivityNotifications?: boolean | undefined;
|
|
3953
3953
|
trendingGames?: boolean | undefined;
|
|
3954
3954
|
gameChanges?: {
|
|
3955
|
-
topRatedGameChanges?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
3956
|
-
mostRatedGameChanges?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
3957
|
-
worstRatedGameChanges?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
3955
|
+
topRatedGameChanges?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "2025" | "2024" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
3956
|
+
mostRatedGameChanges?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "2025" | "2024" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
3957
|
+
worstRatedGameChanges?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "2025" | "2024" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
3958
3958
|
} | undefined;
|
|
3959
3959
|
gameTopLists?: {
|
|
3960
|
-
topRated?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
3961
|
-
mostRated?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
3962
|
-
worstRated?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
3960
|
+
topRated?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "2025" | "2024" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
|
|
3961
|
+
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
|
+
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
3963
|
} | undefined;
|
|
3964
3964
|
}>>;
|
|
3965
3965
|
spoilersEnabled: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
3966
3966
|
viewedChangelogs: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodBoolean>>;
|
|
3967
3967
|
lastSelectedLeague: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"nba">, import("zod").ZodLiteral<"ncaa">, import("zod").ZodLiteral<"nfl">, import("zod").ZodLiteral<"nhl">, import("zod").ZodLiteral<"mlb">, import("zod").ZodLiteral<"cbb">, import("zod").ZodLiteral<"cfb">, import("zod").ZodLiteral<"epl">, import("zod").ZodLiteral<"mls">, import("zod").ZodLiteral<"wnba">, import("zod").ZodLiteral<"cwc">, import("zod").ZodLiteral<"global">]>>;
|
|
3968
|
-
lastSelectedFilter: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"16hr">, import("zod").ZodLiteral<"Today">, import("zod").ZodLiteral<"Last 3 Days">, import("zod").ZodLiteral<"This Week">, import("zod").ZodLiteral<"This Season">, import("zod").ZodLiteral<"This Month">, import("zod").ZodLiteral<"This Year">, import("zod").ZodLiteral<"All">, import("zod").ZodLiteral<"All Time">, import("zod").ZodLiteral<"12h">, import("zod").ZodLiteral<"daily">, import("zod").ZodLiteral<"weekly">]>>;
|
|
3968
|
+
lastSelectedFilter: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"16hr">, import("zod").ZodLiteral<"Today">, import("zod").ZodLiteral<"Last 3 Days">, import("zod").ZodLiteral<"This Week">, import("zod").ZodLiteral<"This Season">, import("zod").ZodLiteral<"This Month">, import("zod").ZodLiteral<"This Year">, import("zod").ZodLiteral<"2025">, import("zod").ZodLiteral<"2024">, import("zod").ZodLiteral<"All">, import("zod").ZodLiteral<"All Time">, import("zod").ZodLiteral<"12h">, import("zod").ZodLiteral<"daily">, import("zod").ZodLiteral<"weekly">]>>;
|
|
3969
3969
|
lastSelectedRatingFilter: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"rating:asc">, import("zod").ZodLiteral<"rating:desc">, import("zod").ZodLiteral<"createdAt:asc">, import("zod").ZodLiteral<"createdAt:desc">, import("zod").ZodLiteral<"userLikes:asc">, import("zod").ZodLiteral<"userLikes:desc">]>>;
|
|
3970
3970
|
lastSelectedGamesFeedType: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"newest">, import("zod").ZodLiteral<"forYou">]>>;
|
|
3971
3971
|
lastSelectedCombinedFeedType: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"newest">, import("zod").ZodLiteral<"following">]>>;
|
|
@@ -4028,7 +4028,7 @@ export declare const threadCommentLikeSchema: import("zod").ZodObject<{
|
|
|
4028
4028
|
count: number;
|
|
4029
4029
|
}[] | undefined;
|
|
4030
4030
|
}>>;
|
|
4031
|
-
achievements: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodUnion<[import("zod").ZodLiteral<"speed_rater">, import("zod").ZodLiteral<"take_this">, import("zod").ZodLiteral<"front_runner">, import("zod").ZodLiteral<"loyal_till_the_end">, import("zod").ZodLiteral<"around_the_world">, import("zod").ZodLiteral<"take_off">, import("zod").ZodLiteral<"embrace_debate">, import("zod").ZodLiteral<"fan_of_the_people">, import("zod").ZodLiteral<"the_peoples_fan">, import("zod").ZodLiteral<"take_titan">, import("zod").ZodLiteral<"take_first">, import("zod").ZodLiteral<"hall_of_takes">, import("zod").ZodLiteral<"superfan">, import("zod").ZodLiteral<"fan-tastic">, import("zod").ZodLiteral<"marathon_fan">, import("zod").ZodLiteral<"new_years_resolution">, import("zod").ZodLiteral<"dog_days_of_summer">, import("zod").ZodLiteral<"50_50_club">, import("zod").ZodLiteral<"ball_knower">, import("zod").ZodLiteral<"heating_up">, import("zod").ZodLiteral<"full_court_press">, import("zod").ZodLiteral<"grid_iron_guru">, import("zod").ZodLiteral<"across_the_yard">, import("zod").ZodLiteral<"pigskin_power">, import("zod").ZodLiteral<"goal_getter">, import("zod").ZodLiteral<"footie_fanatic">, import("zod").ZodLiteral<"campaign_conqueror">, import("zod").ZodLiteral<"diamond_hands">, import("zod").ZodLiteral<"field_of_dreams">, import("zod").ZodLiteral<"charlie_hustle">, import("zod").ZodLiteral<"power_play">, import("zod").ZodLiteral<"ice_king">, import("zod").ZodLiteral<"marleau_master">, import("zod").ZodLiteral<"the_admiral">, import("zod").ZodLiteral<"the_kick_six">, import("zod").ZodLiteral<"coin_toss">, import("zod").ZodLiteral<"golden_jacket">, import("zod").ZodLiteral<"pop_the_champagne">, import("zod").ZodLiteral<"game_grower">, import("zod").ZodLiteral<"fandon_donovan">, import("zod").ZodLiteral<"soccer_stud">, import("zod").ZodLiteral<"the_big_o">, import("zod").ZodLiteral<"the_grateful_red">, import("zod").ZodLiteral<"mad_march">, import("zod").ZodLiteral<"the_logo">, import("zod").ZodLiteral<"the_big_dipper">, import("zod").ZodLiteral<"mid_table">, import("zod").ZodLiteral<"fan_of_the_match">, import("zod").ZodLiteral<"super_mario">, import("zod").ZodLiteral<"dick_butkus">, import("zod").ZodLiteral<"hit_the_heismann">, import("zod").ZodLiteral<"lobos_legacy">, import("zod").ZodLiteral<"tau3asi">, import("zod").ZodLiteral<"queenb">, import("zod").ZodLiteral<"rookie_rater">, import("zod").ZodLiteral<"six_three">, import("zod").ZodLiteral<"groupie">, import("zod").ZodLiteral<"for_your_confederations">, import("zod").ZodLiteral<"a_list">, import("zod").ZodLiteral<"fan_in_the_arena">, import("zod").ZodLiteral<"stadium_pulse">]>, import("zod").ZodObject<{
|
|
4031
|
+
achievements: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodUnion<[import("zod").ZodLiteral<"speed_rater">, import("zod").ZodLiteral<"take_this">, import("zod").ZodLiteral<"front_runner">, import("zod").ZodLiteral<"loyal_till_the_end">, import("zod").ZodLiteral<"around_the_world">, import("zod").ZodLiteral<"take_off">, import("zod").ZodLiteral<"embrace_debate">, import("zod").ZodLiteral<"fan_of_the_people">, import("zod").ZodLiteral<"the_peoples_fan">, import("zod").ZodLiteral<"take_titan">, import("zod").ZodLiteral<"take_first">, import("zod").ZodLiteral<"hall_of_takes">, import("zod").ZodLiteral<"superfan">, import("zod").ZodLiteral<"fan-tastic">, import("zod").ZodLiteral<"marathon_fan">, import("zod").ZodLiteral<"new_years_resolution">, import("zod").ZodLiteral<"dog_days_of_summer">, import("zod").ZodLiteral<"50_50_club">, import("zod").ZodLiteral<"ball_knower">, import("zod").ZodLiteral<"heating_up">, import("zod").ZodLiteral<"full_court_press">, import("zod").ZodLiteral<"grid_iron_guru">, import("zod").ZodLiteral<"across_the_yard">, import("zod").ZodLiteral<"pigskin_power">, import("zod").ZodLiteral<"goal_getter">, import("zod").ZodLiteral<"footie_fanatic">, import("zod").ZodLiteral<"campaign_conqueror">, import("zod").ZodLiteral<"diamond_hands">, import("zod").ZodLiteral<"field_of_dreams">, import("zod").ZodLiteral<"charlie_hustle">, import("zod").ZodLiteral<"power_play">, import("zod").ZodLiteral<"ice_king">, import("zod").ZodLiteral<"marleau_master">, import("zod").ZodLiteral<"the_admiral">, import("zod").ZodLiteral<"the_kick_six">, import("zod").ZodLiteral<"coin_toss">, import("zod").ZodLiteral<"golden_jacket">, import("zod").ZodLiteral<"pop_the_champagne">, import("zod").ZodLiteral<"game_grower">, import("zod").ZodLiteral<"fandon_donovan">, import("zod").ZodLiteral<"soccer_stud">, import("zod").ZodLiteral<"the_big_o">, import("zod").ZodLiteral<"the_grateful_red">, import("zod").ZodLiteral<"mad_march">, import("zod").ZodLiteral<"the_logo">, import("zod").ZodLiteral<"the_big_dipper">, import("zod").ZodLiteral<"mid_table">, import("zod").ZodLiteral<"fan_of_the_match">, import("zod").ZodLiteral<"super_mario">, import("zod").ZodLiteral<"dick_butkus">, import("zod").ZodLiteral<"hit_the_heismann">, import("zod").ZodLiteral<"lobos_legacy">, import("zod").ZodLiteral<"tau3asi">, import("zod").ZodLiteral<"queenb">, import("zod").ZodLiteral<"rookie_rater">, import("zod").ZodLiteral<"six_three">, import("zod").ZodLiteral<"groupie">, import("zod").ZodLiteral<"for_your_confederations">, import("zod").ZodLiteral<"a_list">, import("zod").ZodLiteral<"fan_in_the_arena">, import("zod").ZodLiteral<"stadium_pulse">, import("zod").ZodLiteral<"ballot_box">, import("zod").ZodLiteral<"pin_drop">]>, import("zod").ZodObject<{
|
|
4032
4032
|
id: import("zod").ZodString;
|
|
4033
4033
|
name: import("zod").ZodString;
|
|
4034
4034
|
description: import("zod").ZodString;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export declare const timeFilterSchema: import("zod").ZodUnion<[import("zod").ZodLiteral<"16hr">, import("zod").ZodLiteral<"Today">, import("zod").ZodLiteral<"Last 3 Days">, import("zod").ZodLiteral<"This Week">, import("zod").ZodLiteral<"This Season">, import("zod").ZodLiteral<"This Month">, import("zod").ZodLiteral<"This Year">, import("zod").ZodLiteral<"All">, import("zod").ZodLiteral<"All Time">, import("zod").ZodLiteral<"12h">, import("zod").ZodLiteral<"daily">, import("zod").ZodLiteral<"weekly">]>;
|
|
2
|
-
export declare const calendarTimeFilterSchema: import("zod").ZodUnion<[import("zod").ZodLiteral<"This Week">, import("zod").ZodLiteral<"Last Week">, import("zod").ZodLiteral<"This Month">, import("zod").ZodLiteral<"This Year">, import("zod").ZodLiteral<"All Time">]>;
|
|
1
|
+
export declare const timeFilterSchema: import("zod").ZodUnion<[import("zod").ZodLiteral<"16hr">, import("zod").ZodLiteral<"Today">, import("zod").ZodLiteral<"Last 3 Days">, import("zod").ZodLiteral<"This Week">, import("zod").ZodLiteral<"This Season">, import("zod").ZodLiteral<"This Month">, import("zod").ZodLiteral<"This Year">, import("zod").ZodLiteral<"2025">, import("zod").ZodLiteral<"2024">, import("zod").ZodLiteral<"All">, import("zod").ZodLiteral<"All Time">, import("zod").ZodLiteral<"12h">, import("zod").ZodLiteral<"daily">, import("zod").ZodLiteral<"weekly">]>;
|
|
2
|
+
export declare const calendarTimeFilterSchema: import("zod").ZodUnion<[import("zod").ZodLiteral<"This Week">, import("zod").ZodLiteral<"Last Week">, import("zod").ZodLiteral<"This Month">, import("zod").ZodLiteral<"This Year">, import("zod").ZodLiteral<"2025">, import("zod").ZodLiteral<"2024">, import("zod").ZodLiteral<"All Time">]>;
|
|
3
3
|
export declare const ratingSortSchema: import("zod").ZodUnion<[import("zod").ZodLiteral<"rating:asc">, import("zod").ZodLiteral<"rating:desc">, import("zod").ZodLiteral<"createdAt:asc">, import("zod").ZodLiteral<"createdAt:desc">, import("zod").ZodLiteral<"userLikes:asc">, import("zod").ZodLiteral<"userLikes:desc">]>;
|
|
4
4
|
export declare const leagueSlug: import("zod").ZodUnion<[import("zod").ZodLiteral<"nba">, import("zod").ZodLiteral<"ncaa">, import("zod").ZodLiteral<"nfl">, import("zod").ZodLiteral<"nhl">, import("zod").ZodLiteral<"mlb">, import("zod").ZodLiteral<"cbb">, import("zod").ZodLiteral<"cfb">, import("zod").ZodLiteral<"epl">, import("zod").ZodLiteral<"mls">, import("zod").ZodLiteral<"wnba">, import("zod").ZodLiteral<"cwc">, import("zod").ZodLiteral<"global">]>;
|
|
5
5
|
export declare const seasonGroupingSchema: import("zod").ZodUnion<[import("zod").ZodLiteral<"combined">, import("zod").ZodLiteral<"regularSeason">, import("zod").ZodLiteral<"playoffs">]>;
|