rategame-shared 1.1.273 → 1.1.274
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 +380 -0
- package/dist/schemas/game.d.ts +1520 -0
- package/dist/schemas/list.d.ts +380 -0
- package/dist/schemas/moderation.d.ts +304 -0
- package/dist/schemas/rating.d.ts +228 -0
- package/dist/schemas/stadium.d.ts +304 -0
- package/dist/schemas/user.d.ts +1034 -725
- package/dist/schemas/user.js +24 -0
- package/dist/schemas/userEvent.d.ts +228 -0
- package/dist/schemas/voting.d.ts +228 -0
- package/package.json +1 -1
package/dist/schemas/rating.d.ts
CHANGED
|
@@ -1594,14 +1594,90 @@ export declare const threadCommentSchema: import("zod").ZodObject<{
|
|
|
1594
1594
|
allGames: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
1595
1595
|
favoriteLeagues: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
1596
1596
|
favoriteTeams: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
1597
|
+
lastWeekScoreLeaderboard: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
1598
|
+
leaderboardChanges: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
1599
|
+
chatReplies: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
1600
|
+
repliesToRatings: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
1601
|
+
repliesToComments: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
1602
|
+
ratingLikes: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
1603
|
+
listLikes: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
1604
|
+
eventLikes: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
1605
|
+
commentLikes: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
1606
|
+
trendingGames: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
1607
|
+
gameChanges: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
1608
|
+
topRatedGameChanges: import("zod").ZodOptional<import("zod").ZodUnion<[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">]>>;
|
|
1609
|
+
mostRatedGameChanges: import("zod").ZodOptional<import("zod").ZodUnion<[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">]>>;
|
|
1610
|
+
worstRatedGameChanges: import("zod").ZodOptional<import("zod").ZodUnion<[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">]>>;
|
|
1611
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
1612
|
+
topRatedGameChanges?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
|
|
1613
|
+
mostRatedGameChanges?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
|
|
1614
|
+
worstRatedGameChanges?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
|
|
1615
|
+
}, {
|
|
1616
|
+
topRatedGameChanges?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
|
|
1617
|
+
mostRatedGameChanges?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
|
|
1618
|
+
worstRatedGameChanges?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
|
|
1619
|
+
}>>;
|
|
1620
|
+
gameTopLists: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
1621
|
+
topRated: import("zod").ZodOptional<import("zod").ZodUnion<[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">]>>;
|
|
1622
|
+
mostRated: import("zod").ZodOptional<import("zod").ZodUnion<[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">]>>;
|
|
1623
|
+
worstRated: import("zod").ZodOptional<import("zod").ZodUnion<[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">]>>;
|
|
1624
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
1625
|
+
topRated?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
|
|
1626
|
+
mostRated?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
|
|
1627
|
+
worstRated?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
|
|
1628
|
+
}, {
|
|
1629
|
+
topRated?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
|
|
1630
|
+
mostRated?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
|
|
1631
|
+
worstRated?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
|
|
1632
|
+
}>>;
|
|
1597
1633
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1598
1634
|
allGames?: boolean | undefined;
|
|
1599
1635
|
favoriteLeagues?: boolean | undefined;
|
|
1600
1636
|
favoriteTeams?: boolean | undefined;
|
|
1637
|
+
lastWeekScoreLeaderboard?: boolean | undefined;
|
|
1638
|
+
leaderboardChanges?: boolean | undefined;
|
|
1639
|
+
chatReplies?: boolean | undefined;
|
|
1640
|
+
repliesToRatings?: boolean | undefined;
|
|
1641
|
+
repliesToComments?: boolean | undefined;
|
|
1642
|
+
ratingLikes?: boolean | undefined;
|
|
1643
|
+
listLikes?: boolean | undefined;
|
|
1644
|
+
eventLikes?: boolean | undefined;
|
|
1645
|
+
commentLikes?: boolean | undefined;
|
|
1646
|
+
trendingGames?: boolean | undefined;
|
|
1647
|
+
gameChanges?: {
|
|
1648
|
+
topRatedGameChanges?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
|
|
1649
|
+
mostRatedGameChanges?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
|
|
1650
|
+
worstRatedGameChanges?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
|
|
1651
|
+
} | undefined;
|
|
1652
|
+
gameTopLists?: {
|
|
1653
|
+
topRated?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
|
|
1654
|
+
mostRated?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
|
|
1655
|
+
worstRated?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
|
|
1656
|
+
} | undefined;
|
|
1601
1657
|
}, {
|
|
1602
1658
|
allGames?: boolean | undefined;
|
|
1603
1659
|
favoriteLeagues?: boolean | undefined;
|
|
1604
1660
|
favoriteTeams?: boolean | undefined;
|
|
1661
|
+
lastWeekScoreLeaderboard?: boolean | undefined;
|
|
1662
|
+
leaderboardChanges?: boolean | undefined;
|
|
1663
|
+
chatReplies?: boolean | undefined;
|
|
1664
|
+
repliesToRatings?: boolean | undefined;
|
|
1665
|
+
repliesToComments?: boolean | undefined;
|
|
1666
|
+
ratingLikes?: boolean | undefined;
|
|
1667
|
+
listLikes?: boolean | undefined;
|
|
1668
|
+
eventLikes?: boolean | undefined;
|
|
1669
|
+
commentLikes?: boolean | undefined;
|
|
1670
|
+
trendingGames?: boolean | undefined;
|
|
1671
|
+
gameChanges?: {
|
|
1672
|
+
topRatedGameChanges?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
|
|
1673
|
+
mostRatedGameChanges?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
|
|
1674
|
+
worstRatedGameChanges?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
|
|
1675
|
+
} | undefined;
|
|
1676
|
+
gameTopLists?: {
|
|
1677
|
+
topRated?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
|
|
1678
|
+
mostRated?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
|
|
1679
|
+
worstRated?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
|
|
1680
|
+
} | undefined;
|
|
1605
1681
|
}>>;
|
|
1606
1682
|
spoilersEnabled: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
1607
1683
|
viewedChangelogs: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodBoolean>>;
|
|
@@ -2531,14 +2607,90 @@ export declare const threadCommentSchema: import("zod").ZodObject<{
|
|
|
2531
2607
|
allGames: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
2532
2608
|
favoriteLeagues: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
2533
2609
|
favoriteTeams: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
2610
|
+
lastWeekScoreLeaderboard: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
2611
|
+
leaderboardChanges: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
2612
|
+
chatReplies: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
2613
|
+
repliesToRatings: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
2614
|
+
repliesToComments: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
2615
|
+
ratingLikes: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
2616
|
+
listLikes: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
2617
|
+
eventLikes: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
2618
|
+
commentLikes: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
2619
|
+
trendingGames: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
2620
|
+
gameChanges: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
2621
|
+
topRatedGameChanges: import("zod").ZodOptional<import("zod").ZodUnion<[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">]>>;
|
|
2622
|
+
mostRatedGameChanges: import("zod").ZodOptional<import("zod").ZodUnion<[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">]>>;
|
|
2623
|
+
worstRatedGameChanges: import("zod").ZodOptional<import("zod").ZodUnion<[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">]>>;
|
|
2624
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
2625
|
+
topRatedGameChanges?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
|
|
2626
|
+
mostRatedGameChanges?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
|
|
2627
|
+
worstRatedGameChanges?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
|
|
2628
|
+
}, {
|
|
2629
|
+
topRatedGameChanges?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
|
|
2630
|
+
mostRatedGameChanges?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
|
|
2631
|
+
worstRatedGameChanges?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
|
|
2632
|
+
}>>;
|
|
2633
|
+
gameTopLists: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
2634
|
+
topRated: import("zod").ZodOptional<import("zod").ZodUnion<[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">]>>;
|
|
2635
|
+
mostRated: import("zod").ZodOptional<import("zod").ZodUnion<[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">]>>;
|
|
2636
|
+
worstRated: import("zod").ZodOptional<import("zod").ZodUnion<[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">]>>;
|
|
2637
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
2638
|
+
topRated?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
|
|
2639
|
+
mostRated?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
|
|
2640
|
+
worstRated?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
|
|
2641
|
+
}, {
|
|
2642
|
+
topRated?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
|
|
2643
|
+
mostRated?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
|
|
2644
|
+
worstRated?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
|
|
2645
|
+
}>>;
|
|
2534
2646
|
}, "strip", import("zod").ZodTypeAny, {
|
|
2535
2647
|
allGames?: boolean | undefined;
|
|
2536
2648
|
favoriteLeagues?: boolean | undefined;
|
|
2537
2649
|
favoriteTeams?: boolean | undefined;
|
|
2650
|
+
lastWeekScoreLeaderboard?: boolean | undefined;
|
|
2651
|
+
leaderboardChanges?: boolean | undefined;
|
|
2652
|
+
chatReplies?: boolean | undefined;
|
|
2653
|
+
repliesToRatings?: boolean | undefined;
|
|
2654
|
+
repliesToComments?: boolean | undefined;
|
|
2655
|
+
ratingLikes?: boolean | undefined;
|
|
2656
|
+
listLikes?: boolean | undefined;
|
|
2657
|
+
eventLikes?: boolean | undefined;
|
|
2658
|
+
commentLikes?: boolean | undefined;
|
|
2659
|
+
trendingGames?: boolean | undefined;
|
|
2660
|
+
gameChanges?: {
|
|
2661
|
+
topRatedGameChanges?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
|
|
2662
|
+
mostRatedGameChanges?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
|
|
2663
|
+
worstRatedGameChanges?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
|
|
2664
|
+
} | undefined;
|
|
2665
|
+
gameTopLists?: {
|
|
2666
|
+
topRated?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
|
|
2667
|
+
mostRated?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
|
|
2668
|
+
worstRated?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
|
|
2669
|
+
} | undefined;
|
|
2538
2670
|
}, {
|
|
2539
2671
|
allGames?: boolean | undefined;
|
|
2540
2672
|
favoriteLeagues?: boolean | undefined;
|
|
2541
2673
|
favoriteTeams?: boolean | undefined;
|
|
2674
|
+
lastWeekScoreLeaderboard?: boolean | undefined;
|
|
2675
|
+
leaderboardChanges?: boolean | undefined;
|
|
2676
|
+
chatReplies?: boolean | undefined;
|
|
2677
|
+
repliesToRatings?: boolean | undefined;
|
|
2678
|
+
repliesToComments?: boolean | undefined;
|
|
2679
|
+
ratingLikes?: boolean | undefined;
|
|
2680
|
+
listLikes?: boolean | undefined;
|
|
2681
|
+
eventLikes?: boolean | undefined;
|
|
2682
|
+
commentLikes?: boolean | undefined;
|
|
2683
|
+
trendingGames?: boolean | undefined;
|
|
2684
|
+
gameChanges?: {
|
|
2685
|
+
topRatedGameChanges?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
|
|
2686
|
+
mostRatedGameChanges?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
|
|
2687
|
+
worstRatedGameChanges?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
|
|
2688
|
+
} | undefined;
|
|
2689
|
+
gameTopLists?: {
|
|
2690
|
+
topRated?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
|
|
2691
|
+
mostRated?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
|
|
2692
|
+
worstRated?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
|
|
2693
|
+
} | undefined;
|
|
2542
2694
|
}>>;
|
|
2543
2695
|
spoilersEnabled: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
2544
2696
|
viewedChangelogs: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodBoolean>>;
|
|
@@ -3539,14 +3691,90 @@ export declare const threadCommentLikeSchema: import("zod").ZodObject<{
|
|
|
3539
3691
|
allGames: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
3540
3692
|
favoriteLeagues: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
3541
3693
|
favoriteTeams: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
3694
|
+
lastWeekScoreLeaderboard: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
3695
|
+
leaderboardChanges: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
3696
|
+
chatReplies: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
3697
|
+
repliesToRatings: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
3698
|
+
repliesToComments: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
3699
|
+
ratingLikes: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
3700
|
+
listLikes: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
3701
|
+
eventLikes: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
3702
|
+
commentLikes: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
3703
|
+
trendingGames: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
3704
|
+
gameChanges: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
3705
|
+
topRatedGameChanges: import("zod").ZodOptional<import("zod").ZodUnion<[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">]>>;
|
|
3706
|
+
mostRatedGameChanges: import("zod").ZodOptional<import("zod").ZodUnion<[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">]>>;
|
|
3707
|
+
worstRatedGameChanges: import("zod").ZodOptional<import("zod").ZodUnion<[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">]>>;
|
|
3708
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
3709
|
+
topRatedGameChanges?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
|
|
3710
|
+
mostRatedGameChanges?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
|
|
3711
|
+
worstRatedGameChanges?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
|
|
3712
|
+
}, {
|
|
3713
|
+
topRatedGameChanges?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
|
|
3714
|
+
mostRatedGameChanges?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
|
|
3715
|
+
worstRatedGameChanges?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
|
|
3716
|
+
}>>;
|
|
3717
|
+
gameTopLists: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
3718
|
+
topRated: import("zod").ZodOptional<import("zod").ZodUnion<[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">]>>;
|
|
3719
|
+
mostRated: import("zod").ZodOptional<import("zod").ZodUnion<[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">]>>;
|
|
3720
|
+
worstRated: import("zod").ZodOptional<import("zod").ZodUnion<[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">]>>;
|
|
3721
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
3722
|
+
topRated?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
|
|
3723
|
+
mostRated?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
|
|
3724
|
+
worstRated?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
|
|
3725
|
+
}, {
|
|
3726
|
+
topRated?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
|
|
3727
|
+
mostRated?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
|
|
3728
|
+
worstRated?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
|
|
3729
|
+
}>>;
|
|
3542
3730
|
}, "strip", import("zod").ZodTypeAny, {
|
|
3543
3731
|
allGames?: boolean | undefined;
|
|
3544
3732
|
favoriteLeagues?: boolean | undefined;
|
|
3545
3733
|
favoriteTeams?: boolean | undefined;
|
|
3734
|
+
lastWeekScoreLeaderboard?: boolean | undefined;
|
|
3735
|
+
leaderboardChanges?: boolean | undefined;
|
|
3736
|
+
chatReplies?: boolean | undefined;
|
|
3737
|
+
repliesToRatings?: boolean | undefined;
|
|
3738
|
+
repliesToComments?: boolean | undefined;
|
|
3739
|
+
ratingLikes?: boolean | undefined;
|
|
3740
|
+
listLikes?: boolean | undefined;
|
|
3741
|
+
eventLikes?: boolean | undefined;
|
|
3742
|
+
commentLikes?: boolean | undefined;
|
|
3743
|
+
trendingGames?: boolean | undefined;
|
|
3744
|
+
gameChanges?: {
|
|
3745
|
+
topRatedGameChanges?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
|
|
3746
|
+
mostRatedGameChanges?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
|
|
3747
|
+
worstRatedGameChanges?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
|
|
3748
|
+
} | undefined;
|
|
3749
|
+
gameTopLists?: {
|
|
3750
|
+
topRated?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
|
|
3751
|
+
mostRated?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
|
|
3752
|
+
worstRated?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
|
|
3753
|
+
} | undefined;
|
|
3546
3754
|
}, {
|
|
3547
3755
|
allGames?: boolean | undefined;
|
|
3548
3756
|
favoriteLeagues?: boolean | undefined;
|
|
3549
3757
|
favoriteTeams?: boolean | undefined;
|
|
3758
|
+
lastWeekScoreLeaderboard?: boolean | undefined;
|
|
3759
|
+
leaderboardChanges?: boolean | undefined;
|
|
3760
|
+
chatReplies?: boolean | undefined;
|
|
3761
|
+
repliesToRatings?: boolean | undefined;
|
|
3762
|
+
repliesToComments?: boolean | undefined;
|
|
3763
|
+
ratingLikes?: boolean | undefined;
|
|
3764
|
+
listLikes?: boolean | undefined;
|
|
3765
|
+
eventLikes?: boolean | undefined;
|
|
3766
|
+
commentLikes?: boolean | undefined;
|
|
3767
|
+
trendingGames?: boolean | undefined;
|
|
3768
|
+
gameChanges?: {
|
|
3769
|
+
topRatedGameChanges?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
|
|
3770
|
+
mostRatedGameChanges?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
|
|
3771
|
+
worstRatedGameChanges?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
|
|
3772
|
+
} | undefined;
|
|
3773
|
+
gameTopLists?: {
|
|
3774
|
+
topRated?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
|
|
3775
|
+
mostRated?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
|
|
3776
|
+
worstRated?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
|
|
3777
|
+
} | undefined;
|
|
3550
3778
|
}>>;
|
|
3551
3779
|
spoilersEnabled: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
3552
3780
|
viewedChangelogs: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodBoolean>>;
|