rategame-shared 1.1.272 → 1.1.274
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/schemas/chat.d.ts +380 -0
- package/dist/schemas/game.d.ts +4159 -2639
- package/dist/schemas/game.js +11 -11
- package/dist/schemas/list.d.ts +380 -0
- package/dist/schemas/moderation.d.ts +304 -0
- package/dist/schemas/notification.d.ts +198 -198
- package/dist/schemas/rating.d.ts +558 -330
- package/dist/schemas/stadium.d.ts +612 -308
- package/dist/schemas/user.d.ts +1034 -725
- package/dist/schemas/user.js +24 -0
- package/dist/schemas/userEvent.d.ts +228 -0
- package/dist/schemas/voting.d.ts +228 -0
- package/package.json +1 -1
|
@@ -906,14 +906,90 @@ export declare const stadiumRatingSchema: z.ZodObject<{
|
|
|
906
906
|
allGames: z.ZodOptional<z.ZodBoolean>;
|
|
907
907
|
favoriteLeagues: z.ZodOptional<z.ZodBoolean>;
|
|
908
908
|
favoriteTeams: z.ZodOptional<z.ZodBoolean>;
|
|
909
|
+
lastWeekScoreLeaderboard: z.ZodOptional<z.ZodBoolean>;
|
|
910
|
+
leaderboardChanges: z.ZodOptional<z.ZodBoolean>;
|
|
911
|
+
chatReplies: z.ZodOptional<z.ZodBoolean>;
|
|
912
|
+
repliesToRatings: z.ZodOptional<z.ZodBoolean>;
|
|
913
|
+
repliesToComments: z.ZodOptional<z.ZodBoolean>;
|
|
914
|
+
ratingLikes: z.ZodOptional<z.ZodBoolean>;
|
|
915
|
+
listLikes: z.ZodOptional<z.ZodBoolean>;
|
|
916
|
+
eventLikes: z.ZodOptional<z.ZodBoolean>;
|
|
917
|
+
commentLikes: z.ZodOptional<z.ZodBoolean>;
|
|
918
|
+
trendingGames: z.ZodOptional<z.ZodBoolean>;
|
|
919
|
+
gameChanges: z.ZodOptional<z.ZodObject<{
|
|
920
|
+
topRatedGameChanges: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Today">, z.ZodLiteral<"Last 3 Days">, 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">]>>;
|
|
921
|
+
mostRatedGameChanges: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Today">, z.ZodLiteral<"Last 3 Days">, 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">]>>;
|
|
922
|
+
worstRatedGameChanges: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Today">, z.ZodLiteral<"Last 3 Days">, 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">]>>;
|
|
923
|
+
}, "strip", z.ZodTypeAny, {
|
|
924
|
+
topRatedGameChanges?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
|
|
925
|
+
mostRatedGameChanges?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
|
|
926
|
+
worstRatedGameChanges?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
|
|
927
|
+
}, {
|
|
928
|
+
topRatedGameChanges?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
|
|
929
|
+
mostRatedGameChanges?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
|
|
930
|
+
worstRatedGameChanges?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
|
|
931
|
+
}>>;
|
|
932
|
+
gameTopLists: z.ZodOptional<z.ZodObject<{
|
|
933
|
+
topRated: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Today">, z.ZodLiteral<"Last 3 Days">, 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">]>>;
|
|
934
|
+
mostRated: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Today">, z.ZodLiteral<"Last 3 Days">, 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">]>>;
|
|
935
|
+
worstRated: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Today">, z.ZodLiteral<"Last 3 Days">, 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">]>>;
|
|
936
|
+
}, "strip", z.ZodTypeAny, {
|
|
937
|
+
topRated?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
|
|
938
|
+
mostRated?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
|
|
939
|
+
worstRated?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
|
|
940
|
+
}, {
|
|
941
|
+
topRated?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
|
|
942
|
+
mostRated?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
|
|
943
|
+
worstRated?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
|
|
944
|
+
}>>;
|
|
909
945
|
}, "strip", z.ZodTypeAny, {
|
|
910
946
|
allGames?: boolean | undefined;
|
|
911
947
|
favoriteLeagues?: boolean | undefined;
|
|
912
948
|
favoriteTeams?: boolean | undefined;
|
|
949
|
+
lastWeekScoreLeaderboard?: boolean | undefined;
|
|
950
|
+
leaderboardChanges?: boolean | undefined;
|
|
951
|
+
chatReplies?: boolean | undefined;
|
|
952
|
+
repliesToRatings?: boolean | undefined;
|
|
953
|
+
repliesToComments?: boolean | undefined;
|
|
954
|
+
ratingLikes?: boolean | undefined;
|
|
955
|
+
listLikes?: boolean | undefined;
|
|
956
|
+
eventLikes?: boolean | undefined;
|
|
957
|
+
commentLikes?: boolean | undefined;
|
|
958
|
+
trendingGames?: boolean | undefined;
|
|
959
|
+
gameChanges?: {
|
|
960
|
+
topRatedGameChanges?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
|
|
961
|
+
mostRatedGameChanges?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
|
|
962
|
+
worstRatedGameChanges?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
|
|
963
|
+
} | undefined;
|
|
964
|
+
gameTopLists?: {
|
|
965
|
+
topRated?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
|
|
966
|
+
mostRated?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
|
|
967
|
+
worstRated?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
|
|
968
|
+
} | undefined;
|
|
913
969
|
}, {
|
|
914
970
|
allGames?: boolean | undefined;
|
|
915
971
|
favoriteLeagues?: boolean | undefined;
|
|
916
972
|
favoriteTeams?: boolean | undefined;
|
|
973
|
+
lastWeekScoreLeaderboard?: boolean | undefined;
|
|
974
|
+
leaderboardChanges?: boolean | undefined;
|
|
975
|
+
chatReplies?: boolean | undefined;
|
|
976
|
+
repliesToRatings?: boolean | undefined;
|
|
977
|
+
repliesToComments?: boolean | undefined;
|
|
978
|
+
ratingLikes?: boolean | undefined;
|
|
979
|
+
listLikes?: boolean | undefined;
|
|
980
|
+
eventLikes?: boolean | undefined;
|
|
981
|
+
commentLikes?: boolean | undefined;
|
|
982
|
+
trendingGames?: boolean | undefined;
|
|
983
|
+
gameChanges?: {
|
|
984
|
+
topRatedGameChanges?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
|
|
985
|
+
mostRatedGameChanges?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
|
|
986
|
+
worstRatedGameChanges?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
|
|
987
|
+
} | undefined;
|
|
988
|
+
gameTopLists?: {
|
|
989
|
+
topRated?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
|
|
990
|
+
mostRated?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
|
|
991
|
+
worstRated?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
|
|
992
|
+
} | undefined;
|
|
917
993
|
}>>;
|
|
918
994
|
spoilersEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
919
995
|
viewedChangelogs: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodBoolean>>;
|
|
@@ -1283,90 +1359,90 @@ export declare const stadiumRatingSchema: z.ZodObject<{
|
|
|
1283
1359
|
round: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
1284
1360
|
league: z.ZodUnion<[z.ZodLiteral<"nba">, z.ZodLiteral<"ncaa">, z.ZodLiteral<"nfl">, z.ZodLiteral<"nhl">, z.ZodLiteral<"mlb">, z.ZodLiteral<"cbb">, z.ZodLiteral<"cfb">, z.ZodLiteral<"epl">, z.ZodLiteral<"mls">, z.ZodLiteral<"wnba">, z.ZodLiteral<"cwc">, z.ZodLiteral<"global">]>;
|
|
1285
1361
|
homeTeam: z.ZodObject<{
|
|
1286
|
-
id: z.ZodOptional<z.ZodString
|
|
1287
|
-
apiTeamId: z.ZodNumber
|
|
1288
|
-
name: z.ZodString
|
|
1362
|
+
id: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1363
|
+
apiTeamId: z.ZodNullable<z.ZodNumber>;
|
|
1364
|
+
name: z.ZodNullable<z.ZodString>;
|
|
1289
1365
|
score: z.ZodOptional<z.ZodNumber>;
|
|
1290
1366
|
isWinner: z.ZodOptional<z.ZodBoolean>;
|
|
1291
|
-
image: z.ZodString
|
|
1292
|
-
seed: z.ZodOptional<z.ZodNumber
|
|
1293
|
-
teamCode: z.ZodOptional<z.ZodString
|
|
1294
|
-
scoreExtraTime: z.ZodOptional<z.ZodNumber
|
|
1295
|
-
stadiumUrl: z.ZodOptional<z.ZodString
|
|
1296
|
-
school: z.ZodOptional<z.ZodString
|
|
1297
|
-
city: z.ZodOptional<z.ZodString
|
|
1298
|
-
venueName: z.ZodOptional<z.ZodString
|
|
1367
|
+
image: z.ZodNullable<z.ZodString>;
|
|
1368
|
+
seed: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
1369
|
+
teamCode: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1370
|
+
scoreExtraTime: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
1371
|
+
stadiumUrl: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1372
|
+
school: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1373
|
+
city: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1374
|
+
venueName: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1299
1375
|
}, "strip", z.ZodTypeAny, {
|
|
1300
|
-
name: string;
|
|
1301
|
-
image: string;
|
|
1302
|
-
apiTeamId: number;
|
|
1303
|
-
id?: string | undefined;
|
|
1376
|
+
name: string | null;
|
|
1377
|
+
image: string | null;
|
|
1378
|
+
apiTeamId: number | null;
|
|
1379
|
+
id?: string | null | undefined;
|
|
1304
1380
|
score?: number | undefined;
|
|
1305
1381
|
isWinner?: boolean | undefined;
|
|
1306
|
-
seed?: number | undefined;
|
|
1307
|
-
teamCode?: string | undefined;
|
|
1308
|
-
scoreExtraTime?: number | undefined;
|
|
1309
|
-
stadiumUrl?: string | undefined;
|
|
1310
|
-
school?: string | undefined;
|
|
1311
|
-
city?: string | undefined;
|
|
1312
|
-
venueName?: string | undefined;
|
|
1382
|
+
seed?: number | null | undefined;
|
|
1383
|
+
teamCode?: string | null | undefined;
|
|
1384
|
+
scoreExtraTime?: number | null | undefined;
|
|
1385
|
+
stadiumUrl?: string | null | undefined;
|
|
1386
|
+
school?: string | null | undefined;
|
|
1387
|
+
city?: string | null | undefined;
|
|
1388
|
+
venueName?: string | null | undefined;
|
|
1313
1389
|
}, {
|
|
1314
|
-
name: string;
|
|
1315
|
-
image: string;
|
|
1316
|
-
apiTeamId: number;
|
|
1317
|
-
id?: string | undefined;
|
|
1390
|
+
name: string | null;
|
|
1391
|
+
image: string | null;
|
|
1392
|
+
apiTeamId: number | null;
|
|
1393
|
+
id?: string | null | undefined;
|
|
1318
1394
|
score?: number | undefined;
|
|
1319
1395
|
isWinner?: boolean | undefined;
|
|
1320
|
-
seed?: number | undefined;
|
|
1321
|
-
teamCode?: string | undefined;
|
|
1322
|
-
scoreExtraTime?: number | undefined;
|
|
1323
|
-
stadiumUrl?: string | undefined;
|
|
1324
|
-
school?: string | undefined;
|
|
1325
|
-
city?: string | undefined;
|
|
1326
|
-
venueName?: string | undefined;
|
|
1396
|
+
seed?: number | null | undefined;
|
|
1397
|
+
teamCode?: string | null | undefined;
|
|
1398
|
+
scoreExtraTime?: number | null | undefined;
|
|
1399
|
+
stadiumUrl?: string | null | undefined;
|
|
1400
|
+
school?: string | null | undefined;
|
|
1401
|
+
city?: string | null | undefined;
|
|
1402
|
+
venueName?: string | null | undefined;
|
|
1327
1403
|
}>;
|
|
1328
1404
|
awayTeam: z.ZodObject<{
|
|
1329
|
-
id: z.ZodOptional<z.ZodString
|
|
1330
|
-
apiTeamId: z.ZodNumber
|
|
1331
|
-
name: z.ZodString
|
|
1405
|
+
id: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1406
|
+
apiTeamId: z.ZodNullable<z.ZodNumber>;
|
|
1407
|
+
name: z.ZodNullable<z.ZodString>;
|
|
1332
1408
|
score: z.ZodOptional<z.ZodNumber>;
|
|
1333
1409
|
isWinner: z.ZodOptional<z.ZodBoolean>;
|
|
1334
|
-
image: z.ZodString
|
|
1335
|
-
seed: z.ZodOptional<z.ZodNumber
|
|
1336
|
-
teamCode: z.ZodOptional<z.ZodString
|
|
1337
|
-
scoreExtraTime: z.ZodOptional<z.ZodNumber
|
|
1338
|
-
stadiumUrl: z.ZodOptional<z.ZodString
|
|
1339
|
-
school: z.ZodOptional<z.ZodString
|
|
1340
|
-
city: z.ZodOptional<z.ZodString
|
|
1341
|
-
venueName: z.ZodOptional<z.ZodString
|
|
1410
|
+
image: z.ZodNullable<z.ZodString>;
|
|
1411
|
+
seed: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
1412
|
+
teamCode: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1413
|
+
scoreExtraTime: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
1414
|
+
stadiumUrl: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1415
|
+
school: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1416
|
+
city: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1417
|
+
venueName: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1342
1418
|
}, "strip", z.ZodTypeAny, {
|
|
1343
|
-
name: string;
|
|
1344
|
-
image: string;
|
|
1345
|
-
apiTeamId: number;
|
|
1346
|
-
id?: string | undefined;
|
|
1419
|
+
name: string | null;
|
|
1420
|
+
image: string | null;
|
|
1421
|
+
apiTeamId: number | null;
|
|
1422
|
+
id?: string | null | undefined;
|
|
1347
1423
|
score?: number | undefined;
|
|
1348
1424
|
isWinner?: boolean | undefined;
|
|
1349
|
-
seed?: number | undefined;
|
|
1350
|
-
teamCode?: string | undefined;
|
|
1351
|
-
scoreExtraTime?: number | undefined;
|
|
1352
|
-
stadiumUrl?: string | undefined;
|
|
1353
|
-
school?: string | undefined;
|
|
1354
|
-
city?: string | undefined;
|
|
1355
|
-
venueName?: string | undefined;
|
|
1425
|
+
seed?: number | null | undefined;
|
|
1426
|
+
teamCode?: string | null | undefined;
|
|
1427
|
+
scoreExtraTime?: number | null | undefined;
|
|
1428
|
+
stadiumUrl?: string | null | undefined;
|
|
1429
|
+
school?: string | null | undefined;
|
|
1430
|
+
city?: string | null | undefined;
|
|
1431
|
+
venueName?: string | null | undefined;
|
|
1356
1432
|
}, {
|
|
1357
|
-
name: string;
|
|
1358
|
-
image: string;
|
|
1359
|
-
apiTeamId: number;
|
|
1360
|
-
id?: string | undefined;
|
|
1433
|
+
name: string | null;
|
|
1434
|
+
image: string | null;
|
|
1435
|
+
apiTeamId: number | null;
|
|
1436
|
+
id?: string | null | undefined;
|
|
1361
1437
|
score?: number | undefined;
|
|
1362
1438
|
isWinner?: boolean | undefined;
|
|
1363
|
-
seed?: number | undefined;
|
|
1364
|
-
teamCode?: string | undefined;
|
|
1365
|
-
scoreExtraTime?: number | undefined;
|
|
1366
|
-
stadiumUrl?: string | undefined;
|
|
1367
|
-
school?: string | undefined;
|
|
1368
|
-
city?: string | undefined;
|
|
1369
|
-
venueName?: string | undefined;
|
|
1439
|
+
seed?: number | null | undefined;
|
|
1440
|
+
teamCode?: string | null | undefined;
|
|
1441
|
+
scoreExtraTime?: number | null | undefined;
|
|
1442
|
+
stadiumUrl?: string | null | undefined;
|
|
1443
|
+
school?: string | null | undefined;
|
|
1444
|
+
city?: string | null | undefined;
|
|
1445
|
+
venueName?: string | null | undefined;
|
|
1370
1446
|
}>;
|
|
1371
1447
|
seriesInfo: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
1372
1448
|
homeTeamWins: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
@@ -1392,34 +1468,34 @@ export declare const stadiumRatingSchema: z.ZodObject<{
|
|
|
1392
1468
|
id: string;
|
|
1393
1469
|
league: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba" | "cwc";
|
|
1394
1470
|
homeTeam: {
|
|
1395
|
-
name: string;
|
|
1396
|
-
image: string;
|
|
1397
|
-
apiTeamId: number;
|
|
1398
|
-
id?: string | undefined;
|
|
1471
|
+
name: string | null;
|
|
1472
|
+
image: string | null;
|
|
1473
|
+
apiTeamId: number | null;
|
|
1474
|
+
id?: string | null | undefined;
|
|
1399
1475
|
score?: number | undefined;
|
|
1400
1476
|
isWinner?: boolean | undefined;
|
|
1401
|
-
seed?: number | undefined;
|
|
1402
|
-
teamCode?: string | undefined;
|
|
1403
|
-
scoreExtraTime?: number | undefined;
|
|
1404
|
-
stadiumUrl?: string | undefined;
|
|
1405
|
-
school?: string | undefined;
|
|
1406
|
-
city?: string | undefined;
|
|
1407
|
-
venueName?: string | undefined;
|
|
1477
|
+
seed?: number | null | undefined;
|
|
1478
|
+
teamCode?: string | null | undefined;
|
|
1479
|
+
scoreExtraTime?: number | null | undefined;
|
|
1480
|
+
stadiumUrl?: string | null | undefined;
|
|
1481
|
+
school?: string | null | undefined;
|
|
1482
|
+
city?: string | null | undefined;
|
|
1483
|
+
venueName?: string | null | undefined;
|
|
1408
1484
|
};
|
|
1409
1485
|
awayTeam: {
|
|
1410
|
-
name: string;
|
|
1411
|
-
image: string;
|
|
1412
|
-
apiTeamId: number;
|
|
1413
|
-
id?: string | undefined;
|
|
1486
|
+
name: string | null;
|
|
1487
|
+
image: string | null;
|
|
1488
|
+
apiTeamId: number | null;
|
|
1489
|
+
id?: string | null | undefined;
|
|
1414
1490
|
score?: number | undefined;
|
|
1415
1491
|
isWinner?: boolean | undefined;
|
|
1416
|
-
seed?: number | undefined;
|
|
1417
|
-
teamCode?: string | undefined;
|
|
1418
|
-
scoreExtraTime?: number | undefined;
|
|
1419
|
-
stadiumUrl?: string | undefined;
|
|
1420
|
-
school?: string | undefined;
|
|
1421
|
-
city?: string | undefined;
|
|
1422
|
-
venueName?: string | undefined;
|
|
1492
|
+
seed?: number | null | undefined;
|
|
1493
|
+
teamCode?: string | null | undefined;
|
|
1494
|
+
scoreExtraTime?: number | null | undefined;
|
|
1495
|
+
stadiumUrl?: string | null | undefined;
|
|
1496
|
+
school?: string | null | undefined;
|
|
1497
|
+
city?: string | null | undefined;
|
|
1498
|
+
venueName?: string | null | undefined;
|
|
1423
1499
|
};
|
|
1424
1500
|
round?: number | null | undefined;
|
|
1425
1501
|
week?: number | null | undefined;
|
|
@@ -1436,34 +1512,34 @@ export declare const stadiumRatingSchema: z.ZodObject<{
|
|
|
1436
1512
|
id: string;
|
|
1437
1513
|
league: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba" | "cwc";
|
|
1438
1514
|
homeTeam: {
|
|
1439
|
-
name: string;
|
|
1440
|
-
image: string;
|
|
1441
|
-
apiTeamId: number;
|
|
1442
|
-
id?: string | undefined;
|
|
1515
|
+
name: string | null;
|
|
1516
|
+
image: string | null;
|
|
1517
|
+
apiTeamId: number | null;
|
|
1518
|
+
id?: string | null | undefined;
|
|
1443
1519
|
score?: number | undefined;
|
|
1444
1520
|
isWinner?: boolean | undefined;
|
|
1445
|
-
seed?: number | undefined;
|
|
1446
|
-
teamCode?: string | undefined;
|
|
1447
|
-
scoreExtraTime?: number | undefined;
|
|
1448
|
-
stadiumUrl?: string | undefined;
|
|
1449
|
-
school?: string | undefined;
|
|
1450
|
-
city?: string | undefined;
|
|
1451
|
-
venueName?: string | undefined;
|
|
1521
|
+
seed?: number | null | undefined;
|
|
1522
|
+
teamCode?: string | null | undefined;
|
|
1523
|
+
scoreExtraTime?: number | null | undefined;
|
|
1524
|
+
stadiumUrl?: string | null | undefined;
|
|
1525
|
+
school?: string | null | undefined;
|
|
1526
|
+
city?: string | null | undefined;
|
|
1527
|
+
venueName?: string | null | undefined;
|
|
1452
1528
|
};
|
|
1453
1529
|
awayTeam: {
|
|
1454
|
-
name: string;
|
|
1455
|
-
image: string;
|
|
1456
|
-
apiTeamId: number;
|
|
1457
|
-
id?: string | undefined;
|
|
1530
|
+
name: string | null;
|
|
1531
|
+
image: string | null;
|
|
1532
|
+
apiTeamId: number | null;
|
|
1533
|
+
id?: string | null | undefined;
|
|
1458
1534
|
score?: number | undefined;
|
|
1459
1535
|
isWinner?: boolean | undefined;
|
|
1460
|
-
seed?: number | undefined;
|
|
1461
|
-
teamCode?: string | undefined;
|
|
1462
|
-
scoreExtraTime?: number | undefined;
|
|
1463
|
-
stadiumUrl?: string | undefined;
|
|
1464
|
-
school?: string | undefined;
|
|
1465
|
-
city?: string | undefined;
|
|
1466
|
-
venueName?: string | undefined;
|
|
1536
|
+
seed?: number | null | undefined;
|
|
1537
|
+
teamCode?: string | null | undefined;
|
|
1538
|
+
scoreExtraTime?: number | null | undefined;
|
|
1539
|
+
stadiumUrl?: string | null | undefined;
|
|
1540
|
+
school?: string | null | undefined;
|
|
1541
|
+
city?: string | null | undefined;
|
|
1542
|
+
venueName?: string | null | undefined;
|
|
1467
1543
|
};
|
|
1468
1544
|
round?: number | null | undefined;
|
|
1469
1545
|
week?: number | null | undefined;
|
|
@@ -1524,34 +1600,34 @@ export declare const stadiumRatingSchema: z.ZodObject<{
|
|
|
1524
1600
|
id: string;
|
|
1525
1601
|
league: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba" | "cwc";
|
|
1526
1602
|
homeTeam: {
|
|
1527
|
-
name: string;
|
|
1528
|
-
image: string;
|
|
1529
|
-
apiTeamId: number;
|
|
1530
|
-
id?: string | undefined;
|
|
1603
|
+
name: string | null;
|
|
1604
|
+
image: string | null;
|
|
1605
|
+
apiTeamId: number | null;
|
|
1606
|
+
id?: string | null | undefined;
|
|
1531
1607
|
score?: number | undefined;
|
|
1532
1608
|
isWinner?: boolean | undefined;
|
|
1533
|
-
seed?: number | undefined;
|
|
1534
|
-
teamCode?: string | undefined;
|
|
1535
|
-
scoreExtraTime?: number | undefined;
|
|
1536
|
-
stadiumUrl?: string | undefined;
|
|
1537
|
-
school?: string | undefined;
|
|
1538
|
-
city?: string | undefined;
|
|
1539
|
-
venueName?: string | undefined;
|
|
1609
|
+
seed?: number | null | undefined;
|
|
1610
|
+
teamCode?: string | null | undefined;
|
|
1611
|
+
scoreExtraTime?: number | null | undefined;
|
|
1612
|
+
stadiumUrl?: string | null | undefined;
|
|
1613
|
+
school?: string | null | undefined;
|
|
1614
|
+
city?: string | null | undefined;
|
|
1615
|
+
venueName?: string | null | undefined;
|
|
1540
1616
|
};
|
|
1541
1617
|
awayTeam: {
|
|
1542
|
-
name: string;
|
|
1543
|
-
image: string;
|
|
1544
|
-
apiTeamId: number;
|
|
1545
|
-
id?: string | undefined;
|
|
1618
|
+
name: string | null;
|
|
1619
|
+
image: string | null;
|
|
1620
|
+
apiTeamId: number | null;
|
|
1621
|
+
id?: string | null | undefined;
|
|
1546
1622
|
score?: number | undefined;
|
|
1547
1623
|
isWinner?: boolean | undefined;
|
|
1548
|
-
seed?: number | undefined;
|
|
1549
|
-
teamCode?: string | undefined;
|
|
1550
|
-
scoreExtraTime?: number | undefined;
|
|
1551
|
-
stadiumUrl?: string | undefined;
|
|
1552
|
-
school?: string | undefined;
|
|
1553
|
-
city?: string | undefined;
|
|
1554
|
-
venueName?: string | undefined;
|
|
1624
|
+
seed?: number | null | undefined;
|
|
1625
|
+
teamCode?: string | null | undefined;
|
|
1626
|
+
scoreExtraTime?: number | null | undefined;
|
|
1627
|
+
stadiumUrl?: string | null | undefined;
|
|
1628
|
+
school?: string | null | undefined;
|
|
1629
|
+
city?: string | null | undefined;
|
|
1630
|
+
venueName?: string | null | undefined;
|
|
1555
1631
|
};
|
|
1556
1632
|
round?: number | null | undefined;
|
|
1557
1633
|
week?: number | null | undefined;
|
|
@@ -1612,34 +1688,34 @@ export declare const stadiumRatingSchema: z.ZodObject<{
|
|
|
1612
1688
|
id: string;
|
|
1613
1689
|
league: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba" | "cwc";
|
|
1614
1690
|
homeTeam: {
|
|
1615
|
-
name: string;
|
|
1616
|
-
image: string;
|
|
1617
|
-
apiTeamId: number;
|
|
1618
|
-
id?: string | undefined;
|
|
1691
|
+
name: string | null;
|
|
1692
|
+
image: string | null;
|
|
1693
|
+
apiTeamId: number | null;
|
|
1694
|
+
id?: string | null | undefined;
|
|
1619
1695
|
score?: number | undefined;
|
|
1620
1696
|
isWinner?: boolean | undefined;
|
|
1621
|
-
seed?: number | undefined;
|
|
1622
|
-
teamCode?: string | undefined;
|
|
1623
|
-
scoreExtraTime?: number | undefined;
|
|
1624
|
-
stadiumUrl?: string | undefined;
|
|
1625
|
-
school?: string | undefined;
|
|
1626
|
-
city?: string | undefined;
|
|
1627
|
-
venueName?: string | undefined;
|
|
1697
|
+
seed?: number | null | undefined;
|
|
1698
|
+
teamCode?: string | null | undefined;
|
|
1699
|
+
scoreExtraTime?: number | null | undefined;
|
|
1700
|
+
stadiumUrl?: string | null | undefined;
|
|
1701
|
+
school?: string | null | undefined;
|
|
1702
|
+
city?: string | null | undefined;
|
|
1703
|
+
venueName?: string | null | undefined;
|
|
1628
1704
|
};
|
|
1629
1705
|
awayTeam: {
|
|
1630
|
-
name: string;
|
|
1631
|
-
image: string;
|
|
1632
|
-
apiTeamId: number;
|
|
1633
|
-
id?: string | undefined;
|
|
1706
|
+
name: string | null;
|
|
1707
|
+
image: string | null;
|
|
1708
|
+
apiTeamId: number | null;
|
|
1709
|
+
id?: string | null | undefined;
|
|
1634
1710
|
score?: number | undefined;
|
|
1635
1711
|
isWinner?: boolean | undefined;
|
|
1636
|
-
seed?: number | undefined;
|
|
1637
|
-
teamCode?: string | undefined;
|
|
1638
|
-
scoreExtraTime?: number | undefined;
|
|
1639
|
-
stadiumUrl?: string | undefined;
|
|
1640
|
-
school?: string | undefined;
|
|
1641
|
-
city?: string | undefined;
|
|
1642
|
-
venueName?: string | undefined;
|
|
1712
|
+
seed?: number | null | undefined;
|
|
1713
|
+
teamCode?: string | null | undefined;
|
|
1714
|
+
scoreExtraTime?: number | null | undefined;
|
|
1715
|
+
stadiumUrl?: string | null | undefined;
|
|
1716
|
+
school?: string | null | undefined;
|
|
1717
|
+
city?: string | null | undefined;
|
|
1718
|
+
venueName?: string | null | undefined;
|
|
1643
1719
|
};
|
|
1644
1720
|
round?: number | null | undefined;
|
|
1645
1721
|
week?: number | null | undefined;
|
|
@@ -2361,14 +2437,90 @@ export declare const createStadiumRatingSchema: z.ZodObject<z.objectUtil.extendS
|
|
|
2361
2437
|
allGames: z.ZodOptional<z.ZodBoolean>;
|
|
2362
2438
|
favoriteLeagues: z.ZodOptional<z.ZodBoolean>;
|
|
2363
2439
|
favoriteTeams: z.ZodOptional<z.ZodBoolean>;
|
|
2440
|
+
lastWeekScoreLeaderboard: z.ZodOptional<z.ZodBoolean>;
|
|
2441
|
+
leaderboardChanges: z.ZodOptional<z.ZodBoolean>;
|
|
2442
|
+
chatReplies: z.ZodOptional<z.ZodBoolean>;
|
|
2443
|
+
repliesToRatings: z.ZodOptional<z.ZodBoolean>;
|
|
2444
|
+
repliesToComments: z.ZodOptional<z.ZodBoolean>;
|
|
2445
|
+
ratingLikes: z.ZodOptional<z.ZodBoolean>;
|
|
2446
|
+
listLikes: z.ZodOptional<z.ZodBoolean>;
|
|
2447
|
+
eventLikes: z.ZodOptional<z.ZodBoolean>;
|
|
2448
|
+
commentLikes: z.ZodOptional<z.ZodBoolean>;
|
|
2449
|
+
trendingGames: z.ZodOptional<z.ZodBoolean>;
|
|
2450
|
+
gameChanges: z.ZodOptional<z.ZodObject<{
|
|
2451
|
+
topRatedGameChanges: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Today">, z.ZodLiteral<"Last 3 Days">, 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">]>>;
|
|
2452
|
+
mostRatedGameChanges: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Today">, z.ZodLiteral<"Last 3 Days">, 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">]>>;
|
|
2453
|
+
worstRatedGameChanges: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Today">, z.ZodLiteral<"Last 3 Days">, 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">]>>;
|
|
2454
|
+
}, "strip", z.ZodTypeAny, {
|
|
2455
|
+
topRatedGameChanges?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
|
|
2456
|
+
mostRatedGameChanges?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
|
|
2457
|
+
worstRatedGameChanges?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
|
|
2458
|
+
}, {
|
|
2459
|
+
topRatedGameChanges?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
|
|
2460
|
+
mostRatedGameChanges?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
|
|
2461
|
+
worstRatedGameChanges?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
|
|
2462
|
+
}>>;
|
|
2463
|
+
gameTopLists: z.ZodOptional<z.ZodObject<{
|
|
2464
|
+
topRated: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Today">, z.ZodLiteral<"Last 3 Days">, 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">]>>;
|
|
2465
|
+
mostRated: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Today">, z.ZodLiteral<"Last 3 Days">, 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">]>>;
|
|
2466
|
+
worstRated: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Today">, z.ZodLiteral<"Last 3 Days">, 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">]>>;
|
|
2467
|
+
}, "strip", z.ZodTypeAny, {
|
|
2468
|
+
topRated?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
|
|
2469
|
+
mostRated?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
|
|
2470
|
+
worstRated?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
|
|
2471
|
+
}, {
|
|
2472
|
+
topRated?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
|
|
2473
|
+
mostRated?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
|
|
2474
|
+
worstRated?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
|
|
2475
|
+
}>>;
|
|
2364
2476
|
}, "strip", z.ZodTypeAny, {
|
|
2365
2477
|
allGames?: boolean | undefined;
|
|
2366
2478
|
favoriteLeagues?: boolean | undefined;
|
|
2367
2479
|
favoriteTeams?: boolean | undefined;
|
|
2480
|
+
lastWeekScoreLeaderboard?: boolean | undefined;
|
|
2481
|
+
leaderboardChanges?: boolean | undefined;
|
|
2482
|
+
chatReplies?: boolean | undefined;
|
|
2483
|
+
repliesToRatings?: boolean | undefined;
|
|
2484
|
+
repliesToComments?: boolean | undefined;
|
|
2485
|
+
ratingLikes?: boolean | undefined;
|
|
2486
|
+
listLikes?: boolean | undefined;
|
|
2487
|
+
eventLikes?: boolean | undefined;
|
|
2488
|
+
commentLikes?: boolean | undefined;
|
|
2489
|
+
trendingGames?: boolean | undefined;
|
|
2490
|
+
gameChanges?: {
|
|
2491
|
+
topRatedGameChanges?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
|
|
2492
|
+
mostRatedGameChanges?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
|
|
2493
|
+
worstRatedGameChanges?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
|
|
2494
|
+
} | undefined;
|
|
2495
|
+
gameTopLists?: {
|
|
2496
|
+
topRated?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
|
|
2497
|
+
mostRated?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
|
|
2498
|
+
worstRated?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
|
|
2499
|
+
} | undefined;
|
|
2368
2500
|
}, {
|
|
2369
2501
|
allGames?: boolean | undefined;
|
|
2370
2502
|
favoriteLeagues?: boolean | undefined;
|
|
2371
2503
|
favoriteTeams?: boolean | undefined;
|
|
2504
|
+
lastWeekScoreLeaderboard?: boolean | undefined;
|
|
2505
|
+
leaderboardChanges?: boolean | undefined;
|
|
2506
|
+
chatReplies?: boolean | undefined;
|
|
2507
|
+
repliesToRatings?: boolean | undefined;
|
|
2508
|
+
repliesToComments?: boolean | undefined;
|
|
2509
|
+
ratingLikes?: boolean | undefined;
|
|
2510
|
+
listLikes?: boolean | undefined;
|
|
2511
|
+
eventLikes?: boolean | undefined;
|
|
2512
|
+
commentLikes?: boolean | undefined;
|
|
2513
|
+
trendingGames?: boolean | undefined;
|
|
2514
|
+
gameChanges?: {
|
|
2515
|
+
topRatedGameChanges?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
|
|
2516
|
+
mostRatedGameChanges?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
|
|
2517
|
+
worstRatedGameChanges?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
|
|
2518
|
+
} | undefined;
|
|
2519
|
+
gameTopLists?: {
|
|
2520
|
+
topRated?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
|
|
2521
|
+
mostRated?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
|
|
2522
|
+
worstRated?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
|
|
2523
|
+
} | undefined;
|
|
2372
2524
|
}>>;
|
|
2373
2525
|
spoilersEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
2374
2526
|
viewedChangelogs: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodBoolean>>;
|
|
@@ -2738,90 +2890,90 @@ export declare const createStadiumRatingSchema: z.ZodObject<z.objectUtil.extendS
|
|
|
2738
2890
|
round: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
2739
2891
|
league: z.ZodUnion<[z.ZodLiteral<"nba">, z.ZodLiteral<"ncaa">, z.ZodLiteral<"nfl">, z.ZodLiteral<"nhl">, z.ZodLiteral<"mlb">, z.ZodLiteral<"cbb">, z.ZodLiteral<"cfb">, z.ZodLiteral<"epl">, z.ZodLiteral<"mls">, z.ZodLiteral<"wnba">, z.ZodLiteral<"cwc">, z.ZodLiteral<"global">]>;
|
|
2740
2892
|
homeTeam: z.ZodObject<{
|
|
2741
|
-
id: z.ZodOptional<z.ZodString
|
|
2742
|
-
apiTeamId: z.ZodNumber
|
|
2743
|
-
name: z.ZodString
|
|
2893
|
+
id: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
2894
|
+
apiTeamId: z.ZodNullable<z.ZodNumber>;
|
|
2895
|
+
name: z.ZodNullable<z.ZodString>;
|
|
2744
2896
|
score: z.ZodOptional<z.ZodNumber>;
|
|
2745
2897
|
isWinner: z.ZodOptional<z.ZodBoolean>;
|
|
2746
|
-
image: z.ZodString
|
|
2747
|
-
seed: z.ZodOptional<z.ZodNumber
|
|
2748
|
-
teamCode: z.ZodOptional<z.ZodString
|
|
2749
|
-
scoreExtraTime: z.ZodOptional<z.ZodNumber
|
|
2750
|
-
stadiumUrl: z.ZodOptional<z.ZodString
|
|
2751
|
-
school: z.ZodOptional<z.ZodString
|
|
2752
|
-
city: z.ZodOptional<z.ZodString
|
|
2753
|
-
venueName: z.ZodOptional<z.ZodString
|
|
2898
|
+
image: z.ZodNullable<z.ZodString>;
|
|
2899
|
+
seed: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
2900
|
+
teamCode: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
2901
|
+
scoreExtraTime: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
2902
|
+
stadiumUrl: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
2903
|
+
school: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
2904
|
+
city: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
2905
|
+
venueName: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
2754
2906
|
}, "strip", z.ZodTypeAny, {
|
|
2755
|
-
name: string;
|
|
2756
|
-
image: string;
|
|
2757
|
-
apiTeamId: number;
|
|
2758
|
-
id?: string | undefined;
|
|
2907
|
+
name: string | null;
|
|
2908
|
+
image: string | null;
|
|
2909
|
+
apiTeamId: number | null;
|
|
2910
|
+
id?: string | null | undefined;
|
|
2759
2911
|
score?: number | undefined;
|
|
2760
2912
|
isWinner?: boolean | undefined;
|
|
2761
|
-
seed?: number | undefined;
|
|
2762
|
-
teamCode?: string | undefined;
|
|
2763
|
-
scoreExtraTime?: number | undefined;
|
|
2764
|
-
stadiumUrl?: string | undefined;
|
|
2765
|
-
school?: string | undefined;
|
|
2766
|
-
city?: string | undefined;
|
|
2767
|
-
venueName?: string | undefined;
|
|
2913
|
+
seed?: number | null | undefined;
|
|
2914
|
+
teamCode?: string | null | undefined;
|
|
2915
|
+
scoreExtraTime?: number | null | undefined;
|
|
2916
|
+
stadiumUrl?: string | null | undefined;
|
|
2917
|
+
school?: string | null | undefined;
|
|
2918
|
+
city?: string | null | undefined;
|
|
2919
|
+
venueName?: string | null | undefined;
|
|
2768
2920
|
}, {
|
|
2769
|
-
name: string;
|
|
2770
|
-
image: string;
|
|
2771
|
-
apiTeamId: number;
|
|
2772
|
-
id?: string | undefined;
|
|
2921
|
+
name: string | null;
|
|
2922
|
+
image: string | null;
|
|
2923
|
+
apiTeamId: number | null;
|
|
2924
|
+
id?: string | null | undefined;
|
|
2773
2925
|
score?: number | undefined;
|
|
2774
2926
|
isWinner?: boolean | undefined;
|
|
2775
|
-
seed?: number | undefined;
|
|
2776
|
-
teamCode?: string | undefined;
|
|
2777
|
-
scoreExtraTime?: number | undefined;
|
|
2778
|
-
stadiumUrl?: string | undefined;
|
|
2779
|
-
school?: string | undefined;
|
|
2780
|
-
city?: string | undefined;
|
|
2781
|
-
venueName?: string | undefined;
|
|
2927
|
+
seed?: number | null | undefined;
|
|
2928
|
+
teamCode?: string | null | undefined;
|
|
2929
|
+
scoreExtraTime?: number | null | undefined;
|
|
2930
|
+
stadiumUrl?: string | null | undefined;
|
|
2931
|
+
school?: string | null | undefined;
|
|
2932
|
+
city?: string | null | undefined;
|
|
2933
|
+
venueName?: string | null | undefined;
|
|
2782
2934
|
}>;
|
|
2783
2935
|
awayTeam: z.ZodObject<{
|
|
2784
|
-
id: z.ZodOptional<z.ZodString
|
|
2785
|
-
apiTeamId: z.ZodNumber
|
|
2786
|
-
name: z.ZodString
|
|
2936
|
+
id: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
2937
|
+
apiTeamId: z.ZodNullable<z.ZodNumber>;
|
|
2938
|
+
name: z.ZodNullable<z.ZodString>;
|
|
2787
2939
|
score: z.ZodOptional<z.ZodNumber>;
|
|
2788
2940
|
isWinner: z.ZodOptional<z.ZodBoolean>;
|
|
2789
|
-
image: z.ZodString
|
|
2790
|
-
seed: z.ZodOptional<z.ZodNumber
|
|
2791
|
-
teamCode: z.ZodOptional<z.ZodString
|
|
2792
|
-
scoreExtraTime: z.ZodOptional<z.ZodNumber
|
|
2793
|
-
stadiumUrl: z.ZodOptional<z.ZodString
|
|
2794
|
-
school: z.ZodOptional<z.ZodString
|
|
2795
|
-
city: z.ZodOptional<z.ZodString
|
|
2796
|
-
venueName: z.ZodOptional<z.ZodString
|
|
2941
|
+
image: z.ZodNullable<z.ZodString>;
|
|
2942
|
+
seed: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
2943
|
+
teamCode: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
2944
|
+
scoreExtraTime: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
2945
|
+
stadiumUrl: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
2946
|
+
school: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
2947
|
+
city: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
2948
|
+
venueName: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
2797
2949
|
}, "strip", z.ZodTypeAny, {
|
|
2798
|
-
name: string;
|
|
2799
|
-
image: string;
|
|
2800
|
-
apiTeamId: number;
|
|
2801
|
-
id?: string | undefined;
|
|
2950
|
+
name: string | null;
|
|
2951
|
+
image: string | null;
|
|
2952
|
+
apiTeamId: number | null;
|
|
2953
|
+
id?: string | null | undefined;
|
|
2802
2954
|
score?: number | undefined;
|
|
2803
2955
|
isWinner?: boolean | undefined;
|
|
2804
|
-
seed?: number | undefined;
|
|
2805
|
-
teamCode?: string | undefined;
|
|
2806
|
-
scoreExtraTime?: number | undefined;
|
|
2807
|
-
stadiumUrl?: string | undefined;
|
|
2808
|
-
school?: string | undefined;
|
|
2809
|
-
city?: string | undefined;
|
|
2810
|
-
venueName?: string | undefined;
|
|
2956
|
+
seed?: number | null | undefined;
|
|
2957
|
+
teamCode?: string | null | undefined;
|
|
2958
|
+
scoreExtraTime?: number | null | undefined;
|
|
2959
|
+
stadiumUrl?: string | null | undefined;
|
|
2960
|
+
school?: string | null | undefined;
|
|
2961
|
+
city?: string | null | undefined;
|
|
2962
|
+
venueName?: string | null | undefined;
|
|
2811
2963
|
}, {
|
|
2812
|
-
name: string;
|
|
2813
|
-
image: string;
|
|
2814
|
-
apiTeamId: number;
|
|
2815
|
-
id?: string | undefined;
|
|
2964
|
+
name: string | null;
|
|
2965
|
+
image: string | null;
|
|
2966
|
+
apiTeamId: number | null;
|
|
2967
|
+
id?: string | null | undefined;
|
|
2816
2968
|
score?: number | undefined;
|
|
2817
2969
|
isWinner?: boolean | undefined;
|
|
2818
|
-
seed?: number | undefined;
|
|
2819
|
-
teamCode?: string | undefined;
|
|
2820
|
-
scoreExtraTime?: number | undefined;
|
|
2821
|
-
stadiumUrl?: string | undefined;
|
|
2822
|
-
school?: string | undefined;
|
|
2823
|
-
city?: string | undefined;
|
|
2824
|
-
venueName?: string | undefined;
|
|
2970
|
+
seed?: number | null | undefined;
|
|
2971
|
+
teamCode?: string | null | undefined;
|
|
2972
|
+
scoreExtraTime?: number | null | undefined;
|
|
2973
|
+
stadiumUrl?: string | null | undefined;
|
|
2974
|
+
school?: string | null | undefined;
|
|
2975
|
+
city?: string | null | undefined;
|
|
2976
|
+
venueName?: string | null | undefined;
|
|
2825
2977
|
}>;
|
|
2826
2978
|
seriesInfo: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
2827
2979
|
homeTeamWins: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
@@ -2847,34 +2999,34 @@ export declare const createStadiumRatingSchema: z.ZodObject<z.objectUtil.extendS
|
|
|
2847
2999
|
id: string;
|
|
2848
3000
|
league: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba" | "cwc";
|
|
2849
3001
|
homeTeam: {
|
|
2850
|
-
name: string;
|
|
2851
|
-
image: string;
|
|
2852
|
-
apiTeamId: number;
|
|
2853
|
-
id?: string | undefined;
|
|
3002
|
+
name: string | null;
|
|
3003
|
+
image: string | null;
|
|
3004
|
+
apiTeamId: number | null;
|
|
3005
|
+
id?: string | null | undefined;
|
|
2854
3006
|
score?: number | undefined;
|
|
2855
3007
|
isWinner?: boolean | undefined;
|
|
2856
|
-
seed?: number | undefined;
|
|
2857
|
-
teamCode?: string | undefined;
|
|
2858
|
-
scoreExtraTime?: number | undefined;
|
|
2859
|
-
stadiumUrl?: string | undefined;
|
|
2860
|
-
school?: string | undefined;
|
|
2861
|
-
city?: string | undefined;
|
|
2862
|
-
venueName?: string | undefined;
|
|
3008
|
+
seed?: number | null | undefined;
|
|
3009
|
+
teamCode?: string | null | undefined;
|
|
3010
|
+
scoreExtraTime?: number | null | undefined;
|
|
3011
|
+
stadiumUrl?: string | null | undefined;
|
|
3012
|
+
school?: string | null | undefined;
|
|
3013
|
+
city?: string | null | undefined;
|
|
3014
|
+
venueName?: string | null | undefined;
|
|
2863
3015
|
};
|
|
2864
3016
|
awayTeam: {
|
|
2865
|
-
name: string;
|
|
2866
|
-
image: string;
|
|
2867
|
-
apiTeamId: number;
|
|
2868
|
-
id?: string | undefined;
|
|
3017
|
+
name: string | null;
|
|
3018
|
+
image: string | null;
|
|
3019
|
+
apiTeamId: number | null;
|
|
3020
|
+
id?: string | null | undefined;
|
|
2869
3021
|
score?: number | undefined;
|
|
2870
3022
|
isWinner?: boolean | undefined;
|
|
2871
|
-
seed?: number | undefined;
|
|
2872
|
-
teamCode?: string | undefined;
|
|
2873
|
-
scoreExtraTime?: number | undefined;
|
|
2874
|
-
stadiumUrl?: string | undefined;
|
|
2875
|
-
school?: string | undefined;
|
|
2876
|
-
city?: string | undefined;
|
|
2877
|
-
venueName?: string | undefined;
|
|
3023
|
+
seed?: number | null | undefined;
|
|
3024
|
+
teamCode?: string | null | undefined;
|
|
3025
|
+
scoreExtraTime?: number | null | undefined;
|
|
3026
|
+
stadiumUrl?: string | null | undefined;
|
|
3027
|
+
school?: string | null | undefined;
|
|
3028
|
+
city?: string | null | undefined;
|
|
3029
|
+
venueName?: string | null | undefined;
|
|
2878
3030
|
};
|
|
2879
3031
|
round?: number | null | undefined;
|
|
2880
3032
|
week?: number | null | undefined;
|
|
@@ -2891,34 +3043,34 @@ export declare const createStadiumRatingSchema: z.ZodObject<z.objectUtil.extendS
|
|
|
2891
3043
|
id: string;
|
|
2892
3044
|
league: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba" | "cwc";
|
|
2893
3045
|
homeTeam: {
|
|
2894
|
-
name: string;
|
|
2895
|
-
image: string;
|
|
2896
|
-
apiTeamId: number;
|
|
2897
|
-
id?: string | undefined;
|
|
3046
|
+
name: string | null;
|
|
3047
|
+
image: string | null;
|
|
3048
|
+
apiTeamId: number | null;
|
|
3049
|
+
id?: string | null | undefined;
|
|
2898
3050
|
score?: number | undefined;
|
|
2899
3051
|
isWinner?: boolean | undefined;
|
|
2900
|
-
seed?: number | undefined;
|
|
2901
|
-
teamCode?: string | undefined;
|
|
2902
|
-
scoreExtraTime?: number | undefined;
|
|
2903
|
-
stadiumUrl?: string | undefined;
|
|
2904
|
-
school?: string | undefined;
|
|
2905
|
-
city?: string | undefined;
|
|
2906
|
-
venueName?: string | undefined;
|
|
3052
|
+
seed?: number | null | undefined;
|
|
3053
|
+
teamCode?: string | null | undefined;
|
|
3054
|
+
scoreExtraTime?: number | null | undefined;
|
|
3055
|
+
stadiumUrl?: string | null | undefined;
|
|
3056
|
+
school?: string | null | undefined;
|
|
3057
|
+
city?: string | null | undefined;
|
|
3058
|
+
venueName?: string | null | undefined;
|
|
2907
3059
|
};
|
|
2908
3060
|
awayTeam: {
|
|
2909
|
-
name: string;
|
|
2910
|
-
image: string;
|
|
2911
|
-
apiTeamId: number;
|
|
2912
|
-
id?: string | undefined;
|
|
3061
|
+
name: string | null;
|
|
3062
|
+
image: string | null;
|
|
3063
|
+
apiTeamId: number | null;
|
|
3064
|
+
id?: string | null | undefined;
|
|
2913
3065
|
score?: number | undefined;
|
|
2914
3066
|
isWinner?: boolean | undefined;
|
|
2915
|
-
seed?: number | undefined;
|
|
2916
|
-
teamCode?: string | undefined;
|
|
2917
|
-
scoreExtraTime?: number | undefined;
|
|
2918
|
-
stadiumUrl?: string | undefined;
|
|
2919
|
-
school?: string | undefined;
|
|
2920
|
-
city?: string | undefined;
|
|
2921
|
-
venueName?: string | undefined;
|
|
3067
|
+
seed?: number | null | undefined;
|
|
3068
|
+
teamCode?: string | null | undefined;
|
|
3069
|
+
scoreExtraTime?: number | null | undefined;
|
|
3070
|
+
stadiumUrl?: string | null | undefined;
|
|
3071
|
+
school?: string | null | undefined;
|
|
3072
|
+
city?: string | null | undefined;
|
|
3073
|
+
venueName?: string | null | undefined;
|
|
2922
3074
|
};
|
|
2923
3075
|
round?: number | null | undefined;
|
|
2924
3076
|
week?: number | null | undefined;
|
|
@@ -3067,34 +3219,34 @@ export declare const createStadiumRatingSchema: z.ZodObject<z.objectUtil.extendS
|
|
|
3067
3219
|
id: string;
|
|
3068
3220
|
league: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba" | "cwc";
|
|
3069
3221
|
homeTeam: {
|
|
3070
|
-
name: string;
|
|
3071
|
-
image: string;
|
|
3072
|
-
apiTeamId: number;
|
|
3073
|
-
id?: string | undefined;
|
|
3222
|
+
name: string | null;
|
|
3223
|
+
image: string | null;
|
|
3224
|
+
apiTeamId: number | null;
|
|
3225
|
+
id?: string | null | undefined;
|
|
3074
3226
|
score?: number | undefined;
|
|
3075
3227
|
isWinner?: boolean | undefined;
|
|
3076
|
-
seed?: number | undefined;
|
|
3077
|
-
teamCode?: string | undefined;
|
|
3078
|
-
scoreExtraTime?: number | undefined;
|
|
3079
|
-
stadiumUrl?: string | undefined;
|
|
3080
|
-
school?: string | undefined;
|
|
3081
|
-
city?: string | undefined;
|
|
3082
|
-
venueName?: string | undefined;
|
|
3228
|
+
seed?: number | null | undefined;
|
|
3229
|
+
teamCode?: string | null | undefined;
|
|
3230
|
+
scoreExtraTime?: number | null | undefined;
|
|
3231
|
+
stadiumUrl?: string | null | undefined;
|
|
3232
|
+
school?: string | null | undefined;
|
|
3233
|
+
city?: string | null | undefined;
|
|
3234
|
+
venueName?: string | null | undefined;
|
|
3083
3235
|
};
|
|
3084
3236
|
awayTeam: {
|
|
3085
|
-
name: string;
|
|
3086
|
-
image: string;
|
|
3087
|
-
apiTeamId: number;
|
|
3088
|
-
id?: string | undefined;
|
|
3237
|
+
name: string | null;
|
|
3238
|
+
image: string | null;
|
|
3239
|
+
apiTeamId: number | null;
|
|
3240
|
+
id?: string | null | undefined;
|
|
3089
3241
|
score?: number | undefined;
|
|
3090
3242
|
isWinner?: boolean | undefined;
|
|
3091
|
-
seed?: number | undefined;
|
|
3092
|
-
teamCode?: string | undefined;
|
|
3093
|
-
scoreExtraTime?: number | undefined;
|
|
3094
|
-
stadiumUrl?: string | undefined;
|
|
3095
|
-
school?: string | undefined;
|
|
3096
|
-
city?: string | undefined;
|
|
3097
|
-
venueName?: string | undefined;
|
|
3243
|
+
seed?: number | null | undefined;
|
|
3244
|
+
teamCode?: string | null | undefined;
|
|
3245
|
+
scoreExtraTime?: number | null | undefined;
|
|
3246
|
+
stadiumUrl?: string | null | undefined;
|
|
3247
|
+
school?: string | null | undefined;
|
|
3248
|
+
city?: string | null | undefined;
|
|
3249
|
+
venueName?: string | null | undefined;
|
|
3098
3250
|
};
|
|
3099
3251
|
round?: number | null | undefined;
|
|
3100
3252
|
week?: number | null | undefined;
|
|
@@ -3147,34 +3299,34 @@ export declare const createStadiumRatingSchema: z.ZodObject<z.objectUtil.extendS
|
|
|
3147
3299
|
id: string;
|
|
3148
3300
|
league: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba" | "cwc";
|
|
3149
3301
|
homeTeam: {
|
|
3150
|
-
name: string;
|
|
3151
|
-
image: string;
|
|
3152
|
-
apiTeamId: number;
|
|
3153
|
-
id?: string | undefined;
|
|
3302
|
+
name: string | null;
|
|
3303
|
+
image: string | null;
|
|
3304
|
+
apiTeamId: number | null;
|
|
3305
|
+
id?: string | null | undefined;
|
|
3154
3306
|
score?: number | undefined;
|
|
3155
3307
|
isWinner?: boolean | undefined;
|
|
3156
|
-
seed?: number | undefined;
|
|
3157
|
-
teamCode?: string | undefined;
|
|
3158
|
-
scoreExtraTime?: number | undefined;
|
|
3159
|
-
stadiumUrl?: string | undefined;
|
|
3160
|
-
school?: string | undefined;
|
|
3161
|
-
city?: string | undefined;
|
|
3162
|
-
venueName?: string | undefined;
|
|
3308
|
+
seed?: number | null | undefined;
|
|
3309
|
+
teamCode?: string | null | undefined;
|
|
3310
|
+
scoreExtraTime?: number | null | undefined;
|
|
3311
|
+
stadiumUrl?: string | null | undefined;
|
|
3312
|
+
school?: string | null | undefined;
|
|
3313
|
+
city?: string | null | undefined;
|
|
3314
|
+
venueName?: string | null | undefined;
|
|
3163
3315
|
};
|
|
3164
3316
|
awayTeam: {
|
|
3165
|
-
name: string;
|
|
3166
|
-
image: string;
|
|
3167
|
-
apiTeamId: number;
|
|
3168
|
-
id?: string | undefined;
|
|
3317
|
+
name: string | null;
|
|
3318
|
+
image: string | null;
|
|
3319
|
+
apiTeamId: number | null;
|
|
3320
|
+
id?: string | null | undefined;
|
|
3169
3321
|
score?: number | undefined;
|
|
3170
3322
|
isWinner?: boolean | undefined;
|
|
3171
|
-
seed?: number | undefined;
|
|
3172
|
-
teamCode?: string | undefined;
|
|
3173
|
-
scoreExtraTime?: number | undefined;
|
|
3174
|
-
stadiumUrl?: string | undefined;
|
|
3175
|
-
school?: string | undefined;
|
|
3176
|
-
city?: string | undefined;
|
|
3177
|
-
venueName?: string | undefined;
|
|
3323
|
+
seed?: number | null | undefined;
|
|
3324
|
+
teamCode?: string | null | undefined;
|
|
3325
|
+
scoreExtraTime?: number | null | undefined;
|
|
3326
|
+
stadiumUrl?: string | null | undefined;
|
|
3327
|
+
school?: string | null | undefined;
|
|
3328
|
+
city?: string | null | undefined;
|
|
3329
|
+
venueName?: string | null | undefined;
|
|
3178
3330
|
};
|
|
3179
3331
|
round?: number | null | undefined;
|
|
3180
3332
|
week?: number | null | undefined;
|
|
@@ -3870,14 +4022,90 @@ export declare const stadiumThreadCommentSchema: z.ZodObject<{
|
|
|
3870
4022
|
allGames: z.ZodOptional<z.ZodBoolean>;
|
|
3871
4023
|
favoriteLeagues: z.ZodOptional<z.ZodBoolean>;
|
|
3872
4024
|
favoriteTeams: z.ZodOptional<z.ZodBoolean>;
|
|
4025
|
+
lastWeekScoreLeaderboard: z.ZodOptional<z.ZodBoolean>;
|
|
4026
|
+
leaderboardChanges: z.ZodOptional<z.ZodBoolean>;
|
|
4027
|
+
chatReplies: z.ZodOptional<z.ZodBoolean>;
|
|
4028
|
+
repliesToRatings: z.ZodOptional<z.ZodBoolean>;
|
|
4029
|
+
repliesToComments: z.ZodOptional<z.ZodBoolean>;
|
|
4030
|
+
ratingLikes: z.ZodOptional<z.ZodBoolean>;
|
|
4031
|
+
listLikes: z.ZodOptional<z.ZodBoolean>;
|
|
4032
|
+
eventLikes: z.ZodOptional<z.ZodBoolean>;
|
|
4033
|
+
commentLikes: z.ZodOptional<z.ZodBoolean>;
|
|
4034
|
+
trendingGames: z.ZodOptional<z.ZodBoolean>;
|
|
4035
|
+
gameChanges: z.ZodOptional<z.ZodObject<{
|
|
4036
|
+
topRatedGameChanges: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Today">, z.ZodLiteral<"Last 3 Days">, 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">]>>;
|
|
4037
|
+
mostRatedGameChanges: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Today">, z.ZodLiteral<"Last 3 Days">, 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">]>>;
|
|
4038
|
+
worstRatedGameChanges: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Today">, z.ZodLiteral<"Last 3 Days">, 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">]>>;
|
|
4039
|
+
}, "strip", z.ZodTypeAny, {
|
|
4040
|
+
topRatedGameChanges?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
|
|
4041
|
+
mostRatedGameChanges?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
|
|
4042
|
+
worstRatedGameChanges?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
|
|
4043
|
+
}, {
|
|
4044
|
+
topRatedGameChanges?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
|
|
4045
|
+
mostRatedGameChanges?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
|
|
4046
|
+
worstRatedGameChanges?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
|
|
4047
|
+
}>>;
|
|
4048
|
+
gameTopLists: z.ZodOptional<z.ZodObject<{
|
|
4049
|
+
topRated: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Today">, z.ZodLiteral<"Last 3 Days">, 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">]>>;
|
|
4050
|
+
mostRated: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Today">, z.ZodLiteral<"Last 3 Days">, 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">]>>;
|
|
4051
|
+
worstRated: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Today">, z.ZodLiteral<"Last 3 Days">, 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">]>>;
|
|
4052
|
+
}, "strip", z.ZodTypeAny, {
|
|
4053
|
+
topRated?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
|
|
4054
|
+
mostRated?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
|
|
4055
|
+
worstRated?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
|
|
4056
|
+
}, {
|
|
4057
|
+
topRated?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
|
|
4058
|
+
mostRated?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
|
|
4059
|
+
worstRated?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
|
|
4060
|
+
}>>;
|
|
3873
4061
|
}, "strip", z.ZodTypeAny, {
|
|
3874
4062
|
allGames?: boolean | undefined;
|
|
3875
4063
|
favoriteLeagues?: boolean | undefined;
|
|
3876
4064
|
favoriteTeams?: boolean | undefined;
|
|
4065
|
+
lastWeekScoreLeaderboard?: boolean | undefined;
|
|
4066
|
+
leaderboardChanges?: boolean | undefined;
|
|
4067
|
+
chatReplies?: boolean | undefined;
|
|
4068
|
+
repliesToRatings?: boolean | undefined;
|
|
4069
|
+
repliesToComments?: boolean | undefined;
|
|
4070
|
+
ratingLikes?: boolean | undefined;
|
|
4071
|
+
listLikes?: boolean | undefined;
|
|
4072
|
+
eventLikes?: boolean | undefined;
|
|
4073
|
+
commentLikes?: boolean | undefined;
|
|
4074
|
+
trendingGames?: boolean | undefined;
|
|
4075
|
+
gameChanges?: {
|
|
4076
|
+
topRatedGameChanges?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
|
|
4077
|
+
mostRatedGameChanges?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
|
|
4078
|
+
worstRatedGameChanges?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
|
|
4079
|
+
} | undefined;
|
|
4080
|
+
gameTopLists?: {
|
|
4081
|
+
topRated?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
|
|
4082
|
+
mostRated?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
|
|
4083
|
+
worstRated?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
|
|
4084
|
+
} | undefined;
|
|
3877
4085
|
}, {
|
|
3878
4086
|
allGames?: boolean | undefined;
|
|
3879
4087
|
favoriteLeagues?: boolean | undefined;
|
|
3880
4088
|
favoriteTeams?: boolean | undefined;
|
|
4089
|
+
lastWeekScoreLeaderboard?: boolean | undefined;
|
|
4090
|
+
leaderboardChanges?: boolean | undefined;
|
|
4091
|
+
chatReplies?: boolean | undefined;
|
|
4092
|
+
repliesToRatings?: boolean | undefined;
|
|
4093
|
+
repliesToComments?: boolean | undefined;
|
|
4094
|
+
ratingLikes?: boolean | undefined;
|
|
4095
|
+
listLikes?: boolean | undefined;
|
|
4096
|
+
eventLikes?: boolean | undefined;
|
|
4097
|
+
commentLikes?: boolean | undefined;
|
|
4098
|
+
trendingGames?: boolean | undefined;
|
|
4099
|
+
gameChanges?: {
|
|
4100
|
+
topRatedGameChanges?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
|
|
4101
|
+
mostRatedGameChanges?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
|
|
4102
|
+
worstRatedGameChanges?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
|
|
4103
|
+
} | undefined;
|
|
4104
|
+
gameTopLists?: {
|
|
4105
|
+
topRated?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
|
|
4106
|
+
mostRated?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
|
|
4107
|
+
worstRated?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
|
|
4108
|
+
} | undefined;
|
|
3881
4109
|
}>>;
|
|
3882
4110
|
spoilersEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
3883
4111
|
viewedChangelogs: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodBoolean>>;
|
|
@@ -4807,14 +5035,90 @@ export declare const stadiumThreadCommentSchema: z.ZodObject<{
|
|
|
4807
5035
|
allGames: z.ZodOptional<z.ZodBoolean>;
|
|
4808
5036
|
favoriteLeagues: z.ZodOptional<z.ZodBoolean>;
|
|
4809
5037
|
favoriteTeams: z.ZodOptional<z.ZodBoolean>;
|
|
5038
|
+
lastWeekScoreLeaderboard: z.ZodOptional<z.ZodBoolean>;
|
|
5039
|
+
leaderboardChanges: z.ZodOptional<z.ZodBoolean>;
|
|
5040
|
+
chatReplies: z.ZodOptional<z.ZodBoolean>;
|
|
5041
|
+
repliesToRatings: z.ZodOptional<z.ZodBoolean>;
|
|
5042
|
+
repliesToComments: z.ZodOptional<z.ZodBoolean>;
|
|
5043
|
+
ratingLikes: z.ZodOptional<z.ZodBoolean>;
|
|
5044
|
+
listLikes: z.ZodOptional<z.ZodBoolean>;
|
|
5045
|
+
eventLikes: z.ZodOptional<z.ZodBoolean>;
|
|
5046
|
+
commentLikes: z.ZodOptional<z.ZodBoolean>;
|
|
5047
|
+
trendingGames: z.ZodOptional<z.ZodBoolean>;
|
|
5048
|
+
gameChanges: z.ZodOptional<z.ZodObject<{
|
|
5049
|
+
topRatedGameChanges: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Today">, z.ZodLiteral<"Last 3 Days">, 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">]>>;
|
|
5050
|
+
mostRatedGameChanges: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Today">, z.ZodLiteral<"Last 3 Days">, 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">]>>;
|
|
5051
|
+
worstRatedGameChanges: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Today">, z.ZodLiteral<"Last 3 Days">, 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">]>>;
|
|
5052
|
+
}, "strip", z.ZodTypeAny, {
|
|
5053
|
+
topRatedGameChanges?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
|
|
5054
|
+
mostRatedGameChanges?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
|
|
5055
|
+
worstRatedGameChanges?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
|
|
5056
|
+
}, {
|
|
5057
|
+
topRatedGameChanges?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
|
|
5058
|
+
mostRatedGameChanges?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
|
|
5059
|
+
worstRatedGameChanges?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
|
|
5060
|
+
}>>;
|
|
5061
|
+
gameTopLists: z.ZodOptional<z.ZodObject<{
|
|
5062
|
+
topRated: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Today">, z.ZodLiteral<"Last 3 Days">, 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">]>>;
|
|
5063
|
+
mostRated: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Today">, z.ZodLiteral<"Last 3 Days">, 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">]>>;
|
|
5064
|
+
worstRated: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Today">, z.ZodLiteral<"Last 3 Days">, 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">]>>;
|
|
5065
|
+
}, "strip", z.ZodTypeAny, {
|
|
5066
|
+
topRated?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
|
|
5067
|
+
mostRated?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
|
|
5068
|
+
worstRated?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
|
|
5069
|
+
}, {
|
|
5070
|
+
topRated?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
|
|
5071
|
+
mostRated?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
|
|
5072
|
+
worstRated?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
|
|
5073
|
+
}>>;
|
|
4810
5074
|
}, "strip", z.ZodTypeAny, {
|
|
4811
5075
|
allGames?: boolean | undefined;
|
|
4812
5076
|
favoriteLeagues?: boolean | undefined;
|
|
4813
5077
|
favoriteTeams?: boolean | undefined;
|
|
5078
|
+
lastWeekScoreLeaderboard?: boolean | undefined;
|
|
5079
|
+
leaderboardChanges?: boolean | undefined;
|
|
5080
|
+
chatReplies?: boolean | undefined;
|
|
5081
|
+
repliesToRatings?: boolean | undefined;
|
|
5082
|
+
repliesToComments?: boolean | undefined;
|
|
5083
|
+
ratingLikes?: boolean | undefined;
|
|
5084
|
+
listLikes?: boolean | undefined;
|
|
5085
|
+
eventLikes?: boolean | undefined;
|
|
5086
|
+
commentLikes?: boolean | undefined;
|
|
5087
|
+
trendingGames?: boolean | undefined;
|
|
5088
|
+
gameChanges?: {
|
|
5089
|
+
topRatedGameChanges?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
|
|
5090
|
+
mostRatedGameChanges?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
|
|
5091
|
+
worstRatedGameChanges?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
|
|
5092
|
+
} | undefined;
|
|
5093
|
+
gameTopLists?: {
|
|
5094
|
+
topRated?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
|
|
5095
|
+
mostRated?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
|
|
5096
|
+
worstRated?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
|
|
5097
|
+
} | undefined;
|
|
4814
5098
|
}, {
|
|
4815
5099
|
allGames?: boolean | undefined;
|
|
4816
5100
|
favoriteLeagues?: boolean | undefined;
|
|
4817
5101
|
favoriteTeams?: boolean | undefined;
|
|
5102
|
+
lastWeekScoreLeaderboard?: boolean | undefined;
|
|
5103
|
+
leaderboardChanges?: boolean | undefined;
|
|
5104
|
+
chatReplies?: boolean | undefined;
|
|
5105
|
+
repliesToRatings?: boolean | undefined;
|
|
5106
|
+
repliesToComments?: boolean | undefined;
|
|
5107
|
+
ratingLikes?: boolean | undefined;
|
|
5108
|
+
listLikes?: boolean | undefined;
|
|
5109
|
+
eventLikes?: boolean | undefined;
|
|
5110
|
+
commentLikes?: boolean | undefined;
|
|
5111
|
+
trendingGames?: boolean | undefined;
|
|
5112
|
+
gameChanges?: {
|
|
5113
|
+
topRatedGameChanges?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
|
|
5114
|
+
mostRatedGameChanges?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
|
|
5115
|
+
worstRatedGameChanges?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
|
|
5116
|
+
} | undefined;
|
|
5117
|
+
gameTopLists?: {
|
|
5118
|
+
topRated?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
|
|
5119
|
+
mostRated?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
|
|
5120
|
+
worstRated?: "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | undefined;
|
|
5121
|
+
} | undefined;
|
|
4818
5122
|
}>>;
|
|
4819
5123
|
spoilersEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
4820
5124
|
viewedChangelogs: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodBoolean>>;
|