rategame-shared 1.1.296 → 1.1.298
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 +5 -0
- package/dist/schemas/game.d.ts +20 -0
- package/dist/schemas/list.d.ts +5 -0
- package/dist/schemas/moderation.d.ts +4 -0
- package/dist/schemas/player.d.ts +3 -0
- package/dist/schemas/player.js +1 -0
- package/dist/schemas/rating.d.ts +3 -0
- package/dist/schemas/stadium.d.ts +4 -0
- package/dist/schemas/user.d.ts +7 -0
- package/dist/schemas/user.js +1 -0
- package/dist/schemas/userEvent.d.ts +3 -0
- package/dist/schemas/voting.d.ts +85 -0
- package/package.json +1 -1
package/dist/schemas/chat.d.ts
CHANGED
|
@@ -778,6 +778,7 @@ export declare const chatMessageSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
778
778
|
lastSelectedCombinedFeedType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"newest">, z.ZodLiteral<"following">]>>;
|
|
779
779
|
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">]>>;
|
|
780
780
|
role: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Admin">, z.ZodLiteral<"Creator">]>>;
|
|
781
|
+
multiLeagueCreator: z.ZodOptional<z.ZodBoolean>;
|
|
781
782
|
preferTraditionalTeamLayout: z.ZodOptional<z.ZodBoolean>;
|
|
782
783
|
wasPromptedForReview: z.ZodOptional<z.ZodBoolean>;
|
|
783
784
|
isAnonymous: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -1803,6 +1804,7 @@ export declare const chatMessageSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
1803
1804
|
lastSelectedCombinedFeedType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"newest">, z.ZodLiteral<"following">]>>;
|
|
1804
1805
|
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">]>>;
|
|
1805
1806
|
role: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Admin">, z.ZodLiteral<"Creator">]>>;
|
|
1807
|
+
multiLeagueCreator: z.ZodOptional<z.ZodBoolean>;
|
|
1806
1808
|
preferTraditionalTeamLayout: z.ZodOptional<z.ZodBoolean>;
|
|
1807
1809
|
wasPromptedForReview: z.ZodOptional<z.ZodBoolean>;
|
|
1808
1810
|
isAnonymous: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -2884,6 +2886,7 @@ export declare const communityChatMessageSchema: z.ZodObject<z.objectUtil.extend
|
|
|
2884
2886
|
lastSelectedCombinedFeedType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"newest">, z.ZodLiteral<"following">]>>;
|
|
2885
2887
|
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">]>>;
|
|
2886
2888
|
role: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Admin">, z.ZodLiteral<"Creator">]>>;
|
|
2889
|
+
multiLeagueCreator: z.ZodOptional<z.ZodBoolean>;
|
|
2887
2890
|
preferTraditionalTeamLayout: z.ZodOptional<z.ZodBoolean>;
|
|
2888
2891
|
wasPromptedForReview: z.ZodOptional<z.ZodBoolean>;
|
|
2889
2892
|
isAnonymous: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -3908,6 +3911,7 @@ export declare const communityChatMessageSchema: z.ZodObject<z.objectUtil.extend
|
|
|
3908
3911
|
lastSelectedCombinedFeedType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"newest">, z.ZodLiteral<"following">]>>;
|
|
3909
3912
|
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">]>>;
|
|
3910
3913
|
role: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Admin">, z.ZodLiteral<"Creator">]>>;
|
|
3914
|
+
multiLeagueCreator: z.ZodOptional<z.ZodBoolean>;
|
|
3911
3915
|
preferTraditionalTeamLayout: z.ZodOptional<z.ZodBoolean>;
|
|
3912
3916
|
wasPromptedForReview: z.ZodOptional<z.ZodBoolean>;
|
|
3913
3917
|
isAnonymous: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -4984,6 +4988,7 @@ export declare const messageReactionSchema: z.ZodObject<{
|
|
|
4984
4988
|
lastSelectedCombinedFeedType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"newest">, z.ZodLiteral<"following">]>>;
|
|
4985
4989
|
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">]>>;
|
|
4986
4990
|
role: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Admin">, z.ZodLiteral<"Creator">]>>;
|
|
4991
|
+
multiLeagueCreator: z.ZodOptional<z.ZodBoolean>;
|
|
4987
4992
|
preferTraditionalTeamLayout: z.ZodOptional<z.ZodBoolean>;
|
|
4988
4993
|
wasPromptedForReview: z.ZodOptional<z.ZodBoolean>;
|
|
4989
4994
|
isAnonymous: z.ZodOptional<z.ZodBoolean>;
|
package/dist/schemas/game.d.ts
CHANGED
|
@@ -4045,6 +4045,7 @@ export declare const commonGameSchema: z.ZodObject<{
|
|
|
4045
4045
|
lastSelectedCombinedFeedType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"newest">, z.ZodLiteral<"following">]>>;
|
|
4046
4046
|
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">]>>;
|
|
4047
4047
|
role: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Admin">, z.ZodLiteral<"Creator">]>>;
|
|
4048
|
+
multiLeagueCreator: z.ZodOptional<z.ZodBoolean>;
|
|
4048
4049
|
preferTraditionalTeamLayout: z.ZodOptional<z.ZodBoolean>;
|
|
4049
4050
|
wasPromptedForReview: z.ZodOptional<z.ZodBoolean>;
|
|
4050
4051
|
isAnonymous: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -6522,6 +6523,7 @@ export declare const basketballGameSchema: z.ZodObject<z.objectUtil.extendShape<
|
|
|
6522
6523
|
lastSelectedCombinedFeedType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"newest">, z.ZodLiteral<"following">]>>;
|
|
6523
6524
|
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">]>>;
|
|
6524
6525
|
role: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Admin">, z.ZodLiteral<"Creator">]>>;
|
|
6526
|
+
multiLeagueCreator: z.ZodOptional<z.ZodBoolean>;
|
|
6525
6527
|
preferTraditionalTeamLayout: z.ZodOptional<z.ZodBoolean>;
|
|
6526
6528
|
wasPromptedForReview: z.ZodOptional<z.ZodBoolean>;
|
|
6527
6529
|
isAnonymous: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -9060,6 +9062,7 @@ export declare const mlbGameSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
9060
9062
|
lastSelectedCombinedFeedType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"newest">, z.ZodLiteral<"following">]>>;
|
|
9061
9063
|
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">]>>;
|
|
9062
9064
|
role: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Admin">, z.ZodLiteral<"Creator">]>>;
|
|
9065
|
+
multiLeagueCreator: z.ZodOptional<z.ZodBoolean>;
|
|
9063
9066
|
preferTraditionalTeamLayout: z.ZodOptional<z.ZodBoolean>;
|
|
9064
9067
|
wasPromptedForReview: z.ZodOptional<z.ZodBoolean>;
|
|
9065
9068
|
isAnonymous: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -11606,6 +11609,7 @@ export declare const footballGameSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
11606
11609
|
lastSelectedCombinedFeedType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"newest">, z.ZodLiteral<"following">]>>;
|
|
11607
11610
|
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">]>>;
|
|
11608
11611
|
role: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Admin">, z.ZodLiteral<"Creator">]>>;
|
|
11612
|
+
multiLeagueCreator: z.ZodOptional<z.ZodBoolean>;
|
|
11609
11613
|
preferTraditionalTeamLayout: z.ZodOptional<z.ZodBoolean>;
|
|
11610
11614
|
wasPromptedForReview: z.ZodOptional<z.ZodBoolean>;
|
|
11611
11615
|
isAnonymous: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -14237,6 +14241,7 @@ export declare const nflGameSchema: z.ZodObject<z.objectUtil.extendShape<z.objec
|
|
|
14237
14241
|
lastSelectedCombinedFeedType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"newest">, z.ZodLiteral<"following">]>>;
|
|
14238
14242
|
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">]>>;
|
|
14239
14243
|
role: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Admin">, z.ZodLiteral<"Creator">]>>;
|
|
14244
|
+
multiLeagueCreator: z.ZodOptional<z.ZodBoolean>;
|
|
14240
14245
|
preferTraditionalTeamLayout: z.ZodOptional<z.ZodBoolean>;
|
|
14241
14246
|
wasPromptedForReview: z.ZodOptional<z.ZodBoolean>;
|
|
14242
14247
|
isAnonymous: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -16839,6 +16844,7 @@ export declare const cfbGameSchema: z.ZodObject<z.objectUtil.extendShape<z.objec
|
|
|
16839
16844
|
lastSelectedCombinedFeedType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"newest">, z.ZodLiteral<"following">]>>;
|
|
16840
16845
|
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">]>>;
|
|
16841
16846
|
role: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Admin">, z.ZodLiteral<"Creator">]>>;
|
|
16847
|
+
multiLeagueCreator: z.ZodOptional<z.ZodBoolean>;
|
|
16842
16848
|
preferTraditionalTeamLayout: z.ZodOptional<z.ZodBoolean>;
|
|
16843
16849
|
wasPromptedForReview: z.ZodOptional<z.ZodBoolean>;
|
|
16844
16850
|
isAnonymous: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -19423,6 +19429,7 @@ export declare const nhlGameSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
19423
19429
|
lastSelectedCombinedFeedType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"newest">, z.ZodLiteral<"following">]>>;
|
|
19424
19430
|
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">]>>;
|
|
19425
19431
|
role: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Admin">, z.ZodLiteral<"Creator">]>>;
|
|
19432
|
+
multiLeagueCreator: z.ZodOptional<z.ZodBoolean>;
|
|
19426
19433
|
preferTraditionalTeamLayout: z.ZodOptional<z.ZodBoolean>;
|
|
19427
19434
|
wasPromptedForReview: z.ZodOptional<z.ZodBoolean>;
|
|
19428
19435
|
isAnonymous: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -21920,6 +21927,7 @@ export declare const unionGameSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.exten
|
|
|
21920
21927
|
lastSelectedCombinedFeedType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"newest">, z.ZodLiteral<"following">]>>;
|
|
21921
21928
|
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">]>>;
|
|
21922
21929
|
role: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Admin">, z.ZodLiteral<"Creator">]>>;
|
|
21930
|
+
multiLeagueCreator: z.ZodOptional<z.ZodBoolean>;
|
|
21923
21931
|
preferTraditionalTeamLayout: z.ZodOptional<z.ZodBoolean>;
|
|
21924
21932
|
wasPromptedForReview: z.ZodOptional<z.ZodBoolean>;
|
|
21925
21933
|
isAnonymous: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -24444,6 +24452,7 @@ export declare const unionGameSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.exten
|
|
|
24444
24452
|
lastSelectedCombinedFeedType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"newest">, z.ZodLiteral<"following">]>>;
|
|
24445
24453
|
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">]>>;
|
|
24446
24454
|
role: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Admin">, z.ZodLiteral<"Creator">]>>;
|
|
24455
|
+
multiLeagueCreator: z.ZodOptional<z.ZodBoolean>;
|
|
24447
24456
|
preferTraditionalTeamLayout: z.ZodOptional<z.ZodBoolean>;
|
|
24448
24457
|
wasPromptedForReview: z.ZodOptional<z.ZodBoolean>;
|
|
24449
24458
|
isAnonymous: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -26989,6 +26998,7 @@ export declare const unionGameSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.exten
|
|
|
26989
26998
|
lastSelectedCombinedFeedType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"newest">, z.ZodLiteral<"following">]>>;
|
|
26990
26999
|
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">]>>;
|
|
26991
27000
|
role: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Admin">, z.ZodLiteral<"Creator">]>>;
|
|
27001
|
+
multiLeagueCreator: z.ZodOptional<z.ZodBoolean>;
|
|
26992
27002
|
preferTraditionalTeamLayout: z.ZodOptional<z.ZodBoolean>;
|
|
26993
27003
|
wasPromptedForReview: z.ZodOptional<z.ZodBoolean>;
|
|
26994
27004
|
isAnonymous: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -29619,6 +29629,7 @@ export declare const unionGameSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.exten
|
|
|
29619
29629
|
lastSelectedCombinedFeedType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"newest">, z.ZodLiteral<"following">]>>;
|
|
29620
29630
|
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">]>>;
|
|
29621
29631
|
role: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Admin">, z.ZodLiteral<"Creator">]>>;
|
|
29632
|
+
multiLeagueCreator: z.ZodOptional<z.ZodBoolean>;
|
|
29622
29633
|
preferTraditionalTeamLayout: z.ZodOptional<z.ZodBoolean>;
|
|
29623
29634
|
wasPromptedForReview: z.ZodOptional<z.ZodBoolean>;
|
|
29624
29635
|
isAnonymous: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -32220,6 +32231,7 @@ export declare const unionGameSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.exten
|
|
|
32220
32231
|
lastSelectedCombinedFeedType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"newest">, z.ZodLiteral<"following">]>>;
|
|
32221
32232
|
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">]>>;
|
|
32222
32233
|
role: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Admin">, z.ZodLiteral<"Creator">]>>;
|
|
32234
|
+
multiLeagueCreator: z.ZodOptional<z.ZodBoolean>;
|
|
32223
32235
|
preferTraditionalTeamLayout: z.ZodOptional<z.ZodBoolean>;
|
|
32224
32236
|
wasPromptedForReview: z.ZodOptional<z.ZodBoolean>;
|
|
32225
32237
|
isAnonymous: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -34803,6 +34815,7 @@ export declare const unionGameSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.exten
|
|
|
34803
34815
|
lastSelectedCombinedFeedType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"newest">, z.ZodLiteral<"following">]>>;
|
|
34804
34816
|
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">]>>;
|
|
34805
34817
|
role: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Admin">, z.ZodLiteral<"Creator">]>>;
|
|
34818
|
+
multiLeagueCreator: z.ZodOptional<z.ZodBoolean>;
|
|
34806
34819
|
preferTraditionalTeamLayout: z.ZodOptional<z.ZodBoolean>;
|
|
34807
34820
|
wasPromptedForReview: z.ZodOptional<z.ZodBoolean>;
|
|
34808
34821
|
isAnonymous: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -37350,6 +37363,7 @@ export declare const creatorPickSchema: z.ZodObject<{
|
|
|
37350
37363
|
lastSelectedCombinedFeedType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"newest">, z.ZodLiteral<"following">]>>;
|
|
37351
37364
|
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">]>>;
|
|
37352
37365
|
role: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Admin">, z.ZodLiteral<"Creator">]>>;
|
|
37366
|
+
multiLeagueCreator: z.ZodOptional<z.ZodBoolean>;
|
|
37353
37367
|
preferTraditionalTeamLayout: z.ZodOptional<z.ZodBoolean>;
|
|
37354
37368
|
wasPromptedForReview: z.ZodOptional<z.ZodBoolean>;
|
|
37355
37369
|
isAnonymous: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -39874,6 +39888,7 @@ export declare const creatorPickSchema: z.ZodObject<{
|
|
|
39874
39888
|
lastSelectedCombinedFeedType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"newest">, z.ZodLiteral<"following">]>>;
|
|
39875
39889
|
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">]>>;
|
|
39876
39890
|
role: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Admin">, z.ZodLiteral<"Creator">]>>;
|
|
39891
|
+
multiLeagueCreator: z.ZodOptional<z.ZodBoolean>;
|
|
39877
39892
|
preferTraditionalTeamLayout: z.ZodOptional<z.ZodBoolean>;
|
|
39878
39893
|
wasPromptedForReview: z.ZodOptional<z.ZodBoolean>;
|
|
39879
39894
|
isAnonymous: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -42419,6 +42434,7 @@ export declare const creatorPickSchema: z.ZodObject<{
|
|
|
42419
42434
|
lastSelectedCombinedFeedType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"newest">, z.ZodLiteral<"following">]>>;
|
|
42420
42435
|
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">]>>;
|
|
42421
42436
|
role: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Admin">, z.ZodLiteral<"Creator">]>>;
|
|
42437
|
+
multiLeagueCreator: z.ZodOptional<z.ZodBoolean>;
|
|
42422
42438
|
preferTraditionalTeamLayout: z.ZodOptional<z.ZodBoolean>;
|
|
42423
42439
|
wasPromptedForReview: z.ZodOptional<z.ZodBoolean>;
|
|
42424
42440
|
isAnonymous: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -45049,6 +45065,7 @@ export declare const creatorPickSchema: z.ZodObject<{
|
|
|
45049
45065
|
lastSelectedCombinedFeedType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"newest">, z.ZodLiteral<"following">]>>;
|
|
45050
45066
|
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">]>>;
|
|
45051
45067
|
role: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Admin">, z.ZodLiteral<"Creator">]>>;
|
|
45068
|
+
multiLeagueCreator: z.ZodOptional<z.ZodBoolean>;
|
|
45052
45069
|
preferTraditionalTeamLayout: z.ZodOptional<z.ZodBoolean>;
|
|
45053
45070
|
wasPromptedForReview: z.ZodOptional<z.ZodBoolean>;
|
|
45054
45071
|
isAnonymous: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -47650,6 +47667,7 @@ export declare const creatorPickSchema: z.ZodObject<{
|
|
|
47650
47667
|
lastSelectedCombinedFeedType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"newest">, z.ZodLiteral<"following">]>>;
|
|
47651
47668
|
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">]>>;
|
|
47652
47669
|
role: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Admin">, z.ZodLiteral<"Creator">]>>;
|
|
47670
|
+
multiLeagueCreator: z.ZodOptional<z.ZodBoolean>;
|
|
47653
47671
|
preferTraditionalTeamLayout: z.ZodOptional<z.ZodBoolean>;
|
|
47654
47672
|
wasPromptedForReview: z.ZodOptional<z.ZodBoolean>;
|
|
47655
47673
|
isAnonymous: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -50233,6 +50251,7 @@ export declare const creatorPickSchema: z.ZodObject<{
|
|
|
50233
50251
|
lastSelectedCombinedFeedType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"newest">, z.ZodLiteral<"following">]>>;
|
|
50234
50252
|
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">]>>;
|
|
50235
50253
|
role: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Admin">, z.ZodLiteral<"Creator">]>>;
|
|
50254
|
+
multiLeagueCreator: z.ZodOptional<z.ZodBoolean>;
|
|
50236
50255
|
preferTraditionalTeamLayout: z.ZodOptional<z.ZodBoolean>;
|
|
50237
50256
|
wasPromptedForReview: z.ZodOptional<z.ZodBoolean>;
|
|
50238
50257
|
isAnonymous: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -51661,6 +51680,7 @@ export declare const creatorPickSchema: z.ZodObject<{
|
|
|
51661
51680
|
lastSelectedCombinedFeedType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"newest">, z.ZodLiteral<"following">]>>;
|
|
51662
51681
|
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">]>>;
|
|
51663
51682
|
role: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Admin">, z.ZodLiteral<"Creator">]>>;
|
|
51683
|
+
multiLeagueCreator: z.ZodOptional<z.ZodBoolean>;
|
|
51664
51684
|
preferTraditionalTeamLayout: z.ZodOptional<z.ZodBoolean>;
|
|
51665
51685
|
wasPromptedForReview: z.ZodOptional<z.ZodBoolean>;
|
|
51666
51686
|
isAnonymous: z.ZodOptional<z.ZodBoolean>;
|
package/dist/schemas/list.d.ts
CHANGED
|
@@ -778,6 +778,7 @@ export declare const listSchema: z.ZodObject<{
|
|
|
778
778
|
lastSelectedCombinedFeedType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"newest">, z.ZodLiteral<"following">]>>;
|
|
779
779
|
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">]>>;
|
|
780
780
|
role: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Admin">, z.ZodLiteral<"Creator">]>>;
|
|
781
|
+
multiLeagueCreator: z.ZodOptional<z.ZodBoolean>;
|
|
781
782
|
preferTraditionalTeamLayout: z.ZodOptional<z.ZodBoolean>;
|
|
782
783
|
wasPromptedForReview: z.ZodOptional<z.ZodBoolean>;
|
|
783
784
|
isAnonymous: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -1848,6 +1849,7 @@ export declare const listCreateSchema: z.ZodObject<Omit<{
|
|
|
1848
1849
|
lastSelectedCombinedFeedType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"newest">, z.ZodLiteral<"following">]>>;
|
|
1849
1850
|
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">]>>;
|
|
1850
1851
|
role: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Admin">, z.ZodLiteral<"Creator">]>>;
|
|
1852
|
+
multiLeagueCreator: z.ZodOptional<z.ZodBoolean>;
|
|
1851
1853
|
preferTraditionalTeamLayout: z.ZodOptional<z.ZodBoolean>;
|
|
1852
1854
|
wasPromptedForReview: z.ZodOptional<z.ZodBoolean>;
|
|
1853
1855
|
isAnonymous: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -2910,6 +2912,7 @@ export declare const listCommentSchema: z.ZodObject<{
|
|
|
2910
2912
|
lastSelectedCombinedFeedType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"newest">, z.ZodLiteral<"following">]>>;
|
|
2911
2913
|
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">]>>;
|
|
2912
2914
|
role: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Admin">, z.ZodLiteral<"Creator">]>>;
|
|
2915
|
+
multiLeagueCreator: z.ZodOptional<z.ZodBoolean>;
|
|
2913
2916
|
preferTraditionalTeamLayout: z.ZodOptional<z.ZodBoolean>;
|
|
2914
2917
|
wasPromptedForReview: z.ZodOptional<z.ZodBoolean>;
|
|
2915
2918
|
isAnonymous: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -3932,6 +3935,7 @@ export declare const listCommentSchema: z.ZodObject<{
|
|
|
3932
3935
|
lastSelectedCombinedFeedType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"newest">, z.ZodLiteral<"following">]>>;
|
|
3933
3936
|
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">]>>;
|
|
3934
3937
|
role: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Admin">, z.ZodLiteral<"Creator">]>>;
|
|
3938
|
+
multiLeagueCreator: z.ZodOptional<z.ZodBoolean>;
|
|
3935
3939
|
preferTraditionalTeamLayout: z.ZodOptional<z.ZodBoolean>;
|
|
3936
3940
|
wasPromptedForReview: z.ZodOptional<z.ZodBoolean>;
|
|
3937
3941
|
isAnonymous: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -4999,6 +5003,7 @@ export declare const listCommentLikeSchema: z.ZodObject<{
|
|
|
4999
5003
|
lastSelectedCombinedFeedType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"newest">, z.ZodLiteral<"following">]>>;
|
|
5000
5004
|
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">]>>;
|
|
5001
5005
|
role: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Admin">, z.ZodLiteral<"Creator">]>>;
|
|
5006
|
+
multiLeagueCreator: z.ZodOptional<z.ZodBoolean>;
|
|
5002
5007
|
preferTraditionalTeamLayout: z.ZodOptional<z.ZodBoolean>;
|
|
5003
5008
|
wasPromptedForReview: z.ZodOptional<z.ZodBoolean>;
|
|
5004
5009
|
isAnonymous: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -791,6 +791,7 @@ export declare const banInfoSchema: z.ZodObject<{
|
|
|
791
791
|
lastSelectedCombinedFeedType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"newest">, z.ZodLiteral<"following">]>>;
|
|
792
792
|
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">]>>;
|
|
793
793
|
role: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Admin">, z.ZodLiteral<"Creator">]>>;
|
|
794
|
+
multiLeagueCreator: z.ZodOptional<z.ZodBoolean>;
|
|
794
795
|
preferTraditionalTeamLayout: z.ZodOptional<z.ZodBoolean>;
|
|
795
796
|
wasPromptedForReview: z.ZodOptional<z.ZodBoolean>;
|
|
796
797
|
isAnonymous: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -1840,6 +1841,7 @@ export declare const bannedUserSchema: z.ZodObject<{
|
|
|
1840
1841
|
lastSelectedCombinedFeedType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"newest">, z.ZodLiteral<"following">]>>;
|
|
1841
1842
|
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">]>>;
|
|
1842
1843
|
role: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Admin">, z.ZodLiteral<"Creator">]>>;
|
|
1844
|
+
multiLeagueCreator: z.ZodOptional<z.ZodBoolean>;
|
|
1843
1845
|
preferTraditionalTeamLayout: z.ZodOptional<z.ZodBoolean>;
|
|
1844
1846
|
wasPromptedForReview: z.ZodOptional<z.ZodBoolean>;
|
|
1845
1847
|
isAnonymous: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -2925,6 +2927,7 @@ export declare const bannedUsersResponseSchema: z.ZodObject<{
|
|
|
2925
2927
|
lastSelectedCombinedFeedType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"newest">, z.ZodLiteral<"following">]>>;
|
|
2926
2928
|
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">]>>;
|
|
2927
2929
|
role: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Admin">, z.ZodLiteral<"Creator">]>>;
|
|
2930
|
+
multiLeagueCreator: z.ZodOptional<z.ZodBoolean>;
|
|
2928
2931
|
preferTraditionalTeamLayout: z.ZodOptional<z.ZodBoolean>;
|
|
2929
2932
|
wasPromptedForReview: z.ZodOptional<z.ZodBoolean>;
|
|
2930
2933
|
isAnonymous: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -4054,6 +4057,7 @@ export declare const banStatusResponseSchema: z.ZodObject<{
|
|
|
4054
4057
|
lastSelectedCombinedFeedType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"newest">, z.ZodLiteral<"following">]>>;
|
|
4055
4058
|
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">]>>;
|
|
4056
4059
|
role: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Admin">, z.ZodLiteral<"Creator">]>>;
|
|
4060
|
+
multiLeagueCreator: z.ZodOptional<z.ZodBoolean>;
|
|
4057
4061
|
preferTraditionalTeamLayout: z.ZodOptional<z.ZodBoolean>;
|
|
4058
4062
|
wasPromptedForReview: z.ZodOptional<z.ZodBoolean>;
|
|
4059
4063
|
isAnonymous: z.ZodOptional<z.ZodBoolean>;
|
package/dist/schemas/player.d.ts
CHANGED
|
@@ -9,6 +9,7 @@ export declare const playerSchema: z.ZodObject<{
|
|
|
9
9
|
jerseyNumber: z.ZodNumber;
|
|
10
10
|
teamId: z.ZodNumber;
|
|
11
11
|
leagueId: 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">]>;
|
|
12
|
+
gameStartedAt: z.ZodOptional<z.ZodNumber>;
|
|
12
13
|
}, "strip", z.ZodTypeAny, {
|
|
13
14
|
position: string;
|
|
14
15
|
teamId: number;
|
|
@@ -19,6 +20,7 @@ export declare const playerSchema: z.ZodObject<{
|
|
|
19
20
|
jerseyNumber: number;
|
|
20
21
|
leagueId: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba" | "cwc";
|
|
21
22
|
id?: string | undefined;
|
|
23
|
+
gameStartedAt?: number | undefined;
|
|
22
24
|
}, {
|
|
23
25
|
position: string;
|
|
24
26
|
teamId: number;
|
|
@@ -29,4 +31,5 @@ export declare const playerSchema: z.ZodObject<{
|
|
|
29
31
|
jerseyNumber: number;
|
|
30
32
|
leagueId: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba" | "cwc";
|
|
31
33
|
id?: string | undefined;
|
|
34
|
+
gameStartedAt?: number | undefined;
|
|
32
35
|
}>;
|
package/dist/schemas/player.js
CHANGED
package/dist/schemas/rating.d.ts
CHANGED
|
@@ -1707,6 +1707,7 @@ export declare const threadCommentSchema: import("zod").ZodObject<{
|
|
|
1707
1707
|
lastSelectedCombinedFeedType: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"newest">, import("zod").ZodLiteral<"following">]>>;
|
|
1708
1708
|
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">]>>;
|
|
1709
1709
|
role: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"Admin">, import("zod").ZodLiteral<"Creator">]>>;
|
|
1710
|
+
multiLeagueCreator: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
1710
1711
|
preferTraditionalTeamLayout: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
1711
1712
|
wasPromptedForReview: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
1712
1713
|
isAnonymous: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
@@ -2729,6 +2730,7 @@ export declare const threadCommentSchema: import("zod").ZodObject<{
|
|
|
2729
2730
|
lastSelectedCombinedFeedType: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"newest">, import("zod").ZodLiteral<"following">]>>;
|
|
2730
2731
|
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">]>>;
|
|
2731
2732
|
role: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"Admin">, import("zod").ZodLiteral<"Creator">]>>;
|
|
2733
|
+
multiLeagueCreator: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
2732
2734
|
preferTraditionalTeamLayout: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
2733
2735
|
wasPromptedForReview: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
2734
2736
|
isAnonymous: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
@@ -3822,6 +3824,7 @@ export declare const threadCommentLikeSchema: import("zod").ZodObject<{
|
|
|
3822
3824
|
lastSelectedCombinedFeedType: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"newest">, import("zod").ZodLiteral<"following">]>>;
|
|
3823
3825
|
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">]>>;
|
|
3824
3826
|
role: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"Admin">, import("zod").ZodLiteral<"Creator">]>>;
|
|
3827
|
+
multiLeagueCreator: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
3825
3828
|
preferTraditionalTeamLayout: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
3826
3829
|
wasPromptedForReview: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
3827
3830
|
isAnonymous: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
@@ -1022,6 +1022,7 @@ export declare const stadiumRatingSchema: z.ZodObject<{
|
|
|
1022
1022
|
lastSelectedCombinedFeedType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"newest">, z.ZodLiteral<"following">]>>;
|
|
1023
1023
|
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">]>>;
|
|
1024
1024
|
role: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Admin">, z.ZodLiteral<"Creator">]>>;
|
|
1025
|
+
multiLeagueCreator: z.ZodOptional<z.ZodBoolean>;
|
|
1025
1026
|
preferTraditionalTeamLayout: z.ZodOptional<z.ZodBoolean>;
|
|
1026
1027
|
wasPromptedForReview: z.ZodOptional<z.ZodBoolean>;
|
|
1027
1028
|
isAnonymous: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -2580,6 +2581,7 @@ export declare const createStadiumRatingSchema: z.ZodObject<z.objectUtil.extendS
|
|
|
2580
2581
|
lastSelectedCombinedFeedType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"newest">, z.ZodLiteral<"following">]>>;
|
|
2581
2582
|
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">]>>;
|
|
2582
2583
|
role: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Admin">, z.ZodLiteral<"Creator">]>>;
|
|
2584
|
+
multiLeagueCreator: z.ZodOptional<z.ZodBoolean>;
|
|
2583
2585
|
preferTraditionalTeamLayout: z.ZodOptional<z.ZodBoolean>;
|
|
2584
2586
|
wasPromptedForReview: z.ZodOptional<z.ZodBoolean>;
|
|
2585
2587
|
isAnonymous: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -4194,6 +4196,7 @@ export declare const stadiumThreadCommentSchema: z.ZodObject<{
|
|
|
4194
4196
|
lastSelectedCombinedFeedType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"newest">, z.ZodLiteral<"following">]>>;
|
|
4195
4197
|
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">]>>;
|
|
4196
4198
|
role: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Admin">, z.ZodLiteral<"Creator">]>>;
|
|
4199
|
+
multiLeagueCreator: z.ZodOptional<z.ZodBoolean>;
|
|
4197
4200
|
preferTraditionalTeamLayout: z.ZodOptional<z.ZodBoolean>;
|
|
4198
4201
|
wasPromptedForReview: z.ZodOptional<z.ZodBoolean>;
|
|
4199
4202
|
isAnonymous: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -5216,6 +5219,7 @@ export declare const stadiumThreadCommentSchema: z.ZodObject<{
|
|
|
5216
5219
|
lastSelectedCombinedFeedType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"newest">, z.ZodLiteral<"following">]>>;
|
|
5217
5220
|
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">]>>;
|
|
5218
5221
|
role: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Admin">, z.ZodLiteral<"Creator">]>>;
|
|
5222
|
+
multiLeagueCreator: z.ZodOptional<z.ZodBoolean>;
|
|
5219
5223
|
preferTraditionalTeamLayout: z.ZodOptional<z.ZodBoolean>;
|
|
5220
5224
|
wasPromptedForReview: z.ZodOptional<z.ZodBoolean>;
|
|
5221
5225
|
isAnonymous: z.ZodOptional<z.ZodBoolean>;
|
package/dist/schemas/user.d.ts
CHANGED
|
@@ -970,6 +970,7 @@ export declare const userSchema: z.ZodObject<{
|
|
|
970
970
|
lastSelectedCombinedFeedType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"newest">, z.ZodLiteral<"following">]>>;
|
|
971
971
|
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">]>>;
|
|
972
972
|
role: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Admin">, z.ZodLiteral<"Creator">]>>;
|
|
973
|
+
multiLeagueCreator: z.ZodOptional<z.ZodBoolean>;
|
|
973
974
|
preferTraditionalTeamLayout: z.ZodOptional<z.ZodBoolean>;
|
|
974
975
|
wasPromptedForReview: z.ZodOptional<z.ZodBoolean>;
|
|
975
976
|
isAnonymous: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -1384,6 +1385,7 @@ export declare const userSchema: z.ZodObject<{
|
|
|
1384
1385
|
lastSelectedGamesFeedType?: "newest" | "forYou" | undefined;
|
|
1385
1386
|
lastSelectedCombinedFeedType?: "newest" | "following" | undefined;
|
|
1386
1387
|
creatorLeague?: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba" | "cwc" | undefined;
|
|
1388
|
+
multiLeagueCreator?: boolean | undefined;
|
|
1387
1389
|
preferTraditionalTeamLayout?: boolean | undefined;
|
|
1388
1390
|
wasPromptedForReview?: boolean | undefined;
|
|
1389
1391
|
isAnonymous?: boolean | undefined;
|
|
@@ -1632,6 +1634,7 @@ export declare const userSchema: z.ZodObject<{
|
|
|
1632
1634
|
lastSelectedGamesFeedType?: "newest" | "forYou" | undefined;
|
|
1633
1635
|
lastSelectedCombinedFeedType?: "newest" | "following" | undefined;
|
|
1634
1636
|
creatorLeague?: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba" | "cwc" | undefined;
|
|
1637
|
+
multiLeagueCreator?: boolean | undefined;
|
|
1635
1638
|
preferTraditionalTeamLayout?: boolean | undefined;
|
|
1636
1639
|
wasPromptedForReview?: boolean | undefined;
|
|
1637
1640
|
isAnonymous?: boolean | undefined;
|
|
@@ -2473,6 +2476,7 @@ export declare const createUserSchema: z.ZodObject<Omit<{
|
|
|
2473
2476
|
lastSelectedCombinedFeedType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"newest">, z.ZodLiteral<"following">]>>;
|
|
2474
2477
|
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">]>>;
|
|
2475
2478
|
role: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Admin">, z.ZodLiteral<"Creator">]>>;
|
|
2479
|
+
multiLeagueCreator: z.ZodOptional<z.ZodBoolean>;
|
|
2476
2480
|
preferTraditionalTeamLayout: z.ZodOptional<z.ZodBoolean>;
|
|
2477
2481
|
wasPromptedForReview: z.ZodOptional<z.ZodBoolean>;
|
|
2478
2482
|
isAnonymous: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -2876,6 +2880,7 @@ export declare const createUserSchema: z.ZodObject<Omit<{
|
|
|
2876
2880
|
lastSelectedGamesFeedType?: "newest" | "forYou" | undefined;
|
|
2877
2881
|
lastSelectedCombinedFeedType?: "newest" | "following" | undefined;
|
|
2878
2882
|
creatorLeague?: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba" | "cwc" | undefined;
|
|
2883
|
+
multiLeagueCreator?: boolean | undefined;
|
|
2879
2884
|
preferTraditionalTeamLayout?: boolean | undefined;
|
|
2880
2885
|
wasPromptedForReview?: boolean | undefined;
|
|
2881
2886
|
isAnonymous?: boolean | undefined;
|
|
@@ -3113,6 +3118,7 @@ export declare const createUserSchema: z.ZodObject<Omit<{
|
|
|
3113
3118
|
lastSelectedGamesFeedType?: "newest" | "forYou" | undefined;
|
|
3114
3119
|
lastSelectedCombinedFeedType?: "newest" | "following" | undefined;
|
|
3115
3120
|
creatorLeague?: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba" | "cwc" | undefined;
|
|
3121
|
+
multiLeagueCreator?: boolean | undefined;
|
|
3116
3122
|
preferTraditionalTeamLayout?: boolean | undefined;
|
|
3117
3123
|
wasPromptedForReview?: boolean | undefined;
|
|
3118
3124
|
isAnonymous?: boolean | undefined;
|
|
@@ -3954,6 +3960,7 @@ export declare const reducedUserSchema: z.ZodObject<Pick<{
|
|
|
3954
3960
|
lastSelectedCombinedFeedType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"newest">, z.ZodLiteral<"following">]>>;
|
|
3955
3961
|
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">]>>;
|
|
3956
3962
|
role: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Admin">, z.ZodLiteral<"Creator">]>>;
|
|
3963
|
+
multiLeagueCreator: z.ZodOptional<z.ZodBoolean>;
|
|
3957
3964
|
preferTraditionalTeamLayout: z.ZodOptional<z.ZodBoolean>;
|
|
3958
3965
|
wasPromptedForReview: z.ZodOptional<z.ZodBoolean>;
|
|
3959
3966
|
isAnonymous: z.ZodOptional<z.ZodBoolean>;
|
package/dist/schemas/user.js
CHANGED
|
@@ -215,6 +215,7 @@ exports.userSchema = (0, zod_1.object)({
|
|
|
215
215
|
]).optional(),
|
|
216
216
|
creatorLeague: sharedTypes_1.leagueSlug.optional(),
|
|
217
217
|
role: (0, zod_1.union)([(0, zod_1.literal)("Admin"), (0, zod_1.literal)("Creator")]).optional(),
|
|
218
|
+
multiLeagueCreator: (0, zod_1.boolean)().optional(),
|
|
218
219
|
preferTraditionalTeamLayout: (0, zod_1.boolean)().optional(),
|
|
219
220
|
wasPromptedForReview: (0, zod_1.boolean)().optional(),
|
|
220
221
|
isAnonymous: (0, zod_1.boolean)().optional(),
|
|
@@ -887,6 +887,7 @@ export declare const userEventCommentSchema: z.ZodObject<{
|
|
|
887
887
|
lastSelectedCombinedFeedType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"newest">, z.ZodLiteral<"following">]>>;
|
|
888
888
|
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">]>>;
|
|
889
889
|
role: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Admin">, z.ZodLiteral<"Creator">]>>;
|
|
890
|
+
multiLeagueCreator: z.ZodOptional<z.ZodBoolean>;
|
|
890
891
|
preferTraditionalTeamLayout: z.ZodOptional<z.ZodBoolean>;
|
|
891
892
|
wasPromptedForReview: z.ZodOptional<z.ZodBoolean>;
|
|
892
893
|
isAnonymous: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -1909,6 +1910,7 @@ export declare const userEventCommentSchema: z.ZodObject<{
|
|
|
1909
1910
|
lastSelectedCombinedFeedType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"newest">, z.ZodLiteral<"following">]>>;
|
|
1910
1911
|
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">]>>;
|
|
1911
1912
|
role: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Admin">, z.ZodLiteral<"Creator">]>>;
|
|
1913
|
+
multiLeagueCreator: z.ZodOptional<z.ZodBoolean>;
|
|
1912
1914
|
preferTraditionalTeamLayout: z.ZodOptional<z.ZodBoolean>;
|
|
1913
1915
|
wasPromptedForReview: z.ZodOptional<z.ZodBoolean>;
|
|
1914
1916
|
isAnonymous: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -2984,6 +2986,7 @@ export declare const userEventCommentLikeSchema: z.ZodObject<{
|
|
|
2984
2986
|
lastSelectedCombinedFeedType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"newest">, z.ZodLiteral<"following">]>>;
|
|
2985
2987
|
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">]>>;
|
|
2986
2988
|
role: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Admin">, z.ZodLiteral<"Creator">]>>;
|
|
2989
|
+
multiLeagueCreator: z.ZodOptional<z.ZodBoolean>;
|
|
2987
2990
|
preferTraditionalTeamLayout: z.ZodOptional<z.ZodBoolean>;
|
|
2988
2991
|
wasPromptedForReview: z.ZodOptional<z.ZodBoolean>;
|
|
2989
2992
|
isAnonymous: z.ZodOptional<z.ZodBoolean>;
|
package/dist/schemas/voting.d.ts
CHANGED
|
@@ -774,6 +774,7 @@ export declare const playerVoteSchema: z.ZodObject<{
|
|
|
774
774
|
lastSelectedCombinedFeedType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"newest">, z.ZodLiteral<"following">]>>;
|
|
775
775
|
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">]>>;
|
|
776
776
|
role: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Admin">, z.ZodLiteral<"Creator">]>>;
|
|
777
|
+
multiLeagueCreator: z.ZodOptional<z.ZodBoolean>;
|
|
777
778
|
preferTraditionalTeamLayout: z.ZodOptional<z.ZodBoolean>;
|
|
778
779
|
wasPromptedForReview: z.ZodOptional<z.ZodBoolean>;
|
|
779
780
|
isAnonymous: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -1030,6 +1031,7 @@ export declare const playerVoteSchema: z.ZodObject<{
|
|
|
1030
1031
|
jerseyNumber: z.ZodNumber;
|
|
1031
1032
|
teamId: z.ZodNumber;
|
|
1032
1033
|
leagueId: 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">]>;
|
|
1034
|
+
gameStartedAt: z.ZodOptional<z.ZodNumber>;
|
|
1033
1035
|
}, "strip", z.ZodTypeAny, {
|
|
1034
1036
|
position: string;
|
|
1035
1037
|
teamId: number;
|
|
@@ -1040,6 +1042,7 @@ export declare const playerVoteSchema: z.ZodObject<{
|
|
|
1040
1042
|
jerseyNumber: number;
|
|
1041
1043
|
leagueId: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba" | "cwc";
|
|
1042
1044
|
id?: string | undefined;
|
|
1045
|
+
gameStartedAt?: number | undefined;
|
|
1043
1046
|
}, {
|
|
1044
1047
|
position: string;
|
|
1045
1048
|
teamId: number;
|
|
@@ -1050,6 +1053,7 @@ export declare const playerVoteSchema: z.ZodObject<{
|
|
|
1050
1053
|
jerseyNumber: number;
|
|
1051
1054
|
leagueId: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba" | "cwc";
|
|
1052
1055
|
id?: string | undefined;
|
|
1056
|
+
gameStartedAt?: number | undefined;
|
|
1053
1057
|
}>;
|
|
1054
1058
|
gameId: z.ZodString;
|
|
1055
1059
|
league: 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">]>;
|
|
@@ -1077,6 +1081,7 @@ export declare const playerVoteSchema: z.ZodObject<{
|
|
|
1077
1081
|
jerseyNumber: number;
|
|
1078
1082
|
leagueId: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba" | "cwc";
|
|
1079
1083
|
id?: string | undefined;
|
|
1084
|
+
gameStartedAt?: number | undefined;
|
|
1080
1085
|
};
|
|
1081
1086
|
timestamp: number;
|
|
1082
1087
|
updatedAt?: number | undefined;
|
|
@@ -1102,6 +1107,7 @@ export declare const playerVoteSchema: z.ZodObject<{
|
|
|
1102
1107
|
jerseyNumber: number;
|
|
1103
1108
|
leagueId: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba" | "cwc";
|
|
1104
1109
|
id?: string | undefined;
|
|
1110
|
+
gameStartedAt?: number | undefined;
|
|
1105
1111
|
};
|
|
1106
1112
|
timestamp: number;
|
|
1107
1113
|
updatedAt?: number | undefined;
|
|
@@ -1120,6 +1126,7 @@ export declare const voteSubmissionDtoSchema: z.ZodObject<{
|
|
|
1120
1126
|
jerseyNumber: z.ZodNumber;
|
|
1121
1127
|
teamId: z.ZodNumber;
|
|
1122
1128
|
leagueId: 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">]>;
|
|
1129
|
+
gameStartedAt: z.ZodOptional<z.ZodNumber>;
|
|
1123
1130
|
}, "strip", z.ZodTypeAny, {
|
|
1124
1131
|
position: string;
|
|
1125
1132
|
teamId: number;
|
|
@@ -1130,6 +1137,7 @@ export declare const voteSubmissionDtoSchema: z.ZodObject<{
|
|
|
1130
1137
|
jerseyNumber: number;
|
|
1131
1138
|
leagueId: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba" | "cwc";
|
|
1132
1139
|
id?: string | undefined;
|
|
1140
|
+
gameStartedAt?: number | undefined;
|
|
1133
1141
|
}, {
|
|
1134
1142
|
position: string;
|
|
1135
1143
|
teamId: number;
|
|
@@ -1140,6 +1148,7 @@ export declare const voteSubmissionDtoSchema: z.ZodObject<{
|
|
|
1140
1148
|
jerseyNumber: number;
|
|
1141
1149
|
leagueId: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba" | "cwc";
|
|
1142
1150
|
id?: string | undefined;
|
|
1151
|
+
gameStartedAt?: number | undefined;
|
|
1143
1152
|
}>;
|
|
1144
1153
|
user: z.ZodObject<Pick<{
|
|
1145
1154
|
id: z.ZodString;
|
|
@@ -1914,6 +1923,7 @@ export declare const voteSubmissionDtoSchema: z.ZodObject<{
|
|
|
1914
1923
|
lastSelectedCombinedFeedType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"newest">, z.ZodLiteral<"following">]>>;
|
|
1915
1924
|
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">]>>;
|
|
1916
1925
|
role: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Admin">, z.ZodLiteral<"Creator">]>>;
|
|
1926
|
+
multiLeagueCreator: z.ZodOptional<z.ZodBoolean>;
|
|
1917
1927
|
preferTraditionalTeamLayout: z.ZodOptional<z.ZodBoolean>;
|
|
1918
1928
|
wasPromptedForReview: z.ZodOptional<z.ZodBoolean>;
|
|
1919
1929
|
isAnonymous: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -2180,6 +2190,7 @@ export declare const voteSubmissionDtoSchema: z.ZodObject<{
|
|
|
2180
2190
|
jerseyNumber: number;
|
|
2181
2191
|
leagueId: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba" | "cwc";
|
|
2182
2192
|
id?: string | undefined;
|
|
2193
|
+
gameStartedAt?: number | undefined;
|
|
2183
2194
|
};
|
|
2184
2195
|
}, {
|
|
2185
2196
|
user: {
|
|
@@ -2201,6 +2212,7 @@ export declare const voteSubmissionDtoSchema: z.ZodObject<{
|
|
|
2201
2212
|
jerseyNumber: number;
|
|
2202
2213
|
leagueId: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba" | "cwc";
|
|
2203
2214
|
id?: string | undefined;
|
|
2215
|
+
gameStartedAt?: number | undefined;
|
|
2204
2216
|
};
|
|
2205
2217
|
}>;
|
|
2206
2218
|
export declare const voteSubmissionResponseDtoSchema: z.ZodObject<{
|
|
@@ -2227,6 +2239,7 @@ export declare const mostVotedPlayerSchema: z.ZodObject<{
|
|
|
2227
2239
|
jerseyNumber: z.ZodNumber;
|
|
2228
2240
|
teamId: z.ZodNumber;
|
|
2229
2241
|
leagueId: 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">]>;
|
|
2242
|
+
gameStartedAt: z.ZodOptional<z.ZodNumber>;
|
|
2230
2243
|
}, "strip", z.ZodTypeAny, {
|
|
2231
2244
|
position: string;
|
|
2232
2245
|
teamId: number;
|
|
@@ -2237,6 +2250,7 @@ export declare const mostVotedPlayerSchema: z.ZodObject<{
|
|
|
2237
2250
|
jerseyNumber: number;
|
|
2238
2251
|
leagueId: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba" | "cwc";
|
|
2239
2252
|
id?: string | undefined;
|
|
2253
|
+
gameStartedAt?: number | undefined;
|
|
2240
2254
|
}, {
|
|
2241
2255
|
position: string;
|
|
2242
2256
|
teamId: number;
|
|
@@ -2247,6 +2261,7 @@ export declare const mostVotedPlayerSchema: z.ZodObject<{
|
|
|
2247
2261
|
jerseyNumber: number;
|
|
2248
2262
|
leagueId: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba" | "cwc";
|
|
2249
2263
|
id?: string | undefined;
|
|
2264
|
+
gameStartedAt?: number | undefined;
|
|
2250
2265
|
}>;
|
|
2251
2266
|
voteCount: z.ZodNumber;
|
|
2252
2267
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -2260,6 +2275,7 @@ export declare const mostVotedPlayerSchema: z.ZodObject<{
|
|
|
2260
2275
|
jerseyNumber: number;
|
|
2261
2276
|
leagueId: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba" | "cwc";
|
|
2262
2277
|
id?: string | undefined;
|
|
2278
|
+
gameStartedAt?: number | undefined;
|
|
2263
2279
|
};
|
|
2264
2280
|
voteCount: number;
|
|
2265
2281
|
}, {
|
|
@@ -2273,6 +2289,7 @@ export declare const mostVotedPlayerSchema: z.ZodObject<{
|
|
|
2273
2289
|
jerseyNumber: number;
|
|
2274
2290
|
leagueId: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba" | "cwc";
|
|
2275
2291
|
id?: string | undefined;
|
|
2292
|
+
gameStartedAt?: number | undefined;
|
|
2276
2293
|
};
|
|
2277
2294
|
voteCount: number;
|
|
2278
2295
|
}>;
|
|
@@ -2291,6 +2308,7 @@ export declare const gameVoteResultsSchema: z.ZodObject<{
|
|
|
2291
2308
|
jerseyNumber: z.ZodNumber;
|
|
2292
2309
|
teamId: z.ZodNumber;
|
|
2293
2310
|
leagueId: 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">]>;
|
|
2311
|
+
gameStartedAt: z.ZodOptional<z.ZodNumber>;
|
|
2294
2312
|
}, "strip", z.ZodTypeAny, {
|
|
2295
2313
|
position: string;
|
|
2296
2314
|
teamId: number;
|
|
@@ -2301,6 +2319,7 @@ export declare const gameVoteResultsSchema: z.ZodObject<{
|
|
|
2301
2319
|
jerseyNumber: number;
|
|
2302
2320
|
leagueId: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba" | "cwc";
|
|
2303
2321
|
id?: string | undefined;
|
|
2322
|
+
gameStartedAt?: number | undefined;
|
|
2304
2323
|
}, {
|
|
2305
2324
|
position: string;
|
|
2306
2325
|
teamId: number;
|
|
@@ -2311,6 +2330,7 @@ export declare const gameVoteResultsSchema: z.ZodObject<{
|
|
|
2311
2330
|
jerseyNumber: number;
|
|
2312
2331
|
leagueId: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba" | "cwc";
|
|
2313
2332
|
id?: string | undefined;
|
|
2333
|
+
gameStartedAt?: number | undefined;
|
|
2314
2334
|
}>;
|
|
2315
2335
|
voteCount: z.ZodNumber;
|
|
2316
2336
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -2324,6 +2344,7 @@ export declare const gameVoteResultsSchema: z.ZodObject<{
|
|
|
2324
2344
|
jerseyNumber: number;
|
|
2325
2345
|
leagueId: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba" | "cwc";
|
|
2326
2346
|
id?: string | undefined;
|
|
2347
|
+
gameStartedAt?: number | undefined;
|
|
2327
2348
|
};
|
|
2328
2349
|
voteCount: number;
|
|
2329
2350
|
}, {
|
|
@@ -2337,6 +2358,7 @@ export declare const gameVoteResultsSchema: z.ZodObject<{
|
|
|
2337
2358
|
jerseyNumber: number;
|
|
2338
2359
|
leagueId: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba" | "cwc";
|
|
2339
2360
|
id?: string | undefined;
|
|
2361
|
+
gameStartedAt?: number | undefined;
|
|
2340
2362
|
};
|
|
2341
2363
|
voteCount: number;
|
|
2342
2364
|
}>>;
|
|
@@ -2355,6 +2377,7 @@ export declare const gameVoteResultsSchema: z.ZodObject<{
|
|
|
2355
2377
|
jerseyNumber: number;
|
|
2356
2378
|
leagueId: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba" | "cwc";
|
|
2357
2379
|
id?: string | undefined;
|
|
2380
|
+
gameStartedAt?: number | undefined;
|
|
2358
2381
|
};
|
|
2359
2382
|
voteCount: number;
|
|
2360
2383
|
} | null;
|
|
@@ -2373,6 +2396,7 @@ export declare const gameVoteResultsSchema: z.ZodObject<{
|
|
|
2373
2396
|
jerseyNumber: number;
|
|
2374
2397
|
leagueId: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba" | "cwc";
|
|
2375
2398
|
id?: string | undefined;
|
|
2399
|
+
gameStartedAt?: number | undefined;
|
|
2376
2400
|
};
|
|
2377
2401
|
voteCount: number;
|
|
2378
2402
|
} | null;
|
|
@@ -2390,6 +2414,7 @@ export declare const teamPlayersResponseDtoSchema: z.ZodObject<{
|
|
|
2390
2414
|
jerseyNumber: z.ZodNumber;
|
|
2391
2415
|
teamId: z.ZodNumber;
|
|
2392
2416
|
leagueId: 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">]>;
|
|
2417
|
+
gameStartedAt: z.ZodOptional<z.ZodNumber>;
|
|
2393
2418
|
}, "strip", z.ZodTypeAny, {
|
|
2394
2419
|
position: string;
|
|
2395
2420
|
teamId: number;
|
|
@@ -2400,6 +2425,7 @@ export declare const teamPlayersResponseDtoSchema: z.ZodObject<{
|
|
|
2400
2425
|
jerseyNumber: number;
|
|
2401
2426
|
leagueId: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba" | "cwc";
|
|
2402
2427
|
id?: string | undefined;
|
|
2428
|
+
gameStartedAt?: number | undefined;
|
|
2403
2429
|
}, {
|
|
2404
2430
|
position: string;
|
|
2405
2431
|
teamId: number;
|
|
@@ -2410,6 +2436,7 @@ export declare const teamPlayersResponseDtoSchema: z.ZodObject<{
|
|
|
2410
2436
|
jerseyNumber: number;
|
|
2411
2437
|
leagueId: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba" | "cwc";
|
|
2412
2438
|
id?: string | undefined;
|
|
2439
|
+
gameStartedAt?: number | undefined;
|
|
2413
2440
|
}>, "many">;
|
|
2414
2441
|
}, "strip", z.ZodTypeAny, {
|
|
2415
2442
|
league: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba" | "cwc";
|
|
@@ -2424,6 +2451,7 @@ export declare const teamPlayersResponseDtoSchema: z.ZodObject<{
|
|
|
2424
2451
|
jerseyNumber: number;
|
|
2425
2452
|
leagueId: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba" | "cwc";
|
|
2426
2453
|
id?: string | undefined;
|
|
2454
|
+
gameStartedAt?: number | undefined;
|
|
2427
2455
|
}[];
|
|
2428
2456
|
}, {
|
|
2429
2457
|
league: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba" | "cwc";
|
|
@@ -2438,6 +2466,7 @@ export declare const teamPlayersResponseDtoSchema: z.ZodObject<{
|
|
|
2438
2466
|
jerseyNumber: number;
|
|
2439
2467
|
leagueId: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba" | "cwc";
|
|
2440
2468
|
id?: string | undefined;
|
|
2469
|
+
gameStartedAt?: number | undefined;
|
|
2441
2470
|
}[];
|
|
2442
2471
|
}>;
|
|
2443
2472
|
export declare const playerWithVotesSchema: z.ZodObject<{
|
|
@@ -2451,6 +2480,7 @@ export declare const playerWithVotesSchema: z.ZodObject<{
|
|
|
2451
2480
|
jerseyNumber: z.ZodNumber;
|
|
2452
2481
|
teamId: z.ZodNumber;
|
|
2453
2482
|
leagueId: 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">]>;
|
|
2483
|
+
gameStartedAt: z.ZodOptional<z.ZodNumber>;
|
|
2454
2484
|
}, "strip", z.ZodTypeAny, {
|
|
2455
2485
|
position: string;
|
|
2456
2486
|
teamId: number;
|
|
@@ -2461,6 +2491,7 @@ export declare const playerWithVotesSchema: z.ZodObject<{
|
|
|
2461
2491
|
jerseyNumber: number;
|
|
2462
2492
|
leagueId: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba" | "cwc";
|
|
2463
2493
|
id?: string | undefined;
|
|
2494
|
+
gameStartedAt?: number | undefined;
|
|
2464
2495
|
}, {
|
|
2465
2496
|
position: string;
|
|
2466
2497
|
teamId: number;
|
|
@@ -2471,6 +2502,7 @@ export declare const playerWithVotesSchema: z.ZodObject<{
|
|
|
2471
2502
|
jerseyNumber: number;
|
|
2472
2503
|
leagueId: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba" | "cwc";
|
|
2473
2504
|
id?: string | undefined;
|
|
2505
|
+
gameStartedAt?: number | undefined;
|
|
2474
2506
|
}>;
|
|
2475
2507
|
votes: z.ZodNumber;
|
|
2476
2508
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -2485,6 +2517,7 @@ export declare const playerWithVotesSchema: z.ZodObject<{
|
|
|
2485
2517
|
jerseyNumber: number;
|
|
2486
2518
|
leagueId: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba" | "cwc";
|
|
2487
2519
|
id?: string | undefined;
|
|
2520
|
+
gameStartedAt?: number | undefined;
|
|
2488
2521
|
};
|
|
2489
2522
|
}, {
|
|
2490
2523
|
votes: number;
|
|
@@ -2498,6 +2531,7 @@ export declare const playerWithVotesSchema: z.ZodObject<{
|
|
|
2498
2531
|
jerseyNumber: number;
|
|
2499
2532
|
leagueId: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba" | "cwc";
|
|
2500
2533
|
id?: string | undefined;
|
|
2534
|
+
gameStartedAt?: number | undefined;
|
|
2501
2535
|
};
|
|
2502
2536
|
}>;
|
|
2503
2537
|
export declare const playerWithVotesAndGameSchema: z.ZodObject<{
|
|
@@ -2511,6 +2545,7 @@ export declare const playerWithVotesAndGameSchema: z.ZodObject<{
|
|
|
2511
2545
|
jerseyNumber: z.ZodNumber;
|
|
2512
2546
|
teamId: z.ZodNumber;
|
|
2513
2547
|
leagueId: 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">]>;
|
|
2548
|
+
gameStartedAt: z.ZodOptional<z.ZodNumber>;
|
|
2514
2549
|
}, "strip", z.ZodTypeAny, {
|
|
2515
2550
|
position: string;
|
|
2516
2551
|
teamId: number;
|
|
@@ -2521,6 +2556,7 @@ export declare const playerWithVotesAndGameSchema: z.ZodObject<{
|
|
|
2521
2556
|
jerseyNumber: number;
|
|
2522
2557
|
leagueId: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba" | "cwc";
|
|
2523
2558
|
id?: string | undefined;
|
|
2559
|
+
gameStartedAt?: number | undefined;
|
|
2524
2560
|
}, {
|
|
2525
2561
|
position: string;
|
|
2526
2562
|
teamId: number;
|
|
@@ -2531,6 +2567,7 @@ export declare const playerWithVotesAndGameSchema: z.ZodObject<{
|
|
|
2531
2567
|
jerseyNumber: number;
|
|
2532
2568
|
leagueId: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba" | "cwc";
|
|
2533
2569
|
id?: string | undefined;
|
|
2570
|
+
gameStartedAt?: number | undefined;
|
|
2534
2571
|
}>;
|
|
2535
2572
|
votes: z.ZodNumber;
|
|
2536
2573
|
mostVotedGame: z.ZodNullable<z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
|
|
@@ -4375,6 +4412,7 @@ export declare const playerWithVotesAndGameSchema: z.ZodObject<{
|
|
|
4375
4412
|
lastSelectedCombinedFeedType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"newest">, z.ZodLiteral<"following">]>>;
|
|
4376
4413
|
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">]>>;
|
|
4377
4414
|
role: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Admin">, z.ZodLiteral<"Creator">]>>;
|
|
4415
|
+
multiLeagueCreator: z.ZodOptional<z.ZodBoolean>;
|
|
4378
4416
|
preferTraditionalTeamLayout: z.ZodOptional<z.ZodBoolean>;
|
|
4379
4417
|
wasPromptedForReview: z.ZodOptional<z.ZodBoolean>;
|
|
4380
4418
|
isAnonymous: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -6899,6 +6937,7 @@ export declare const playerWithVotesAndGameSchema: z.ZodObject<{
|
|
|
6899
6937
|
lastSelectedCombinedFeedType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"newest">, z.ZodLiteral<"following">]>>;
|
|
6900
6938
|
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">]>>;
|
|
6901
6939
|
role: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Admin">, z.ZodLiteral<"Creator">]>>;
|
|
6940
|
+
multiLeagueCreator: z.ZodOptional<z.ZodBoolean>;
|
|
6902
6941
|
preferTraditionalTeamLayout: z.ZodOptional<z.ZodBoolean>;
|
|
6903
6942
|
wasPromptedForReview: z.ZodOptional<z.ZodBoolean>;
|
|
6904
6943
|
isAnonymous: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -9444,6 +9483,7 @@ export declare const playerWithVotesAndGameSchema: z.ZodObject<{
|
|
|
9444
9483
|
lastSelectedCombinedFeedType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"newest">, z.ZodLiteral<"following">]>>;
|
|
9445
9484
|
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">]>>;
|
|
9446
9485
|
role: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Admin">, z.ZodLiteral<"Creator">]>>;
|
|
9486
|
+
multiLeagueCreator: z.ZodOptional<z.ZodBoolean>;
|
|
9447
9487
|
preferTraditionalTeamLayout: z.ZodOptional<z.ZodBoolean>;
|
|
9448
9488
|
wasPromptedForReview: z.ZodOptional<z.ZodBoolean>;
|
|
9449
9489
|
isAnonymous: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -12074,6 +12114,7 @@ export declare const playerWithVotesAndGameSchema: z.ZodObject<{
|
|
|
12074
12114
|
lastSelectedCombinedFeedType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"newest">, z.ZodLiteral<"following">]>>;
|
|
12075
12115
|
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">]>>;
|
|
12076
12116
|
role: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Admin">, z.ZodLiteral<"Creator">]>>;
|
|
12117
|
+
multiLeagueCreator: z.ZodOptional<z.ZodBoolean>;
|
|
12077
12118
|
preferTraditionalTeamLayout: z.ZodOptional<z.ZodBoolean>;
|
|
12078
12119
|
wasPromptedForReview: z.ZodOptional<z.ZodBoolean>;
|
|
12079
12120
|
isAnonymous: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -14675,6 +14716,7 @@ export declare const playerWithVotesAndGameSchema: z.ZodObject<{
|
|
|
14675
14716
|
lastSelectedCombinedFeedType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"newest">, z.ZodLiteral<"following">]>>;
|
|
14676
14717
|
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">]>>;
|
|
14677
14718
|
role: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Admin">, z.ZodLiteral<"Creator">]>>;
|
|
14719
|
+
multiLeagueCreator: z.ZodOptional<z.ZodBoolean>;
|
|
14678
14720
|
preferTraditionalTeamLayout: z.ZodOptional<z.ZodBoolean>;
|
|
14679
14721
|
wasPromptedForReview: z.ZodOptional<z.ZodBoolean>;
|
|
14680
14722
|
isAnonymous: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -17258,6 +17300,7 @@ export declare const playerWithVotesAndGameSchema: z.ZodObject<{
|
|
|
17258
17300
|
lastSelectedCombinedFeedType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"newest">, z.ZodLiteral<"following">]>>;
|
|
17259
17301
|
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">]>>;
|
|
17260
17302
|
role: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Admin">, z.ZodLiteral<"Creator">]>>;
|
|
17303
|
+
multiLeagueCreator: z.ZodOptional<z.ZodBoolean>;
|
|
17261
17304
|
preferTraditionalTeamLayout: z.ZodOptional<z.ZodBoolean>;
|
|
17262
17305
|
wasPromptedForReview: z.ZodOptional<z.ZodBoolean>;
|
|
17263
17306
|
isAnonymous: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -17925,6 +17968,7 @@ export declare const playerWithVotesAndGameSchema: z.ZodObject<{
|
|
|
17925
17968
|
jerseyNumber: number;
|
|
17926
17969
|
leagueId: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba" | "cwc";
|
|
17927
17970
|
id?: string | undefined;
|
|
17971
|
+
gameStartedAt?: number | undefined;
|
|
17928
17972
|
};
|
|
17929
17973
|
mostVotedGame: {
|
|
17930
17974
|
round: number;
|
|
@@ -19133,6 +19177,7 @@ export declare const playerWithVotesAndGameSchema: z.ZodObject<{
|
|
|
19133
19177
|
jerseyNumber: number;
|
|
19134
19178
|
leagueId: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba" | "cwc";
|
|
19135
19179
|
id?: string | undefined;
|
|
19180
|
+
gameStartedAt?: number | undefined;
|
|
19136
19181
|
};
|
|
19137
19182
|
mostVotedGame: {
|
|
19138
19183
|
round: number;
|
|
@@ -20344,6 +20389,7 @@ export declare const gamePlayersResponseDtoSchema: z.ZodObject<{
|
|
|
20344
20389
|
jerseyNumber: z.ZodNumber;
|
|
20345
20390
|
teamId: z.ZodNumber;
|
|
20346
20391
|
leagueId: 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">]>;
|
|
20392
|
+
gameStartedAt: z.ZodOptional<z.ZodNumber>;
|
|
20347
20393
|
}, "strip", z.ZodTypeAny, {
|
|
20348
20394
|
position: string;
|
|
20349
20395
|
teamId: number;
|
|
@@ -20354,6 +20400,7 @@ export declare const gamePlayersResponseDtoSchema: z.ZodObject<{
|
|
|
20354
20400
|
jerseyNumber: number;
|
|
20355
20401
|
leagueId: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba" | "cwc";
|
|
20356
20402
|
id?: string | undefined;
|
|
20403
|
+
gameStartedAt?: number | undefined;
|
|
20357
20404
|
}, {
|
|
20358
20405
|
position: string;
|
|
20359
20406
|
teamId: number;
|
|
@@ -20364,6 +20411,7 @@ export declare const gamePlayersResponseDtoSchema: z.ZodObject<{
|
|
|
20364
20411
|
jerseyNumber: number;
|
|
20365
20412
|
leagueId: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba" | "cwc";
|
|
20366
20413
|
id?: string | undefined;
|
|
20414
|
+
gameStartedAt?: number | undefined;
|
|
20367
20415
|
}>;
|
|
20368
20416
|
votes: z.ZodNumber;
|
|
20369
20417
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -20378,6 +20426,7 @@ export declare const gamePlayersResponseDtoSchema: z.ZodObject<{
|
|
|
20378
20426
|
jerseyNumber: number;
|
|
20379
20427
|
leagueId: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba" | "cwc";
|
|
20380
20428
|
id?: string | undefined;
|
|
20429
|
+
gameStartedAt?: number | undefined;
|
|
20381
20430
|
};
|
|
20382
20431
|
}, {
|
|
20383
20432
|
votes: number;
|
|
@@ -20391,6 +20440,7 @@ export declare const gamePlayersResponseDtoSchema: z.ZodObject<{
|
|
|
20391
20440
|
jerseyNumber: number;
|
|
20392
20441
|
leagueId: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba" | "cwc";
|
|
20393
20442
|
id?: string | undefined;
|
|
20443
|
+
gameStartedAt?: number | undefined;
|
|
20394
20444
|
};
|
|
20395
20445
|
}>, "many">;
|
|
20396
20446
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -20407,6 +20457,7 @@ export declare const gamePlayersResponseDtoSchema: z.ZodObject<{
|
|
|
20407
20457
|
jerseyNumber: number;
|
|
20408
20458
|
leagueId: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba" | "cwc";
|
|
20409
20459
|
id?: string | undefined;
|
|
20460
|
+
gameStartedAt?: number | undefined;
|
|
20410
20461
|
};
|
|
20411
20462
|
}[];
|
|
20412
20463
|
}, {
|
|
@@ -20423,6 +20474,7 @@ export declare const gamePlayersResponseDtoSchema: z.ZodObject<{
|
|
|
20423
20474
|
jerseyNumber: number;
|
|
20424
20475
|
leagueId: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba" | "cwc";
|
|
20425
20476
|
id?: string | undefined;
|
|
20477
|
+
gameStartedAt?: number | undefined;
|
|
20426
20478
|
};
|
|
20427
20479
|
}[];
|
|
20428
20480
|
}>;
|
|
@@ -20439,6 +20491,7 @@ export declare const gamePlayersResponseDtoSchema: z.ZodObject<{
|
|
|
20439
20491
|
jerseyNumber: z.ZodNumber;
|
|
20440
20492
|
teamId: z.ZodNumber;
|
|
20441
20493
|
leagueId: 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">]>;
|
|
20494
|
+
gameStartedAt: z.ZodOptional<z.ZodNumber>;
|
|
20442
20495
|
}, "strip", z.ZodTypeAny, {
|
|
20443
20496
|
position: string;
|
|
20444
20497
|
teamId: number;
|
|
@@ -20449,6 +20502,7 @@ export declare const gamePlayersResponseDtoSchema: z.ZodObject<{
|
|
|
20449
20502
|
jerseyNumber: number;
|
|
20450
20503
|
leagueId: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba" | "cwc";
|
|
20451
20504
|
id?: string | undefined;
|
|
20505
|
+
gameStartedAt?: number | undefined;
|
|
20452
20506
|
}, {
|
|
20453
20507
|
position: string;
|
|
20454
20508
|
teamId: number;
|
|
@@ -20459,6 +20513,7 @@ export declare const gamePlayersResponseDtoSchema: z.ZodObject<{
|
|
|
20459
20513
|
jerseyNumber: number;
|
|
20460
20514
|
leagueId: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba" | "cwc";
|
|
20461
20515
|
id?: string | undefined;
|
|
20516
|
+
gameStartedAt?: number | undefined;
|
|
20462
20517
|
}>;
|
|
20463
20518
|
votes: z.ZodNumber;
|
|
20464
20519
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -20473,6 +20528,7 @@ export declare const gamePlayersResponseDtoSchema: z.ZodObject<{
|
|
|
20473
20528
|
jerseyNumber: number;
|
|
20474
20529
|
leagueId: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba" | "cwc";
|
|
20475
20530
|
id?: string | undefined;
|
|
20531
|
+
gameStartedAt?: number | undefined;
|
|
20476
20532
|
};
|
|
20477
20533
|
}, {
|
|
20478
20534
|
votes: number;
|
|
@@ -20486,6 +20542,7 @@ export declare const gamePlayersResponseDtoSchema: z.ZodObject<{
|
|
|
20486
20542
|
jerseyNumber: number;
|
|
20487
20543
|
leagueId: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba" | "cwc";
|
|
20488
20544
|
id?: string | undefined;
|
|
20545
|
+
gameStartedAt?: number | undefined;
|
|
20489
20546
|
};
|
|
20490
20547
|
}>, "many">;
|
|
20491
20548
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -20502,6 +20559,7 @@ export declare const gamePlayersResponseDtoSchema: z.ZodObject<{
|
|
|
20502
20559
|
jerseyNumber: number;
|
|
20503
20560
|
leagueId: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba" | "cwc";
|
|
20504
20561
|
id?: string | undefined;
|
|
20562
|
+
gameStartedAt?: number | undefined;
|
|
20505
20563
|
};
|
|
20506
20564
|
}[];
|
|
20507
20565
|
}, {
|
|
@@ -20518,6 +20576,7 @@ export declare const gamePlayersResponseDtoSchema: z.ZodObject<{
|
|
|
20518
20576
|
jerseyNumber: number;
|
|
20519
20577
|
leagueId: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba" | "cwc";
|
|
20520
20578
|
id?: string | undefined;
|
|
20579
|
+
gameStartedAt?: number | undefined;
|
|
20521
20580
|
};
|
|
20522
20581
|
}[];
|
|
20523
20582
|
}>;
|
|
@@ -20536,6 +20595,7 @@ export declare const gamePlayersResponseDtoSchema: z.ZodObject<{
|
|
|
20536
20595
|
jerseyNumber: number;
|
|
20537
20596
|
leagueId: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba" | "cwc";
|
|
20538
20597
|
id?: string | undefined;
|
|
20598
|
+
gameStartedAt?: number | undefined;
|
|
20539
20599
|
};
|
|
20540
20600
|
}[];
|
|
20541
20601
|
};
|
|
@@ -20553,6 +20613,7 @@ export declare const gamePlayersResponseDtoSchema: z.ZodObject<{
|
|
|
20553
20613
|
jerseyNumber: number;
|
|
20554
20614
|
leagueId: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba" | "cwc";
|
|
20555
20615
|
id?: string | undefined;
|
|
20616
|
+
gameStartedAt?: number | undefined;
|
|
20556
20617
|
};
|
|
20557
20618
|
}[];
|
|
20558
20619
|
};
|
|
@@ -20571,6 +20632,7 @@ export declare const gamePlayersResponseDtoSchema: z.ZodObject<{
|
|
|
20571
20632
|
jerseyNumber: number;
|
|
20572
20633
|
leagueId: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba" | "cwc";
|
|
20573
20634
|
id?: string | undefined;
|
|
20635
|
+
gameStartedAt?: number | undefined;
|
|
20574
20636
|
};
|
|
20575
20637
|
}[];
|
|
20576
20638
|
};
|
|
@@ -20588,6 +20650,7 @@ export declare const gamePlayersResponseDtoSchema: z.ZodObject<{
|
|
|
20588
20650
|
jerseyNumber: number;
|
|
20589
20651
|
leagueId: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba" | "cwc";
|
|
20590
20652
|
id?: string | undefined;
|
|
20653
|
+
gameStartedAt?: number | undefined;
|
|
20591
20654
|
};
|
|
20592
20655
|
}[];
|
|
20593
20656
|
};
|
|
@@ -21368,6 +21431,7 @@ export declare const userVoteResponseDtoSchema: z.ZodObject<{
|
|
|
21368
21431
|
lastSelectedCombinedFeedType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"newest">, z.ZodLiteral<"following">]>>;
|
|
21369
21432
|
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">]>>;
|
|
21370
21433
|
role: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Admin">, z.ZodLiteral<"Creator">]>>;
|
|
21434
|
+
multiLeagueCreator: z.ZodOptional<z.ZodBoolean>;
|
|
21371
21435
|
preferTraditionalTeamLayout: z.ZodOptional<z.ZodBoolean>;
|
|
21372
21436
|
wasPromptedForReview: z.ZodOptional<z.ZodBoolean>;
|
|
21373
21437
|
isAnonymous: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -21624,6 +21688,7 @@ export declare const userVoteResponseDtoSchema: z.ZodObject<{
|
|
|
21624
21688
|
jerseyNumber: z.ZodNumber;
|
|
21625
21689
|
teamId: z.ZodNumber;
|
|
21626
21690
|
leagueId: 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">]>;
|
|
21691
|
+
gameStartedAt: z.ZodOptional<z.ZodNumber>;
|
|
21627
21692
|
}, "strip", z.ZodTypeAny, {
|
|
21628
21693
|
position: string;
|
|
21629
21694
|
teamId: number;
|
|
@@ -21634,6 +21699,7 @@ export declare const userVoteResponseDtoSchema: z.ZodObject<{
|
|
|
21634
21699
|
jerseyNumber: number;
|
|
21635
21700
|
leagueId: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba" | "cwc";
|
|
21636
21701
|
id?: string | undefined;
|
|
21702
|
+
gameStartedAt?: number | undefined;
|
|
21637
21703
|
}, {
|
|
21638
21704
|
position: string;
|
|
21639
21705
|
teamId: number;
|
|
@@ -21644,6 +21710,7 @@ export declare const userVoteResponseDtoSchema: z.ZodObject<{
|
|
|
21644
21710
|
jerseyNumber: number;
|
|
21645
21711
|
leagueId: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba" | "cwc";
|
|
21646
21712
|
id?: string | undefined;
|
|
21713
|
+
gameStartedAt?: number | undefined;
|
|
21647
21714
|
}>;
|
|
21648
21715
|
gameId: z.ZodString;
|
|
21649
21716
|
league: 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">]>;
|
|
@@ -21671,6 +21738,7 @@ export declare const userVoteResponseDtoSchema: z.ZodObject<{
|
|
|
21671
21738
|
jerseyNumber: number;
|
|
21672
21739
|
leagueId: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba" | "cwc";
|
|
21673
21740
|
id?: string | undefined;
|
|
21741
|
+
gameStartedAt?: number | undefined;
|
|
21674
21742
|
};
|
|
21675
21743
|
timestamp: number;
|
|
21676
21744
|
updatedAt?: number | undefined;
|
|
@@ -21696,6 +21764,7 @@ export declare const userVoteResponseDtoSchema: z.ZodObject<{
|
|
|
21696
21764
|
jerseyNumber: number;
|
|
21697
21765
|
leagueId: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba" | "cwc";
|
|
21698
21766
|
id?: string | undefined;
|
|
21767
|
+
gameStartedAt?: number | undefined;
|
|
21699
21768
|
};
|
|
21700
21769
|
timestamp: number;
|
|
21701
21770
|
updatedAt?: number | undefined;
|
|
@@ -21723,6 +21792,7 @@ export declare const userVoteResponseDtoSchema: z.ZodObject<{
|
|
|
21723
21792
|
jerseyNumber: number;
|
|
21724
21793
|
leagueId: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba" | "cwc";
|
|
21725
21794
|
id?: string | undefined;
|
|
21795
|
+
gameStartedAt?: number | undefined;
|
|
21726
21796
|
};
|
|
21727
21797
|
timestamp: number;
|
|
21728
21798
|
updatedAt?: number | undefined;
|
|
@@ -21750,6 +21820,7 @@ export declare const userVoteResponseDtoSchema: z.ZodObject<{
|
|
|
21750
21820
|
jerseyNumber: number;
|
|
21751
21821
|
leagueId: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba" | "cwc";
|
|
21752
21822
|
id?: string | undefined;
|
|
21823
|
+
gameStartedAt?: number | undefined;
|
|
21753
21824
|
};
|
|
21754
21825
|
timestamp: number;
|
|
21755
21826
|
updatedAt?: number | undefined;
|
|
@@ -21772,6 +21843,7 @@ export declare const voteResultsResponseDtoSchema: z.ZodObject<{
|
|
|
21772
21843
|
jerseyNumber: z.ZodNumber;
|
|
21773
21844
|
teamId: z.ZodNumber;
|
|
21774
21845
|
leagueId: 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">]>;
|
|
21846
|
+
gameStartedAt: z.ZodOptional<z.ZodNumber>;
|
|
21775
21847
|
}, "strip", z.ZodTypeAny, {
|
|
21776
21848
|
position: string;
|
|
21777
21849
|
teamId: number;
|
|
@@ -21782,6 +21854,7 @@ export declare const voteResultsResponseDtoSchema: z.ZodObject<{
|
|
|
21782
21854
|
jerseyNumber: number;
|
|
21783
21855
|
leagueId: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba" | "cwc";
|
|
21784
21856
|
id?: string | undefined;
|
|
21857
|
+
gameStartedAt?: number | undefined;
|
|
21785
21858
|
}, {
|
|
21786
21859
|
position: string;
|
|
21787
21860
|
teamId: number;
|
|
@@ -21792,6 +21865,7 @@ export declare const voteResultsResponseDtoSchema: z.ZodObject<{
|
|
|
21792
21865
|
jerseyNumber: number;
|
|
21793
21866
|
leagueId: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba" | "cwc";
|
|
21794
21867
|
id?: string | undefined;
|
|
21868
|
+
gameStartedAt?: number | undefined;
|
|
21795
21869
|
}>;
|
|
21796
21870
|
voteCount: z.ZodNumber;
|
|
21797
21871
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -21805,6 +21879,7 @@ export declare const voteResultsResponseDtoSchema: z.ZodObject<{
|
|
|
21805
21879
|
jerseyNumber: number;
|
|
21806
21880
|
leagueId: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba" | "cwc";
|
|
21807
21881
|
id?: string | undefined;
|
|
21882
|
+
gameStartedAt?: number | undefined;
|
|
21808
21883
|
};
|
|
21809
21884
|
voteCount: number;
|
|
21810
21885
|
}, {
|
|
@@ -21818,6 +21893,7 @@ export declare const voteResultsResponseDtoSchema: z.ZodObject<{
|
|
|
21818
21893
|
jerseyNumber: number;
|
|
21819
21894
|
leagueId: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba" | "cwc";
|
|
21820
21895
|
id?: string | undefined;
|
|
21896
|
+
gameStartedAt?: number | undefined;
|
|
21821
21897
|
};
|
|
21822
21898
|
voteCount: number;
|
|
21823
21899
|
}>>;
|
|
@@ -21836,6 +21912,7 @@ export declare const voteResultsResponseDtoSchema: z.ZodObject<{
|
|
|
21836
21912
|
jerseyNumber: number;
|
|
21837
21913
|
leagueId: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba" | "cwc";
|
|
21838
21914
|
id?: string | undefined;
|
|
21915
|
+
gameStartedAt?: number | undefined;
|
|
21839
21916
|
};
|
|
21840
21917
|
voteCount: number;
|
|
21841
21918
|
} | null;
|
|
@@ -21854,6 +21931,7 @@ export declare const voteResultsResponseDtoSchema: z.ZodObject<{
|
|
|
21854
21931
|
jerseyNumber: number;
|
|
21855
21932
|
leagueId: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba" | "cwc";
|
|
21856
21933
|
id?: string | undefined;
|
|
21934
|
+
gameStartedAt?: number | undefined;
|
|
21857
21935
|
};
|
|
21858
21936
|
voteCount: number;
|
|
21859
21937
|
} | null;
|
|
@@ -21874,6 +21952,7 @@ export declare const voteResultsResponseDtoSchema: z.ZodObject<{
|
|
|
21874
21952
|
jerseyNumber: number;
|
|
21875
21953
|
leagueId: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba" | "cwc";
|
|
21876
21954
|
id?: string | undefined;
|
|
21955
|
+
gameStartedAt?: number | undefined;
|
|
21877
21956
|
};
|
|
21878
21957
|
voteCount: number;
|
|
21879
21958
|
} | null;
|
|
@@ -21894,6 +21973,7 @@ export declare const voteResultsResponseDtoSchema: z.ZodObject<{
|
|
|
21894
21973
|
jerseyNumber: number;
|
|
21895
21974
|
leagueId: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba" | "cwc";
|
|
21896
21975
|
id?: string | undefined;
|
|
21976
|
+
gameStartedAt?: number | undefined;
|
|
21897
21977
|
};
|
|
21898
21978
|
voteCount: number;
|
|
21899
21979
|
} | null;
|
|
@@ -21910,6 +21990,7 @@ export declare const voteUpdateDtoSchema: z.ZodObject<{
|
|
|
21910
21990
|
jerseyNumber: z.ZodNumber;
|
|
21911
21991
|
teamId: z.ZodNumber;
|
|
21912
21992
|
leagueId: 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">]>;
|
|
21993
|
+
gameStartedAt: z.ZodOptional<z.ZodNumber>;
|
|
21913
21994
|
}, "strip", z.ZodTypeAny, {
|
|
21914
21995
|
position: string;
|
|
21915
21996
|
teamId: number;
|
|
@@ -21920,6 +22001,7 @@ export declare const voteUpdateDtoSchema: z.ZodObject<{
|
|
|
21920
22001
|
jerseyNumber: number;
|
|
21921
22002
|
leagueId: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba" | "cwc";
|
|
21922
22003
|
id?: string | undefined;
|
|
22004
|
+
gameStartedAt?: number | undefined;
|
|
21923
22005
|
}, {
|
|
21924
22006
|
position: string;
|
|
21925
22007
|
teamId: number;
|
|
@@ -21930,6 +22012,7 @@ export declare const voteUpdateDtoSchema: z.ZodObject<{
|
|
|
21930
22012
|
jerseyNumber: number;
|
|
21931
22013
|
leagueId: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba" | "cwc";
|
|
21932
22014
|
id?: string | undefined;
|
|
22015
|
+
gameStartedAt?: number | undefined;
|
|
21933
22016
|
}>;
|
|
21934
22017
|
}, "strip", z.ZodTypeAny, {
|
|
21935
22018
|
player: {
|
|
@@ -21942,6 +22025,7 @@ export declare const voteUpdateDtoSchema: z.ZodObject<{
|
|
|
21942
22025
|
jerseyNumber: number;
|
|
21943
22026
|
leagueId: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba" | "cwc";
|
|
21944
22027
|
id?: string | undefined;
|
|
22028
|
+
gameStartedAt?: number | undefined;
|
|
21945
22029
|
};
|
|
21946
22030
|
}, {
|
|
21947
22031
|
player: {
|
|
@@ -21954,6 +22038,7 @@ export declare const voteUpdateDtoSchema: z.ZodObject<{
|
|
|
21954
22038
|
jerseyNumber: number;
|
|
21955
22039
|
leagueId: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba" | "cwc";
|
|
21956
22040
|
id?: string | undefined;
|
|
22041
|
+
gameStartedAt?: number | undefined;
|
|
21957
22042
|
};
|
|
21958
22043
|
}>;
|
|
21959
22044
|
export declare const leagueSupportErrorSchema: z.ZodObject<{
|