rategame-shared 1.1.250 → 1.1.252
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 +10 -5
- package/dist/schemas/game.d.ts +40 -20
- package/dist/schemas/list.d.ts +10 -5
- package/dist/schemas/moderation.d.ts +8 -4
- package/dist/schemas/rating.d.ts +6 -3
- package/dist/schemas/user.d.ts +14 -7
- package/dist/schemas/user.js +1 -1
- package/dist/schemas/userEvent.d.ts +6 -3
- package/dist/schemas/voting.d.ts +6 -3
- package/package.json +1 -1
package/dist/schemas/chat.d.ts
CHANGED
|
@@ -693,7 +693,7 @@ export declare const chatMessageSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
693
693
|
lastSelectedFilter: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Today">, z.ZodLiteral<"This Week">, z.ZodLiteral<"This Season">, z.ZodLiteral<"This Month">, z.ZodLiteral<"This Year">, z.ZodLiteral<"All">, z.ZodLiteral<"All Time">, z.ZodLiteral<"12h">, z.ZodLiteral<"daily">, z.ZodLiteral<"weekly">]>>;
|
|
694
694
|
lastSelectedRatingFilter: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"rating:asc">, z.ZodLiteral<"rating:desc">, z.ZodLiteral<"createdAt:asc">, z.ZodLiteral<"createdAt:desc">, z.ZodLiteral<"userLikes:asc">, z.ZodLiteral<"userLikes:desc">]>>;
|
|
695
695
|
lastSelectedGamesFeedType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"newest">, z.ZodLiteral<"forYou">]>>;
|
|
696
|
-
lastSelectedCombinedFeedType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"newest">, z.ZodLiteral<"
|
|
696
|
+
lastSelectedCombinedFeedType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"newest">, z.ZodLiteral<"following">]>>;
|
|
697
697
|
creatorLeague: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"nba">, z.ZodLiteral<"ncaa">, z.ZodLiteral<"nfl">, z.ZodLiteral<"nhl">, z.ZodLiteral<"mlb">, z.ZodLiteral<"cbb">, z.ZodLiteral<"cfb">, z.ZodLiteral<"epl">, z.ZodLiteral<"mls">, z.ZodLiteral<"wnba">, z.ZodLiteral<"cwc">, z.ZodLiteral<"global">]>>;
|
|
698
698
|
role: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Admin">, z.ZodLiteral<"Creator">]>>;
|
|
699
699
|
preferTraditionalTeamLayout: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -902,6 +902,7 @@ export declare const chatMessageSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
902
902
|
viewedToS: z.ZodOptional<z.ZodBoolean>;
|
|
903
903
|
banned: z.ZodOptional<z.ZodBoolean>;
|
|
904
904
|
lowercaseUsername: z.ZodOptional<z.ZodString>;
|
|
905
|
+
headerColor: z.ZodOptional<z.ZodString>;
|
|
905
906
|
}, "id" | "email" | "username" | "avatarUrl" | "badge">, "strip", z.ZodTypeAny, {
|
|
906
907
|
id: string;
|
|
907
908
|
email: string;
|
|
@@ -1609,7 +1610,7 @@ export declare const chatMessageSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
1609
1610
|
lastSelectedFilter: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Today">, z.ZodLiteral<"This Week">, z.ZodLiteral<"This Season">, z.ZodLiteral<"This Month">, z.ZodLiteral<"This Year">, z.ZodLiteral<"All">, z.ZodLiteral<"All Time">, z.ZodLiteral<"12h">, z.ZodLiteral<"daily">, z.ZodLiteral<"weekly">]>>;
|
|
1610
1611
|
lastSelectedRatingFilter: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"rating:asc">, z.ZodLiteral<"rating:desc">, z.ZodLiteral<"createdAt:asc">, z.ZodLiteral<"createdAt:desc">, z.ZodLiteral<"userLikes:asc">, z.ZodLiteral<"userLikes:desc">]>>;
|
|
1611
1612
|
lastSelectedGamesFeedType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"newest">, z.ZodLiteral<"forYou">]>>;
|
|
1612
|
-
lastSelectedCombinedFeedType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"newest">, z.ZodLiteral<"
|
|
1613
|
+
lastSelectedCombinedFeedType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"newest">, z.ZodLiteral<"following">]>>;
|
|
1613
1614
|
creatorLeague: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"nba">, z.ZodLiteral<"ncaa">, z.ZodLiteral<"nfl">, z.ZodLiteral<"nhl">, z.ZodLiteral<"mlb">, z.ZodLiteral<"cbb">, z.ZodLiteral<"cfb">, z.ZodLiteral<"epl">, z.ZodLiteral<"mls">, z.ZodLiteral<"wnba">, z.ZodLiteral<"cwc">, z.ZodLiteral<"global">]>>;
|
|
1614
1615
|
role: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Admin">, z.ZodLiteral<"Creator">]>>;
|
|
1615
1616
|
preferTraditionalTeamLayout: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -1818,6 +1819,7 @@ export declare const chatMessageSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
1818
1819
|
viewedToS: z.ZodOptional<z.ZodBoolean>;
|
|
1819
1820
|
banned: z.ZodOptional<z.ZodBoolean>;
|
|
1820
1821
|
lowercaseUsername: z.ZodOptional<z.ZodString>;
|
|
1822
|
+
headerColor: z.ZodOptional<z.ZodString>;
|
|
1821
1823
|
}, "id" | "email" | "username" | "avatarUrl" | "badge">, "strip", z.ZodTypeAny, {
|
|
1822
1824
|
id: string;
|
|
1823
1825
|
email: string;
|
|
@@ -2581,7 +2583,7 @@ export declare const communityChatMessageSchema: z.ZodObject<z.objectUtil.extend
|
|
|
2581
2583
|
lastSelectedFilter: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Today">, z.ZodLiteral<"This Week">, z.ZodLiteral<"This Season">, z.ZodLiteral<"This Month">, z.ZodLiteral<"This Year">, z.ZodLiteral<"All">, z.ZodLiteral<"All Time">, z.ZodLiteral<"12h">, z.ZodLiteral<"daily">, z.ZodLiteral<"weekly">]>>;
|
|
2582
2584
|
lastSelectedRatingFilter: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"rating:asc">, z.ZodLiteral<"rating:desc">, z.ZodLiteral<"createdAt:asc">, z.ZodLiteral<"createdAt:desc">, z.ZodLiteral<"userLikes:asc">, z.ZodLiteral<"userLikes:desc">]>>;
|
|
2583
2585
|
lastSelectedGamesFeedType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"newest">, z.ZodLiteral<"forYou">]>>;
|
|
2584
|
-
lastSelectedCombinedFeedType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"newest">, z.ZodLiteral<"
|
|
2586
|
+
lastSelectedCombinedFeedType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"newest">, z.ZodLiteral<"following">]>>;
|
|
2585
2587
|
creatorLeague: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"nba">, z.ZodLiteral<"ncaa">, z.ZodLiteral<"nfl">, z.ZodLiteral<"nhl">, z.ZodLiteral<"mlb">, z.ZodLiteral<"cbb">, z.ZodLiteral<"cfb">, z.ZodLiteral<"epl">, z.ZodLiteral<"mls">, z.ZodLiteral<"wnba">, z.ZodLiteral<"cwc">, z.ZodLiteral<"global">]>>;
|
|
2586
2588
|
role: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Admin">, z.ZodLiteral<"Creator">]>>;
|
|
2587
2589
|
preferTraditionalTeamLayout: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -2790,6 +2792,7 @@ export declare const communityChatMessageSchema: z.ZodObject<z.objectUtil.extend
|
|
|
2790
2792
|
viewedToS: z.ZodOptional<z.ZodBoolean>;
|
|
2791
2793
|
banned: z.ZodOptional<z.ZodBoolean>;
|
|
2792
2794
|
lowercaseUsername: z.ZodOptional<z.ZodString>;
|
|
2795
|
+
headerColor: z.ZodOptional<z.ZodString>;
|
|
2793
2796
|
}, "id" | "email" | "username" | "avatarUrl" | "badge">, "strip", z.ZodTypeAny, {
|
|
2794
2797
|
id: string;
|
|
2795
2798
|
email: string;
|
|
@@ -3496,7 +3499,7 @@ export declare const communityChatMessageSchema: z.ZodObject<z.objectUtil.extend
|
|
|
3496
3499
|
lastSelectedFilter: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Today">, z.ZodLiteral<"This Week">, z.ZodLiteral<"This Season">, z.ZodLiteral<"This Month">, z.ZodLiteral<"This Year">, z.ZodLiteral<"All">, z.ZodLiteral<"All Time">, z.ZodLiteral<"12h">, z.ZodLiteral<"daily">, z.ZodLiteral<"weekly">]>>;
|
|
3497
3500
|
lastSelectedRatingFilter: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"rating:asc">, z.ZodLiteral<"rating:desc">, z.ZodLiteral<"createdAt:asc">, z.ZodLiteral<"createdAt:desc">, z.ZodLiteral<"userLikes:asc">, z.ZodLiteral<"userLikes:desc">]>>;
|
|
3498
3501
|
lastSelectedGamesFeedType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"newest">, z.ZodLiteral<"forYou">]>>;
|
|
3499
|
-
lastSelectedCombinedFeedType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"newest">, z.ZodLiteral<"
|
|
3502
|
+
lastSelectedCombinedFeedType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"newest">, z.ZodLiteral<"following">]>>;
|
|
3500
3503
|
creatorLeague: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"nba">, z.ZodLiteral<"ncaa">, z.ZodLiteral<"nfl">, z.ZodLiteral<"nhl">, z.ZodLiteral<"mlb">, z.ZodLiteral<"cbb">, z.ZodLiteral<"cfb">, z.ZodLiteral<"epl">, z.ZodLiteral<"mls">, z.ZodLiteral<"wnba">, z.ZodLiteral<"cwc">, z.ZodLiteral<"global">]>>;
|
|
3501
3504
|
role: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Admin">, z.ZodLiteral<"Creator">]>>;
|
|
3502
3505
|
preferTraditionalTeamLayout: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -3705,6 +3708,7 @@ export declare const communityChatMessageSchema: z.ZodObject<z.objectUtil.extend
|
|
|
3705
3708
|
viewedToS: z.ZodOptional<z.ZodBoolean>;
|
|
3706
3709
|
banned: z.ZodOptional<z.ZodBoolean>;
|
|
3707
3710
|
lowercaseUsername: z.ZodOptional<z.ZodString>;
|
|
3711
|
+
headerColor: z.ZodOptional<z.ZodString>;
|
|
3708
3712
|
}, "id" | "email" | "username" | "avatarUrl" | "badge">, "strip", z.ZodTypeAny, {
|
|
3709
3713
|
id: string;
|
|
3710
3714
|
email: string;
|
|
@@ -4463,7 +4467,7 @@ export declare const messageReactionSchema: z.ZodObject<{
|
|
|
4463
4467
|
lastSelectedFilter: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Today">, z.ZodLiteral<"This Week">, z.ZodLiteral<"This Season">, z.ZodLiteral<"This Month">, z.ZodLiteral<"This Year">, z.ZodLiteral<"All">, z.ZodLiteral<"All Time">, z.ZodLiteral<"12h">, z.ZodLiteral<"daily">, z.ZodLiteral<"weekly">]>>;
|
|
4464
4468
|
lastSelectedRatingFilter: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"rating:asc">, z.ZodLiteral<"rating:desc">, z.ZodLiteral<"createdAt:asc">, z.ZodLiteral<"createdAt:desc">, z.ZodLiteral<"userLikes:asc">, z.ZodLiteral<"userLikes:desc">]>>;
|
|
4465
4469
|
lastSelectedGamesFeedType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"newest">, z.ZodLiteral<"forYou">]>>;
|
|
4466
|
-
lastSelectedCombinedFeedType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"newest">, z.ZodLiteral<"
|
|
4470
|
+
lastSelectedCombinedFeedType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"newest">, z.ZodLiteral<"following">]>>;
|
|
4467
4471
|
creatorLeague: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"nba">, z.ZodLiteral<"ncaa">, z.ZodLiteral<"nfl">, z.ZodLiteral<"nhl">, z.ZodLiteral<"mlb">, z.ZodLiteral<"cbb">, z.ZodLiteral<"cfb">, z.ZodLiteral<"epl">, z.ZodLiteral<"mls">, z.ZodLiteral<"wnba">, z.ZodLiteral<"cwc">, z.ZodLiteral<"global">]>>;
|
|
4468
4472
|
role: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Admin">, z.ZodLiteral<"Creator">]>>;
|
|
4469
4473
|
preferTraditionalTeamLayout: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -4672,6 +4676,7 @@ export declare const messageReactionSchema: z.ZodObject<{
|
|
|
4672
4676
|
viewedToS: z.ZodOptional<z.ZodBoolean>;
|
|
4673
4677
|
banned: z.ZodOptional<z.ZodBoolean>;
|
|
4674
4678
|
lowercaseUsername: z.ZodOptional<z.ZodString>;
|
|
4679
|
+
headerColor: z.ZodOptional<z.ZodString>;
|
|
4675
4680
|
}, "id" | "email" | "username" | "avatarUrl" | "badge">, "strip", z.ZodTypeAny, {
|
|
4676
4681
|
id: string;
|
|
4677
4682
|
email: string;
|
package/dist/schemas/game.d.ts
CHANGED
|
@@ -3960,7 +3960,7 @@ export declare const commonGameSchema: z.ZodObject<{
|
|
|
3960
3960
|
lastSelectedFilter: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Today">, z.ZodLiteral<"This Week">, z.ZodLiteral<"This Season">, z.ZodLiteral<"This Month">, z.ZodLiteral<"This Year">, z.ZodLiteral<"All">, z.ZodLiteral<"All Time">, z.ZodLiteral<"12h">, z.ZodLiteral<"daily">, z.ZodLiteral<"weekly">]>>;
|
|
3961
3961
|
lastSelectedRatingFilter: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"rating:asc">, z.ZodLiteral<"rating:desc">, z.ZodLiteral<"createdAt:asc">, z.ZodLiteral<"createdAt:desc">, z.ZodLiteral<"userLikes:asc">, z.ZodLiteral<"userLikes:desc">]>>;
|
|
3962
3962
|
lastSelectedGamesFeedType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"newest">, z.ZodLiteral<"forYou">]>>;
|
|
3963
|
-
lastSelectedCombinedFeedType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"newest">, z.ZodLiteral<"
|
|
3963
|
+
lastSelectedCombinedFeedType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"newest">, z.ZodLiteral<"following">]>>;
|
|
3964
3964
|
creatorLeague: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"nba">, z.ZodLiteral<"ncaa">, z.ZodLiteral<"nfl">, z.ZodLiteral<"nhl">, z.ZodLiteral<"mlb">, z.ZodLiteral<"cbb">, z.ZodLiteral<"cfb">, z.ZodLiteral<"epl">, z.ZodLiteral<"mls">, z.ZodLiteral<"wnba">, z.ZodLiteral<"cwc">, z.ZodLiteral<"global">]>>;
|
|
3965
3965
|
role: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Admin">, z.ZodLiteral<"Creator">]>>;
|
|
3966
3966
|
preferTraditionalTeamLayout: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -4169,6 +4169,7 @@ export declare const commonGameSchema: z.ZodObject<{
|
|
|
4169
4169
|
viewedToS: z.ZodOptional<z.ZodBoolean>;
|
|
4170
4170
|
banned: z.ZodOptional<z.ZodBoolean>;
|
|
4171
4171
|
lowercaseUsername: z.ZodOptional<z.ZodString>;
|
|
4172
|
+
headerColor: z.ZodOptional<z.ZodString>;
|
|
4172
4173
|
}, "id" | "email" | "username" | "avatarUrl" | "badge">, "strip", z.ZodTypeAny, {
|
|
4173
4174
|
id: string;
|
|
4174
4175
|
email: string;
|
|
@@ -6325,7 +6326,7 @@ export declare const basketballGameSchema: z.ZodObject<z.objectUtil.extendShape<
|
|
|
6325
6326
|
lastSelectedFilter: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Today">, z.ZodLiteral<"This Week">, z.ZodLiteral<"This Season">, z.ZodLiteral<"This Month">, z.ZodLiteral<"This Year">, z.ZodLiteral<"All">, z.ZodLiteral<"All Time">, z.ZodLiteral<"12h">, z.ZodLiteral<"daily">, z.ZodLiteral<"weekly">]>>;
|
|
6326
6327
|
lastSelectedRatingFilter: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"rating:asc">, z.ZodLiteral<"rating:desc">, z.ZodLiteral<"createdAt:asc">, z.ZodLiteral<"createdAt:desc">, z.ZodLiteral<"userLikes:asc">, z.ZodLiteral<"userLikes:desc">]>>;
|
|
6327
6328
|
lastSelectedGamesFeedType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"newest">, z.ZodLiteral<"forYou">]>>;
|
|
6328
|
-
lastSelectedCombinedFeedType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"newest">, z.ZodLiteral<"
|
|
6329
|
+
lastSelectedCombinedFeedType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"newest">, z.ZodLiteral<"following">]>>;
|
|
6329
6330
|
creatorLeague: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"nba">, z.ZodLiteral<"ncaa">, z.ZodLiteral<"nfl">, z.ZodLiteral<"nhl">, z.ZodLiteral<"mlb">, z.ZodLiteral<"cbb">, z.ZodLiteral<"cfb">, z.ZodLiteral<"epl">, z.ZodLiteral<"mls">, z.ZodLiteral<"wnba">, z.ZodLiteral<"cwc">, z.ZodLiteral<"global">]>>;
|
|
6330
6331
|
role: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Admin">, z.ZodLiteral<"Creator">]>>;
|
|
6331
6332
|
preferTraditionalTeamLayout: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -6534,6 +6535,7 @@ export declare const basketballGameSchema: z.ZodObject<z.objectUtil.extendShape<
|
|
|
6534
6535
|
viewedToS: z.ZodOptional<z.ZodBoolean>;
|
|
6535
6536
|
banned: z.ZodOptional<z.ZodBoolean>;
|
|
6536
6537
|
lowercaseUsername: z.ZodOptional<z.ZodString>;
|
|
6538
|
+
headerColor: z.ZodOptional<z.ZodString>;
|
|
6537
6539
|
}, "id" | "email" | "username" | "avatarUrl" | "badge">, "strip", z.ZodTypeAny, {
|
|
6538
6540
|
id: string;
|
|
6539
6541
|
email: string;
|
|
@@ -8751,7 +8753,7 @@ export declare const mlbGameSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
8751
8753
|
lastSelectedFilter: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Today">, z.ZodLiteral<"This Week">, z.ZodLiteral<"This Season">, z.ZodLiteral<"This Month">, z.ZodLiteral<"This Year">, z.ZodLiteral<"All">, z.ZodLiteral<"All Time">, z.ZodLiteral<"12h">, z.ZodLiteral<"daily">, z.ZodLiteral<"weekly">]>>;
|
|
8752
8754
|
lastSelectedRatingFilter: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"rating:asc">, z.ZodLiteral<"rating:desc">, z.ZodLiteral<"createdAt:asc">, z.ZodLiteral<"createdAt:desc">, z.ZodLiteral<"userLikes:asc">, z.ZodLiteral<"userLikes:desc">]>>;
|
|
8753
8755
|
lastSelectedGamesFeedType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"newest">, z.ZodLiteral<"forYou">]>>;
|
|
8754
|
-
lastSelectedCombinedFeedType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"newest">, z.ZodLiteral<"
|
|
8756
|
+
lastSelectedCombinedFeedType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"newest">, z.ZodLiteral<"following">]>>;
|
|
8755
8757
|
creatorLeague: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"nba">, z.ZodLiteral<"ncaa">, z.ZodLiteral<"nfl">, z.ZodLiteral<"nhl">, z.ZodLiteral<"mlb">, z.ZodLiteral<"cbb">, z.ZodLiteral<"cfb">, z.ZodLiteral<"epl">, z.ZodLiteral<"mls">, z.ZodLiteral<"wnba">, z.ZodLiteral<"cwc">, z.ZodLiteral<"global">]>>;
|
|
8756
8758
|
role: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Admin">, z.ZodLiteral<"Creator">]>>;
|
|
8757
8759
|
preferTraditionalTeamLayout: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -8960,6 +8962,7 @@ export declare const mlbGameSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
8960
8962
|
viewedToS: z.ZodOptional<z.ZodBoolean>;
|
|
8961
8963
|
banned: z.ZodOptional<z.ZodBoolean>;
|
|
8962
8964
|
lowercaseUsername: z.ZodOptional<z.ZodString>;
|
|
8965
|
+
headerColor: z.ZodOptional<z.ZodString>;
|
|
8963
8966
|
}, "id" | "email" | "username" | "avatarUrl" | "badge">, "strip", z.ZodTypeAny, {
|
|
8964
8967
|
id: string;
|
|
8965
8968
|
email: string;
|
|
@@ -11185,7 +11188,7 @@ export declare const footballGameSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
11185
11188
|
lastSelectedFilter: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Today">, z.ZodLiteral<"This Week">, z.ZodLiteral<"This Season">, z.ZodLiteral<"This Month">, z.ZodLiteral<"This Year">, z.ZodLiteral<"All">, z.ZodLiteral<"All Time">, z.ZodLiteral<"12h">, z.ZodLiteral<"daily">, z.ZodLiteral<"weekly">]>>;
|
|
11186
11189
|
lastSelectedRatingFilter: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"rating:asc">, z.ZodLiteral<"rating:desc">, z.ZodLiteral<"createdAt:asc">, z.ZodLiteral<"createdAt:desc">, z.ZodLiteral<"userLikes:asc">, z.ZodLiteral<"userLikes:desc">]>>;
|
|
11187
11190
|
lastSelectedGamesFeedType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"newest">, z.ZodLiteral<"forYou">]>>;
|
|
11188
|
-
lastSelectedCombinedFeedType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"newest">, z.ZodLiteral<"
|
|
11191
|
+
lastSelectedCombinedFeedType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"newest">, z.ZodLiteral<"following">]>>;
|
|
11189
11192
|
creatorLeague: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"nba">, z.ZodLiteral<"ncaa">, z.ZodLiteral<"nfl">, z.ZodLiteral<"nhl">, z.ZodLiteral<"mlb">, z.ZodLiteral<"cbb">, z.ZodLiteral<"cfb">, z.ZodLiteral<"epl">, z.ZodLiteral<"mls">, z.ZodLiteral<"wnba">, z.ZodLiteral<"cwc">, z.ZodLiteral<"global">]>>;
|
|
11190
11193
|
role: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Admin">, z.ZodLiteral<"Creator">]>>;
|
|
11191
11194
|
preferTraditionalTeamLayout: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -11394,6 +11397,7 @@ export declare const footballGameSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
11394
11397
|
viewedToS: z.ZodOptional<z.ZodBoolean>;
|
|
11395
11398
|
banned: z.ZodOptional<z.ZodBoolean>;
|
|
11396
11399
|
lowercaseUsername: z.ZodOptional<z.ZodString>;
|
|
11400
|
+
headerColor: z.ZodOptional<z.ZodString>;
|
|
11397
11401
|
}, "id" | "email" | "username" | "avatarUrl" | "badge">, "strip", z.ZodTypeAny, {
|
|
11398
11402
|
id: string;
|
|
11399
11403
|
email: string;
|
|
@@ -13704,7 +13708,7 @@ export declare const nflGameSchema: z.ZodObject<z.objectUtil.extendShape<z.objec
|
|
|
13704
13708
|
lastSelectedFilter: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Today">, z.ZodLiteral<"This Week">, z.ZodLiteral<"This Season">, z.ZodLiteral<"This Month">, z.ZodLiteral<"This Year">, z.ZodLiteral<"All">, z.ZodLiteral<"All Time">, z.ZodLiteral<"12h">, z.ZodLiteral<"daily">, z.ZodLiteral<"weekly">]>>;
|
|
13705
13709
|
lastSelectedRatingFilter: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"rating:asc">, z.ZodLiteral<"rating:desc">, z.ZodLiteral<"createdAt:asc">, z.ZodLiteral<"createdAt:desc">, z.ZodLiteral<"userLikes:asc">, z.ZodLiteral<"userLikes:desc">]>>;
|
|
13706
13710
|
lastSelectedGamesFeedType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"newest">, z.ZodLiteral<"forYou">]>>;
|
|
13707
|
-
lastSelectedCombinedFeedType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"newest">, z.ZodLiteral<"
|
|
13711
|
+
lastSelectedCombinedFeedType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"newest">, z.ZodLiteral<"following">]>>;
|
|
13708
13712
|
creatorLeague: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"nba">, z.ZodLiteral<"ncaa">, z.ZodLiteral<"nfl">, z.ZodLiteral<"nhl">, z.ZodLiteral<"mlb">, z.ZodLiteral<"cbb">, z.ZodLiteral<"cfb">, z.ZodLiteral<"epl">, z.ZodLiteral<"mls">, z.ZodLiteral<"wnba">, z.ZodLiteral<"cwc">, z.ZodLiteral<"global">]>>;
|
|
13709
13713
|
role: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Admin">, z.ZodLiteral<"Creator">]>>;
|
|
13710
13714
|
preferTraditionalTeamLayout: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -13913,6 +13917,7 @@ export declare const nflGameSchema: z.ZodObject<z.objectUtil.extendShape<z.objec
|
|
|
13913
13917
|
viewedToS: z.ZodOptional<z.ZodBoolean>;
|
|
13914
13918
|
banned: z.ZodOptional<z.ZodBoolean>;
|
|
13915
13919
|
lowercaseUsername: z.ZodOptional<z.ZodString>;
|
|
13920
|
+
headerColor: z.ZodOptional<z.ZodString>;
|
|
13916
13921
|
}, "id" | "email" | "username" | "avatarUrl" | "badge">, "strip", z.ZodTypeAny, {
|
|
13917
13922
|
id: string;
|
|
13918
13923
|
email: string;
|
|
@@ -16194,7 +16199,7 @@ export declare const cfbGameSchema: z.ZodObject<z.objectUtil.extendShape<z.objec
|
|
|
16194
16199
|
lastSelectedFilter: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Today">, z.ZodLiteral<"This Week">, z.ZodLiteral<"This Season">, z.ZodLiteral<"This Month">, z.ZodLiteral<"This Year">, z.ZodLiteral<"All">, z.ZodLiteral<"All Time">, z.ZodLiteral<"12h">, z.ZodLiteral<"daily">, z.ZodLiteral<"weekly">]>>;
|
|
16195
16200
|
lastSelectedRatingFilter: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"rating:asc">, z.ZodLiteral<"rating:desc">, z.ZodLiteral<"createdAt:asc">, z.ZodLiteral<"createdAt:desc">, z.ZodLiteral<"userLikes:asc">, z.ZodLiteral<"userLikes:desc">]>>;
|
|
16196
16201
|
lastSelectedGamesFeedType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"newest">, z.ZodLiteral<"forYou">]>>;
|
|
16197
|
-
lastSelectedCombinedFeedType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"newest">, z.ZodLiteral<"
|
|
16202
|
+
lastSelectedCombinedFeedType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"newest">, z.ZodLiteral<"following">]>>;
|
|
16198
16203
|
creatorLeague: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"nba">, z.ZodLiteral<"ncaa">, z.ZodLiteral<"nfl">, z.ZodLiteral<"nhl">, z.ZodLiteral<"mlb">, z.ZodLiteral<"cbb">, z.ZodLiteral<"cfb">, z.ZodLiteral<"epl">, z.ZodLiteral<"mls">, z.ZodLiteral<"wnba">, z.ZodLiteral<"cwc">, z.ZodLiteral<"global">]>>;
|
|
16199
16204
|
role: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Admin">, z.ZodLiteral<"Creator">]>>;
|
|
16200
16205
|
preferTraditionalTeamLayout: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -16403,6 +16408,7 @@ export declare const cfbGameSchema: z.ZodObject<z.objectUtil.extendShape<z.objec
|
|
|
16403
16408
|
viewedToS: z.ZodOptional<z.ZodBoolean>;
|
|
16404
16409
|
banned: z.ZodOptional<z.ZodBoolean>;
|
|
16405
16410
|
lowercaseUsername: z.ZodOptional<z.ZodString>;
|
|
16411
|
+
headerColor: z.ZodOptional<z.ZodString>;
|
|
16406
16412
|
}, "id" | "email" | "username" | "avatarUrl" | "badge">, "strip", z.ZodTypeAny, {
|
|
16407
16413
|
id: string;
|
|
16408
16414
|
email: string;
|
|
@@ -18666,7 +18672,7 @@ export declare const nhlGameSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
18666
18672
|
lastSelectedFilter: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Today">, z.ZodLiteral<"This Week">, z.ZodLiteral<"This Season">, z.ZodLiteral<"This Month">, z.ZodLiteral<"This Year">, z.ZodLiteral<"All">, z.ZodLiteral<"All Time">, z.ZodLiteral<"12h">, z.ZodLiteral<"daily">, z.ZodLiteral<"weekly">]>>;
|
|
18667
18673
|
lastSelectedRatingFilter: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"rating:asc">, z.ZodLiteral<"rating:desc">, z.ZodLiteral<"createdAt:asc">, z.ZodLiteral<"createdAt:desc">, z.ZodLiteral<"userLikes:asc">, z.ZodLiteral<"userLikes:desc">]>>;
|
|
18668
18674
|
lastSelectedGamesFeedType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"newest">, z.ZodLiteral<"forYou">]>>;
|
|
18669
|
-
lastSelectedCombinedFeedType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"newest">, z.ZodLiteral<"
|
|
18675
|
+
lastSelectedCombinedFeedType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"newest">, z.ZodLiteral<"following">]>>;
|
|
18670
18676
|
creatorLeague: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"nba">, z.ZodLiteral<"ncaa">, z.ZodLiteral<"nfl">, z.ZodLiteral<"nhl">, z.ZodLiteral<"mlb">, z.ZodLiteral<"cbb">, z.ZodLiteral<"cfb">, z.ZodLiteral<"epl">, z.ZodLiteral<"mls">, z.ZodLiteral<"wnba">, z.ZodLiteral<"cwc">, z.ZodLiteral<"global">]>>;
|
|
18671
18677
|
role: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Admin">, z.ZodLiteral<"Creator">]>>;
|
|
18672
18678
|
preferTraditionalTeamLayout: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -18875,6 +18881,7 @@ export declare const nhlGameSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
18875
18881
|
viewedToS: z.ZodOptional<z.ZodBoolean>;
|
|
18876
18882
|
banned: z.ZodOptional<z.ZodBoolean>;
|
|
18877
18883
|
lowercaseUsername: z.ZodOptional<z.ZodString>;
|
|
18884
|
+
headerColor: z.ZodOptional<z.ZodString>;
|
|
18878
18885
|
}, "id" | "email" | "username" | "avatarUrl" | "badge">, "strip", z.ZodTypeAny, {
|
|
18879
18886
|
id: string;
|
|
18880
18887
|
email: string;
|
|
@@ -21051,7 +21058,7 @@ export declare const unionGameSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.exten
|
|
|
21051
21058
|
lastSelectedFilter: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Today">, z.ZodLiteral<"This Week">, z.ZodLiteral<"This Season">, z.ZodLiteral<"This Month">, z.ZodLiteral<"This Year">, z.ZodLiteral<"All">, z.ZodLiteral<"All Time">, z.ZodLiteral<"12h">, z.ZodLiteral<"daily">, z.ZodLiteral<"weekly">]>>;
|
|
21052
21059
|
lastSelectedRatingFilter: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"rating:asc">, z.ZodLiteral<"rating:desc">, z.ZodLiteral<"createdAt:asc">, z.ZodLiteral<"createdAt:desc">, z.ZodLiteral<"userLikes:asc">, z.ZodLiteral<"userLikes:desc">]>>;
|
|
21053
21060
|
lastSelectedGamesFeedType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"newest">, z.ZodLiteral<"forYou">]>>;
|
|
21054
|
-
lastSelectedCombinedFeedType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"newest">, z.ZodLiteral<"
|
|
21061
|
+
lastSelectedCombinedFeedType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"newest">, z.ZodLiteral<"following">]>>;
|
|
21055
21062
|
creatorLeague: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"nba">, z.ZodLiteral<"ncaa">, z.ZodLiteral<"nfl">, z.ZodLiteral<"nhl">, z.ZodLiteral<"mlb">, z.ZodLiteral<"cbb">, z.ZodLiteral<"cfb">, z.ZodLiteral<"epl">, z.ZodLiteral<"mls">, z.ZodLiteral<"wnba">, z.ZodLiteral<"cwc">, z.ZodLiteral<"global">]>>;
|
|
21056
21063
|
role: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Admin">, z.ZodLiteral<"Creator">]>>;
|
|
21057
21064
|
preferTraditionalTeamLayout: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -21260,6 +21267,7 @@ export declare const unionGameSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.exten
|
|
|
21260
21267
|
viewedToS: z.ZodOptional<z.ZodBoolean>;
|
|
21261
21268
|
banned: z.ZodOptional<z.ZodBoolean>;
|
|
21262
21269
|
lowercaseUsername: z.ZodOptional<z.ZodString>;
|
|
21270
|
+
headerColor: z.ZodOptional<z.ZodString>;
|
|
21263
21271
|
}, "id" | "email" | "username" | "avatarUrl" | "badge">, "strip", z.ZodTypeAny, {
|
|
21264
21272
|
id: string;
|
|
21265
21273
|
email: string;
|
|
@@ -23463,7 +23471,7 @@ export declare const unionGameSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.exten
|
|
|
23463
23471
|
lastSelectedFilter: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Today">, z.ZodLiteral<"This Week">, z.ZodLiteral<"This Season">, z.ZodLiteral<"This Month">, z.ZodLiteral<"This Year">, z.ZodLiteral<"All">, z.ZodLiteral<"All Time">, z.ZodLiteral<"12h">, z.ZodLiteral<"daily">, z.ZodLiteral<"weekly">]>>;
|
|
23464
23472
|
lastSelectedRatingFilter: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"rating:asc">, z.ZodLiteral<"rating:desc">, z.ZodLiteral<"createdAt:asc">, z.ZodLiteral<"createdAt:desc">, z.ZodLiteral<"userLikes:asc">, z.ZodLiteral<"userLikes:desc">]>>;
|
|
23465
23473
|
lastSelectedGamesFeedType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"newest">, z.ZodLiteral<"forYou">]>>;
|
|
23466
|
-
lastSelectedCombinedFeedType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"newest">, z.ZodLiteral<"
|
|
23474
|
+
lastSelectedCombinedFeedType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"newest">, z.ZodLiteral<"following">]>>;
|
|
23467
23475
|
creatorLeague: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"nba">, z.ZodLiteral<"ncaa">, z.ZodLiteral<"nfl">, z.ZodLiteral<"nhl">, z.ZodLiteral<"mlb">, z.ZodLiteral<"cbb">, z.ZodLiteral<"cfb">, z.ZodLiteral<"epl">, z.ZodLiteral<"mls">, z.ZodLiteral<"wnba">, z.ZodLiteral<"cwc">, z.ZodLiteral<"global">]>>;
|
|
23468
23476
|
role: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Admin">, z.ZodLiteral<"Creator">]>>;
|
|
23469
23477
|
preferTraditionalTeamLayout: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -23672,6 +23680,7 @@ export declare const unionGameSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.exten
|
|
|
23672
23680
|
viewedToS: z.ZodOptional<z.ZodBoolean>;
|
|
23673
23681
|
banned: z.ZodOptional<z.ZodBoolean>;
|
|
23674
23682
|
lowercaseUsername: z.ZodOptional<z.ZodString>;
|
|
23683
|
+
headerColor: z.ZodOptional<z.ZodString>;
|
|
23675
23684
|
}, "id" | "email" | "username" | "avatarUrl" | "badge">, "strip", z.ZodTypeAny, {
|
|
23676
23685
|
id: string;
|
|
23677
23686
|
email: string;
|
|
@@ -25896,7 +25905,7 @@ export declare const unionGameSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.exten
|
|
|
25896
25905
|
lastSelectedFilter: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Today">, z.ZodLiteral<"This Week">, z.ZodLiteral<"This Season">, z.ZodLiteral<"This Month">, z.ZodLiteral<"This Year">, z.ZodLiteral<"All">, z.ZodLiteral<"All Time">, z.ZodLiteral<"12h">, z.ZodLiteral<"daily">, z.ZodLiteral<"weekly">]>>;
|
|
25897
25906
|
lastSelectedRatingFilter: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"rating:asc">, z.ZodLiteral<"rating:desc">, z.ZodLiteral<"createdAt:asc">, z.ZodLiteral<"createdAt:desc">, z.ZodLiteral<"userLikes:asc">, z.ZodLiteral<"userLikes:desc">]>>;
|
|
25898
25907
|
lastSelectedGamesFeedType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"newest">, z.ZodLiteral<"forYou">]>>;
|
|
25899
|
-
lastSelectedCombinedFeedType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"newest">, z.ZodLiteral<"
|
|
25908
|
+
lastSelectedCombinedFeedType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"newest">, z.ZodLiteral<"following">]>>;
|
|
25900
25909
|
creatorLeague: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"nba">, z.ZodLiteral<"ncaa">, z.ZodLiteral<"nfl">, z.ZodLiteral<"nhl">, z.ZodLiteral<"mlb">, z.ZodLiteral<"cbb">, z.ZodLiteral<"cfb">, z.ZodLiteral<"epl">, z.ZodLiteral<"mls">, z.ZodLiteral<"wnba">, z.ZodLiteral<"cwc">, z.ZodLiteral<"global">]>>;
|
|
25901
25910
|
role: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Admin">, z.ZodLiteral<"Creator">]>>;
|
|
25902
25911
|
preferTraditionalTeamLayout: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -26105,6 +26114,7 @@ export declare const unionGameSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.exten
|
|
|
26105
26114
|
viewedToS: z.ZodOptional<z.ZodBoolean>;
|
|
26106
26115
|
banned: z.ZodOptional<z.ZodBoolean>;
|
|
26107
26116
|
lowercaseUsername: z.ZodOptional<z.ZodString>;
|
|
26117
|
+
headerColor: z.ZodOptional<z.ZodString>;
|
|
26108
26118
|
}, "id" | "email" | "username" | "avatarUrl" | "badge">, "strip", z.ZodTypeAny, {
|
|
26109
26119
|
id: string;
|
|
26110
26120
|
email: string;
|
|
@@ -28414,7 +28424,7 @@ export declare const unionGameSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.exten
|
|
|
28414
28424
|
lastSelectedFilter: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Today">, z.ZodLiteral<"This Week">, z.ZodLiteral<"This Season">, z.ZodLiteral<"This Month">, z.ZodLiteral<"This Year">, z.ZodLiteral<"All">, z.ZodLiteral<"All Time">, z.ZodLiteral<"12h">, z.ZodLiteral<"daily">, z.ZodLiteral<"weekly">]>>;
|
|
28415
28425
|
lastSelectedRatingFilter: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"rating:asc">, z.ZodLiteral<"rating:desc">, z.ZodLiteral<"createdAt:asc">, z.ZodLiteral<"createdAt:desc">, z.ZodLiteral<"userLikes:asc">, z.ZodLiteral<"userLikes:desc">]>>;
|
|
28416
28426
|
lastSelectedGamesFeedType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"newest">, z.ZodLiteral<"forYou">]>>;
|
|
28417
|
-
lastSelectedCombinedFeedType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"newest">, z.ZodLiteral<"
|
|
28427
|
+
lastSelectedCombinedFeedType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"newest">, z.ZodLiteral<"following">]>>;
|
|
28418
28428
|
creatorLeague: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"nba">, z.ZodLiteral<"ncaa">, z.ZodLiteral<"nfl">, z.ZodLiteral<"nhl">, z.ZodLiteral<"mlb">, z.ZodLiteral<"cbb">, z.ZodLiteral<"cfb">, z.ZodLiteral<"epl">, z.ZodLiteral<"mls">, z.ZodLiteral<"wnba">, z.ZodLiteral<"cwc">, z.ZodLiteral<"global">]>>;
|
|
28419
28429
|
role: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Admin">, z.ZodLiteral<"Creator">]>>;
|
|
28420
28430
|
preferTraditionalTeamLayout: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -28623,6 +28633,7 @@ export declare const unionGameSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.exten
|
|
|
28623
28633
|
viewedToS: z.ZodOptional<z.ZodBoolean>;
|
|
28624
28634
|
banned: z.ZodOptional<z.ZodBoolean>;
|
|
28625
28635
|
lowercaseUsername: z.ZodOptional<z.ZodString>;
|
|
28636
|
+
headerColor: z.ZodOptional<z.ZodString>;
|
|
28626
28637
|
}, "id" | "email" | "username" | "avatarUrl" | "badge">, "strip", z.ZodTypeAny, {
|
|
28627
28638
|
id: string;
|
|
28628
28639
|
email: string;
|
|
@@ -30903,7 +30914,7 @@ export declare const unionGameSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.exten
|
|
|
30903
30914
|
lastSelectedFilter: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Today">, z.ZodLiteral<"This Week">, z.ZodLiteral<"This Season">, z.ZodLiteral<"This Month">, z.ZodLiteral<"This Year">, z.ZodLiteral<"All">, z.ZodLiteral<"All Time">, z.ZodLiteral<"12h">, z.ZodLiteral<"daily">, z.ZodLiteral<"weekly">]>>;
|
|
30904
30915
|
lastSelectedRatingFilter: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"rating:asc">, z.ZodLiteral<"rating:desc">, z.ZodLiteral<"createdAt:asc">, z.ZodLiteral<"createdAt:desc">, z.ZodLiteral<"userLikes:asc">, z.ZodLiteral<"userLikes:desc">]>>;
|
|
30905
30916
|
lastSelectedGamesFeedType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"newest">, z.ZodLiteral<"forYou">]>>;
|
|
30906
|
-
lastSelectedCombinedFeedType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"newest">, z.ZodLiteral<"
|
|
30917
|
+
lastSelectedCombinedFeedType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"newest">, z.ZodLiteral<"following">]>>;
|
|
30907
30918
|
creatorLeague: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"nba">, z.ZodLiteral<"ncaa">, z.ZodLiteral<"nfl">, z.ZodLiteral<"nhl">, z.ZodLiteral<"mlb">, z.ZodLiteral<"cbb">, z.ZodLiteral<"cfb">, z.ZodLiteral<"epl">, z.ZodLiteral<"mls">, z.ZodLiteral<"wnba">, z.ZodLiteral<"cwc">, z.ZodLiteral<"global">]>>;
|
|
30908
30919
|
role: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Admin">, z.ZodLiteral<"Creator">]>>;
|
|
30909
30920
|
preferTraditionalTeamLayout: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -31112,6 +31123,7 @@ export declare const unionGameSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.exten
|
|
|
31112
31123
|
viewedToS: z.ZodOptional<z.ZodBoolean>;
|
|
31113
31124
|
banned: z.ZodOptional<z.ZodBoolean>;
|
|
31114
31125
|
lowercaseUsername: z.ZodOptional<z.ZodString>;
|
|
31126
|
+
headerColor: z.ZodOptional<z.ZodString>;
|
|
31115
31127
|
}, "id" | "email" | "username" | "avatarUrl" | "badge">, "strip", z.ZodTypeAny, {
|
|
31116
31128
|
id: string;
|
|
31117
31129
|
email: string;
|
|
@@ -33374,7 +33386,7 @@ export declare const unionGameSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.exten
|
|
|
33374
33386
|
lastSelectedFilter: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Today">, z.ZodLiteral<"This Week">, z.ZodLiteral<"This Season">, z.ZodLiteral<"This Month">, z.ZodLiteral<"This Year">, z.ZodLiteral<"All">, z.ZodLiteral<"All Time">, z.ZodLiteral<"12h">, z.ZodLiteral<"daily">, z.ZodLiteral<"weekly">]>>;
|
|
33375
33387
|
lastSelectedRatingFilter: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"rating:asc">, z.ZodLiteral<"rating:desc">, z.ZodLiteral<"createdAt:asc">, z.ZodLiteral<"createdAt:desc">, z.ZodLiteral<"userLikes:asc">, z.ZodLiteral<"userLikes:desc">]>>;
|
|
33376
33388
|
lastSelectedGamesFeedType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"newest">, z.ZodLiteral<"forYou">]>>;
|
|
33377
|
-
lastSelectedCombinedFeedType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"newest">, z.ZodLiteral<"
|
|
33389
|
+
lastSelectedCombinedFeedType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"newest">, z.ZodLiteral<"following">]>>;
|
|
33378
33390
|
creatorLeague: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"nba">, z.ZodLiteral<"ncaa">, z.ZodLiteral<"nfl">, z.ZodLiteral<"nhl">, z.ZodLiteral<"mlb">, z.ZodLiteral<"cbb">, z.ZodLiteral<"cfb">, z.ZodLiteral<"epl">, z.ZodLiteral<"mls">, z.ZodLiteral<"wnba">, z.ZodLiteral<"cwc">, z.ZodLiteral<"global">]>>;
|
|
33379
33391
|
role: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Admin">, z.ZodLiteral<"Creator">]>>;
|
|
33380
33392
|
preferTraditionalTeamLayout: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -33583,6 +33595,7 @@ export declare const unionGameSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.exten
|
|
|
33583
33595
|
viewedToS: z.ZodOptional<z.ZodBoolean>;
|
|
33584
33596
|
banned: z.ZodOptional<z.ZodBoolean>;
|
|
33585
33597
|
lowercaseUsername: z.ZodOptional<z.ZodString>;
|
|
33598
|
+
headerColor: z.ZodOptional<z.ZodString>;
|
|
33586
33599
|
}, "id" | "email" | "username" | "avatarUrl" | "badge">, "strip", z.ZodTypeAny, {
|
|
33587
33600
|
id: string;
|
|
33588
33601
|
email: string;
|
|
@@ -35809,7 +35822,7 @@ export declare const creatorPickSchema: z.ZodObject<{
|
|
|
35809
35822
|
lastSelectedFilter: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Today">, z.ZodLiteral<"This Week">, z.ZodLiteral<"This Season">, z.ZodLiteral<"This Month">, z.ZodLiteral<"This Year">, z.ZodLiteral<"All">, z.ZodLiteral<"All Time">, z.ZodLiteral<"12h">, z.ZodLiteral<"daily">, z.ZodLiteral<"weekly">]>>;
|
|
35810
35823
|
lastSelectedRatingFilter: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"rating:asc">, z.ZodLiteral<"rating:desc">, z.ZodLiteral<"createdAt:asc">, z.ZodLiteral<"createdAt:desc">, z.ZodLiteral<"userLikes:asc">, z.ZodLiteral<"userLikes:desc">]>>;
|
|
35811
35824
|
lastSelectedGamesFeedType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"newest">, z.ZodLiteral<"forYou">]>>;
|
|
35812
|
-
lastSelectedCombinedFeedType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"newest">, z.ZodLiteral<"
|
|
35825
|
+
lastSelectedCombinedFeedType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"newest">, z.ZodLiteral<"following">]>>;
|
|
35813
35826
|
creatorLeague: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"nba">, z.ZodLiteral<"ncaa">, z.ZodLiteral<"nfl">, z.ZodLiteral<"nhl">, z.ZodLiteral<"mlb">, z.ZodLiteral<"cbb">, z.ZodLiteral<"cfb">, z.ZodLiteral<"epl">, z.ZodLiteral<"mls">, z.ZodLiteral<"wnba">, z.ZodLiteral<"cwc">, z.ZodLiteral<"global">]>>;
|
|
35814
35827
|
role: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Admin">, z.ZodLiteral<"Creator">]>>;
|
|
35815
35828
|
preferTraditionalTeamLayout: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -36018,6 +36031,7 @@ export declare const creatorPickSchema: z.ZodObject<{
|
|
|
36018
36031
|
viewedToS: z.ZodOptional<z.ZodBoolean>;
|
|
36019
36032
|
banned: z.ZodOptional<z.ZodBoolean>;
|
|
36020
36033
|
lowercaseUsername: z.ZodOptional<z.ZodString>;
|
|
36034
|
+
headerColor: z.ZodOptional<z.ZodString>;
|
|
36021
36035
|
}, "id" | "email" | "username" | "avatarUrl" | "badge">, "strip", z.ZodTypeAny, {
|
|
36022
36036
|
id: string;
|
|
36023
36037
|
email: string;
|
|
@@ -38221,7 +38235,7 @@ export declare const creatorPickSchema: z.ZodObject<{
|
|
|
38221
38235
|
lastSelectedFilter: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Today">, z.ZodLiteral<"This Week">, z.ZodLiteral<"This Season">, z.ZodLiteral<"This Month">, z.ZodLiteral<"This Year">, z.ZodLiteral<"All">, z.ZodLiteral<"All Time">, z.ZodLiteral<"12h">, z.ZodLiteral<"daily">, z.ZodLiteral<"weekly">]>>;
|
|
38222
38236
|
lastSelectedRatingFilter: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"rating:asc">, z.ZodLiteral<"rating:desc">, z.ZodLiteral<"createdAt:asc">, z.ZodLiteral<"createdAt:desc">, z.ZodLiteral<"userLikes:asc">, z.ZodLiteral<"userLikes:desc">]>>;
|
|
38223
38237
|
lastSelectedGamesFeedType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"newest">, z.ZodLiteral<"forYou">]>>;
|
|
38224
|
-
lastSelectedCombinedFeedType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"newest">, z.ZodLiteral<"
|
|
38238
|
+
lastSelectedCombinedFeedType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"newest">, z.ZodLiteral<"following">]>>;
|
|
38225
38239
|
creatorLeague: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"nba">, z.ZodLiteral<"ncaa">, z.ZodLiteral<"nfl">, z.ZodLiteral<"nhl">, z.ZodLiteral<"mlb">, z.ZodLiteral<"cbb">, z.ZodLiteral<"cfb">, z.ZodLiteral<"epl">, z.ZodLiteral<"mls">, z.ZodLiteral<"wnba">, z.ZodLiteral<"cwc">, z.ZodLiteral<"global">]>>;
|
|
38226
38240
|
role: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Admin">, z.ZodLiteral<"Creator">]>>;
|
|
38227
38241
|
preferTraditionalTeamLayout: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -38430,6 +38444,7 @@ export declare const creatorPickSchema: z.ZodObject<{
|
|
|
38430
38444
|
viewedToS: z.ZodOptional<z.ZodBoolean>;
|
|
38431
38445
|
banned: z.ZodOptional<z.ZodBoolean>;
|
|
38432
38446
|
lowercaseUsername: z.ZodOptional<z.ZodString>;
|
|
38447
|
+
headerColor: z.ZodOptional<z.ZodString>;
|
|
38433
38448
|
}, "id" | "email" | "username" | "avatarUrl" | "badge">, "strip", z.ZodTypeAny, {
|
|
38434
38449
|
id: string;
|
|
38435
38450
|
email: string;
|
|
@@ -40654,7 +40669,7 @@ export declare const creatorPickSchema: z.ZodObject<{
|
|
|
40654
40669
|
lastSelectedFilter: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Today">, z.ZodLiteral<"This Week">, z.ZodLiteral<"This Season">, z.ZodLiteral<"This Month">, z.ZodLiteral<"This Year">, z.ZodLiteral<"All">, z.ZodLiteral<"All Time">, z.ZodLiteral<"12h">, z.ZodLiteral<"daily">, z.ZodLiteral<"weekly">]>>;
|
|
40655
40670
|
lastSelectedRatingFilter: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"rating:asc">, z.ZodLiteral<"rating:desc">, z.ZodLiteral<"createdAt:asc">, z.ZodLiteral<"createdAt:desc">, z.ZodLiteral<"userLikes:asc">, z.ZodLiteral<"userLikes:desc">]>>;
|
|
40656
40671
|
lastSelectedGamesFeedType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"newest">, z.ZodLiteral<"forYou">]>>;
|
|
40657
|
-
lastSelectedCombinedFeedType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"newest">, z.ZodLiteral<"
|
|
40672
|
+
lastSelectedCombinedFeedType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"newest">, z.ZodLiteral<"following">]>>;
|
|
40658
40673
|
creatorLeague: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"nba">, z.ZodLiteral<"ncaa">, z.ZodLiteral<"nfl">, z.ZodLiteral<"nhl">, z.ZodLiteral<"mlb">, z.ZodLiteral<"cbb">, z.ZodLiteral<"cfb">, z.ZodLiteral<"epl">, z.ZodLiteral<"mls">, z.ZodLiteral<"wnba">, z.ZodLiteral<"cwc">, z.ZodLiteral<"global">]>>;
|
|
40659
40674
|
role: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Admin">, z.ZodLiteral<"Creator">]>>;
|
|
40660
40675
|
preferTraditionalTeamLayout: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -40863,6 +40878,7 @@ export declare const creatorPickSchema: z.ZodObject<{
|
|
|
40863
40878
|
viewedToS: z.ZodOptional<z.ZodBoolean>;
|
|
40864
40879
|
banned: z.ZodOptional<z.ZodBoolean>;
|
|
40865
40880
|
lowercaseUsername: z.ZodOptional<z.ZodString>;
|
|
40881
|
+
headerColor: z.ZodOptional<z.ZodString>;
|
|
40866
40882
|
}, "id" | "email" | "username" | "avatarUrl" | "badge">, "strip", z.ZodTypeAny, {
|
|
40867
40883
|
id: string;
|
|
40868
40884
|
email: string;
|
|
@@ -43172,7 +43188,7 @@ export declare const creatorPickSchema: z.ZodObject<{
|
|
|
43172
43188
|
lastSelectedFilter: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Today">, z.ZodLiteral<"This Week">, z.ZodLiteral<"This Season">, z.ZodLiteral<"This Month">, z.ZodLiteral<"This Year">, z.ZodLiteral<"All">, z.ZodLiteral<"All Time">, z.ZodLiteral<"12h">, z.ZodLiteral<"daily">, z.ZodLiteral<"weekly">]>>;
|
|
43173
43189
|
lastSelectedRatingFilter: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"rating:asc">, z.ZodLiteral<"rating:desc">, z.ZodLiteral<"createdAt:asc">, z.ZodLiteral<"createdAt:desc">, z.ZodLiteral<"userLikes:asc">, z.ZodLiteral<"userLikes:desc">]>>;
|
|
43174
43190
|
lastSelectedGamesFeedType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"newest">, z.ZodLiteral<"forYou">]>>;
|
|
43175
|
-
lastSelectedCombinedFeedType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"newest">, z.ZodLiteral<"
|
|
43191
|
+
lastSelectedCombinedFeedType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"newest">, z.ZodLiteral<"following">]>>;
|
|
43176
43192
|
creatorLeague: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"nba">, z.ZodLiteral<"ncaa">, z.ZodLiteral<"nfl">, z.ZodLiteral<"nhl">, z.ZodLiteral<"mlb">, z.ZodLiteral<"cbb">, z.ZodLiteral<"cfb">, z.ZodLiteral<"epl">, z.ZodLiteral<"mls">, z.ZodLiteral<"wnba">, z.ZodLiteral<"cwc">, z.ZodLiteral<"global">]>>;
|
|
43177
43193
|
role: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Admin">, z.ZodLiteral<"Creator">]>>;
|
|
43178
43194
|
preferTraditionalTeamLayout: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -43381,6 +43397,7 @@ export declare const creatorPickSchema: z.ZodObject<{
|
|
|
43381
43397
|
viewedToS: z.ZodOptional<z.ZodBoolean>;
|
|
43382
43398
|
banned: z.ZodOptional<z.ZodBoolean>;
|
|
43383
43399
|
lowercaseUsername: z.ZodOptional<z.ZodString>;
|
|
43400
|
+
headerColor: z.ZodOptional<z.ZodString>;
|
|
43384
43401
|
}, "id" | "email" | "username" | "avatarUrl" | "badge">, "strip", z.ZodTypeAny, {
|
|
43385
43402
|
id: string;
|
|
43386
43403
|
email: string;
|
|
@@ -45661,7 +45678,7 @@ export declare const creatorPickSchema: z.ZodObject<{
|
|
|
45661
45678
|
lastSelectedFilter: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Today">, z.ZodLiteral<"This Week">, z.ZodLiteral<"This Season">, z.ZodLiteral<"This Month">, z.ZodLiteral<"This Year">, z.ZodLiteral<"All">, z.ZodLiteral<"All Time">, z.ZodLiteral<"12h">, z.ZodLiteral<"daily">, z.ZodLiteral<"weekly">]>>;
|
|
45662
45679
|
lastSelectedRatingFilter: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"rating:asc">, z.ZodLiteral<"rating:desc">, z.ZodLiteral<"createdAt:asc">, z.ZodLiteral<"createdAt:desc">, z.ZodLiteral<"userLikes:asc">, z.ZodLiteral<"userLikes:desc">]>>;
|
|
45663
45680
|
lastSelectedGamesFeedType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"newest">, z.ZodLiteral<"forYou">]>>;
|
|
45664
|
-
lastSelectedCombinedFeedType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"newest">, z.ZodLiteral<"
|
|
45681
|
+
lastSelectedCombinedFeedType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"newest">, z.ZodLiteral<"following">]>>;
|
|
45665
45682
|
creatorLeague: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"nba">, z.ZodLiteral<"ncaa">, z.ZodLiteral<"nfl">, z.ZodLiteral<"nhl">, z.ZodLiteral<"mlb">, z.ZodLiteral<"cbb">, z.ZodLiteral<"cfb">, z.ZodLiteral<"epl">, z.ZodLiteral<"mls">, z.ZodLiteral<"wnba">, z.ZodLiteral<"cwc">, z.ZodLiteral<"global">]>>;
|
|
45666
45683
|
role: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Admin">, z.ZodLiteral<"Creator">]>>;
|
|
45667
45684
|
preferTraditionalTeamLayout: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -45870,6 +45887,7 @@ export declare const creatorPickSchema: z.ZodObject<{
|
|
|
45870
45887
|
viewedToS: z.ZodOptional<z.ZodBoolean>;
|
|
45871
45888
|
banned: z.ZodOptional<z.ZodBoolean>;
|
|
45872
45889
|
lowercaseUsername: z.ZodOptional<z.ZodString>;
|
|
45890
|
+
headerColor: z.ZodOptional<z.ZodString>;
|
|
45873
45891
|
}, "id" | "email" | "username" | "avatarUrl" | "badge">, "strip", z.ZodTypeAny, {
|
|
45874
45892
|
id: string;
|
|
45875
45893
|
email: string;
|
|
@@ -48132,7 +48150,7 @@ export declare const creatorPickSchema: z.ZodObject<{
|
|
|
48132
48150
|
lastSelectedFilter: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Today">, z.ZodLiteral<"This Week">, z.ZodLiteral<"This Season">, z.ZodLiteral<"This Month">, z.ZodLiteral<"This Year">, z.ZodLiteral<"All">, z.ZodLiteral<"All Time">, z.ZodLiteral<"12h">, z.ZodLiteral<"daily">, z.ZodLiteral<"weekly">]>>;
|
|
48133
48151
|
lastSelectedRatingFilter: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"rating:asc">, z.ZodLiteral<"rating:desc">, z.ZodLiteral<"createdAt:asc">, z.ZodLiteral<"createdAt:desc">, z.ZodLiteral<"userLikes:asc">, z.ZodLiteral<"userLikes:desc">]>>;
|
|
48134
48152
|
lastSelectedGamesFeedType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"newest">, z.ZodLiteral<"forYou">]>>;
|
|
48135
|
-
lastSelectedCombinedFeedType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"newest">, z.ZodLiteral<"
|
|
48153
|
+
lastSelectedCombinedFeedType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"newest">, z.ZodLiteral<"following">]>>;
|
|
48136
48154
|
creatorLeague: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"nba">, z.ZodLiteral<"ncaa">, z.ZodLiteral<"nfl">, z.ZodLiteral<"nhl">, z.ZodLiteral<"mlb">, z.ZodLiteral<"cbb">, z.ZodLiteral<"cfb">, z.ZodLiteral<"epl">, z.ZodLiteral<"mls">, z.ZodLiteral<"wnba">, z.ZodLiteral<"cwc">, z.ZodLiteral<"global">]>>;
|
|
48137
48155
|
role: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Admin">, z.ZodLiteral<"Creator">]>>;
|
|
48138
48156
|
preferTraditionalTeamLayout: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -48341,6 +48359,7 @@ export declare const creatorPickSchema: z.ZodObject<{
|
|
|
48341
48359
|
viewedToS: z.ZodOptional<z.ZodBoolean>;
|
|
48342
48360
|
banned: z.ZodOptional<z.ZodBoolean>;
|
|
48343
48361
|
lowercaseUsername: z.ZodOptional<z.ZodString>;
|
|
48362
|
+
headerColor: z.ZodOptional<z.ZodString>;
|
|
48344
48363
|
}, "id" | "email" | "username" | "avatarUrl" | "badge">, "strip", z.ZodTypeAny, {
|
|
48345
48364
|
id: string;
|
|
48346
48365
|
email: string;
|
|
@@ -49448,7 +49467,7 @@ export declare const creatorPickSchema: z.ZodObject<{
|
|
|
49448
49467
|
lastSelectedFilter: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Today">, z.ZodLiteral<"This Week">, z.ZodLiteral<"This Season">, z.ZodLiteral<"This Month">, z.ZodLiteral<"This Year">, z.ZodLiteral<"All">, z.ZodLiteral<"All Time">, z.ZodLiteral<"12h">, z.ZodLiteral<"daily">, z.ZodLiteral<"weekly">]>>;
|
|
49449
49468
|
lastSelectedRatingFilter: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"rating:asc">, z.ZodLiteral<"rating:desc">, z.ZodLiteral<"createdAt:asc">, z.ZodLiteral<"createdAt:desc">, z.ZodLiteral<"userLikes:asc">, z.ZodLiteral<"userLikes:desc">]>>;
|
|
49450
49469
|
lastSelectedGamesFeedType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"newest">, z.ZodLiteral<"forYou">]>>;
|
|
49451
|
-
lastSelectedCombinedFeedType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"newest">, z.ZodLiteral<"
|
|
49470
|
+
lastSelectedCombinedFeedType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"newest">, z.ZodLiteral<"following">]>>;
|
|
49452
49471
|
creatorLeague: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"nba">, z.ZodLiteral<"ncaa">, z.ZodLiteral<"nfl">, z.ZodLiteral<"nhl">, z.ZodLiteral<"mlb">, z.ZodLiteral<"cbb">, z.ZodLiteral<"cfb">, z.ZodLiteral<"epl">, z.ZodLiteral<"mls">, z.ZodLiteral<"wnba">, z.ZodLiteral<"cwc">, z.ZodLiteral<"global">]>>;
|
|
49453
49472
|
role: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Admin">, z.ZodLiteral<"Creator">]>>;
|
|
49454
49473
|
preferTraditionalTeamLayout: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -49657,6 +49676,7 @@ export declare const creatorPickSchema: z.ZodObject<{
|
|
|
49657
49676
|
viewedToS: z.ZodOptional<z.ZodBoolean>;
|
|
49658
49677
|
banned: z.ZodOptional<z.ZodBoolean>;
|
|
49659
49678
|
lowercaseUsername: z.ZodOptional<z.ZodString>;
|
|
49679
|
+
headerColor: z.ZodOptional<z.ZodString>;
|
|
49660
49680
|
}, "id" | "email" | "username" | "avatarUrl" | "badge">, "strip", z.ZodTypeAny, {
|
|
49661
49681
|
id: string;
|
|
49662
49682
|
email: string;
|
package/dist/schemas/list.d.ts
CHANGED
|
@@ -693,7 +693,7 @@ export declare const listSchema: z.ZodObject<{
|
|
|
693
693
|
lastSelectedFilter: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Today">, z.ZodLiteral<"This Week">, z.ZodLiteral<"This Season">, z.ZodLiteral<"This Month">, z.ZodLiteral<"This Year">, z.ZodLiteral<"All">, z.ZodLiteral<"All Time">, z.ZodLiteral<"12h">, z.ZodLiteral<"daily">, z.ZodLiteral<"weekly">]>>;
|
|
694
694
|
lastSelectedRatingFilter: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"rating:asc">, z.ZodLiteral<"rating:desc">, z.ZodLiteral<"createdAt:asc">, z.ZodLiteral<"createdAt:desc">, z.ZodLiteral<"userLikes:asc">, z.ZodLiteral<"userLikes:desc">]>>;
|
|
695
695
|
lastSelectedGamesFeedType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"newest">, z.ZodLiteral<"forYou">]>>;
|
|
696
|
-
lastSelectedCombinedFeedType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"newest">, z.ZodLiteral<"
|
|
696
|
+
lastSelectedCombinedFeedType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"newest">, z.ZodLiteral<"following">]>>;
|
|
697
697
|
creatorLeague: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"nba">, z.ZodLiteral<"ncaa">, z.ZodLiteral<"nfl">, z.ZodLiteral<"nhl">, z.ZodLiteral<"mlb">, z.ZodLiteral<"cbb">, z.ZodLiteral<"cfb">, z.ZodLiteral<"epl">, z.ZodLiteral<"mls">, z.ZodLiteral<"wnba">, z.ZodLiteral<"cwc">, z.ZodLiteral<"global">]>>;
|
|
698
698
|
role: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Admin">, z.ZodLiteral<"Creator">]>>;
|
|
699
699
|
preferTraditionalTeamLayout: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -902,6 +902,7 @@ export declare const listSchema: z.ZodObject<{
|
|
|
902
902
|
viewedToS: z.ZodOptional<z.ZodBoolean>;
|
|
903
903
|
banned: z.ZodOptional<z.ZodBoolean>;
|
|
904
904
|
lowercaseUsername: z.ZodOptional<z.ZodString>;
|
|
905
|
+
headerColor: z.ZodOptional<z.ZodString>;
|
|
905
906
|
}, "id" | "email" | "username" | "avatarUrl" | "badge">, "strip", z.ZodTypeAny, {
|
|
906
907
|
id: string;
|
|
907
908
|
email: string;
|
|
@@ -1654,7 +1655,7 @@ export declare const listCreateSchema: z.ZodObject<Omit<{
|
|
|
1654
1655
|
lastSelectedFilter: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Today">, z.ZodLiteral<"This Week">, z.ZodLiteral<"This Season">, z.ZodLiteral<"This Month">, z.ZodLiteral<"This Year">, z.ZodLiteral<"All">, z.ZodLiteral<"All Time">, z.ZodLiteral<"12h">, z.ZodLiteral<"daily">, z.ZodLiteral<"weekly">]>>;
|
|
1655
1656
|
lastSelectedRatingFilter: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"rating:asc">, z.ZodLiteral<"rating:desc">, z.ZodLiteral<"createdAt:asc">, z.ZodLiteral<"createdAt:desc">, z.ZodLiteral<"userLikes:asc">, z.ZodLiteral<"userLikes:desc">]>>;
|
|
1656
1657
|
lastSelectedGamesFeedType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"newest">, z.ZodLiteral<"forYou">]>>;
|
|
1657
|
-
lastSelectedCombinedFeedType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"newest">, z.ZodLiteral<"
|
|
1658
|
+
lastSelectedCombinedFeedType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"newest">, z.ZodLiteral<"following">]>>;
|
|
1658
1659
|
creatorLeague: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"nba">, z.ZodLiteral<"ncaa">, z.ZodLiteral<"nfl">, z.ZodLiteral<"nhl">, z.ZodLiteral<"mlb">, z.ZodLiteral<"cbb">, z.ZodLiteral<"cfb">, z.ZodLiteral<"epl">, z.ZodLiteral<"mls">, z.ZodLiteral<"wnba">, z.ZodLiteral<"cwc">, z.ZodLiteral<"global">]>>;
|
|
1659
1660
|
role: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Admin">, z.ZodLiteral<"Creator">]>>;
|
|
1660
1661
|
preferTraditionalTeamLayout: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -1863,6 +1864,7 @@ export declare const listCreateSchema: z.ZodObject<Omit<{
|
|
|
1863
1864
|
viewedToS: z.ZodOptional<z.ZodBoolean>;
|
|
1864
1865
|
banned: z.ZodOptional<z.ZodBoolean>;
|
|
1865
1866
|
lowercaseUsername: z.ZodOptional<z.ZodString>;
|
|
1867
|
+
headerColor: z.ZodOptional<z.ZodString>;
|
|
1866
1868
|
}, "id" | "email" | "username" | "avatarUrl" | "badge">, "strip", z.ZodTypeAny, {
|
|
1867
1869
|
id: string;
|
|
1868
1870
|
email: string;
|
|
@@ -2607,7 +2609,7 @@ export declare const listCommentSchema: z.ZodObject<{
|
|
|
2607
2609
|
lastSelectedFilter: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Today">, z.ZodLiteral<"This Week">, z.ZodLiteral<"This Season">, z.ZodLiteral<"This Month">, z.ZodLiteral<"This Year">, z.ZodLiteral<"All">, z.ZodLiteral<"All Time">, z.ZodLiteral<"12h">, z.ZodLiteral<"daily">, z.ZodLiteral<"weekly">]>>;
|
|
2608
2610
|
lastSelectedRatingFilter: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"rating:asc">, z.ZodLiteral<"rating:desc">, z.ZodLiteral<"createdAt:asc">, z.ZodLiteral<"createdAt:desc">, z.ZodLiteral<"userLikes:asc">, z.ZodLiteral<"userLikes:desc">]>>;
|
|
2609
2611
|
lastSelectedGamesFeedType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"newest">, z.ZodLiteral<"forYou">]>>;
|
|
2610
|
-
lastSelectedCombinedFeedType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"newest">, z.ZodLiteral<"
|
|
2612
|
+
lastSelectedCombinedFeedType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"newest">, z.ZodLiteral<"following">]>>;
|
|
2611
2613
|
creatorLeague: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"nba">, z.ZodLiteral<"ncaa">, z.ZodLiteral<"nfl">, z.ZodLiteral<"nhl">, z.ZodLiteral<"mlb">, z.ZodLiteral<"cbb">, z.ZodLiteral<"cfb">, z.ZodLiteral<"epl">, z.ZodLiteral<"mls">, z.ZodLiteral<"wnba">, z.ZodLiteral<"cwc">, z.ZodLiteral<"global">]>>;
|
|
2612
2614
|
role: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Admin">, z.ZodLiteral<"Creator">]>>;
|
|
2613
2615
|
preferTraditionalTeamLayout: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -2816,6 +2818,7 @@ export declare const listCommentSchema: z.ZodObject<{
|
|
|
2816
2818
|
viewedToS: z.ZodOptional<z.ZodBoolean>;
|
|
2817
2819
|
banned: z.ZodOptional<z.ZodBoolean>;
|
|
2818
2820
|
lowercaseUsername: z.ZodOptional<z.ZodString>;
|
|
2821
|
+
headerColor: z.ZodOptional<z.ZodString>;
|
|
2819
2822
|
}, "id" | "email" | "username" | "avatarUrl" | "badge">, "strip", z.ZodTypeAny, {
|
|
2820
2823
|
id: string;
|
|
2821
2824
|
email: string;
|
|
@@ -3520,7 +3523,7 @@ export declare const listCommentSchema: z.ZodObject<{
|
|
|
3520
3523
|
lastSelectedFilter: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Today">, z.ZodLiteral<"This Week">, z.ZodLiteral<"This Season">, z.ZodLiteral<"This Month">, z.ZodLiteral<"This Year">, z.ZodLiteral<"All">, z.ZodLiteral<"All Time">, z.ZodLiteral<"12h">, z.ZodLiteral<"daily">, z.ZodLiteral<"weekly">]>>;
|
|
3521
3524
|
lastSelectedRatingFilter: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"rating:asc">, z.ZodLiteral<"rating:desc">, z.ZodLiteral<"createdAt:asc">, z.ZodLiteral<"createdAt:desc">, z.ZodLiteral<"userLikes:asc">, z.ZodLiteral<"userLikes:desc">]>>;
|
|
3522
3525
|
lastSelectedGamesFeedType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"newest">, z.ZodLiteral<"forYou">]>>;
|
|
3523
|
-
lastSelectedCombinedFeedType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"newest">, z.ZodLiteral<"
|
|
3526
|
+
lastSelectedCombinedFeedType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"newest">, z.ZodLiteral<"following">]>>;
|
|
3524
3527
|
creatorLeague: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"nba">, z.ZodLiteral<"ncaa">, z.ZodLiteral<"nfl">, z.ZodLiteral<"nhl">, z.ZodLiteral<"mlb">, z.ZodLiteral<"cbb">, z.ZodLiteral<"cfb">, z.ZodLiteral<"epl">, z.ZodLiteral<"mls">, z.ZodLiteral<"wnba">, z.ZodLiteral<"cwc">, z.ZodLiteral<"global">]>>;
|
|
3525
3528
|
role: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Admin">, z.ZodLiteral<"Creator">]>>;
|
|
3526
3529
|
preferTraditionalTeamLayout: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -3729,6 +3732,7 @@ export declare const listCommentSchema: z.ZodObject<{
|
|
|
3729
3732
|
viewedToS: z.ZodOptional<z.ZodBoolean>;
|
|
3730
3733
|
banned: z.ZodOptional<z.ZodBoolean>;
|
|
3731
3734
|
lowercaseUsername: z.ZodOptional<z.ZodString>;
|
|
3735
|
+
headerColor: z.ZodOptional<z.ZodString>;
|
|
3732
3736
|
}, "id" | "email" | "username" | "avatarUrl" | "badge">, "strip", z.ZodTypeAny, {
|
|
3733
3737
|
id: string;
|
|
3734
3738
|
email: string;
|
|
@@ -4478,7 +4482,7 @@ export declare const listCommentLikeSchema: z.ZodObject<{
|
|
|
4478
4482
|
lastSelectedFilter: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Today">, z.ZodLiteral<"This Week">, z.ZodLiteral<"This Season">, z.ZodLiteral<"This Month">, z.ZodLiteral<"This Year">, z.ZodLiteral<"All">, z.ZodLiteral<"All Time">, z.ZodLiteral<"12h">, z.ZodLiteral<"daily">, z.ZodLiteral<"weekly">]>>;
|
|
4479
4483
|
lastSelectedRatingFilter: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"rating:asc">, z.ZodLiteral<"rating:desc">, z.ZodLiteral<"createdAt:asc">, z.ZodLiteral<"createdAt:desc">, z.ZodLiteral<"userLikes:asc">, z.ZodLiteral<"userLikes:desc">]>>;
|
|
4480
4484
|
lastSelectedGamesFeedType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"newest">, z.ZodLiteral<"forYou">]>>;
|
|
4481
|
-
lastSelectedCombinedFeedType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"newest">, z.ZodLiteral<"
|
|
4485
|
+
lastSelectedCombinedFeedType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"newest">, z.ZodLiteral<"following">]>>;
|
|
4482
4486
|
creatorLeague: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"nba">, z.ZodLiteral<"ncaa">, z.ZodLiteral<"nfl">, z.ZodLiteral<"nhl">, z.ZodLiteral<"mlb">, z.ZodLiteral<"cbb">, z.ZodLiteral<"cfb">, z.ZodLiteral<"epl">, z.ZodLiteral<"mls">, z.ZodLiteral<"wnba">, z.ZodLiteral<"cwc">, z.ZodLiteral<"global">]>>;
|
|
4483
4487
|
role: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Admin">, z.ZodLiteral<"Creator">]>>;
|
|
4484
4488
|
preferTraditionalTeamLayout: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -4687,6 +4691,7 @@ export declare const listCommentLikeSchema: z.ZodObject<{
|
|
|
4687
4691
|
viewedToS: z.ZodOptional<z.ZodBoolean>;
|
|
4688
4692
|
banned: z.ZodOptional<z.ZodBoolean>;
|
|
4689
4693
|
lowercaseUsername: z.ZodOptional<z.ZodString>;
|
|
4694
|
+
headerColor: z.ZodOptional<z.ZodString>;
|
|
4690
4695
|
}, "id" | "email" | "username" | "avatarUrl" | "badge">, "strip", z.ZodTypeAny, {
|
|
4691
4696
|
id: string;
|
|
4692
4697
|
email: string;
|
|
@@ -706,7 +706,7 @@ export declare const banInfoSchema: z.ZodObject<{
|
|
|
706
706
|
lastSelectedFilter: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Today">, z.ZodLiteral<"This Week">, z.ZodLiteral<"This Season">, z.ZodLiteral<"This Month">, z.ZodLiteral<"This Year">, z.ZodLiteral<"All">, z.ZodLiteral<"All Time">, z.ZodLiteral<"12h">, z.ZodLiteral<"daily">, z.ZodLiteral<"weekly">]>>;
|
|
707
707
|
lastSelectedRatingFilter: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"rating:asc">, z.ZodLiteral<"rating:desc">, z.ZodLiteral<"createdAt:asc">, z.ZodLiteral<"createdAt:desc">, z.ZodLiteral<"userLikes:asc">, z.ZodLiteral<"userLikes:desc">]>>;
|
|
708
708
|
lastSelectedGamesFeedType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"newest">, z.ZodLiteral<"forYou">]>>;
|
|
709
|
-
lastSelectedCombinedFeedType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"newest">, z.ZodLiteral<"
|
|
709
|
+
lastSelectedCombinedFeedType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"newest">, z.ZodLiteral<"following">]>>;
|
|
710
710
|
creatorLeague: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"nba">, z.ZodLiteral<"ncaa">, z.ZodLiteral<"nfl">, z.ZodLiteral<"nhl">, z.ZodLiteral<"mlb">, z.ZodLiteral<"cbb">, z.ZodLiteral<"cfb">, z.ZodLiteral<"epl">, z.ZodLiteral<"mls">, z.ZodLiteral<"wnba">, z.ZodLiteral<"cwc">, z.ZodLiteral<"global">]>>;
|
|
711
711
|
role: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Admin">, z.ZodLiteral<"Creator">]>>;
|
|
712
712
|
preferTraditionalTeamLayout: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -915,6 +915,7 @@ export declare const banInfoSchema: z.ZodObject<{
|
|
|
915
915
|
viewedToS: z.ZodOptional<z.ZodBoolean>;
|
|
916
916
|
banned: z.ZodOptional<z.ZodBoolean>;
|
|
917
917
|
lowercaseUsername: z.ZodOptional<z.ZodString>;
|
|
918
|
+
headerColor: z.ZodOptional<z.ZodString>;
|
|
918
919
|
}, "id" | "email" | "username" | "avatarUrl" | "badge">, "strip", z.ZodTypeAny, {
|
|
919
920
|
id: string;
|
|
920
921
|
email: string;
|
|
@@ -1646,7 +1647,7 @@ export declare const bannedUserSchema: z.ZodObject<{
|
|
|
1646
1647
|
lastSelectedFilter: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Today">, z.ZodLiteral<"This Week">, z.ZodLiteral<"This Season">, z.ZodLiteral<"This Month">, z.ZodLiteral<"This Year">, z.ZodLiteral<"All">, z.ZodLiteral<"All Time">, z.ZodLiteral<"12h">, z.ZodLiteral<"daily">, z.ZodLiteral<"weekly">]>>;
|
|
1647
1648
|
lastSelectedRatingFilter: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"rating:asc">, z.ZodLiteral<"rating:desc">, z.ZodLiteral<"createdAt:asc">, z.ZodLiteral<"createdAt:desc">, z.ZodLiteral<"userLikes:asc">, z.ZodLiteral<"userLikes:desc">]>>;
|
|
1648
1649
|
lastSelectedGamesFeedType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"newest">, z.ZodLiteral<"forYou">]>>;
|
|
1649
|
-
lastSelectedCombinedFeedType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"newest">, z.ZodLiteral<"
|
|
1650
|
+
lastSelectedCombinedFeedType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"newest">, z.ZodLiteral<"following">]>>;
|
|
1650
1651
|
creatorLeague: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"nba">, z.ZodLiteral<"ncaa">, z.ZodLiteral<"nfl">, z.ZodLiteral<"nhl">, z.ZodLiteral<"mlb">, z.ZodLiteral<"cbb">, z.ZodLiteral<"cfb">, z.ZodLiteral<"epl">, z.ZodLiteral<"mls">, z.ZodLiteral<"wnba">, z.ZodLiteral<"cwc">, z.ZodLiteral<"global">]>>;
|
|
1651
1652
|
role: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Admin">, z.ZodLiteral<"Creator">]>>;
|
|
1652
1653
|
preferTraditionalTeamLayout: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -1855,6 +1856,7 @@ export declare const bannedUserSchema: z.ZodObject<{
|
|
|
1855
1856
|
viewedToS: z.ZodOptional<z.ZodBoolean>;
|
|
1856
1857
|
banned: z.ZodOptional<z.ZodBoolean>;
|
|
1857
1858
|
lowercaseUsername: z.ZodOptional<z.ZodString>;
|
|
1859
|
+
headerColor: z.ZodOptional<z.ZodString>;
|
|
1858
1860
|
}, "id" | "email" | "username" | "avatarUrl" | "badge">, "strip", z.ZodTypeAny, {
|
|
1859
1861
|
id: string;
|
|
1860
1862
|
email: string;
|
|
@@ -2622,7 +2624,7 @@ export declare const bannedUsersResponseSchema: z.ZodObject<{
|
|
|
2622
2624
|
lastSelectedFilter: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Today">, z.ZodLiteral<"This Week">, z.ZodLiteral<"This Season">, z.ZodLiteral<"This Month">, z.ZodLiteral<"This Year">, z.ZodLiteral<"All">, z.ZodLiteral<"All Time">, z.ZodLiteral<"12h">, z.ZodLiteral<"daily">, z.ZodLiteral<"weekly">]>>;
|
|
2623
2625
|
lastSelectedRatingFilter: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"rating:asc">, z.ZodLiteral<"rating:desc">, z.ZodLiteral<"createdAt:asc">, z.ZodLiteral<"createdAt:desc">, z.ZodLiteral<"userLikes:asc">, z.ZodLiteral<"userLikes:desc">]>>;
|
|
2624
2626
|
lastSelectedGamesFeedType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"newest">, z.ZodLiteral<"forYou">]>>;
|
|
2625
|
-
lastSelectedCombinedFeedType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"newest">, z.ZodLiteral<"
|
|
2627
|
+
lastSelectedCombinedFeedType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"newest">, z.ZodLiteral<"following">]>>;
|
|
2626
2628
|
creatorLeague: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"nba">, z.ZodLiteral<"ncaa">, z.ZodLiteral<"nfl">, z.ZodLiteral<"nhl">, z.ZodLiteral<"mlb">, z.ZodLiteral<"cbb">, z.ZodLiteral<"cfb">, z.ZodLiteral<"epl">, z.ZodLiteral<"mls">, z.ZodLiteral<"wnba">, z.ZodLiteral<"cwc">, z.ZodLiteral<"global">]>>;
|
|
2627
2629
|
role: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Admin">, z.ZodLiteral<"Creator">]>>;
|
|
2628
2630
|
preferTraditionalTeamLayout: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -2831,6 +2833,7 @@ export declare const bannedUsersResponseSchema: z.ZodObject<{
|
|
|
2831
2833
|
viewedToS: z.ZodOptional<z.ZodBoolean>;
|
|
2832
2834
|
banned: z.ZodOptional<z.ZodBoolean>;
|
|
2833
2835
|
lowercaseUsername: z.ZodOptional<z.ZodString>;
|
|
2836
|
+
headerColor: z.ZodOptional<z.ZodString>;
|
|
2834
2837
|
}, "id" | "email" | "username" | "avatarUrl" | "badge">, "strip", z.ZodTypeAny, {
|
|
2835
2838
|
id: string;
|
|
2836
2839
|
email: string;
|
|
@@ -3642,7 +3645,7 @@ export declare const banStatusResponseSchema: z.ZodObject<{
|
|
|
3642
3645
|
lastSelectedFilter: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Today">, z.ZodLiteral<"This Week">, z.ZodLiteral<"This Season">, z.ZodLiteral<"This Month">, z.ZodLiteral<"This Year">, z.ZodLiteral<"All">, z.ZodLiteral<"All Time">, z.ZodLiteral<"12h">, z.ZodLiteral<"daily">, z.ZodLiteral<"weekly">]>>;
|
|
3643
3646
|
lastSelectedRatingFilter: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"rating:asc">, z.ZodLiteral<"rating:desc">, z.ZodLiteral<"createdAt:asc">, z.ZodLiteral<"createdAt:desc">, z.ZodLiteral<"userLikes:asc">, z.ZodLiteral<"userLikes:desc">]>>;
|
|
3644
3647
|
lastSelectedGamesFeedType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"newest">, z.ZodLiteral<"forYou">]>>;
|
|
3645
|
-
lastSelectedCombinedFeedType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"newest">, z.ZodLiteral<"
|
|
3648
|
+
lastSelectedCombinedFeedType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"newest">, z.ZodLiteral<"following">]>>;
|
|
3646
3649
|
creatorLeague: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"nba">, z.ZodLiteral<"ncaa">, z.ZodLiteral<"nfl">, z.ZodLiteral<"nhl">, z.ZodLiteral<"mlb">, z.ZodLiteral<"cbb">, z.ZodLiteral<"cfb">, z.ZodLiteral<"epl">, z.ZodLiteral<"mls">, z.ZodLiteral<"wnba">, z.ZodLiteral<"cwc">, z.ZodLiteral<"global">]>>;
|
|
3647
3650
|
role: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Admin">, z.ZodLiteral<"Creator">]>>;
|
|
3648
3651
|
preferTraditionalTeamLayout: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -3851,6 +3854,7 @@ export declare const banStatusResponseSchema: z.ZodObject<{
|
|
|
3851
3854
|
viewedToS: z.ZodOptional<z.ZodBoolean>;
|
|
3852
3855
|
banned: z.ZodOptional<z.ZodBoolean>;
|
|
3853
3856
|
lowercaseUsername: z.ZodOptional<z.ZodString>;
|
|
3857
|
+
headerColor: z.ZodOptional<z.ZodString>;
|
|
3854
3858
|
}, "id" | "email" | "username" | "avatarUrl" | "badge">, "strip", z.ZodTypeAny, {
|
|
3855
3859
|
id: string;
|
|
3856
3860
|
email: string;
|
package/dist/schemas/rating.d.ts
CHANGED
|
@@ -1609,7 +1609,7 @@ export declare const threadCommentSchema: import("zod").ZodObject<{
|
|
|
1609
1609
|
lastSelectedFilter: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"Today">, 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
1610
|
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">]>>;
|
|
1611
1611
|
lastSelectedGamesFeedType: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"newest">, import("zod").ZodLiteral<"forYou">]>>;
|
|
1612
|
-
lastSelectedCombinedFeedType: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"newest">, import("zod").ZodLiteral<"
|
|
1612
|
+
lastSelectedCombinedFeedType: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"newest">, import("zod").ZodLiteral<"following">]>>;
|
|
1613
1613
|
creatorLeague: 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">]>>;
|
|
1614
1614
|
role: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"Admin">, import("zod").ZodLiteral<"Creator">]>>;
|
|
1615
1615
|
preferTraditionalTeamLayout: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
@@ -1818,6 +1818,7 @@ export declare const threadCommentSchema: import("zod").ZodObject<{
|
|
|
1818
1818
|
viewedToS: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
1819
1819
|
banned: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
1820
1820
|
lowercaseUsername: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1821
|
+
headerColor: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1821
1822
|
}, "id" | "email" | "username" | "avatarUrl" | "badge">, "strip", import("zod").ZodTypeAny, {
|
|
1822
1823
|
id: string;
|
|
1823
1824
|
email: string;
|
|
@@ -2522,7 +2523,7 @@ export declare const threadCommentSchema: import("zod").ZodObject<{
|
|
|
2522
2523
|
lastSelectedFilter: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"Today">, 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">]>>;
|
|
2523
2524
|
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">]>>;
|
|
2524
2525
|
lastSelectedGamesFeedType: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"newest">, import("zod").ZodLiteral<"forYou">]>>;
|
|
2525
|
-
lastSelectedCombinedFeedType: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"newest">, import("zod").ZodLiteral<"
|
|
2526
|
+
lastSelectedCombinedFeedType: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"newest">, import("zod").ZodLiteral<"following">]>>;
|
|
2526
2527
|
creatorLeague: 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">]>>;
|
|
2527
2528
|
role: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"Admin">, import("zod").ZodLiteral<"Creator">]>>;
|
|
2528
2529
|
preferTraditionalTeamLayout: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
@@ -2731,6 +2732,7 @@ export declare const threadCommentSchema: import("zod").ZodObject<{
|
|
|
2731
2732
|
viewedToS: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
2732
2733
|
banned: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
2733
2734
|
lowercaseUsername: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2735
|
+
headerColor: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2734
2736
|
}, "id" | "email" | "username" | "avatarUrl" | "badge">, "strip", import("zod").ZodTypeAny, {
|
|
2735
2737
|
id: string;
|
|
2736
2738
|
email: string;
|
|
@@ -3506,7 +3508,7 @@ export declare const threadCommentLikeSchema: import("zod").ZodObject<{
|
|
|
3506
3508
|
lastSelectedFilter: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"Today">, 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">]>>;
|
|
3507
3509
|
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">]>>;
|
|
3508
3510
|
lastSelectedGamesFeedType: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"newest">, import("zod").ZodLiteral<"forYou">]>>;
|
|
3509
|
-
lastSelectedCombinedFeedType: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"newest">, import("zod").ZodLiteral<"
|
|
3511
|
+
lastSelectedCombinedFeedType: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"newest">, import("zod").ZodLiteral<"following">]>>;
|
|
3510
3512
|
creatorLeague: 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">]>>;
|
|
3511
3513
|
role: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"Admin">, import("zod").ZodLiteral<"Creator">]>>;
|
|
3512
3514
|
preferTraditionalTeamLayout: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
@@ -3715,6 +3717,7 @@ export declare const threadCommentLikeSchema: import("zod").ZodObject<{
|
|
|
3715
3717
|
viewedToS: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
3716
3718
|
banned: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
3717
3719
|
lowercaseUsername: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3720
|
+
headerColor: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3718
3721
|
}, "id" | "email" | "username" | "avatarUrl" | "badge">, "strip", import("zod").ZodTypeAny, {
|
|
3719
3722
|
id: string;
|
|
3720
3723
|
email: string;
|
package/dist/schemas/user.d.ts
CHANGED
|
@@ -884,7 +884,7 @@ export declare const userSchema: import("zod").ZodObject<{
|
|
|
884
884
|
lastSelectedFilter: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"Today">, 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">]>>;
|
|
885
885
|
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">]>>;
|
|
886
886
|
lastSelectedGamesFeedType: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"newest">, import("zod").ZodLiteral<"forYou">]>>;
|
|
887
|
-
lastSelectedCombinedFeedType: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"newest">, import("zod").ZodLiteral<"
|
|
887
|
+
lastSelectedCombinedFeedType: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"newest">, import("zod").ZodLiteral<"following">]>>;
|
|
888
888
|
creatorLeague: 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">]>>;
|
|
889
889
|
role: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"Admin">, import("zod").ZodLiteral<"Creator">]>>;
|
|
890
890
|
preferTraditionalTeamLayout: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
@@ -1093,6 +1093,7 @@ export declare const userSchema: import("zod").ZodObject<{
|
|
|
1093
1093
|
viewedToS: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
1094
1094
|
banned: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
1095
1095
|
lowercaseUsername: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1096
|
+
headerColor: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1096
1097
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1097
1098
|
id: string;
|
|
1098
1099
|
email: string;
|
|
@@ -1250,7 +1251,7 @@ export declare const userSchema: import("zod").ZodObject<{
|
|
|
1250
1251
|
lastSelectedFilter?: "Today" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
|
|
1251
1252
|
lastSelectedRatingFilter?: "rating:asc" | "rating:desc" | "createdAt:asc" | "createdAt:desc" | "userLikes:asc" | "userLikes:desc" | undefined;
|
|
1252
1253
|
lastSelectedGamesFeedType?: "newest" | "forYou" | undefined;
|
|
1253
|
-
lastSelectedCombinedFeedType?: "newest" | "
|
|
1254
|
+
lastSelectedCombinedFeedType?: "newest" | "following" | undefined;
|
|
1254
1255
|
creatorLeague?: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba" | "cwc" | undefined;
|
|
1255
1256
|
preferTraditionalTeamLayout?: boolean | undefined;
|
|
1256
1257
|
wasPromptedForReview?: boolean | undefined;
|
|
@@ -1306,6 +1307,7 @@ export declare const userSchema: import("zod").ZodObject<{
|
|
|
1306
1307
|
viewedToS?: boolean | undefined;
|
|
1307
1308
|
banned?: boolean | undefined;
|
|
1308
1309
|
lowercaseUsername?: string | undefined;
|
|
1310
|
+
headerColor?: string | undefined;
|
|
1309
1311
|
}, {
|
|
1310
1312
|
id: string;
|
|
1311
1313
|
email: string;
|
|
@@ -1463,7 +1465,7 @@ export declare const userSchema: import("zod").ZodObject<{
|
|
|
1463
1465
|
lastSelectedFilter?: "Today" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
|
|
1464
1466
|
lastSelectedRatingFilter?: "rating:asc" | "rating:desc" | "createdAt:asc" | "createdAt:desc" | "userLikes:asc" | "userLikes:desc" | undefined;
|
|
1465
1467
|
lastSelectedGamesFeedType?: "newest" | "forYou" | undefined;
|
|
1466
|
-
lastSelectedCombinedFeedType?: "newest" | "
|
|
1468
|
+
lastSelectedCombinedFeedType?: "newest" | "following" | undefined;
|
|
1467
1469
|
creatorLeague?: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba" | "cwc" | undefined;
|
|
1468
1470
|
preferTraditionalTeamLayout?: boolean | undefined;
|
|
1469
1471
|
wasPromptedForReview?: boolean | undefined;
|
|
@@ -1519,6 +1521,7 @@ export declare const userSchema: import("zod").ZodObject<{
|
|
|
1519
1521
|
viewedToS?: boolean | undefined;
|
|
1520
1522
|
banned?: boolean | undefined;
|
|
1521
1523
|
lowercaseUsername?: string | undefined;
|
|
1524
|
+
headerColor?: string | undefined;
|
|
1522
1525
|
}>;
|
|
1523
1526
|
export declare const createUserSchema: import("zod").ZodObject<Omit<{
|
|
1524
1527
|
id: import("zod").ZodString;
|
|
@@ -2208,7 +2211,7 @@ export declare const createUserSchema: import("zod").ZodObject<Omit<{
|
|
|
2208
2211
|
lastSelectedFilter: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"Today">, 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">]>>;
|
|
2209
2212
|
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">]>>;
|
|
2210
2213
|
lastSelectedGamesFeedType: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"newest">, import("zod").ZodLiteral<"forYou">]>>;
|
|
2211
|
-
lastSelectedCombinedFeedType: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"newest">, import("zod").ZodLiteral<"
|
|
2214
|
+
lastSelectedCombinedFeedType: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"newest">, import("zod").ZodLiteral<"following">]>>;
|
|
2212
2215
|
creatorLeague: 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">]>>;
|
|
2213
2216
|
role: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"Admin">, import("zod").ZodLiteral<"Creator">]>>;
|
|
2214
2217
|
preferTraditionalTeamLayout: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
@@ -2417,6 +2420,7 @@ export declare const createUserSchema: import("zod").ZodObject<Omit<{
|
|
|
2417
2420
|
viewedToS: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
2418
2421
|
banned: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
2419
2422
|
lowercaseUsername: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2423
|
+
headerColor: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2420
2424
|
}, "id" | "totalRatedGames" | "avgRating" | "createdAt" | "updatedAt" | "deviceTokens" | "askedForPushNotifications" | "acceptedPushNotifications">, "strip", import("zod").ZodTypeAny, {
|
|
2421
2425
|
email: string;
|
|
2422
2426
|
username: string;
|
|
@@ -2563,7 +2567,7 @@ export declare const createUserSchema: import("zod").ZodObject<Omit<{
|
|
|
2563
2567
|
lastSelectedFilter?: "Today" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
|
|
2564
2568
|
lastSelectedRatingFilter?: "rating:asc" | "rating:desc" | "createdAt:asc" | "createdAt:desc" | "userLikes:asc" | "userLikes:desc" | undefined;
|
|
2565
2569
|
lastSelectedGamesFeedType?: "newest" | "forYou" | undefined;
|
|
2566
|
-
lastSelectedCombinedFeedType?: "newest" | "
|
|
2570
|
+
lastSelectedCombinedFeedType?: "newest" | "following" | undefined;
|
|
2567
2571
|
creatorLeague?: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba" | "cwc" | undefined;
|
|
2568
2572
|
preferTraditionalTeamLayout?: boolean | undefined;
|
|
2569
2573
|
wasPromptedForReview?: boolean | undefined;
|
|
@@ -2619,6 +2623,7 @@ export declare const createUserSchema: import("zod").ZodObject<Omit<{
|
|
|
2619
2623
|
viewedToS?: boolean | undefined;
|
|
2620
2624
|
banned?: boolean | undefined;
|
|
2621
2625
|
lowercaseUsername?: string | undefined;
|
|
2626
|
+
headerColor?: string | undefined;
|
|
2622
2627
|
}, {
|
|
2623
2628
|
email: string;
|
|
2624
2629
|
username: string;
|
|
@@ -2765,7 +2770,7 @@ export declare const createUserSchema: import("zod").ZodObject<Omit<{
|
|
|
2765
2770
|
lastSelectedFilter?: "Today" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
|
|
2766
2771
|
lastSelectedRatingFilter?: "rating:asc" | "rating:desc" | "createdAt:asc" | "createdAt:desc" | "userLikes:asc" | "userLikes:desc" | undefined;
|
|
2767
2772
|
lastSelectedGamesFeedType?: "newest" | "forYou" | undefined;
|
|
2768
|
-
lastSelectedCombinedFeedType?: "newest" | "
|
|
2773
|
+
lastSelectedCombinedFeedType?: "newest" | "following" | undefined;
|
|
2769
2774
|
creatorLeague?: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba" | "cwc" | undefined;
|
|
2770
2775
|
preferTraditionalTeamLayout?: boolean | undefined;
|
|
2771
2776
|
wasPromptedForReview?: boolean | undefined;
|
|
@@ -2821,6 +2826,7 @@ export declare const createUserSchema: import("zod").ZodObject<Omit<{
|
|
|
2821
2826
|
viewedToS?: boolean | undefined;
|
|
2822
2827
|
banned?: boolean | undefined;
|
|
2823
2828
|
lowercaseUsername?: string | undefined;
|
|
2829
|
+
headerColor?: string | undefined;
|
|
2824
2830
|
}>;
|
|
2825
2831
|
export declare const reducedUserSchema: import("zod").ZodObject<Pick<{
|
|
2826
2832
|
id: import("zod").ZodString;
|
|
@@ -3510,7 +3516,7 @@ export declare const reducedUserSchema: import("zod").ZodObject<Pick<{
|
|
|
3510
3516
|
lastSelectedFilter: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"Today">, 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">]>>;
|
|
3511
3517
|
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">]>>;
|
|
3512
3518
|
lastSelectedGamesFeedType: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"newest">, import("zod").ZodLiteral<"forYou">]>>;
|
|
3513
|
-
lastSelectedCombinedFeedType: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"newest">, import("zod").ZodLiteral<"
|
|
3519
|
+
lastSelectedCombinedFeedType: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"newest">, import("zod").ZodLiteral<"following">]>>;
|
|
3514
3520
|
creatorLeague: 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">]>>;
|
|
3515
3521
|
role: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"Admin">, import("zod").ZodLiteral<"Creator">]>>;
|
|
3516
3522
|
preferTraditionalTeamLayout: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
@@ -3719,6 +3725,7 @@ export declare const reducedUserSchema: import("zod").ZodObject<Pick<{
|
|
|
3719
3725
|
viewedToS: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
3720
3726
|
banned: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
3721
3727
|
lowercaseUsername: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3728
|
+
headerColor: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3722
3729
|
}, "id" | "email" | "username" | "avatarUrl" | "badge">, "strip", import("zod").ZodTypeAny, {
|
|
3723
3730
|
id: string;
|
|
3724
3731
|
email: string;
|
package/dist/schemas/user.js
CHANGED
|
@@ -183,7 +183,6 @@ exports.userSchema = (0, zod_1.object)({
|
|
|
183
183
|
]).optional(),
|
|
184
184
|
lastSelectedCombinedFeedType: (0, zod_1.union)([
|
|
185
185
|
(0, zod_1.literal)("newest"),
|
|
186
|
-
(0, zod_1.literal)("forYou"),
|
|
187
186
|
(0, zod_1.literal)("following"),
|
|
188
187
|
]).optional(),
|
|
189
188
|
creatorLeague: sharedTypes_1.leagueSlug.optional(),
|
|
@@ -212,6 +211,7 @@ exports.userSchema = (0, zod_1.object)({
|
|
|
212
211
|
viewedToS: (0, zod_1.boolean)().optional(),
|
|
213
212
|
banned: (0, zod_1.boolean)().optional(),
|
|
214
213
|
lowercaseUsername: (0, zod_1.string)().optional(),
|
|
214
|
+
headerColor: (0, zod_1.string)().optional(),
|
|
215
215
|
});
|
|
216
216
|
exports.createUserSchema = exports.userSchema.omit({
|
|
217
217
|
id: true,
|
|
@@ -792,7 +792,7 @@ export declare const userEventCommentSchema: z.ZodObject<{
|
|
|
792
792
|
lastSelectedFilter: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Today">, z.ZodLiteral<"This Week">, z.ZodLiteral<"This Season">, z.ZodLiteral<"This Month">, z.ZodLiteral<"This Year">, z.ZodLiteral<"All">, z.ZodLiteral<"All Time">, z.ZodLiteral<"12h">, z.ZodLiteral<"daily">, z.ZodLiteral<"weekly">]>>;
|
|
793
793
|
lastSelectedRatingFilter: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"rating:asc">, z.ZodLiteral<"rating:desc">, z.ZodLiteral<"createdAt:asc">, z.ZodLiteral<"createdAt:desc">, z.ZodLiteral<"userLikes:asc">, z.ZodLiteral<"userLikes:desc">]>>;
|
|
794
794
|
lastSelectedGamesFeedType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"newest">, z.ZodLiteral<"forYou">]>>;
|
|
795
|
-
lastSelectedCombinedFeedType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"newest">, z.ZodLiteral<"
|
|
795
|
+
lastSelectedCombinedFeedType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"newest">, z.ZodLiteral<"following">]>>;
|
|
796
796
|
creatorLeague: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"nba">, z.ZodLiteral<"ncaa">, z.ZodLiteral<"nfl">, z.ZodLiteral<"nhl">, z.ZodLiteral<"mlb">, z.ZodLiteral<"cbb">, z.ZodLiteral<"cfb">, z.ZodLiteral<"epl">, z.ZodLiteral<"mls">, z.ZodLiteral<"wnba">, z.ZodLiteral<"cwc">, z.ZodLiteral<"global">]>>;
|
|
797
797
|
role: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Admin">, z.ZodLiteral<"Creator">]>>;
|
|
798
798
|
preferTraditionalTeamLayout: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -1001,6 +1001,7 @@ export declare const userEventCommentSchema: z.ZodObject<{
|
|
|
1001
1001
|
viewedToS: z.ZodOptional<z.ZodBoolean>;
|
|
1002
1002
|
banned: z.ZodOptional<z.ZodBoolean>;
|
|
1003
1003
|
lowercaseUsername: z.ZodOptional<z.ZodString>;
|
|
1004
|
+
headerColor: z.ZodOptional<z.ZodString>;
|
|
1004
1005
|
}, "id" | "email" | "username" | "avatarUrl" | "badge">, "strip", z.ZodTypeAny, {
|
|
1005
1006
|
id: string;
|
|
1006
1007
|
email: string;
|
|
@@ -1705,7 +1706,7 @@ export declare const userEventCommentSchema: z.ZodObject<{
|
|
|
1705
1706
|
lastSelectedFilter: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Today">, z.ZodLiteral<"This Week">, z.ZodLiteral<"This Season">, z.ZodLiteral<"This Month">, z.ZodLiteral<"This Year">, z.ZodLiteral<"All">, z.ZodLiteral<"All Time">, z.ZodLiteral<"12h">, z.ZodLiteral<"daily">, z.ZodLiteral<"weekly">]>>;
|
|
1706
1707
|
lastSelectedRatingFilter: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"rating:asc">, z.ZodLiteral<"rating:desc">, z.ZodLiteral<"createdAt:asc">, z.ZodLiteral<"createdAt:desc">, z.ZodLiteral<"userLikes:asc">, z.ZodLiteral<"userLikes:desc">]>>;
|
|
1707
1708
|
lastSelectedGamesFeedType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"newest">, z.ZodLiteral<"forYou">]>>;
|
|
1708
|
-
lastSelectedCombinedFeedType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"newest">, z.ZodLiteral<"
|
|
1709
|
+
lastSelectedCombinedFeedType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"newest">, z.ZodLiteral<"following">]>>;
|
|
1709
1710
|
creatorLeague: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"nba">, z.ZodLiteral<"ncaa">, z.ZodLiteral<"nfl">, z.ZodLiteral<"nhl">, z.ZodLiteral<"mlb">, z.ZodLiteral<"cbb">, z.ZodLiteral<"cfb">, z.ZodLiteral<"epl">, z.ZodLiteral<"mls">, z.ZodLiteral<"wnba">, z.ZodLiteral<"cwc">, z.ZodLiteral<"global">]>>;
|
|
1710
1711
|
role: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Admin">, z.ZodLiteral<"Creator">]>>;
|
|
1711
1712
|
preferTraditionalTeamLayout: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -1914,6 +1915,7 @@ export declare const userEventCommentSchema: z.ZodObject<{
|
|
|
1914
1915
|
viewedToS: z.ZodOptional<z.ZodBoolean>;
|
|
1915
1916
|
banned: z.ZodOptional<z.ZodBoolean>;
|
|
1916
1917
|
lowercaseUsername: z.ZodOptional<z.ZodString>;
|
|
1918
|
+
headerColor: z.ZodOptional<z.ZodString>;
|
|
1917
1919
|
}, "id" | "email" | "username" | "avatarUrl" | "badge">, "strip", z.ZodTypeAny, {
|
|
1918
1920
|
id: string;
|
|
1919
1921
|
email: string;
|
|
@@ -2671,7 +2673,7 @@ export declare const userEventCommentLikeSchema: z.ZodObject<{
|
|
|
2671
2673
|
lastSelectedFilter: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Today">, z.ZodLiteral<"This Week">, z.ZodLiteral<"This Season">, z.ZodLiteral<"This Month">, z.ZodLiteral<"This Year">, z.ZodLiteral<"All">, z.ZodLiteral<"All Time">, z.ZodLiteral<"12h">, z.ZodLiteral<"daily">, z.ZodLiteral<"weekly">]>>;
|
|
2672
2674
|
lastSelectedRatingFilter: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"rating:asc">, z.ZodLiteral<"rating:desc">, z.ZodLiteral<"createdAt:asc">, z.ZodLiteral<"createdAt:desc">, z.ZodLiteral<"userLikes:asc">, z.ZodLiteral<"userLikes:desc">]>>;
|
|
2673
2675
|
lastSelectedGamesFeedType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"newest">, z.ZodLiteral<"forYou">]>>;
|
|
2674
|
-
lastSelectedCombinedFeedType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"newest">, z.ZodLiteral<"
|
|
2676
|
+
lastSelectedCombinedFeedType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"newest">, z.ZodLiteral<"following">]>>;
|
|
2675
2677
|
creatorLeague: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"nba">, z.ZodLiteral<"ncaa">, z.ZodLiteral<"nfl">, z.ZodLiteral<"nhl">, z.ZodLiteral<"mlb">, z.ZodLiteral<"cbb">, z.ZodLiteral<"cfb">, z.ZodLiteral<"epl">, z.ZodLiteral<"mls">, z.ZodLiteral<"wnba">, z.ZodLiteral<"cwc">, z.ZodLiteral<"global">]>>;
|
|
2676
2678
|
role: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Admin">, z.ZodLiteral<"Creator">]>>;
|
|
2677
2679
|
preferTraditionalTeamLayout: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -2880,6 +2882,7 @@ export declare const userEventCommentLikeSchema: z.ZodObject<{
|
|
|
2880
2882
|
viewedToS: z.ZodOptional<z.ZodBoolean>;
|
|
2881
2883
|
banned: z.ZodOptional<z.ZodBoolean>;
|
|
2882
2884
|
lowercaseUsername: z.ZodOptional<z.ZodString>;
|
|
2885
|
+
headerColor: z.ZodOptional<z.ZodString>;
|
|
2883
2886
|
}, "id" | "email" | "username" | "avatarUrl" | "badge">, "strip", z.ZodTypeAny, {
|
|
2884
2887
|
id: string;
|
|
2885
2888
|
email: string;
|
package/dist/schemas/voting.d.ts
CHANGED
|
@@ -689,7 +689,7 @@ export declare const playerVoteSchema: z.ZodObject<{
|
|
|
689
689
|
lastSelectedFilter: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Today">, z.ZodLiteral<"This Week">, z.ZodLiteral<"This Season">, z.ZodLiteral<"This Month">, z.ZodLiteral<"This Year">, z.ZodLiteral<"All">, z.ZodLiteral<"All Time">, z.ZodLiteral<"12h">, z.ZodLiteral<"daily">, z.ZodLiteral<"weekly">]>>;
|
|
690
690
|
lastSelectedRatingFilter: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"rating:asc">, z.ZodLiteral<"rating:desc">, z.ZodLiteral<"createdAt:asc">, z.ZodLiteral<"createdAt:desc">, z.ZodLiteral<"userLikes:asc">, z.ZodLiteral<"userLikes:desc">]>>;
|
|
691
691
|
lastSelectedGamesFeedType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"newest">, z.ZodLiteral<"forYou">]>>;
|
|
692
|
-
lastSelectedCombinedFeedType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"newest">, z.ZodLiteral<"
|
|
692
|
+
lastSelectedCombinedFeedType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"newest">, z.ZodLiteral<"following">]>>;
|
|
693
693
|
creatorLeague: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"nba">, z.ZodLiteral<"ncaa">, z.ZodLiteral<"nfl">, z.ZodLiteral<"nhl">, z.ZodLiteral<"mlb">, z.ZodLiteral<"cbb">, z.ZodLiteral<"cfb">, z.ZodLiteral<"epl">, z.ZodLiteral<"mls">, z.ZodLiteral<"wnba">, z.ZodLiteral<"cwc">, z.ZodLiteral<"global">]>>;
|
|
694
694
|
role: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Admin">, z.ZodLiteral<"Creator">]>>;
|
|
695
695
|
preferTraditionalTeamLayout: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -898,6 +898,7 @@ export declare const playerVoteSchema: z.ZodObject<{
|
|
|
898
898
|
viewedToS: z.ZodOptional<z.ZodBoolean>;
|
|
899
899
|
banned: z.ZodOptional<z.ZodBoolean>;
|
|
900
900
|
lowercaseUsername: z.ZodOptional<z.ZodString>;
|
|
901
|
+
headerColor: z.ZodOptional<z.ZodString>;
|
|
901
902
|
}, "id" | "email" | "username" | "avatarUrl" | "badge">, "strip", z.ZodTypeAny, {
|
|
902
903
|
id: string;
|
|
903
904
|
email: string;
|
|
@@ -1720,7 +1721,7 @@ export declare const voteSubmissionDtoSchema: z.ZodObject<{
|
|
|
1720
1721
|
lastSelectedFilter: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Today">, z.ZodLiteral<"This Week">, z.ZodLiteral<"This Season">, z.ZodLiteral<"This Month">, z.ZodLiteral<"This Year">, z.ZodLiteral<"All">, z.ZodLiteral<"All Time">, z.ZodLiteral<"12h">, z.ZodLiteral<"daily">, z.ZodLiteral<"weekly">]>>;
|
|
1721
1722
|
lastSelectedRatingFilter: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"rating:asc">, z.ZodLiteral<"rating:desc">, z.ZodLiteral<"createdAt:asc">, z.ZodLiteral<"createdAt:desc">, z.ZodLiteral<"userLikes:asc">, z.ZodLiteral<"userLikes:desc">]>>;
|
|
1722
1723
|
lastSelectedGamesFeedType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"newest">, z.ZodLiteral<"forYou">]>>;
|
|
1723
|
-
lastSelectedCombinedFeedType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"newest">, z.ZodLiteral<"
|
|
1724
|
+
lastSelectedCombinedFeedType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"newest">, z.ZodLiteral<"following">]>>;
|
|
1724
1725
|
creatorLeague: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"nba">, z.ZodLiteral<"ncaa">, z.ZodLiteral<"nfl">, z.ZodLiteral<"nhl">, z.ZodLiteral<"mlb">, z.ZodLiteral<"cbb">, z.ZodLiteral<"cfb">, z.ZodLiteral<"epl">, z.ZodLiteral<"mls">, z.ZodLiteral<"wnba">, z.ZodLiteral<"cwc">, z.ZodLiteral<"global">]>>;
|
|
1725
1726
|
role: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Admin">, z.ZodLiteral<"Creator">]>>;
|
|
1726
1727
|
preferTraditionalTeamLayout: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -1929,6 +1930,7 @@ export declare const voteSubmissionDtoSchema: z.ZodObject<{
|
|
|
1929
1930
|
viewedToS: z.ZodOptional<z.ZodBoolean>;
|
|
1930
1931
|
banned: z.ZodOptional<z.ZodBoolean>;
|
|
1931
1932
|
lowercaseUsername: z.ZodOptional<z.ZodString>;
|
|
1933
|
+
headerColor: z.ZodOptional<z.ZodString>;
|
|
1932
1934
|
}, "id" | "email" | "username" | "avatarUrl" | "badge">, "strip", z.ZodTypeAny, {
|
|
1933
1935
|
id: string;
|
|
1934
1936
|
email: string;
|
|
@@ -3235,7 +3237,7 @@ export declare const userVoteResponseDtoSchema: z.ZodObject<{
|
|
|
3235
3237
|
lastSelectedFilter: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Today">, z.ZodLiteral<"This Week">, z.ZodLiteral<"This Season">, z.ZodLiteral<"This Month">, z.ZodLiteral<"This Year">, z.ZodLiteral<"All">, z.ZodLiteral<"All Time">, z.ZodLiteral<"12h">, z.ZodLiteral<"daily">, z.ZodLiteral<"weekly">]>>;
|
|
3236
3238
|
lastSelectedRatingFilter: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"rating:asc">, z.ZodLiteral<"rating:desc">, z.ZodLiteral<"createdAt:asc">, z.ZodLiteral<"createdAt:desc">, z.ZodLiteral<"userLikes:asc">, z.ZodLiteral<"userLikes:desc">]>>;
|
|
3237
3239
|
lastSelectedGamesFeedType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"newest">, z.ZodLiteral<"forYou">]>>;
|
|
3238
|
-
lastSelectedCombinedFeedType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"newest">, z.ZodLiteral<"
|
|
3240
|
+
lastSelectedCombinedFeedType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"newest">, z.ZodLiteral<"following">]>>;
|
|
3239
3241
|
creatorLeague: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"nba">, z.ZodLiteral<"ncaa">, z.ZodLiteral<"nfl">, z.ZodLiteral<"nhl">, z.ZodLiteral<"mlb">, z.ZodLiteral<"cbb">, z.ZodLiteral<"cfb">, z.ZodLiteral<"epl">, z.ZodLiteral<"mls">, z.ZodLiteral<"wnba">, z.ZodLiteral<"cwc">, z.ZodLiteral<"global">]>>;
|
|
3240
3242
|
role: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Admin">, z.ZodLiteral<"Creator">]>>;
|
|
3241
3243
|
preferTraditionalTeamLayout: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -3444,6 +3446,7 @@ export declare const userVoteResponseDtoSchema: z.ZodObject<{
|
|
|
3444
3446
|
viewedToS: z.ZodOptional<z.ZodBoolean>;
|
|
3445
3447
|
banned: z.ZodOptional<z.ZodBoolean>;
|
|
3446
3448
|
lowercaseUsername: z.ZodOptional<z.ZodString>;
|
|
3449
|
+
headerColor: z.ZodOptional<z.ZodString>;
|
|
3447
3450
|
}, "id" | "email" | "username" | "avatarUrl" | "badge">, "strip", z.ZodTypeAny, {
|
|
3448
3451
|
id: string;
|
|
3449
3452
|
email: string;
|