rategame-shared 1.1.195 → 1.1.196
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/game.d.ts +167 -167
- package/dist/schemas/list.d.ts +25 -25
- package/dist/schemas/notification.d.ts +7 -7
- package/dist/schemas/rating.d.ts +31 -31
- package/dist/schemas/sharedTypes.d.ts +1 -1
- package/dist/schemas/sharedTypes.js +1 -0
- package/dist/schemas/user.d.ts +30 -30
- package/package.json +1 -1
package/dist/schemas/game.d.ts
CHANGED
|
@@ -784,7 +784,7 @@ export declare const gameSchema: z.ZodObject<{
|
|
|
784
784
|
ratingWindowClosedAt: z.ZodOptional<z.ZodNumber>;
|
|
785
785
|
round: z.ZodNumber;
|
|
786
786
|
apiGameId: z.ZodNumber;
|
|
787
|
-
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<"global">]>;
|
|
787
|
+
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<"global">]>;
|
|
788
788
|
homeTeam: z.ZodObject<{
|
|
789
789
|
id: z.ZodOptional<z.ZodString>;
|
|
790
790
|
apiTeamId: z.ZodNumber;
|
|
@@ -1863,7 +1863,7 @@ export declare const gameSchema: z.ZodObject<{
|
|
|
1863
1863
|
}, "strip", z.ZodTypeAny, {
|
|
1864
1864
|
round: number;
|
|
1865
1865
|
status: "canceled" | "live" | "scheduled" | "final" | "postponed";
|
|
1866
|
-
league: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls";
|
|
1866
|
+
league: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba";
|
|
1867
1867
|
startedAt: number;
|
|
1868
1868
|
finishedAt: number;
|
|
1869
1869
|
apiGameId: number;
|
|
@@ -2034,7 +2034,7 @@ export declare const gameSchema: z.ZodObject<{
|
|
|
2034
2034
|
}, {
|
|
2035
2035
|
round: number;
|
|
2036
2036
|
status: "canceled" | "live" | "scheduled" | "final" | "postponed";
|
|
2037
|
-
league: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls";
|
|
2037
|
+
league: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba";
|
|
2038
2038
|
startedAt: number;
|
|
2039
2039
|
finishedAt: number;
|
|
2040
2040
|
apiGameId: number;
|
|
@@ -2211,7 +2211,7 @@ export declare const commonGameSchema: z.ZodObject<{
|
|
|
2211
2211
|
finishedAt: z.ZodNumber;
|
|
2212
2212
|
ratingWindowClosedAt: z.ZodOptional<z.ZodNumber>;
|
|
2213
2213
|
apiGameId: z.ZodNumber;
|
|
2214
|
-
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<"global">]>;
|
|
2214
|
+
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<"global">]>;
|
|
2215
2215
|
homeTeam: z.ZodObject<{
|
|
2216
2216
|
id: z.ZodOptional<z.ZodString>;
|
|
2217
2217
|
apiTeamId: z.ZodNumber;
|
|
@@ -3844,10 +3844,10 @@ export declare const commonGameSchema: z.ZodObject<{
|
|
|
3844
3844
|
}>>;
|
|
3845
3845
|
spoilersEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
3846
3846
|
viewedChangelogs: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodBoolean>>;
|
|
3847
|
-
lastSelectedLeague: 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<"global">]>>;
|
|
3847
|
+
lastSelectedLeague: 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<"global">]>>;
|
|
3848
3848
|
lastSelectedFilter: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Today">, z.ZodLiteral<"This Week">, z.ZodLiteral<"This Season">, z.ZodLiteral<"This Month">, z.ZodLiteral<"This Year">, z.ZodLiteral<"All">, z.ZodLiteral<"All Time">, z.ZodLiteral<"12h">, z.ZodLiteral<"daily">, z.ZodLiteral<"weekly">]>>;
|
|
3849
3849
|
lastSelectedRatingFilter: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"rating:asc">, z.ZodLiteral<"rating:desc">, z.ZodLiteral<"createdAt:asc">, z.ZodLiteral<"createdAt:desc">, z.ZodLiteral<"userLikes:asc">, z.ZodLiteral<"userLikes:desc">]>>;
|
|
3850
|
-
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<"global">]>>;
|
|
3850
|
+
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<"global">]>>;
|
|
3851
3851
|
role: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Admin">, z.ZodLiteral<"Creator">]>>;
|
|
3852
3852
|
preferTraditionalTeamLayout: z.ZodOptional<z.ZodBoolean>;
|
|
3853
3853
|
wasPromptedForReview: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -3970,7 +3970,7 @@ export declare const commonGameSchema: z.ZodObject<{
|
|
|
3970
3970
|
}>>;
|
|
3971
3971
|
currentTier: z.ZodOptional<z.ZodNumber>;
|
|
3972
3972
|
type: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"global">, z.ZodLiteral<"sport">, z.ZodLiteral<"league">]>>;
|
|
3973
|
-
league: 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<"global">]>>;
|
|
3973
|
+
league: 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<"global">]>>;
|
|
3974
3974
|
sport: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"basketball">, z.ZodLiteral<"football">, z.ZodLiteral<"soccer">, z.ZodLiteral<"baseball">, z.ZodLiteral<"hockey">]>>;
|
|
3975
3975
|
}, "strip", z.ZodTypeAny, {
|
|
3976
3976
|
id: string;
|
|
@@ -3994,7 +3994,7 @@ export declare const commonGameSchema: z.ZodObject<{
|
|
|
3994
3994
|
} | undefined;
|
|
3995
3995
|
currentTier?: number | undefined;
|
|
3996
3996
|
sport?: "basketball" | "football" | "soccer" | "baseball" | "hockey" | undefined;
|
|
3997
|
-
league?: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | undefined;
|
|
3997
|
+
league?: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba" | undefined;
|
|
3998
3998
|
}, {
|
|
3999
3999
|
id: string;
|
|
4000
4000
|
name: string;
|
|
@@ -4017,7 +4017,7 @@ export declare const commonGameSchema: z.ZodObject<{
|
|
|
4017
4017
|
} | undefined;
|
|
4018
4018
|
currentTier?: number | undefined;
|
|
4019
4019
|
sport?: "basketball" | "football" | "soccer" | "baseball" | "hockey" | undefined;
|
|
4020
|
-
league?: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | undefined;
|
|
4020
|
+
league?: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba" | undefined;
|
|
4021
4021
|
}>>>;
|
|
4022
4022
|
repliesLeft: z.ZodOptional<z.ZodNumber>;
|
|
4023
4023
|
listRepliesLeft: z.ZodOptional<z.ZodNumber>;
|
|
@@ -4062,7 +4062,7 @@ export declare const commonGameSchema: z.ZodObject<{
|
|
|
4062
4062
|
listCount: z.ZodOptional<z.ZodNumber>;
|
|
4063
4063
|
}, "strip", z.ZodTypeAny, {
|
|
4064
4064
|
status: "canceled" | "live" | "scheduled" | "final" | "postponed";
|
|
4065
|
-
league: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls";
|
|
4065
|
+
league: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba";
|
|
4066
4066
|
startedAt: number;
|
|
4067
4067
|
finishedAt: number;
|
|
4068
4068
|
apiGameId: number;
|
|
@@ -4240,7 +4240,7 @@ export declare const commonGameSchema: z.ZodObject<{
|
|
|
4240
4240
|
listCount?: number | undefined;
|
|
4241
4241
|
}, {
|
|
4242
4242
|
status: "canceled" | "live" | "scheduled" | "final" | "postponed";
|
|
4243
|
-
league: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls";
|
|
4243
|
+
league: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba";
|
|
4244
4244
|
startedAt: number;
|
|
4245
4245
|
finishedAt: number;
|
|
4246
4246
|
apiGameId: number;
|
|
@@ -4425,7 +4425,7 @@ export declare const basketballGameSchema: z.ZodObject<z.objectUtil.extendShape<
|
|
|
4425
4425
|
finishedAt: z.ZodNumber;
|
|
4426
4426
|
ratingWindowClosedAt: z.ZodOptional<z.ZodNumber>;
|
|
4427
4427
|
apiGameId: z.ZodNumber;
|
|
4428
|
-
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<"global">]>;
|
|
4428
|
+
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<"global">]>;
|
|
4429
4429
|
homeTeam: z.ZodObject<{
|
|
4430
4430
|
id: z.ZodOptional<z.ZodString>;
|
|
4431
4431
|
apiTeamId: z.ZodNumber;
|
|
@@ -6058,10 +6058,10 @@ export declare const basketballGameSchema: z.ZodObject<z.objectUtil.extendShape<
|
|
|
6058
6058
|
}>>;
|
|
6059
6059
|
spoilersEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
6060
6060
|
viewedChangelogs: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodBoolean>>;
|
|
6061
|
-
lastSelectedLeague: 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<"global">]>>;
|
|
6061
|
+
lastSelectedLeague: 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<"global">]>>;
|
|
6062
6062
|
lastSelectedFilter: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Today">, z.ZodLiteral<"This Week">, z.ZodLiteral<"This Season">, z.ZodLiteral<"This Month">, z.ZodLiteral<"This Year">, z.ZodLiteral<"All">, z.ZodLiteral<"All Time">, z.ZodLiteral<"12h">, z.ZodLiteral<"daily">, z.ZodLiteral<"weekly">]>>;
|
|
6063
6063
|
lastSelectedRatingFilter: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"rating:asc">, z.ZodLiteral<"rating:desc">, z.ZodLiteral<"createdAt:asc">, z.ZodLiteral<"createdAt:desc">, z.ZodLiteral<"userLikes:asc">, z.ZodLiteral<"userLikes:desc">]>>;
|
|
6064
|
-
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<"global">]>>;
|
|
6064
|
+
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<"global">]>>;
|
|
6065
6065
|
role: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Admin">, z.ZodLiteral<"Creator">]>>;
|
|
6066
6066
|
preferTraditionalTeamLayout: z.ZodOptional<z.ZodBoolean>;
|
|
6067
6067
|
wasPromptedForReview: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -6184,7 +6184,7 @@ export declare const basketballGameSchema: z.ZodObject<z.objectUtil.extendShape<
|
|
|
6184
6184
|
}>>;
|
|
6185
6185
|
currentTier: z.ZodOptional<z.ZodNumber>;
|
|
6186
6186
|
type: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"global">, z.ZodLiteral<"sport">, z.ZodLiteral<"league">]>>;
|
|
6187
|
-
league: 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<"global">]>>;
|
|
6187
|
+
league: 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<"global">]>>;
|
|
6188
6188
|
sport: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"basketball">, z.ZodLiteral<"football">, z.ZodLiteral<"soccer">, z.ZodLiteral<"baseball">, z.ZodLiteral<"hockey">]>>;
|
|
6189
6189
|
}, "strip", z.ZodTypeAny, {
|
|
6190
6190
|
id: string;
|
|
@@ -6208,7 +6208,7 @@ export declare const basketballGameSchema: z.ZodObject<z.objectUtil.extendShape<
|
|
|
6208
6208
|
} | undefined;
|
|
6209
6209
|
currentTier?: number | undefined;
|
|
6210
6210
|
sport?: "basketball" | "football" | "soccer" | "baseball" | "hockey" | undefined;
|
|
6211
|
-
league?: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | undefined;
|
|
6211
|
+
league?: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba" | undefined;
|
|
6212
6212
|
}, {
|
|
6213
6213
|
id: string;
|
|
6214
6214
|
name: string;
|
|
@@ -6231,7 +6231,7 @@ export declare const basketballGameSchema: z.ZodObject<z.objectUtil.extendShape<
|
|
|
6231
6231
|
} | undefined;
|
|
6232
6232
|
currentTier?: number | undefined;
|
|
6233
6233
|
sport?: "basketball" | "football" | "soccer" | "baseball" | "hockey" | undefined;
|
|
6234
|
-
league?: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | undefined;
|
|
6234
|
+
league?: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba" | undefined;
|
|
6235
6235
|
}>>>;
|
|
6236
6236
|
repliesLeft: z.ZodOptional<z.ZodNumber>;
|
|
6237
6237
|
listRepliesLeft: z.ZodOptional<z.ZodNumber>;
|
|
@@ -6299,7 +6299,7 @@ export declare const basketballGameSchema: z.ZodObject<z.objectUtil.extendShape<
|
|
|
6299
6299
|
}>, "strip", z.ZodTypeAny, {
|
|
6300
6300
|
round: number;
|
|
6301
6301
|
status: "canceled" | "live" | "scheduled" | "final" | "postponed";
|
|
6302
|
-
league: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls";
|
|
6302
|
+
league: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba";
|
|
6303
6303
|
startedAt: number;
|
|
6304
6304
|
finishedAt: number;
|
|
6305
6305
|
apiGameId: number;
|
|
@@ -6490,7 +6490,7 @@ export declare const basketballGameSchema: z.ZodObject<z.objectUtil.extendShape<
|
|
|
6490
6490
|
}, {
|
|
6491
6491
|
round: number;
|
|
6492
6492
|
status: "canceled" | "live" | "scheduled" | "final" | "postponed";
|
|
6493
|
-
league: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls";
|
|
6493
|
+
league: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba";
|
|
6494
6494
|
startedAt: number;
|
|
6495
6495
|
finishedAt: number;
|
|
6496
6496
|
apiGameId: number;
|
|
@@ -6700,7 +6700,7 @@ export declare const mlbGameSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
6700
6700
|
finishedAt: z.ZodNumber;
|
|
6701
6701
|
ratingWindowClosedAt: z.ZodOptional<z.ZodNumber>;
|
|
6702
6702
|
apiGameId: z.ZodNumber;
|
|
6703
|
-
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<"global">]>;
|
|
6703
|
+
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<"global">]>;
|
|
6704
6704
|
homeTeam: z.ZodObject<{
|
|
6705
6705
|
id: z.ZodOptional<z.ZodString>;
|
|
6706
6706
|
apiTeamId: z.ZodNumber;
|
|
@@ -8333,10 +8333,10 @@ export declare const mlbGameSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
8333
8333
|
}>>;
|
|
8334
8334
|
spoilersEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
8335
8335
|
viewedChangelogs: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodBoolean>>;
|
|
8336
|
-
lastSelectedLeague: 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<"global">]>>;
|
|
8336
|
+
lastSelectedLeague: 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<"global">]>>;
|
|
8337
8337
|
lastSelectedFilter: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Today">, z.ZodLiteral<"This Week">, z.ZodLiteral<"This Season">, z.ZodLiteral<"This Month">, z.ZodLiteral<"This Year">, z.ZodLiteral<"All">, z.ZodLiteral<"All Time">, z.ZodLiteral<"12h">, z.ZodLiteral<"daily">, z.ZodLiteral<"weekly">]>>;
|
|
8338
8338
|
lastSelectedRatingFilter: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"rating:asc">, z.ZodLiteral<"rating:desc">, z.ZodLiteral<"createdAt:asc">, z.ZodLiteral<"createdAt:desc">, z.ZodLiteral<"userLikes:asc">, z.ZodLiteral<"userLikes:desc">]>>;
|
|
8339
|
-
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<"global">]>>;
|
|
8339
|
+
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<"global">]>>;
|
|
8340
8340
|
role: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Admin">, z.ZodLiteral<"Creator">]>>;
|
|
8341
8341
|
preferTraditionalTeamLayout: z.ZodOptional<z.ZodBoolean>;
|
|
8342
8342
|
wasPromptedForReview: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -8459,7 +8459,7 @@ export declare const mlbGameSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
8459
8459
|
}>>;
|
|
8460
8460
|
currentTier: z.ZodOptional<z.ZodNumber>;
|
|
8461
8461
|
type: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"global">, z.ZodLiteral<"sport">, z.ZodLiteral<"league">]>>;
|
|
8462
|
-
league: 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<"global">]>>;
|
|
8462
|
+
league: 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<"global">]>>;
|
|
8463
8463
|
sport: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"basketball">, z.ZodLiteral<"football">, z.ZodLiteral<"soccer">, z.ZodLiteral<"baseball">, z.ZodLiteral<"hockey">]>>;
|
|
8464
8464
|
}, "strip", z.ZodTypeAny, {
|
|
8465
8465
|
id: string;
|
|
@@ -8483,7 +8483,7 @@ export declare const mlbGameSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
8483
8483
|
} | undefined;
|
|
8484
8484
|
currentTier?: number | undefined;
|
|
8485
8485
|
sport?: "basketball" | "football" | "soccer" | "baseball" | "hockey" | undefined;
|
|
8486
|
-
league?: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | undefined;
|
|
8486
|
+
league?: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba" | undefined;
|
|
8487
8487
|
}, {
|
|
8488
8488
|
id: string;
|
|
8489
8489
|
name: string;
|
|
@@ -8506,7 +8506,7 @@ export declare const mlbGameSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
8506
8506
|
} | undefined;
|
|
8507
8507
|
currentTier?: number | undefined;
|
|
8508
8508
|
sport?: "basketball" | "football" | "soccer" | "baseball" | "hockey" | undefined;
|
|
8509
|
-
league?: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | undefined;
|
|
8509
|
+
league?: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba" | undefined;
|
|
8510
8510
|
}>>>;
|
|
8511
8511
|
repliesLeft: z.ZodOptional<z.ZodNumber>;
|
|
8512
8512
|
listRepliesLeft: z.ZodOptional<z.ZodNumber>;
|
|
@@ -8580,7 +8580,7 @@ export declare const mlbGameSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
8580
8580
|
runnerOnThird: z.ZodOptional<z.ZodBoolean>;
|
|
8581
8581
|
}>, "strip", z.ZodTypeAny, {
|
|
8582
8582
|
status: "canceled" | "live" | "scheduled" | "final" | "postponed";
|
|
8583
|
-
league: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls";
|
|
8583
|
+
league: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba";
|
|
8584
8584
|
startedAt: number;
|
|
8585
8585
|
finishedAt: number;
|
|
8586
8586
|
apiGameId: number;
|
|
@@ -8778,7 +8778,7 @@ export declare const mlbGameSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
8778
8778
|
runnerOnThird?: boolean | undefined;
|
|
8779
8779
|
}, {
|
|
8780
8780
|
status: "canceled" | "live" | "scheduled" | "final" | "postponed";
|
|
8781
|
-
league: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls";
|
|
8781
|
+
league: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba";
|
|
8782
8782
|
startedAt: number;
|
|
8783
8783
|
finishedAt: number;
|
|
8784
8784
|
apiGameId: number;
|
|
@@ -8983,7 +8983,7 @@ export declare const footballGameSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
8983
8983
|
finishedAt: z.ZodNumber;
|
|
8984
8984
|
ratingWindowClosedAt: z.ZodOptional<z.ZodNumber>;
|
|
8985
8985
|
apiGameId: z.ZodNumber;
|
|
8986
|
-
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<"global">]>;
|
|
8986
|
+
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<"global">]>;
|
|
8987
8987
|
homeTeam: z.ZodObject<{
|
|
8988
8988
|
id: z.ZodOptional<z.ZodString>;
|
|
8989
8989
|
apiTeamId: z.ZodNumber;
|
|
@@ -10616,10 +10616,10 @@ export declare const footballGameSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
10616
10616
|
}>>;
|
|
10617
10617
|
spoilersEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
10618
10618
|
viewedChangelogs: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodBoolean>>;
|
|
10619
|
-
lastSelectedLeague: 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<"global">]>>;
|
|
10619
|
+
lastSelectedLeague: 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<"global">]>>;
|
|
10620
10620
|
lastSelectedFilter: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Today">, z.ZodLiteral<"This Week">, z.ZodLiteral<"This Season">, z.ZodLiteral<"This Month">, z.ZodLiteral<"This Year">, z.ZodLiteral<"All">, z.ZodLiteral<"All Time">, z.ZodLiteral<"12h">, z.ZodLiteral<"daily">, z.ZodLiteral<"weekly">]>>;
|
|
10621
10621
|
lastSelectedRatingFilter: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"rating:asc">, z.ZodLiteral<"rating:desc">, z.ZodLiteral<"createdAt:asc">, z.ZodLiteral<"createdAt:desc">, z.ZodLiteral<"userLikes:asc">, z.ZodLiteral<"userLikes:desc">]>>;
|
|
10622
|
-
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<"global">]>>;
|
|
10622
|
+
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<"global">]>>;
|
|
10623
10623
|
role: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Admin">, z.ZodLiteral<"Creator">]>>;
|
|
10624
10624
|
preferTraditionalTeamLayout: z.ZodOptional<z.ZodBoolean>;
|
|
10625
10625
|
wasPromptedForReview: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -10742,7 +10742,7 @@ export declare const footballGameSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
10742
10742
|
}>>;
|
|
10743
10743
|
currentTier: z.ZodOptional<z.ZodNumber>;
|
|
10744
10744
|
type: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"global">, z.ZodLiteral<"sport">, z.ZodLiteral<"league">]>>;
|
|
10745
|
-
league: 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<"global">]>>;
|
|
10745
|
+
league: 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<"global">]>>;
|
|
10746
10746
|
sport: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"basketball">, z.ZodLiteral<"football">, z.ZodLiteral<"soccer">, z.ZodLiteral<"baseball">, z.ZodLiteral<"hockey">]>>;
|
|
10747
10747
|
}, "strip", z.ZodTypeAny, {
|
|
10748
10748
|
id: string;
|
|
@@ -10766,7 +10766,7 @@ export declare const footballGameSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
10766
10766
|
} | undefined;
|
|
10767
10767
|
currentTier?: number | undefined;
|
|
10768
10768
|
sport?: "basketball" | "football" | "soccer" | "baseball" | "hockey" | undefined;
|
|
10769
|
-
league?: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | undefined;
|
|
10769
|
+
league?: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba" | undefined;
|
|
10770
10770
|
}, {
|
|
10771
10771
|
id: string;
|
|
10772
10772
|
name: string;
|
|
@@ -10789,7 +10789,7 @@ export declare const footballGameSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
10789
10789
|
} | undefined;
|
|
10790
10790
|
currentTier?: number | undefined;
|
|
10791
10791
|
sport?: "basketball" | "football" | "soccer" | "baseball" | "hockey" | undefined;
|
|
10792
|
-
league?: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | undefined;
|
|
10792
|
+
league?: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba" | undefined;
|
|
10793
10793
|
}>>>;
|
|
10794
10794
|
repliesLeft: z.ZodOptional<z.ZodNumber>;
|
|
10795
10795
|
listRepliesLeft: z.ZodOptional<z.ZodNumber>;
|
|
@@ -11348,7 +11348,7 @@ export declare const nflGameSchema: z.ZodObject<z.objectUtil.extendShape<z.objec
|
|
|
11348
11348
|
finishedAt: z.ZodNumber;
|
|
11349
11349
|
ratingWindowClosedAt: z.ZodOptional<z.ZodNumber>;
|
|
11350
11350
|
apiGameId: z.ZodNumber;
|
|
11351
|
-
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<"global">]>;
|
|
11351
|
+
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<"global">]>;
|
|
11352
11352
|
homeTeam: z.ZodObject<{
|
|
11353
11353
|
id: z.ZodOptional<z.ZodString>;
|
|
11354
11354
|
apiTeamId: z.ZodNumber;
|
|
@@ -12981,10 +12981,10 @@ export declare const nflGameSchema: z.ZodObject<z.objectUtil.extendShape<z.objec
|
|
|
12981
12981
|
}>>;
|
|
12982
12982
|
spoilersEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
12983
12983
|
viewedChangelogs: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodBoolean>>;
|
|
12984
|
-
lastSelectedLeague: 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<"global">]>>;
|
|
12984
|
+
lastSelectedLeague: 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<"global">]>>;
|
|
12985
12985
|
lastSelectedFilter: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Today">, z.ZodLiteral<"This Week">, z.ZodLiteral<"This Season">, z.ZodLiteral<"This Month">, z.ZodLiteral<"This Year">, z.ZodLiteral<"All">, z.ZodLiteral<"All Time">, z.ZodLiteral<"12h">, z.ZodLiteral<"daily">, z.ZodLiteral<"weekly">]>>;
|
|
12986
12986
|
lastSelectedRatingFilter: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"rating:asc">, z.ZodLiteral<"rating:desc">, z.ZodLiteral<"createdAt:asc">, z.ZodLiteral<"createdAt:desc">, z.ZodLiteral<"userLikes:asc">, z.ZodLiteral<"userLikes:desc">]>>;
|
|
12987
|
-
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<"global">]>>;
|
|
12987
|
+
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<"global">]>>;
|
|
12988
12988
|
role: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Admin">, z.ZodLiteral<"Creator">]>>;
|
|
12989
12989
|
preferTraditionalTeamLayout: z.ZodOptional<z.ZodBoolean>;
|
|
12990
12990
|
wasPromptedForReview: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -13107,7 +13107,7 @@ export declare const nflGameSchema: z.ZodObject<z.objectUtil.extendShape<z.objec
|
|
|
13107
13107
|
}>>;
|
|
13108
13108
|
currentTier: z.ZodOptional<z.ZodNumber>;
|
|
13109
13109
|
type: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"global">, z.ZodLiteral<"sport">, z.ZodLiteral<"league">]>>;
|
|
13110
|
-
league: 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<"global">]>>;
|
|
13110
|
+
league: 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<"global">]>>;
|
|
13111
13111
|
sport: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"basketball">, z.ZodLiteral<"football">, z.ZodLiteral<"soccer">, z.ZodLiteral<"baseball">, z.ZodLiteral<"hockey">]>>;
|
|
13112
13112
|
}, "strip", z.ZodTypeAny, {
|
|
13113
13113
|
id: string;
|
|
@@ -13131,7 +13131,7 @@ export declare const nflGameSchema: z.ZodObject<z.objectUtil.extendShape<z.objec
|
|
|
13131
13131
|
} | undefined;
|
|
13132
13132
|
currentTier?: number | undefined;
|
|
13133
13133
|
sport?: "basketball" | "football" | "soccer" | "baseball" | "hockey" | undefined;
|
|
13134
|
-
league?: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | undefined;
|
|
13134
|
+
league?: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba" | undefined;
|
|
13135
13135
|
}, {
|
|
13136
13136
|
id: string;
|
|
13137
13137
|
name: string;
|
|
@@ -13154,7 +13154,7 @@ export declare const nflGameSchema: z.ZodObject<z.objectUtil.extendShape<z.objec
|
|
|
13154
13154
|
} | undefined;
|
|
13155
13155
|
currentTier?: number | undefined;
|
|
13156
13156
|
sport?: "basketball" | "football" | "soccer" | "baseball" | "hockey" | undefined;
|
|
13157
|
-
league?: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | undefined;
|
|
13157
|
+
league?: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba" | undefined;
|
|
13158
13158
|
}>>>;
|
|
13159
13159
|
repliesLeft: z.ZodOptional<z.ZodNumber>;
|
|
13160
13160
|
listRepliesLeft: z.ZodOptional<z.ZodNumber>;
|
|
@@ -13259,7 +13259,7 @@ export declare const nflGameSchema: z.ZodObject<z.objectUtil.extendShape<z.objec
|
|
|
13259
13259
|
}>, "strip", z.ZodTypeAny, {
|
|
13260
13260
|
status: "canceled" | "live" | "scheduled" | "final" | "postponed";
|
|
13261
13261
|
quarter: string | null;
|
|
13262
|
-
league: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls";
|
|
13262
|
+
league: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba";
|
|
13263
13263
|
startedAt: number;
|
|
13264
13264
|
finishedAt: number;
|
|
13265
13265
|
apiGameId: string;
|
|
@@ -13470,7 +13470,7 @@ export declare const nflGameSchema: z.ZodObject<z.objectUtil.extendShape<z.objec
|
|
|
13470
13470
|
}, {
|
|
13471
13471
|
status: "canceled" | "live" | "scheduled" | "final" | "postponed";
|
|
13472
13472
|
quarter: string | null;
|
|
13473
|
-
league: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls";
|
|
13473
|
+
league: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba";
|
|
13474
13474
|
startedAt: number;
|
|
13475
13475
|
finishedAt: number;
|
|
13476
13476
|
apiGameId: string;
|
|
@@ -13687,7 +13687,7 @@ export declare const cfbGameSchema: z.ZodObject<z.objectUtil.extendShape<z.objec
|
|
|
13687
13687
|
finishedAt: z.ZodNumber;
|
|
13688
13688
|
ratingWindowClosedAt: z.ZodOptional<z.ZodNumber>;
|
|
13689
13689
|
apiGameId: z.ZodNumber;
|
|
13690
|
-
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<"global">]>;
|
|
13690
|
+
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<"global">]>;
|
|
13691
13691
|
homeTeam: z.ZodObject<{
|
|
13692
13692
|
id: z.ZodOptional<z.ZodString>;
|
|
13693
13693
|
apiTeamId: z.ZodNumber;
|
|
@@ -15320,10 +15320,10 @@ export declare const cfbGameSchema: z.ZodObject<z.objectUtil.extendShape<z.objec
|
|
|
15320
15320
|
}>>;
|
|
15321
15321
|
spoilersEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
15322
15322
|
viewedChangelogs: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodBoolean>>;
|
|
15323
|
-
lastSelectedLeague: 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<"global">]>>;
|
|
15323
|
+
lastSelectedLeague: 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<"global">]>>;
|
|
15324
15324
|
lastSelectedFilter: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Today">, z.ZodLiteral<"This Week">, z.ZodLiteral<"This Season">, z.ZodLiteral<"This Month">, z.ZodLiteral<"This Year">, z.ZodLiteral<"All">, z.ZodLiteral<"All Time">, z.ZodLiteral<"12h">, z.ZodLiteral<"daily">, z.ZodLiteral<"weekly">]>>;
|
|
15325
15325
|
lastSelectedRatingFilter: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"rating:asc">, z.ZodLiteral<"rating:desc">, z.ZodLiteral<"createdAt:asc">, z.ZodLiteral<"createdAt:desc">, z.ZodLiteral<"userLikes:asc">, z.ZodLiteral<"userLikes:desc">]>>;
|
|
15326
|
-
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<"global">]>>;
|
|
15326
|
+
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<"global">]>>;
|
|
15327
15327
|
role: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Admin">, z.ZodLiteral<"Creator">]>>;
|
|
15328
15328
|
preferTraditionalTeamLayout: z.ZodOptional<z.ZodBoolean>;
|
|
15329
15329
|
wasPromptedForReview: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -15446,7 +15446,7 @@ export declare const cfbGameSchema: z.ZodObject<z.objectUtil.extendShape<z.objec
|
|
|
15446
15446
|
}>>;
|
|
15447
15447
|
currentTier: z.ZodOptional<z.ZodNumber>;
|
|
15448
15448
|
type: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"global">, z.ZodLiteral<"sport">, z.ZodLiteral<"league">]>>;
|
|
15449
|
-
league: 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<"global">]>>;
|
|
15449
|
+
league: 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<"global">]>>;
|
|
15450
15450
|
sport: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"basketball">, z.ZodLiteral<"football">, z.ZodLiteral<"soccer">, z.ZodLiteral<"baseball">, z.ZodLiteral<"hockey">]>>;
|
|
15451
15451
|
}, "strip", z.ZodTypeAny, {
|
|
15452
15452
|
id: string;
|
|
@@ -15470,7 +15470,7 @@ export declare const cfbGameSchema: z.ZodObject<z.objectUtil.extendShape<z.objec
|
|
|
15470
15470
|
} | undefined;
|
|
15471
15471
|
currentTier?: number | undefined;
|
|
15472
15472
|
sport?: "basketball" | "football" | "soccer" | "baseball" | "hockey" | undefined;
|
|
15473
|
-
league?: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | undefined;
|
|
15473
|
+
league?: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba" | undefined;
|
|
15474
15474
|
}, {
|
|
15475
15475
|
id: string;
|
|
15476
15476
|
name: string;
|
|
@@ -15493,7 +15493,7 @@ export declare const cfbGameSchema: z.ZodObject<z.objectUtil.extendShape<z.objec
|
|
|
15493
15493
|
} | undefined;
|
|
15494
15494
|
currentTier?: number | undefined;
|
|
15495
15495
|
sport?: "basketball" | "football" | "soccer" | "baseball" | "hockey" | undefined;
|
|
15496
|
-
league?: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | undefined;
|
|
15496
|
+
league?: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba" | undefined;
|
|
15497
15497
|
}>>>;
|
|
15498
15498
|
repliesLeft: z.ZodOptional<z.ZodNumber>;
|
|
15499
15499
|
listRepliesLeft: z.ZodOptional<z.ZodNumber>;
|
|
@@ -15594,7 +15594,7 @@ export declare const cfbGameSchema: z.ZodObject<z.objectUtil.extendShape<z.objec
|
|
|
15594
15594
|
}>, "strip", z.ZodTypeAny, {
|
|
15595
15595
|
status: "canceled" | "live" | "scheduled" | "final" | "postponed";
|
|
15596
15596
|
quarter: string | null;
|
|
15597
|
-
league: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls";
|
|
15597
|
+
league: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba";
|
|
15598
15598
|
startedAt: number;
|
|
15599
15599
|
finishedAt: number;
|
|
15600
15600
|
apiGameId: number;
|
|
@@ -15798,7 +15798,7 @@ export declare const cfbGameSchema: z.ZodObject<z.objectUtil.extendShape<z.objec
|
|
|
15798
15798
|
}, {
|
|
15799
15799
|
status: "canceled" | "live" | "scheduled" | "final" | "postponed";
|
|
15800
15800
|
quarter: string | null;
|
|
15801
|
-
league: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls";
|
|
15801
|
+
league: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba";
|
|
15802
15802
|
startedAt: number;
|
|
15803
15803
|
finishedAt: number;
|
|
15804
15804
|
apiGameId: number;
|
|
@@ -16008,7 +16008,7 @@ export declare const nhlGameSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
16008
16008
|
finishedAt: z.ZodNumber;
|
|
16009
16009
|
ratingWindowClosedAt: z.ZodOptional<z.ZodNumber>;
|
|
16010
16010
|
apiGameId: z.ZodNumber;
|
|
16011
|
-
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<"global">]>;
|
|
16011
|
+
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<"global">]>;
|
|
16012
16012
|
homeTeam: z.ZodObject<{
|
|
16013
16013
|
id: z.ZodOptional<z.ZodString>;
|
|
16014
16014
|
apiTeamId: z.ZodNumber;
|
|
@@ -17641,10 +17641,10 @@ export declare const nhlGameSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
17641
17641
|
}>>;
|
|
17642
17642
|
spoilersEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
17643
17643
|
viewedChangelogs: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodBoolean>>;
|
|
17644
|
-
lastSelectedLeague: 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<"global">]>>;
|
|
17644
|
+
lastSelectedLeague: 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<"global">]>>;
|
|
17645
17645
|
lastSelectedFilter: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Today">, z.ZodLiteral<"This Week">, z.ZodLiteral<"This Season">, z.ZodLiteral<"This Month">, z.ZodLiteral<"This Year">, z.ZodLiteral<"All">, z.ZodLiteral<"All Time">, z.ZodLiteral<"12h">, z.ZodLiteral<"daily">, z.ZodLiteral<"weekly">]>>;
|
|
17646
17646
|
lastSelectedRatingFilter: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"rating:asc">, z.ZodLiteral<"rating:desc">, z.ZodLiteral<"createdAt:asc">, z.ZodLiteral<"createdAt:desc">, z.ZodLiteral<"userLikes:asc">, z.ZodLiteral<"userLikes:desc">]>>;
|
|
17647
|
-
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<"global">]>>;
|
|
17647
|
+
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<"global">]>>;
|
|
17648
17648
|
role: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Admin">, z.ZodLiteral<"Creator">]>>;
|
|
17649
17649
|
preferTraditionalTeamLayout: z.ZodOptional<z.ZodBoolean>;
|
|
17650
17650
|
wasPromptedForReview: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -17767,7 +17767,7 @@ export declare const nhlGameSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
17767
17767
|
}>>;
|
|
17768
17768
|
currentTier: z.ZodOptional<z.ZodNumber>;
|
|
17769
17769
|
type: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"global">, z.ZodLiteral<"sport">, z.ZodLiteral<"league">]>>;
|
|
17770
|
-
league: 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<"global">]>>;
|
|
17770
|
+
league: 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<"global">]>>;
|
|
17771
17771
|
sport: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"basketball">, z.ZodLiteral<"football">, z.ZodLiteral<"soccer">, z.ZodLiteral<"baseball">, z.ZodLiteral<"hockey">]>>;
|
|
17772
17772
|
}, "strip", z.ZodTypeAny, {
|
|
17773
17773
|
id: string;
|
|
@@ -17791,7 +17791,7 @@ export declare const nhlGameSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
17791
17791
|
} | undefined;
|
|
17792
17792
|
currentTier?: number | undefined;
|
|
17793
17793
|
sport?: "basketball" | "football" | "soccer" | "baseball" | "hockey" | undefined;
|
|
17794
|
-
league?: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | undefined;
|
|
17794
|
+
league?: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba" | undefined;
|
|
17795
17795
|
}, {
|
|
17796
17796
|
id: string;
|
|
17797
17797
|
name: string;
|
|
@@ -17814,7 +17814,7 @@ export declare const nhlGameSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
17814
17814
|
} | undefined;
|
|
17815
17815
|
currentTier?: number | undefined;
|
|
17816
17816
|
sport?: "basketball" | "football" | "soccer" | "baseball" | "hockey" | undefined;
|
|
17817
|
-
league?: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | undefined;
|
|
17817
|
+
league?: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba" | undefined;
|
|
17818
17818
|
}>>>;
|
|
17819
17819
|
repliesLeft: z.ZodOptional<z.ZodNumber>;
|
|
17820
17820
|
listRepliesLeft: z.ZodOptional<z.ZodNumber>;
|
|
@@ -17867,7 +17867,7 @@ export declare const nhlGameSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
17867
17867
|
hadShootout: z.ZodBoolean;
|
|
17868
17868
|
}>, "strip", z.ZodTypeAny, {
|
|
17869
17869
|
status: "canceled" | "live" | "scheduled" | "final" | "postponed";
|
|
17870
|
-
league: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls";
|
|
17870
|
+
league: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba";
|
|
17871
17871
|
startedAt: number;
|
|
17872
17872
|
finishedAt: number;
|
|
17873
17873
|
apiGameId: number;
|
|
@@ -18051,7 +18051,7 @@ export declare const nhlGameSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
18051
18051
|
listCount?: number | undefined;
|
|
18052
18052
|
}, {
|
|
18053
18053
|
status: "canceled" | "live" | "scheduled" | "final" | "postponed";
|
|
18054
|
-
league: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls";
|
|
18054
|
+
league: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba";
|
|
18055
18055
|
startedAt: number;
|
|
18056
18056
|
finishedAt: number;
|
|
18057
18057
|
apiGameId: number;
|
|
@@ -18242,7 +18242,7 @@ export declare const unionGameSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.exten
|
|
|
18242
18242
|
finishedAt: z.ZodNumber;
|
|
18243
18243
|
ratingWindowClosedAt: z.ZodOptional<z.ZodNumber>;
|
|
18244
18244
|
apiGameId: z.ZodNumber;
|
|
18245
|
-
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<"global">]>;
|
|
18245
|
+
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<"global">]>;
|
|
18246
18246
|
homeTeam: z.ZodObject<{
|
|
18247
18247
|
id: z.ZodOptional<z.ZodString>;
|
|
18248
18248
|
apiTeamId: z.ZodNumber;
|
|
@@ -19875,10 +19875,10 @@ export declare const unionGameSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.exten
|
|
|
19875
19875
|
}>>;
|
|
19876
19876
|
spoilersEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
19877
19877
|
viewedChangelogs: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodBoolean>>;
|
|
19878
|
-
lastSelectedLeague: 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<"global">]>>;
|
|
19878
|
+
lastSelectedLeague: 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<"global">]>>;
|
|
19879
19879
|
lastSelectedFilter: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Today">, z.ZodLiteral<"This Week">, z.ZodLiteral<"This Season">, z.ZodLiteral<"This Month">, z.ZodLiteral<"This Year">, z.ZodLiteral<"All">, z.ZodLiteral<"All Time">, z.ZodLiteral<"12h">, z.ZodLiteral<"daily">, z.ZodLiteral<"weekly">]>>;
|
|
19880
19880
|
lastSelectedRatingFilter: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"rating:asc">, z.ZodLiteral<"rating:desc">, z.ZodLiteral<"createdAt:asc">, z.ZodLiteral<"createdAt:desc">, z.ZodLiteral<"userLikes:asc">, z.ZodLiteral<"userLikes:desc">]>>;
|
|
19881
|
-
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<"global">]>>;
|
|
19881
|
+
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<"global">]>>;
|
|
19882
19882
|
role: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Admin">, z.ZodLiteral<"Creator">]>>;
|
|
19883
19883
|
preferTraditionalTeamLayout: z.ZodOptional<z.ZodBoolean>;
|
|
19884
19884
|
wasPromptedForReview: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -20001,7 +20001,7 @@ export declare const unionGameSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.exten
|
|
|
20001
20001
|
}>>;
|
|
20002
20002
|
currentTier: z.ZodOptional<z.ZodNumber>;
|
|
20003
20003
|
type: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"global">, z.ZodLiteral<"sport">, z.ZodLiteral<"league">]>>;
|
|
20004
|
-
league: 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<"global">]>>;
|
|
20004
|
+
league: 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<"global">]>>;
|
|
20005
20005
|
sport: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"basketball">, z.ZodLiteral<"football">, z.ZodLiteral<"soccer">, z.ZodLiteral<"baseball">, z.ZodLiteral<"hockey">]>>;
|
|
20006
20006
|
}, "strip", z.ZodTypeAny, {
|
|
20007
20007
|
id: string;
|
|
@@ -20025,7 +20025,7 @@ export declare const unionGameSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.exten
|
|
|
20025
20025
|
} | undefined;
|
|
20026
20026
|
currentTier?: number | undefined;
|
|
20027
20027
|
sport?: "basketball" | "football" | "soccer" | "baseball" | "hockey" | undefined;
|
|
20028
|
-
league?: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | undefined;
|
|
20028
|
+
league?: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba" | undefined;
|
|
20029
20029
|
}, {
|
|
20030
20030
|
id: string;
|
|
20031
20031
|
name: string;
|
|
@@ -20048,7 +20048,7 @@ export declare const unionGameSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.exten
|
|
|
20048
20048
|
} | undefined;
|
|
20049
20049
|
currentTier?: number | undefined;
|
|
20050
20050
|
sport?: "basketball" | "football" | "soccer" | "baseball" | "hockey" | undefined;
|
|
20051
|
-
league?: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | undefined;
|
|
20051
|
+
league?: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba" | undefined;
|
|
20052
20052
|
}>>>;
|
|
20053
20053
|
repliesLeft: z.ZodOptional<z.ZodNumber>;
|
|
20054
20054
|
listRepliesLeft: z.ZodOptional<z.ZodNumber>;
|
|
@@ -20116,7 +20116,7 @@ export declare const unionGameSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.exten
|
|
|
20116
20116
|
}>, "strip", z.ZodTypeAny, {
|
|
20117
20117
|
round: number;
|
|
20118
20118
|
status: "canceled" | "live" | "scheduled" | "final" | "postponed";
|
|
20119
|
-
league: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls";
|
|
20119
|
+
league: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba";
|
|
20120
20120
|
startedAt: number;
|
|
20121
20121
|
finishedAt: number;
|
|
20122
20122
|
apiGameId: number;
|
|
@@ -20307,7 +20307,7 @@ export declare const unionGameSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.exten
|
|
|
20307
20307
|
}, {
|
|
20308
20308
|
round: number;
|
|
20309
20309
|
status: "canceled" | "live" | "scheduled" | "final" | "postponed";
|
|
20310
|
-
league: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls";
|
|
20310
|
+
league: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba";
|
|
20311
20311
|
startedAt: number;
|
|
20312
20312
|
finishedAt: number;
|
|
20313
20313
|
apiGameId: number;
|
|
@@ -20503,7 +20503,7 @@ export declare const unionGameSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.exten
|
|
|
20503
20503
|
finishedAt: z.ZodNumber;
|
|
20504
20504
|
ratingWindowClosedAt: z.ZodOptional<z.ZodNumber>;
|
|
20505
20505
|
apiGameId: z.ZodNumber;
|
|
20506
|
-
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<"global">]>;
|
|
20506
|
+
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<"global">]>;
|
|
20507
20507
|
homeTeam: z.ZodObject<{
|
|
20508
20508
|
id: z.ZodOptional<z.ZodString>;
|
|
20509
20509
|
apiTeamId: z.ZodNumber;
|
|
@@ -22136,10 +22136,10 @@ export declare const unionGameSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.exten
|
|
|
22136
22136
|
}>>;
|
|
22137
22137
|
spoilersEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
22138
22138
|
viewedChangelogs: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodBoolean>>;
|
|
22139
|
-
lastSelectedLeague: 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<"global">]>>;
|
|
22139
|
+
lastSelectedLeague: 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<"global">]>>;
|
|
22140
22140
|
lastSelectedFilter: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Today">, z.ZodLiteral<"This Week">, z.ZodLiteral<"This Season">, z.ZodLiteral<"This Month">, z.ZodLiteral<"This Year">, z.ZodLiteral<"All">, z.ZodLiteral<"All Time">, z.ZodLiteral<"12h">, z.ZodLiteral<"daily">, z.ZodLiteral<"weekly">]>>;
|
|
22141
22141
|
lastSelectedRatingFilter: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"rating:asc">, z.ZodLiteral<"rating:desc">, z.ZodLiteral<"createdAt:asc">, z.ZodLiteral<"createdAt:desc">, z.ZodLiteral<"userLikes:asc">, z.ZodLiteral<"userLikes:desc">]>>;
|
|
22142
|
-
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<"global">]>>;
|
|
22142
|
+
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<"global">]>>;
|
|
22143
22143
|
role: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Admin">, z.ZodLiteral<"Creator">]>>;
|
|
22144
22144
|
preferTraditionalTeamLayout: z.ZodOptional<z.ZodBoolean>;
|
|
22145
22145
|
wasPromptedForReview: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -22262,7 +22262,7 @@ export declare const unionGameSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.exten
|
|
|
22262
22262
|
}>>;
|
|
22263
22263
|
currentTier: z.ZodOptional<z.ZodNumber>;
|
|
22264
22264
|
type: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"global">, z.ZodLiteral<"sport">, z.ZodLiteral<"league">]>>;
|
|
22265
|
-
league: 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<"global">]>>;
|
|
22265
|
+
league: 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<"global">]>>;
|
|
22266
22266
|
sport: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"basketball">, z.ZodLiteral<"football">, z.ZodLiteral<"soccer">, z.ZodLiteral<"baseball">, z.ZodLiteral<"hockey">]>>;
|
|
22267
22267
|
}, "strip", z.ZodTypeAny, {
|
|
22268
22268
|
id: string;
|
|
@@ -22286,7 +22286,7 @@ export declare const unionGameSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.exten
|
|
|
22286
22286
|
} | undefined;
|
|
22287
22287
|
currentTier?: number | undefined;
|
|
22288
22288
|
sport?: "basketball" | "football" | "soccer" | "baseball" | "hockey" | undefined;
|
|
22289
|
-
league?: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | undefined;
|
|
22289
|
+
league?: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba" | undefined;
|
|
22290
22290
|
}, {
|
|
22291
22291
|
id: string;
|
|
22292
22292
|
name: string;
|
|
@@ -22309,7 +22309,7 @@ export declare const unionGameSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.exten
|
|
|
22309
22309
|
} | undefined;
|
|
22310
22310
|
currentTier?: number | undefined;
|
|
22311
22311
|
sport?: "basketball" | "football" | "soccer" | "baseball" | "hockey" | undefined;
|
|
22312
|
-
league?: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | undefined;
|
|
22312
|
+
league?: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba" | undefined;
|
|
22313
22313
|
}>>>;
|
|
22314
22314
|
repliesLeft: z.ZodOptional<z.ZodNumber>;
|
|
22315
22315
|
listRepliesLeft: z.ZodOptional<z.ZodNumber>;
|
|
@@ -22383,7 +22383,7 @@ export declare const unionGameSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.exten
|
|
|
22383
22383
|
runnerOnThird: z.ZodOptional<z.ZodBoolean>;
|
|
22384
22384
|
}>, "strip", z.ZodTypeAny, {
|
|
22385
22385
|
status: "canceled" | "live" | "scheduled" | "final" | "postponed";
|
|
22386
|
-
league: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls";
|
|
22386
|
+
league: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba";
|
|
22387
22387
|
startedAt: number;
|
|
22388
22388
|
finishedAt: number;
|
|
22389
22389
|
apiGameId: number;
|
|
@@ -22581,7 +22581,7 @@ export declare const unionGameSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.exten
|
|
|
22581
22581
|
runnerOnThird?: boolean | undefined;
|
|
22582
22582
|
}, {
|
|
22583
22583
|
status: "canceled" | "live" | "scheduled" | "final" | "postponed";
|
|
22584
|
-
league: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls";
|
|
22584
|
+
league: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba";
|
|
22585
22585
|
startedAt: number;
|
|
22586
22586
|
finishedAt: number;
|
|
22587
22587
|
apiGameId: number;
|
|
@@ -22785,7 +22785,7 @@ export declare const unionGameSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.exten
|
|
|
22785
22785
|
finishedAt: z.ZodNumber;
|
|
22786
22786
|
ratingWindowClosedAt: z.ZodOptional<z.ZodNumber>;
|
|
22787
22787
|
apiGameId: z.ZodNumber;
|
|
22788
|
-
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<"global">]>;
|
|
22788
|
+
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<"global">]>;
|
|
22789
22789
|
homeTeam: z.ZodObject<{
|
|
22790
22790
|
id: z.ZodOptional<z.ZodString>;
|
|
22791
22791
|
apiTeamId: z.ZodNumber;
|
|
@@ -24418,10 +24418,10 @@ export declare const unionGameSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.exten
|
|
|
24418
24418
|
}>>;
|
|
24419
24419
|
spoilersEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
24420
24420
|
viewedChangelogs: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodBoolean>>;
|
|
24421
|
-
lastSelectedLeague: 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<"global">]>>;
|
|
24421
|
+
lastSelectedLeague: 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<"global">]>>;
|
|
24422
24422
|
lastSelectedFilter: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Today">, z.ZodLiteral<"This Week">, z.ZodLiteral<"This Season">, z.ZodLiteral<"This Month">, z.ZodLiteral<"This Year">, z.ZodLiteral<"All">, z.ZodLiteral<"All Time">, z.ZodLiteral<"12h">, z.ZodLiteral<"daily">, z.ZodLiteral<"weekly">]>>;
|
|
24423
24423
|
lastSelectedRatingFilter: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"rating:asc">, z.ZodLiteral<"rating:desc">, z.ZodLiteral<"createdAt:asc">, z.ZodLiteral<"createdAt:desc">, z.ZodLiteral<"userLikes:asc">, z.ZodLiteral<"userLikes:desc">]>>;
|
|
24424
|
-
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<"global">]>>;
|
|
24424
|
+
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<"global">]>>;
|
|
24425
24425
|
role: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Admin">, z.ZodLiteral<"Creator">]>>;
|
|
24426
24426
|
preferTraditionalTeamLayout: z.ZodOptional<z.ZodBoolean>;
|
|
24427
24427
|
wasPromptedForReview: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -24544,7 +24544,7 @@ export declare const unionGameSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.exten
|
|
|
24544
24544
|
}>>;
|
|
24545
24545
|
currentTier: z.ZodOptional<z.ZodNumber>;
|
|
24546
24546
|
type: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"global">, z.ZodLiteral<"sport">, z.ZodLiteral<"league">]>>;
|
|
24547
|
-
league: 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<"global">]>>;
|
|
24547
|
+
league: 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<"global">]>>;
|
|
24548
24548
|
sport: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"basketball">, z.ZodLiteral<"football">, z.ZodLiteral<"soccer">, z.ZodLiteral<"baseball">, z.ZodLiteral<"hockey">]>>;
|
|
24549
24549
|
}, "strip", z.ZodTypeAny, {
|
|
24550
24550
|
id: string;
|
|
@@ -24568,7 +24568,7 @@ export declare const unionGameSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.exten
|
|
|
24568
24568
|
} | undefined;
|
|
24569
24569
|
currentTier?: number | undefined;
|
|
24570
24570
|
sport?: "basketball" | "football" | "soccer" | "baseball" | "hockey" | undefined;
|
|
24571
|
-
league?: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | undefined;
|
|
24571
|
+
league?: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba" | undefined;
|
|
24572
24572
|
}, {
|
|
24573
24573
|
id: string;
|
|
24574
24574
|
name: string;
|
|
@@ -24591,7 +24591,7 @@ export declare const unionGameSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.exten
|
|
|
24591
24591
|
} | undefined;
|
|
24592
24592
|
currentTier?: number | undefined;
|
|
24593
24593
|
sport?: "basketball" | "football" | "soccer" | "baseball" | "hockey" | undefined;
|
|
24594
|
-
league?: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | undefined;
|
|
24594
|
+
league?: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba" | undefined;
|
|
24595
24595
|
}>>>;
|
|
24596
24596
|
repliesLeft: z.ZodOptional<z.ZodNumber>;
|
|
24597
24597
|
listRepliesLeft: z.ZodOptional<z.ZodNumber>;
|
|
@@ -25149,7 +25149,7 @@ export declare const unionGameSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.exten
|
|
|
25149
25149
|
finishedAt: z.ZodNumber;
|
|
25150
25150
|
ratingWindowClosedAt: z.ZodOptional<z.ZodNumber>;
|
|
25151
25151
|
apiGameId: z.ZodNumber;
|
|
25152
|
-
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<"global">]>;
|
|
25152
|
+
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<"global">]>;
|
|
25153
25153
|
homeTeam: z.ZodObject<{
|
|
25154
25154
|
id: z.ZodOptional<z.ZodString>;
|
|
25155
25155
|
apiTeamId: z.ZodNumber;
|
|
@@ -26782,10 +26782,10 @@ export declare const unionGameSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.exten
|
|
|
26782
26782
|
}>>;
|
|
26783
26783
|
spoilersEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
26784
26784
|
viewedChangelogs: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodBoolean>>;
|
|
26785
|
-
lastSelectedLeague: 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<"global">]>>;
|
|
26785
|
+
lastSelectedLeague: 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<"global">]>>;
|
|
26786
26786
|
lastSelectedFilter: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Today">, z.ZodLiteral<"This Week">, z.ZodLiteral<"This Season">, z.ZodLiteral<"This Month">, z.ZodLiteral<"This Year">, z.ZodLiteral<"All">, z.ZodLiteral<"All Time">, z.ZodLiteral<"12h">, z.ZodLiteral<"daily">, z.ZodLiteral<"weekly">]>>;
|
|
26787
26787
|
lastSelectedRatingFilter: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"rating:asc">, z.ZodLiteral<"rating:desc">, z.ZodLiteral<"createdAt:asc">, z.ZodLiteral<"createdAt:desc">, z.ZodLiteral<"userLikes:asc">, z.ZodLiteral<"userLikes:desc">]>>;
|
|
26788
|
-
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<"global">]>>;
|
|
26788
|
+
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<"global">]>>;
|
|
26789
26789
|
role: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Admin">, z.ZodLiteral<"Creator">]>>;
|
|
26790
26790
|
preferTraditionalTeamLayout: z.ZodOptional<z.ZodBoolean>;
|
|
26791
26791
|
wasPromptedForReview: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -26908,7 +26908,7 @@ export declare const unionGameSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.exten
|
|
|
26908
26908
|
}>>;
|
|
26909
26909
|
currentTier: z.ZodOptional<z.ZodNumber>;
|
|
26910
26910
|
type: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"global">, z.ZodLiteral<"sport">, z.ZodLiteral<"league">]>>;
|
|
26911
|
-
league: 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<"global">]>>;
|
|
26911
|
+
league: 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<"global">]>>;
|
|
26912
26912
|
sport: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"basketball">, z.ZodLiteral<"football">, z.ZodLiteral<"soccer">, z.ZodLiteral<"baseball">, z.ZodLiteral<"hockey">]>>;
|
|
26913
26913
|
}, "strip", z.ZodTypeAny, {
|
|
26914
26914
|
id: string;
|
|
@@ -26932,7 +26932,7 @@ export declare const unionGameSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.exten
|
|
|
26932
26932
|
} | undefined;
|
|
26933
26933
|
currentTier?: number | undefined;
|
|
26934
26934
|
sport?: "basketball" | "football" | "soccer" | "baseball" | "hockey" | undefined;
|
|
26935
|
-
league?: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | undefined;
|
|
26935
|
+
league?: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba" | undefined;
|
|
26936
26936
|
}, {
|
|
26937
26937
|
id: string;
|
|
26938
26938
|
name: string;
|
|
@@ -26955,7 +26955,7 @@ export declare const unionGameSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.exten
|
|
|
26955
26955
|
} | undefined;
|
|
26956
26956
|
currentTier?: number | undefined;
|
|
26957
26957
|
sport?: "basketball" | "football" | "soccer" | "baseball" | "hockey" | undefined;
|
|
26958
|
-
league?: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | undefined;
|
|
26958
|
+
league?: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba" | undefined;
|
|
26959
26959
|
}>>>;
|
|
26960
26960
|
repliesLeft: z.ZodOptional<z.ZodNumber>;
|
|
26961
26961
|
listRepliesLeft: z.ZodOptional<z.ZodNumber>;
|
|
@@ -27060,7 +27060,7 @@ export declare const unionGameSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.exten
|
|
|
27060
27060
|
}>, "strip", z.ZodTypeAny, {
|
|
27061
27061
|
status: "canceled" | "live" | "scheduled" | "final" | "postponed";
|
|
27062
27062
|
quarter: string | null;
|
|
27063
|
-
league: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls";
|
|
27063
|
+
league: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba";
|
|
27064
27064
|
startedAt: number;
|
|
27065
27065
|
finishedAt: number;
|
|
27066
27066
|
apiGameId: string;
|
|
@@ -27271,7 +27271,7 @@ export declare const unionGameSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.exten
|
|
|
27271
27271
|
}, {
|
|
27272
27272
|
status: "canceled" | "live" | "scheduled" | "final" | "postponed";
|
|
27273
27273
|
quarter: string | null;
|
|
27274
|
-
league: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls";
|
|
27274
|
+
league: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba";
|
|
27275
27275
|
startedAt: number;
|
|
27276
27276
|
finishedAt: number;
|
|
27277
27277
|
apiGameId: string;
|
|
@@ -27487,7 +27487,7 @@ export declare const unionGameSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.exten
|
|
|
27487
27487
|
finishedAt: z.ZodNumber;
|
|
27488
27488
|
ratingWindowClosedAt: z.ZodOptional<z.ZodNumber>;
|
|
27489
27489
|
apiGameId: z.ZodNumber;
|
|
27490
|
-
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<"global">]>;
|
|
27490
|
+
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<"global">]>;
|
|
27491
27491
|
homeTeam: z.ZodObject<{
|
|
27492
27492
|
id: z.ZodOptional<z.ZodString>;
|
|
27493
27493
|
apiTeamId: z.ZodNumber;
|
|
@@ -29120,10 +29120,10 @@ export declare const unionGameSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.exten
|
|
|
29120
29120
|
}>>;
|
|
29121
29121
|
spoilersEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
29122
29122
|
viewedChangelogs: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodBoolean>>;
|
|
29123
|
-
lastSelectedLeague: 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<"global">]>>;
|
|
29123
|
+
lastSelectedLeague: 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<"global">]>>;
|
|
29124
29124
|
lastSelectedFilter: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Today">, z.ZodLiteral<"This Week">, z.ZodLiteral<"This Season">, z.ZodLiteral<"This Month">, z.ZodLiteral<"This Year">, z.ZodLiteral<"All">, z.ZodLiteral<"All Time">, z.ZodLiteral<"12h">, z.ZodLiteral<"daily">, z.ZodLiteral<"weekly">]>>;
|
|
29125
29125
|
lastSelectedRatingFilter: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"rating:asc">, z.ZodLiteral<"rating:desc">, z.ZodLiteral<"createdAt:asc">, z.ZodLiteral<"createdAt:desc">, z.ZodLiteral<"userLikes:asc">, z.ZodLiteral<"userLikes:desc">]>>;
|
|
29126
|
-
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<"global">]>>;
|
|
29126
|
+
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<"global">]>>;
|
|
29127
29127
|
role: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Admin">, z.ZodLiteral<"Creator">]>>;
|
|
29128
29128
|
preferTraditionalTeamLayout: z.ZodOptional<z.ZodBoolean>;
|
|
29129
29129
|
wasPromptedForReview: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -29246,7 +29246,7 @@ export declare const unionGameSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.exten
|
|
|
29246
29246
|
}>>;
|
|
29247
29247
|
currentTier: z.ZodOptional<z.ZodNumber>;
|
|
29248
29248
|
type: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"global">, z.ZodLiteral<"sport">, z.ZodLiteral<"league">]>>;
|
|
29249
|
-
league: 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<"global">]>>;
|
|
29249
|
+
league: 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<"global">]>>;
|
|
29250
29250
|
sport: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"basketball">, z.ZodLiteral<"football">, z.ZodLiteral<"soccer">, z.ZodLiteral<"baseball">, z.ZodLiteral<"hockey">]>>;
|
|
29251
29251
|
}, "strip", z.ZodTypeAny, {
|
|
29252
29252
|
id: string;
|
|
@@ -29270,7 +29270,7 @@ export declare const unionGameSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.exten
|
|
|
29270
29270
|
} | undefined;
|
|
29271
29271
|
currentTier?: number | undefined;
|
|
29272
29272
|
sport?: "basketball" | "football" | "soccer" | "baseball" | "hockey" | undefined;
|
|
29273
|
-
league?: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | undefined;
|
|
29273
|
+
league?: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba" | undefined;
|
|
29274
29274
|
}, {
|
|
29275
29275
|
id: string;
|
|
29276
29276
|
name: string;
|
|
@@ -29293,7 +29293,7 @@ export declare const unionGameSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.exten
|
|
|
29293
29293
|
} | undefined;
|
|
29294
29294
|
currentTier?: number | undefined;
|
|
29295
29295
|
sport?: "basketball" | "football" | "soccer" | "baseball" | "hockey" | undefined;
|
|
29296
|
-
league?: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | undefined;
|
|
29296
|
+
league?: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba" | undefined;
|
|
29297
29297
|
}>>>;
|
|
29298
29298
|
repliesLeft: z.ZodOptional<z.ZodNumber>;
|
|
29299
29299
|
listRepliesLeft: z.ZodOptional<z.ZodNumber>;
|
|
@@ -29394,7 +29394,7 @@ export declare const unionGameSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.exten
|
|
|
29394
29394
|
}>, "strip", z.ZodTypeAny, {
|
|
29395
29395
|
status: "canceled" | "live" | "scheduled" | "final" | "postponed";
|
|
29396
29396
|
quarter: string | null;
|
|
29397
|
-
league: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls";
|
|
29397
|
+
league: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba";
|
|
29398
29398
|
startedAt: number;
|
|
29399
29399
|
finishedAt: number;
|
|
29400
29400
|
apiGameId: number;
|
|
@@ -29598,7 +29598,7 @@ export declare const unionGameSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.exten
|
|
|
29598
29598
|
}, {
|
|
29599
29599
|
status: "canceled" | "live" | "scheduled" | "final" | "postponed";
|
|
29600
29600
|
quarter: string | null;
|
|
29601
|
-
league: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls";
|
|
29601
|
+
league: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba";
|
|
29602
29602
|
startedAt: number;
|
|
29603
29603
|
finishedAt: number;
|
|
29604
29604
|
apiGameId: number;
|
|
@@ -29807,7 +29807,7 @@ export declare const unionGameSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.exten
|
|
|
29807
29807
|
finishedAt: z.ZodNumber;
|
|
29808
29808
|
ratingWindowClosedAt: z.ZodOptional<z.ZodNumber>;
|
|
29809
29809
|
apiGameId: z.ZodNumber;
|
|
29810
|
-
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<"global">]>;
|
|
29810
|
+
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<"global">]>;
|
|
29811
29811
|
homeTeam: z.ZodObject<{
|
|
29812
29812
|
id: z.ZodOptional<z.ZodString>;
|
|
29813
29813
|
apiTeamId: z.ZodNumber;
|
|
@@ -31440,10 +31440,10 @@ export declare const unionGameSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.exten
|
|
|
31440
31440
|
}>>;
|
|
31441
31441
|
spoilersEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
31442
31442
|
viewedChangelogs: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodBoolean>>;
|
|
31443
|
-
lastSelectedLeague: 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<"global">]>>;
|
|
31443
|
+
lastSelectedLeague: 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<"global">]>>;
|
|
31444
31444
|
lastSelectedFilter: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Today">, z.ZodLiteral<"This Week">, z.ZodLiteral<"This Season">, z.ZodLiteral<"This Month">, z.ZodLiteral<"This Year">, z.ZodLiteral<"All">, z.ZodLiteral<"All Time">, z.ZodLiteral<"12h">, z.ZodLiteral<"daily">, z.ZodLiteral<"weekly">]>>;
|
|
31445
31445
|
lastSelectedRatingFilter: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"rating:asc">, z.ZodLiteral<"rating:desc">, z.ZodLiteral<"createdAt:asc">, z.ZodLiteral<"createdAt:desc">, z.ZodLiteral<"userLikes:asc">, z.ZodLiteral<"userLikes:desc">]>>;
|
|
31446
|
-
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<"global">]>>;
|
|
31446
|
+
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<"global">]>>;
|
|
31447
31447
|
role: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Admin">, z.ZodLiteral<"Creator">]>>;
|
|
31448
31448
|
preferTraditionalTeamLayout: z.ZodOptional<z.ZodBoolean>;
|
|
31449
31449
|
wasPromptedForReview: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -31566,7 +31566,7 @@ export declare const unionGameSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.exten
|
|
|
31566
31566
|
}>>;
|
|
31567
31567
|
currentTier: z.ZodOptional<z.ZodNumber>;
|
|
31568
31568
|
type: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"global">, z.ZodLiteral<"sport">, z.ZodLiteral<"league">]>>;
|
|
31569
|
-
league: 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<"global">]>>;
|
|
31569
|
+
league: 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<"global">]>>;
|
|
31570
31570
|
sport: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"basketball">, z.ZodLiteral<"football">, z.ZodLiteral<"soccer">, z.ZodLiteral<"baseball">, z.ZodLiteral<"hockey">]>>;
|
|
31571
31571
|
}, "strip", z.ZodTypeAny, {
|
|
31572
31572
|
id: string;
|
|
@@ -31590,7 +31590,7 @@ export declare const unionGameSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.exten
|
|
|
31590
31590
|
} | undefined;
|
|
31591
31591
|
currentTier?: number | undefined;
|
|
31592
31592
|
sport?: "basketball" | "football" | "soccer" | "baseball" | "hockey" | undefined;
|
|
31593
|
-
league?: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | undefined;
|
|
31593
|
+
league?: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba" | undefined;
|
|
31594
31594
|
}, {
|
|
31595
31595
|
id: string;
|
|
31596
31596
|
name: string;
|
|
@@ -31613,7 +31613,7 @@ export declare const unionGameSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.exten
|
|
|
31613
31613
|
} | undefined;
|
|
31614
31614
|
currentTier?: number | undefined;
|
|
31615
31615
|
sport?: "basketball" | "football" | "soccer" | "baseball" | "hockey" | undefined;
|
|
31616
|
-
league?: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | undefined;
|
|
31616
|
+
league?: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba" | undefined;
|
|
31617
31617
|
}>>>;
|
|
31618
31618
|
repliesLeft: z.ZodOptional<z.ZodNumber>;
|
|
31619
31619
|
listRepliesLeft: z.ZodOptional<z.ZodNumber>;
|
|
@@ -31666,7 +31666,7 @@ export declare const unionGameSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.exten
|
|
|
31666
31666
|
hadShootout: z.ZodBoolean;
|
|
31667
31667
|
}>, "strip", z.ZodTypeAny, {
|
|
31668
31668
|
status: "canceled" | "live" | "scheduled" | "final" | "postponed";
|
|
31669
|
-
league: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls";
|
|
31669
|
+
league: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba";
|
|
31670
31670
|
startedAt: number;
|
|
31671
31671
|
finishedAt: number;
|
|
31672
31672
|
apiGameId: number;
|
|
@@ -31850,7 +31850,7 @@ export declare const unionGameSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.exten
|
|
|
31850
31850
|
listCount?: number | undefined;
|
|
31851
31851
|
}, {
|
|
31852
31852
|
status: "canceled" | "live" | "scheduled" | "final" | "postponed";
|
|
31853
|
-
league: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls";
|
|
31853
|
+
league: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba";
|
|
31854
31854
|
startedAt: number;
|
|
31855
31855
|
finishedAt: number;
|
|
31856
31856
|
apiGameId: number;
|
|
@@ -32037,7 +32037,7 @@ export declare const searchGameSchema: z.ZodObject<{
|
|
|
32037
32037
|
q: z.ZodOptional<z.ZodString>;
|
|
32038
32038
|
teamId: z.ZodOptional<z.ZodString>;
|
|
32039
32039
|
round: z.ZodOptional<z.ZodString>;
|
|
32040
|
-
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<"global">]>;
|
|
32040
|
+
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<"global">]>;
|
|
32041
32041
|
createdAt: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Today">, z.ZodLiteral<"This Week">, z.ZodLiteral<"This Season">, z.ZodLiteral<"This Month">, z.ZodLiteral<"This Year">, z.ZodLiteral<"All">, z.ZodLiteral<"All Time">, z.ZodLiteral<"12h">, z.ZodLiteral<"daily">, z.ZodLiteral<"weekly">]>>;
|
|
32042
32042
|
sortBy: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"rating.avg:asc">, z.ZodLiteral<"rating.avg:desc">, z.ZodLiteral<"startedAt:asc">, z.ZodLiteral<"startedAt:desc">, z.ZodLiteral<"ratings.weightedRating.avg:asc">, z.ZodLiteral<"ratings.weightedRating.avg:desc">, z.ZodLiteral<"rating.votes.total:desc">]>>;
|
|
32043
32043
|
limit: z.ZodOptional<z.ZodString>;
|
|
@@ -32048,7 +32048,7 @@ export declare const searchGameSchema: z.ZodObject<{
|
|
|
32048
32048
|
gamesType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"topRated">, z.ZodLiteral<"mostRated">]>>;
|
|
32049
32049
|
season: z.ZodOptional<z.ZodString>;
|
|
32050
32050
|
}, "strip", z.ZodTypeAny, {
|
|
32051
|
-
league: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls";
|
|
32051
|
+
league: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba";
|
|
32052
32052
|
offset?: string | undefined;
|
|
32053
32053
|
round?: string | undefined;
|
|
32054
32054
|
q?: string | undefined;
|
|
@@ -32062,7 +32062,7 @@ export declare const searchGameSchema: z.ZodObject<{
|
|
|
32062
32062
|
seasonGroup?: "combined" | "regularSeason" | "playoffs" | undefined;
|
|
32063
32063
|
gamesType?: "topRated" | "mostRated" | undefined;
|
|
32064
32064
|
}, {
|
|
32065
|
-
league: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls";
|
|
32065
|
+
league: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba";
|
|
32066
32066
|
offset?: string | undefined;
|
|
32067
32067
|
round?: string | undefined;
|
|
32068
32068
|
q?: string | undefined;
|
|
@@ -32085,7 +32085,7 @@ export declare const creatorPickSchema: z.ZodObject<{
|
|
|
32085
32085
|
finishedAt: z.ZodNumber;
|
|
32086
32086
|
ratingWindowClosedAt: z.ZodOptional<z.ZodNumber>;
|
|
32087
32087
|
apiGameId: z.ZodNumber;
|
|
32088
|
-
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<"global">]>;
|
|
32088
|
+
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<"global">]>;
|
|
32089
32089
|
homeTeam: z.ZodObject<{
|
|
32090
32090
|
id: z.ZodOptional<z.ZodString>;
|
|
32091
32091
|
apiTeamId: z.ZodNumber;
|
|
@@ -33718,10 +33718,10 @@ export declare const creatorPickSchema: z.ZodObject<{
|
|
|
33718
33718
|
}>>;
|
|
33719
33719
|
spoilersEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
33720
33720
|
viewedChangelogs: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodBoolean>>;
|
|
33721
|
-
lastSelectedLeague: 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<"global">]>>;
|
|
33721
|
+
lastSelectedLeague: 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<"global">]>>;
|
|
33722
33722
|
lastSelectedFilter: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Today">, z.ZodLiteral<"This Week">, z.ZodLiteral<"This Season">, z.ZodLiteral<"This Month">, z.ZodLiteral<"This Year">, z.ZodLiteral<"All">, z.ZodLiteral<"All Time">, z.ZodLiteral<"12h">, z.ZodLiteral<"daily">, z.ZodLiteral<"weekly">]>>;
|
|
33723
33723
|
lastSelectedRatingFilter: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"rating:asc">, z.ZodLiteral<"rating:desc">, z.ZodLiteral<"createdAt:asc">, z.ZodLiteral<"createdAt:desc">, z.ZodLiteral<"userLikes:asc">, z.ZodLiteral<"userLikes:desc">]>>;
|
|
33724
|
-
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<"global">]>>;
|
|
33724
|
+
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<"global">]>>;
|
|
33725
33725
|
role: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Admin">, z.ZodLiteral<"Creator">]>>;
|
|
33726
33726
|
preferTraditionalTeamLayout: z.ZodOptional<z.ZodBoolean>;
|
|
33727
33727
|
wasPromptedForReview: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -33844,7 +33844,7 @@ export declare const creatorPickSchema: z.ZodObject<{
|
|
|
33844
33844
|
}>>;
|
|
33845
33845
|
currentTier: z.ZodOptional<z.ZodNumber>;
|
|
33846
33846
|
type: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"global">, z.ZodLiteral<"sport">, z.ZodLiteral<"league">]>>;
|
|
33847
|
-
league: 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<"global">]>>;
|
|
33847
|
+
league: 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<"global">]>>;
|
|
33848
33848
|
sport: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"basketball">, z.ZodLiteral<"football">, z.ZodLiteral<"soccer">, z.ZodLiteral<"baseball">, z.ZodLiteral<"hockey">]>>;
|
|
33849
33849
|
}, "strip", z.ZodTypeAny, {
|
|
33850
33850
|
id: string;
|
|
@@ -33868,7 +33868,7 @@ export declare const creatorPickSchema: z.ZodObject<{
|
|
|
33868
33868
|
} | undefined;
|
|
33869
33869
|
currentTier?: number | undefined;
|
|
33870
33870
|
sport?: "basketball" | "football" | "soccer" | "baseball" | "hockey" | undefined;
|
|
33871
|
-
league?: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | undefined;
|
|
33871
|
+
league?: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba" | undefined;
|
|
33872
33872
|
}, {
|
|
33873
33873
|
id: string;
|
|
33874
33874
|
name: string;
|
|
@@ -33891,7 +33891,7 @@ export declare const creatorPickSchema: z.ZodObject<{
|
|
|
33891
33891
|
} | undefined;
|
|
33892
33892
|
currentTier?: number | undefined;
|
|
33893
33893
|
sport?: "basketball" | "football" | "soccer" | "baseball" | "hockey" | undefined;
|
|
33894
|
-
league?: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | undefined;
|
|
33894
|
+
league?: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba" | undefined;
|
|
33895
33895
|
}>>>;
|
|
33896
33896
|
repliesLeft: z.ZodOptional<z.ZodNumber>;
|
|
33897
33897
|
listRepliesLeft: z.ZodOptional<z.ZodNumber>;
|
|
@@ -33959,7 +33959,7 @@ export declare const creatorPickSchema: z.ZodObject<{
|
|
|
33959
33959
|
}>, "strip", z.ZodTypeAny, {
|
|
33960
33960
|
round: number;
|
|
33961
33961
|
status: "canceled" | "live" | "scheduled" | "final" | "postponed";
|
|
33962
|
-
league: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls";
|
|
33962
|
+
league: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba";
|
|
33963
33963
|
startedAt: number;
|
|
33964
33964
|
finishedAt: number;
|
|
33965
33965
|
apiGameId: number;
|
|
@@ -34150,7 +34150,7 @@ export declare const creatorPickSchema: z.ZodObject<{
|
|
|
34150
34150
|
}, {
|
|
34151
34151
|
round: number;
|
|
34152
34152
|
status: "canceled" | "live" | "scheduled" | "final" | "postponed";
|
|
34153
|
-
league: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls";
|
|
34153
|
+
league: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba";
|
|
34154
34154
|
startedAt: number;
|
|
34155
34155
|
finishedAt: number;
|
|
34156
34156
|
apiGameId: number;
|
|
@@ -34346,7 +34346,7 @@ export declare const creatorPickSchema: z.ZodObject<{
|
|
|
34346
34346
|
finishedAt: z.ZodNumber;
|
|
34347
34347
|
ratingWindowClosedAt: z.ZodOptional<z.ZodNumber>;
|
|
34348
34348
|
apiGameId: z.ZodNumber;
|
|
34349
|
-
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<"global">]>;
|
|
34349
|
+
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<"global">]>;
|
|
34350
34350
|
homeTeam: z.ZodObject<{
|
|
34351
34351
|
id: z.ZodOptional<z.ZodString>;
|
|
34352
34352
|
apiTeamId: z.ZodNumber;
|
|
@@ -35979,10 +35979,10 @@ export declare const creatorPickSchema: z.ZodObject<{
|
|
|
35979
35979
|
}>>;
|
|
35980
35980
|
spoilersEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
35981
35981
|
viewedChangelogs: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodBoolean>>;
|
|
35982
|
-
lastSelectedLeague: 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<"global">]>>;
|
|
35982
|
+
lastSelectedLeague: 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<"global">]>>;
|
|
35983
35983
|
lastSelectedFilter: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Today">, z.ZodLiteral<"This Week">, z.ZodLiteral<"This Season">, z.ZodLiteral<"This Month">, z.ZodLiteral<"This Year">, z.ZodLiteral<"All">, z.ZodLiteral<"All Time">, z.ZodLiteral<"12h">, z.ZodLiteral<"daily">, z.ZodLiteral<"weekly">]>>;
|
|
35984
35984
|
lastSelectedRatingFilter: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"rating:asc">, z.ZodLiteral<"rating:desc">, z.ZodLiteral<"createdAt:asc">, z.ZodLiteral<"createdAt:desc">, z.ZodLiteral<"userLikes:asc">, z.ZodLiteral<"userLikes:desc">]>>;
|
|
35985
|
-
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<"global">]>>;
|
|
35985
|
+
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<"global">]>>;
|
|
35986
35986
|
role: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Admin">, z.ZodLiteral<"Creator">]>>;
|
|
35987
35987
|
preferTraditionalTeamLayout: z.ZodOptional<z.ZodBoolean>;
|
|
35988
35988
|
wasPromptedForReview: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -36105,7 +36105,7 @@ export declare const creatorPickSchema: z.ZodObject<{
|
|
|
36105
36105
|
}>>;
|
|
36106
36106
|
currentTier: z.ZodOptional<z.ZodNumber>;
|
|
36107
36107
|
type: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"global">, z.ZodLiteral<"sport">, z.ZodLiteral<"league">]>>;
|
|
36108
|
-
league: 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<"global">]>>;
|
|
36108
|
+
league: 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<"global">]>>;
|
|
36109
36109
|
sport: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"basketball">, z.ZodLiteral<"football">, z.ZodLiteral<"soccer">, z.ZodLiteral<"baseball">, z.ZodLiteral<"hockey">]>>;
|
|
36110
36110
|
}, "strip", z.ZodTypeAny, {
|
|
36111
36111
|
id: string;
|
|
@@ -36129,7 +36129,7 @@ export declare const creatorPickSchema: z.ZodObject<{
|
|
|
36129
36129
|
} | undefined;
|
|
36130
36130
|
currentTier?: number | undefined;
|
|
36131
36131
|
sport?: "basketball" | "football" | "soccer" | "baseball" | "hockey" | undefined;
|
|
36132
|
-
league?: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | undefined;
|
|
36132
|
+
league?: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba" | undefined;
|
|
36133
36133
|
}, {
|
|
36134
36134
|
id: string;
|
|
36135
36135
|
name: string;
|
|
@@ -36152,7 +36152,7 @@ export declare const creatorPickSchema: z.ZodObject<{
|
|
|
36152
36152
|
} | undefined;
|
|
36153
36153
|
currentTier?: number | undefined;
|
|
36154
36154
|
sport?: "basketball" | "football" | "soccer" | "baseball" | "hockey" | undefined;
|
|
36155
|
-
league?: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | undefined;
|
|
36155
|
+
league?: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba" | undefined;
|
|
36156
36156
|
}>>>;
|
|
36157
36157
|
repliesLeft: z.ZodOptional<z.ZodNumber>;
|
|
36158
36158
|
listRepliesLeft: z.ZodOptional<z.ZodNumber>;
|
|
@@ -36226,7 +36226,7 @@ export declare const creatorPickSchema: z.ZodObject<{
|
|
|
36226
36226
|
runnerOnThird: z.ZodOptional<z.ZodBoolean>;
|
|
36227
36227
|
}>, "strip", z.ZodTypeAny, {
|
|
36228
36228
|
status: "canceled" | "live" | "scheduled" | "final" | "postponed";
|
|
36229
|
-
league: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls";
|
|
36229
|
+
league: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba";
|
|
36230
36230
|
startedAt: number;
|
|
36231
36231
|
finishedAt: number;
|
|
36232
36232
|
apiGameId: number;
|
|
@@ -36424,7 +36424,7 @@ export declare const creatorPickSchema: z.ZodObject<{
|
|
|
36424
36424
|
runnerOnThird?: boolean | undefined;
|
|
36425
36425
|
}, {
|
|
36426
36426
|
status: "canceled" | "live" | "scheduled" | "final" | "postponed";
|
|
36427
|
-
league: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls";
|
|
36427
|
+
league: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba";
|
|
36428
36428
|
startedAt: number;
|
|
36429
36429
|
finishedAt: number;
|
|
36430
36430
|
apiGameId: number;
|
|
@@ -36628,7 +36628,7 @@ export declare const creatorPickSchema: z.ZodObject<{
|
|
|
36628
36628
|
finishedAt: z.ZodNumber;
|
|
36629
36629
|
ratingWindowClosedAt: z.ZodOptional<z.ZodNumber>;
|
|
36630
36630
|
apiGameId: z.ZodNumber;
|
|
36631
|
-
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<"global">]>;
|
|
36631
|
+
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<"global">]>;
|
|
36632
36632
|
homeTeam: z.ZodObject<{
|
|
36633
36633
|
id: z.ZodOptional<z.ZodString>;
|
|
36634
36634
|
apiTeamId: z.ZodNumber;
|
|
@@ -38261,10 +38261,10 @@ export declare const creatorPickSchema: z.ZodObject<{
|
|
|
38261
38261
|
}>>;
|
|
38262
38262
|
spoilersEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
38263
38263
|
viewedChangelogs: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodBoolean>>;
|
|
38264
|
-
lastSelectedLeague: 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<"global">]>>;
|
|
38264
|
+
lastSelectedLeague: 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<"global">]>>;
|
|
38265
38265
|
lastSelectedFilter: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Today">, z.ZodLiteral<"This Week">, z.ZodLiteral<"This Season">, z.ZodLiteral<"This Month">, z.ZodLiteral<"This Year">, z.ZodLiteral<"All">, z.ZodLiteral<"All Time">, z.ZodLiteral<"12h">, z.ZodLiteral<"daily">, z.ZodLiteral<"weekly">]>>;
|
|
38266
38266
|
lastSelectedRatingFilter: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"rating:asc">, z.ZodLiteral<"rating:desc">, z.ZodLiteral<"createdAt:asc">, z.ZodLiteral<"createdAt:desc">, z.ZodLiteral<"userLikes:asc">, z.ZodLiteral<"userLikes:desc">]>>;
|
|
38267
|
-
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<"global">]>>;
|
|
38267
|
+
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<"global">]>>;
|
|
38268
38268
|
role: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Admin">, z.ZodLiteral<"Creator">]>>;
|
|
38269
38269
|
preferTraditionalTeamLayout: z.ZodOptional<z.ZodBoolean>;
|
|
38270
38270
|
wasPromptedForReview: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -38387,7 +38387,7 @@ export declare const creatorPickSchema: z.ZodObject<{
|
|
|
38387
38387
|
}>>;
|
|
38388
38388
|
currentTier: z.ZodOptional<z.ZodNumber>;
|
|
38389
38389
|
type: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"global">, z.ZodLiteral<"sport">, z.ZodLiteral<"league">]>>;
|
|
38390
|
-
league: 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<"global">]>>;
|
|
38390
|
+
league: 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<"global">]>>;
|
|
38391
38391
|
sport: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"basketball">, z.ZodLiteral<"football">, z.ZodLiteral<"soccer">, z.ZodLiteral<"baseball">, z.ZodLiteral<"hockey">]>>;
|
|
38392
38392
|
}, "strip", z.ZodTypeAny, {
|
|
38393
38393
|
id: string;
|
|
@@ -38411,7 +38411,7 @@ export declare const creatorPickSchema: z.ZodObject<{
|
|
|
38411
38411
|
} | undefined;
|
|
38412
38412
|
currentTier?: number | undefined;
|
|
38413
38413
|
sport?: "basketball" | "football" | "soccer" | "baseball" | "hockey" | undefined;
|
|
38414
|
-
league?: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | undefined;
|
|
38414
|
+
league?: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba" | undefined;
|
|
38415
38415
|
}, {
|
|
38416
38416
|
id: string;
|
|
38417
38417
|
name: string;
|
|
@@ -38434,7 +38434,7 @@ export declare const creatorPickSchema: z.ZodObject<{
|
|
|
38434
38434
|
} | undefined;
|
|
38435
38435
|
currentTier?: number | undefined;
|
|
38436
38436
|
sport?: "basketball" | "football" | "soccer" | "baseball" | "hockey" | undefined;
|
|
38437
|
-
league?: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | undefined;
|
|
38437
|
+
league?: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba" | undefined;
|
|
38438
38438
|
}>>>;
|
|
38439
38439
|
repliesLeft: z.ZodOptional<z.ZodNumber>;
|
|
38440
38440
|
listRepliesLeft: z.ZodOptional<z.ZodNumber>;
|
|
@@ -38992,7 +38992,7 @@ export declare const creatorPickSchema: z.ZodObject<{
|
|
|
38992
38992
|
finishedAt: z.ZodNumber;
|
|
38993
38993
|
ratingWindowClosedAt: z.ZodOptional<z.ZodNumber>;
|
|
38994
38994
|
apiGameId: z.ZodNumber;
|
|
38995
|
-
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<"global">]>;
|
|
38995
|
+
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<"global">]>;
|
|
38996
38996
|
homeTeam: z.ZodObject<{
|
|
38997
38997
|
id: z.ZodOptional<z.ZodString>;
|
|
38998
38998
|
apiTeamId: z.ZodNumber;
|
|
@@ -40625,10 +40625,10 @@ export declare const creatorPickSchema: z.ZodObject<{
|
|
|
40625
40625
|
}>>;
|
|
40626
40626
|
spoilersEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
40627
40627
|
viewedChangelogs: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodBoolean>>;
|
|
40628
|
-
lastSelectedLeague: 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<"global">]>>;
|
|
40628
|
+
lastSelectedLeague: 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<"global">]>>;
|
|
40629
40629
|
lastSelectedFilter: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Today">, z.ZodLiteral<"This Week">, z.ZodLiteral<"This Season">, z.ZodLiteral<"This Month">, z.ZodLiteral<"This Year">, z.ZodLiteral<"All">, z.ZodLiteral<"All Time">, z.ZodLiteral<"12h">, z.ZodLiteral<"daily">, z.ZodLiteral<"weekly">]>>;
|
|
40630
40630
|
lastSelectedRatingFilter: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"rating:asc">, z.ZodLiteral<"rating:desc">, z.ZodLiteral<"createdAt:asc">, z.ZodLiteral<"createdAt:desc">, z.ZodLiteral<"userLikes:asc">, z.ZodLiteral<"userLikes:desc">]>>;
|
|
40631
|
-
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<"global">]>>;
|
|
40631
|
+
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<"global">]>>;
|
|
40632
40632
|
role: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Admin">, z.ZodLiteral<"Creator">]>>;
|
|
40633
40633
|
preferTraditionalTeamLayout: z.ZodOptional<z.ZodBoolean>;
|
|
40634
40634
|
wasPromptedForReview: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -40751,7 +40751,7 @@ export declare const creatorPickSchema: z.ZodObject<{
|
|
|
40751
40751
|
}>>;
|
|
40752
40752
|
currentTier: z.ZodOptional<z.ZodNumber>;
|
|
40753
40753
|
type: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"global">, z.ZodLiteral<"sport">, z.ZodLiteral<"league">]>>;
|
|
40754
|
-
league: 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<"global">]>>;
|
|
40754
|
+
league: 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<"global">]>>;
|
|
40755
40755
|
sport: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"basketball">, z.ZodLiteral<"football">, z.ZodLiteral<"soccer">, z.ZodLiteral<"baseball">, z.ZodLiteral<"hockey">]>>;
|
|
40756
40756
|
}, "strip", z.ZodTypeAny, {
|
|
40757
40757
|
id: string;
|
|
@@ -40775,7 +40775,7 @@ export declare const creatorPickSchema: z.ZodObject<{
|
|
|
40775
40775
|
} | undefined;
|
|
40776
40776
|
currentTier?: number | undefined;
|
|
40777
40777
|
sport?: "basketball" | "football" | "soccer" | "baseball" | "hockey" | undefined;
|
|
40778
|
-
league?: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | undefined;
|
|
40778
|
+
league?: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba" | undefined;
|
|
40779
40779
|
}, {
|
|
40780
40780
|
id: string;
|
|
40781
40781
|
name: string;
|
|
@@ -40798,7 +40798,7 @@ export declare const creatorPickSchema: z.ZodObject<{
|
|
|
40798
40798
|
} | undefined;
|
|
40799
40799
|
currentTier?: number | undefined;
|
|
40800
40800
|
sport?: "basketball" | "football" | "soccer" | "baseball" | "hockey" | undefined;
|
|
40801
|
-
league?: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | undefined;
|
|
40801
|
+
league?: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba" | undefined;
|
|
40802
40802
|
}>>>;
|
|
40803
40803
|
repliesLeft: z.ZodOptional<z.ZodNumber>;
|
|
40804
40804
|
listRepliesLeft: z.ZodOptional<z.ZodNumber>;
|
|
@@ -40903,7 +40903,7 @@ export declare const creatorPickSchema: z.ZodObject<{
|
|
|
40903
40903
|
}>, "strip", z.ZodTypeAny, {
|
|
40904
40904
|
status: "canceled" | "live" | "scheduled" | "final" | "postponed";
|
|
40905
40905
|
quarter: string | null;
|
|
40906
|
-
league: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls";
|
|
40906
|
+
league: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba";
|
|
40907
40907
|
startedAt: number;
|
|
40908
40908
|
finishedAt: number;
|
|
40909
40909
|
apiGameId: string;
|
|
@@ -41114,7 +41114,7 @@ export declare const creatorPickSchema: z.ZodObject<{
|
|
|
41114
41114
|
}, {
|
|
41115
41115
|
status: "canceled" | "live" | "scheduled" | "final" | "postponed";
|
|
41116
41116
|
quarter: string | null;
|
|
41117
|
-
league: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls";
|
|
41117
|
+
league: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba";
|
|
41118
41118
|
startedAt: number;
|
|
41119
41119
|
finishedAt: number;
|
|
41120
41120
|
apiGameId: string;
|
|
@@ -41330,7 +41330,7 @@ export declare const creatorPickSchema: z.ZodObject<{
|
|
|
41330
41330
|
finishedAt: z.ZodNumber;
|
|
41331
41331
|
ratingWindowClosedAt: z.ZodOptional<z.ZodNumber>;
|
|
41332
41332
|
apiGameId: z.ZodNumber;
|
|
41333
|
-
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<"global">]>;
|
|
41333
|
+
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<"global">]>;
|
|
41334
41334
|
homeTeam: z.ZodObject<{
|
|
41335
41335
|
id: z.ZodOptional<z.ZodString>;
|
|
41336
41336
|
apiTeamId: z.ZodNumber;
|
|
@@ -42963,10 +42963,10 @@ export declare const creatorPickSchema: z.ZodObject<{
|
|
|
42963
42963
|
}>>;
|
|
42964
42964
|
spoilersEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
42965
42965
|
viewedChangelogs: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodBoolean>>;
|
|
42966
|
-
lastSelectedLeague: 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<"global">]>>;
|
|
42966
|
+
lastSelectedLeague: 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<"global">]>>;
|
|
42967
42967
|
lastSelectedFilter: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Today">, z.ZodLiteral<"This Week">, z.ZodLiteral<"This Season">, z.ZodLiteral<"This Month">, z.ZodLiteral<"This Year">, z.ZodLiteral<"All">, z.ZodLiteral<"All Time">, z.ZodLiteral<"12h">, z.ZodLiteral<"daily">, z.ZodLiteral<"weekly">]>>;
|
|
42968
42968
|
lastSelectedRatingFilter: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"rating:asc">, z.ZodLiteral<"rating:desc">, z.ZodLiteral<"createdAt:asc">, z.ZodLiteral<"createdAt:desc">, z.ZodLiteral<"userLikes:asc">, z.ZodLiteral<"userLikes:desc">]>>;
|
|
42969
|
-
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<"global">]>>;
|
|
42969
|
+
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<"global">]>>;
|
|
42970
42970
|
role: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Admin">, z.ZodLiteral<"Creator">]>>;
|
|
42971
42971
|
preferTraditionalTeamLayout: z.ZodOptional<z.ZodBoolean>;
|
|
42972
42972
|
wasPromptedForReview: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -43089,7 +43089,7 @@ export declare const creatorPickSchema: z.ZodObject<{
|
|
|
43089
43089
|
}>>;
|
|
43090
43090
|
currentTier: z.ZodOptional<z.ZodNumber>;
|
|
43091
43091
|
type: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"global">, z.ZodLiteral<"sport">, z.ZodLiteral<"league">]>>;
|
|
43092
|
-
league: 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<"global">]>>;
|
|
43092
|
+
league: 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<"global">]>>;
|
|
43093
43093
|
sport: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"basketball">, z.ZodLiteral<"football">, z.ZodLiteral<"soccer">, z.ZodLiteral<"baseball">, z.ZodLiteral<"hockey">]>>;
|
|
43094
43094
|
}, "strip", z.ZodTypeAny, {
|
|
43095
43095
|
id: string;
|
|
@@ -43113,7 +43113,7 @@ export declare const creatorPickSchema: z.ZodObject<{
|
|
|
43113
43113
|
} | undefined;
|
|
43114
43114
|
currentTier?: number | undefined;
|
|
43115
43115
|
sport?: "basketball" | "football" | "soccer" | "baseball" | "hockey" | undefined;
|
|
43116
|
-
league?: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | undefined;
|
|
43116
|
+
league?: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba" | undefined;
|
|
43117
43117
|
}, {
|
|
43118
43118
|
id: string;
|
|
43119
43119
|
name: string;
|
|
@@ -43136,7 +43136,7 @@ export declare const creatorPickSchema: z.ZodObject<{
|
|
|
43136
43136
|
} | undefined;
|
|
43137
43137
|
currentTier?: number | undefined;
|
|
43138
43138
|
sport?: "basketball" | "football" | "soccer" | "baseball" | "hockey" | undefined;
|
|
43139
|
-
league?: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | undefined;
|
|
43139
|
+
league?: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba" | undefined;
|
|
43140
43140
|
}>>>;
|
|
43141
43141
|
repliesLeft: z.ZodOptional<z.ZodNumber>;
|
|
43142
43142
|
listRepliesLeft: z.ZodOptional<z.ZodNumber>;
|
|
@@ -43237,7 +43237,7 @@ export declare const creatorPickSchema: z.ZodObject<{
|
|
|
43237
43237
|
}>, "strip", z.ZodTypeAny, {
|
|
43238
43238
|
status: "canceled" | "live" | "scheduled" | "final" | "postponed";
|
|
43239
43239
|
quarter: string | null;
|
|
43240
|
-
league: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls";
|
|
43240
|
+
league: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba";
|
|
43241
43241
|
startedAt: number;
|
|
43242
43242
|
finishedAt: number;
|
|
43243
43243
|
apiGameId: number;
|
|
@@ -43441,7 +43441,7 @@ export declare const creatorPickSchema: z.ZodObject<{
|
|
|
43441
43441
|
}, {
|
|
43442
43442
|
status: "canceled" | "live" | "scheduled" | "final" | "postponed";
|
|
43443
43443
|
quarter: string | null;
|
|
43444
|
-
league: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls";
|
|
43444
|
+
league: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba";
|
|
43445
43445
|
startedAt: number;
|
|
43446
43446
|
finishedAt: number;
|
|
43447
43447
|
apiGameId: number;
|
|
@@ -43650,7 +43650,7 @@ export declare const creatorPickSchema: z.ZodObject<{
|
|
|
43650
43650
|
finishedAt: z.ZodNumber;
|
|
43651
43651
|
ratingWindowClosedAt: z.ZodOptional<z.ZodNumber>;
|
|
43652
43652
|
apiGameId: z.ZodNumber;
|
|
43653
|
-
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<"global">]>;
|
|
43653
|
+
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<"global">]>;
|
|
43654
43654
|
homeTeam: z.ZodObject<{
|
|
43655
43655
|
id: z.ZodOptional<z.ZodString>;
|
|
43656
43656
|
apiTeamId: z.ZodNumber;
|
|
@@ -45283,10 +45283,10 @@ export declare const creatorPickSchema: z.ZodObject<{
|
|
|
45283
45283
|
}>>;
|
|
45284
45284
|
spoilersEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
45285
45285
|
viewedChangelogs: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodBoolean>>;
|
|
45286
|
-
lastSelectedLeague: 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<"global">]>>;
|
|
45286
|
+
lastSelectedLeague: 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<"global">]>>;
|
|
45287
45287
|
lastSelectedFilter: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Today">, z.ZodLiteral<"This Week">, z.ZodLiteral<"This Season">, z.ZodLiteral<"This Month">, z.ZodLiteral<"This Year">, z.ZodLiteral<"All">, z.ZodLiteral<"All Time">, z.ZodLiteral<"12h">, z.ZodLiteral<"daily">, z.ZodLiteral<"weekly">]>>;
|
|
45288
45288
|
lastSelectedRatingFilter: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"rating:asc">, z.ZodLiteral<"rating:desc">, z.ZodLiteral<"createdAt:asc">, z.ZodLiteral<"createdAt:desc">, z.ZodLiteral<"userLikes:asc">, z.ZodLiteral<"userLikes:desc">]>>;
|
|
45289
|
-
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<"global">]>>;
|
|
45289
|
+
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<"global">]>>;
|
|
45290
45290
|
role: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Admin">, z.ZodLiteral<"Creator">]>>;
|
|
45291
45291
|
preferTraditionalTeamLayout: z.ZodOptional<z.ZodBoolean>;
|
|
45292
45292
|
wasPromptedForReview: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -45409,7 +45409,7 @@ export declare const creatorPickSchema: z.ZodObject<{
|
|
|
45409
45409
|
}>>;
|
|
45410
45410
|
currentTier: z.ZodOptional<z.ZodNumber>;
|
|
45411
45411
|
type: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"global">, z.ZodLiteral<"sport">, z.ZodLiteral<"league">]>>;
|
|
45412
|
-
league: 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<"global">]>>;
|
|
45412
|
+
league: 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<"global">]>>;
|
|
45413
45413
|
sport: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"basketball">, z.ZodLiteral<"football">, z.ZodLiteral<"soccer">, z.ZodLiteral<"baseball">, z.ZodLiteral<"hockey">]>>;
|
|
45414
45414
|
}, "strip", z.ZodTypeAny, {
|
|
45415
45415
|
id: string;
|
|
@@ -45433,7 +45433,7 @@ export declare const creatorPickSchema: z.ZodObject<{
|
|
|
45433
45433
|
} | undefined;
|
|
45434
45434
|
currentTier?: number | undefined;
|
|
45435
45435
|
sport?: "basketball" | "football" | "soccer" | "baseball" | "hockey" | undefined;
|
|
45436
|
-
league?: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | undefined;
|
|
45436
|
+
league?: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba" | undefined;
|
|
45437
45437
|
}, {
|
|
45438
45438
|
id: string;
|
|
45439
45439
|
name: string;
|
|
@@ -45456,7 +45456,7 @@ export declare const creatorPickSchema: z.ZodObject<{
|
|
|
45456
45456
|
} | undefined;
|
|
45457
45457
|
currentTier?: number | undefined;
|
|
45458
45458
|
sport?: "basketball" | "football" | "soccer" | "baseball" | "hockey" | undefined;
|
|
45459
|
-
league?: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | undefined;
|
|
45459
|
+
league?: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba" | undefined;
|
|
45460
45460
|
}>>>;
|
|
45461
45461
|
repliesLeft: z.ZodOptional<z.ZodNumber>;
|
|
45462
45462
|
listRepliesLeft: z.ZodOptional<z.ZodNumber>;
|
|
@@ -45509,7 +45509,7 @@ export declare const creatorPickSchema: z.ZodObject<{
|
|
|
45509
45509
|
hadShootout: z.ZodBoolean;
|
|
45510
45510
|
}>, "strip", z.ZodTypeAny, {
|
|
45511
45511
|
status: "canceled" | "live" | "scheduled" | "final" | "postponed";
|
|
45512
|
-
league: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls";
|
|
45512
|
+
league: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba";
|
|
45513
45513
|
startedAt: number;
|
|
45514
45514
|
finishedAt: number;
|
|
45515
45515
|
apiGameId: number;
|
|
@@ -45693,7 +45693,7 @@ export declare const creatorPickSchema: z.ZodObject<{
|
|
|
45693
45693
|
listCount?: number | undefined;
|
|
45694
45694
|
}, {
|
|
45695
45695
|
status: "canceled" | "live" | "scheduled" | "final" | "postponed";
|
|
45696
|
-
league: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls";
|
|
45696
|
+
league: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba";
|
|
45697
45697
|
startedAt: number;
|
|
45698
45698
|
finishedAt: number;
|
|
45699
45699
|
apiGameId: number;
|
|
@@ -46448,10 +46448,10 @@ export declare const creatorPickSchema: z.ZodObject<{
|
|
|
46448
46448
|
}>>;
|
|
46449
46449
|
spoilersEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
46450
46450
|
viewedChangelogs: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodBoolean>>;
|
|
46451
|
-
lastSelectedLeague: 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<"global">]>>;
|
|
46451
|
+
lastSelectedLeague: 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<"global">]>>;
|
|
46452
46452
|
lastSelectedFilter: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Today">, z.ZodLiteral<"This Week">, z.ZodLiteral<"This Season">, z.ZodLiteral<"This Month">, z.ZodLiteral<"This Year">, z.ZodLiteral<"All">, z.ZodLiteral<"All Time">, z.ZodLiteral<"12h">, z.ZodLiteral<"daily">, z.ZodLiteral<"weekly">]>>;
|
|
46453
46453
|
lastSelectedRatingFilter: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"rating:asc">, z.ZodLiteral<"rating:desc">, z.ZodLiteral<"createdAt:asc">, z.ZodLiteral<"createdAt:desc">, z.ZodLiteral<"userLikes:asc">, z.ZodLiteral<"userLikes:desc">]>>;
|
|
46454
|
-
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<"global">]>>;
|
|
46454
|
+
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<"global">]>>;
|
|
46455
46455
|
role: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Admin">, z.ZodLiteral<"Creator">]>>;
|
|
46456
46456
|
preferTraditionalTeamLayout: z.ZodOptional<z.ZodBoolean>;
|
|
46457
46457
|
wasPromptedForReview: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -46574,7 +46574,7 @@ export declare const creatorPickSchema: z.ZodObject<{
|
|
|
46574
46574
|
}>>;
|
|
46575
46575
|
currentTier: z.ZodOptional<z.ZodNumber>;
|
|
46576
46576
|
type: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"global">, z.ZodLiteral<"sport">, z.ZodLiteral<"league">]>>;
|
|
46577
|
-
league: 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<"global">]>>;
|
|
46577
|
+
league: 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<"global">]>>;
|
|
46578
46578
|
sport: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"basketball">, z.ZodLiteral<"football">, z.ZodLiteral<"soccer">, z.ZodLiteral<"baseball">, z.ZodLiteral<"hockey">]>>;
|
|
46579
46579
|
}, "strip", z.ZodTypeAny, {
|
|
46580
46580
|
id: string;
|
|
@@ -46598,7 +46598,7 @@ export declare const creatorPickSchema: z.ZodObject<{
|
|
|
46598
46598
|
} | undefined;
|
|
46599
46599
|
currentTier?: number | undefined;
|
|
46600
46600
|
sport?: "basketball" | "football" | "soccer" | "baseball" | "hockey" | undefined;
|
|
46601
|
-
league?: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | undefined;
|
|
46601
|
+
league?: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba" | undefined;
|
|
46602
46602
|
}, {
|
|
46603
46603
|
id: string;
|
|
46604
46604
|
name: string;
|
|
@@ -46621,7 +46621,7 @@ export declare const creatorPickSchema: z.ZodObject<{
|
|
|
46621
46621
|
} | undefined;
|
|
46622
46622
|
currentTier?: number | undefined;
|
|
46623
46623
|
sport?: "basketball" | "football" | "soccer" | "baseball" | "hockey" | undefined;
|
|
46624
|
-
league?: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | undefined;
|
|
46624
|
+
league?: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba" | undefined;
|
|
46625
46625
|
}>>>;
|
|
46626
46626
|
repliesLeft: z.ZodOptional<z.ZodNumber>;
|
|
46627
46627
|
listRepliesLeft: z.ZodOptional<z.ZodNumber>;
|
|
@@ -46651,7 +46651,7 @@ export declare const creatorPickSchema: z.ZodObject<{
|
|
|
46651
46651
|
game: {
|
|
46652
46652
|
round: number;
|
|
46653
46653
|
status: "canceled" | "live" | "scheduled" | "final" | "postponed";
|
|
46654
|
-
league: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls";
|
|
46654
|
+
league: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba";
|
|
46655
46655
|
startedAt: number;
|
|
46656
46656
|
finishedAt: number;
|
|
46657
46657
|
apiGameId: number;
|
|
@@ -46841,7 +46841,7 @@ export declare const creatorPickSchema: z.ZodObject<{
|
|
|
46841
46841
|
period?: string | undefined;
|
|
46842
46842
|
} | {
|
|
46843
46843
|
status: "canceled" | "live" | "scheduled" | "final" | "postponed";
|
|
46844
|
-
league: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls";
|
|
46844
|
+
league: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba";
|
|
46845
46845
|
startedAt: number;
|
|
46846
46846
|
finishedAt: number;
|
|
46847
46847
|
apiGameId: number;
|
|
@@ -47233,7 +47233,7 @@ export declare const creatorPickSchema: z.ZodObject<{
|
|
|
47233
47233
|
} | {
|
|
47234
47234
|
status: "canceled" | "live" | "scheduled" | "final" | "postponed";
|
|
47235
47235
|
quarter: string | null;
|
|
47236
|
-
league: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls";
|
|
47236
|
+
league: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba";
|
|
47237
47237
|
startedAt: number;
|
|
47238
47238
|
finishedAt: number;
|
|
47239
47239
|
apiGameId: string;
|
|
@@ -47444,7 +47444,7 @@ export declare const creatorPickSchema: z.ZodObject<{
|
|
|
47444
47444
|
} | {
|
|
47445
47445
|
status: "canceled" | "live" | "scheduled" | "final" | "postponed";
|
|
47446
47446
|
quarter: string | null;
|
|
47447
|
-
league: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls";
|
|
47447
|
+
league: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba";
|
|
47448
47448
|
startedAt: number;
|
|
47449
47449
|
finishedAt: number;
|
|
47450
47450
|
apiGameId: number;
|
|
@@ -47647,7 +47647,7 @@ export declare const creatorPickSchema: z.ZodObject<{
|
|
|
47647
47647
|
} | undefined;
|
|
47648
47648
|
} | {
|
|
47649
47649
|
status: "canceled" | "live" | "scheduled" | "final" | "postponed";
|
|
47650
|
-
league: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls";
|
|
47650
|
+
league: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba";
|
|
47651
47651
|
startedAt: number;
|
|
47652
47652
|
finishedAt: number;
|
|
47653
47653
|
apiGameId: number;
|
|
@@ -47843,7 +47843,7 @@ export declare const creatorPickSchema: z.ZodObject<{
|
|
|
47843
47843
|
game: {
|
|
47844
47844
|
round: number;
|
|
47845
47845
|
status: "canceled" | "live" | "scheduled" | "final" | "postponed";
|
|
47846
|
-
league: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls";
|
|
47846
|
+
league: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba";
|
|
47847
47847
|
startedAt: number;
|
|
47848
47848
|
finishedAt: number;
|
|
47849
47849
|
apiGameId: number;
|
|
@@ -48033,7 +48033,7 @@ export declare const creatorPickSchema: z.ZodObject<{
|
|
|
48033
48033
|
period?: string | undefined;
|
|
48034
48034
|
} | {
|
|
48035
48035
|
status: "canceled" | "live" | "scheduled" | "final" | "postponed";
|
|
48036
|
-
league: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls";
|
|
48036
|
+
league: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba";
|
|
48037
48037
|
startedAt: number;
|
|
48038
48038
|
finishedAt: number;
|
|
48039
48039
|
apiGameId: number;
|
|
@@ -48425,7 +48425,7 @@ export declare const creatorPickSchema: z.ZodObject<{
|
|
|
48425
48425
|
} | {
|
|
48426
48426
|
status: "canceled" | "live" | "scheduled" | "final" | "postponed";
|
|
48427
48427
|
quarter: string | null;
|
|
48428
|
-
league: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls";
|
|
48428
|
+
league: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba";
|
|
48429
48429
|
startedAt: number;
|
|
48430
48430
|
finishedAt: number;
|
|
48431
48431
|
apiGameId: string;
|
|
@@ -48636,7 +48636,7 @@ export declare const creatorPickSchema: z.ZodObject<{
|
|
|
48636
48636
|
} | {
|
|
48637
48637
|
status: "canceled" | "live" | "scheduled" | "final" | "postponed";
|
|
48638
48638
|
quarter: string | null;
|
|
48639
|
-
league: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls";
|
|
48639
|
+
league: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba";
|
|
48640
48640
|
startedAt: number;
|
|
48641
48641
|
finishedAt: number;
|
|
48642
48642
|
apiGameId: number;
|
|
@@ -48839,7 +48839,7 @@ export declare const creatorPickSchema: z.ZodObject<{
|
|
|
48839
48839
|
} | undefined;
|
|
48840
48840
|
} | {
|
|
48841
48841
|
status: "canceled" | "live" | "scheduled" | "final" | "postponed";
|
|
48842
|
-
league: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls";
|
|
48842
|
+
league: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba";
|
|
48843
48843
|
startedAt: number;
|
|
48844
48844
|
finishedAt: number;
|
|
48845
48845
|
apiGameId: number;
|