rategame-shared 1.1.452 → 1.1.454
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/player.d.ts
CHANGED
|
@@ -9,6 +9,7 @@ export declare const playerSchema: z.ZodObject<{
|
|
|
9
9
|
jerseyNumber: z.ZodNumber;
|
|
10
10
|
teamId: z.ZodNumber;
|
|
11
11
|
leagueId: z.ZodUnion<[z.ZodLiteral<"nba">, z.ZodLiteral<"ncaa">, z.ZodLiteral<"nfl">, z.ZodLiteral<"nhl">, z.ZodLiteral<"mlb">, z.ZodLiteral<"cbb">, z.ZodLiteral<"cfb">, z.ZodLiteral<"epl">, z.ZodLiteral<"mls">, z.ZodLiteral<"wnba">, z.ZodLiteral<"cwc">, z.ZodLiteral<"fifa">, z.ZodUnion<[z.ZodLiteral<"global">, z.ZodString]>]>;
|
|
12
|
+
status: z.ZodOptional<z.ZodString>;
|
|
12
13
|
}, "strip", z.ZodTypeAny, {
|
|
13
14
|
position: string;
|
|
14
15
|
teamId: number;
|
|
@@ -19,6 +20,7 @@ export declare const playerSchema: z.ZodObject<{
|
|
|
19
20
|
jerseyNumber: number;
|
|
20
21
|
leagueId: string;
|
|
21
22
|
id?: string | undefined;
|
|
23
|
+
status?: string | undefined;
|
|
22
24
|
}, {
|
|
23
25
|
position: string;
|
|
24
26
|
teamId: number;
|
|
@@ -29,6 +31,7 @@ export declare const playerSchema: z.ZodObject<{
|
|
|
29
31
|
jerseyNumber: number;
|
|
30
32
|
leagueId: string;
|
|
31
33
|
id?: string | undefined;
|
|
34
|
+
status?: string | undefined;
|
|
32
35
|
}>;
|
|
33
36
|
/**
|
|
34
37
|
* Schema for a player row parsed from CSV upload.
|
package/dist/schemas/player.js
CHANGED
package/dist/schemas/poll.d.ts
CHANGED
|
@@ -24,6 +24,7 @@ export declare const pollOptionSchema: z.ZodObject<{
|
|
|
24
24
|
jerseyNumber: z.ZodNumber;
|
|
25
25
|
teamId: z.ZodNumber;
|
|
26
26
|
leagueId: z.ZodUnion<[z.ZodLiteral<"nba">, z.ZodLiteral<"ncaa">, z.ZodLiteral<"nfl">, z.ZodLiteral<"nhl">, z.ZodLiteral<"mlb">, z.ZodLiteral<"cbb">, z.ZodLiteral<"cfb">, z.ZodLiteral<"epl">, z.ZodLiteral<"mls">, z.ZodLiteral<"wnba">, z.ZodLiteral<"cwc">, z.ZodLiteral<"fifa">, z.ZodUnion<[z.ZodLiteral<"global">, z.ZodString]>]>;
|
|
27
|
+
status: z.ZodOptional<z.ZodString>;
|
|
27
28
|
}, "strip", z.ZodTypeAny, {
|
|
28
29
|
position: string;
|
|
29
30
|
teamId: number;
|
|
@@ -34,6 +35,7 @@ export declare const pollOptionSchema: z.ZodObject<{
|
|
|
34
35
|
jerseyNumber: number;
|
|
35
36
|
leagueId: string;
|
|
36
37
|
id?: string | undefined;
|
|
38
|
+
status?: string | undefined;
|
|
37
39
|
}, {
|
|
38
40
|
position: string;
|
|
39
41
|
teamId: number;
|
|
@@ -44,6 +46,7 @@ export declare const pollOptionSchema: z.ZodObject<{
|
|
|
44
46
|
jerseyNumber: number;
|
|
45
47
|
leagueId: string;
|
|
46
48
|
id?: string | undefined;
|
|
49
|
+
status?: string | undefined;
|
|
47
50
|
}>;
|
|
48
51
|
teamLogoUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
49
52
|
mostVotedGame: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodObject<{
|
|
@@ -16702,6 +16705,7 @@ export declare const pollOptionSchema: z.ZodObject<{
|
|
|
16702
16705
|
jerseyNumber: number;
|
|
16703
16706
|
leagueId: string;
|
|
16704
16707
|
id?: string | undefined;
|
|
16708
|
+
status?: string | undefined;
|
|
16705
16709
|
};
|
|
16706
16710
|
primaryColor?: string | null | undefined;
|
|
16707
16711
|
mostVotedGame?: {
|
|
@@ -18003,6 +18007,7 @@ export declare const pollOptionSchema: z.ZodObject<{
|
|
|
18003
18007
|
jerseyNumber: number;
|
|
18004
18008
|
leagueId: string;
|
|
18005
18009
|
id?: string | undefined;
|
|
18010
|
+
status?: string | undefined;
|
|
18006
18011
|
};
|
|
18007
18012
|
primaryColor?: string | null | undefined;
|
|
18008
18013
|
mostVotedGame?: {
|
|
@@ -20501,6 +20506,7 @@ export declare const pollSchema: z.ZodObject<{
|
|
|
20501
20506
|
jerseyNumber: z.ZodNumber;
|
|
20502
20507
|
teamId: z.ZodNumber;
|
|
20503
20508
|
leagueId: z.ZodUnion<[z.ZodLiteral<"nba">, z.ZodLiteral<"ncaa">, z.ZodLiteral<"nfl">, z.ZodLiteral<"nhl">, z.ZodLiteral<"mlb">, z.ZodLiteral<"cbb">, z.ZodLiteral<"cfb">, z.ZodLiteral<"epl">, z.ZodLiteral<"mls">, z.ZodLiteral<"wnba">, z.ZodLiteral<"cwc">, z.ZodLiteral<"fifa">, z.ZodUnion<[z.ZodLiteral<"global">, z.ZodString]>]>;
|
|
20509
|
+
status: z.ZodOptional<z.ZodString>;
|
|
20504
20510
|
}, "strip", z.ZodTypeAny, {
|
|
20505
20511
|
position: string;
|
|
20506
20512
|
teamId: number;
|
|
@@ -20511,6 +20517,7 @@ export declare const pollSchema: z.ZodObject<{
|
|
|
20511
20517
|
jerseyNumber: number;
|
|
20512
20518
|
leagueId: string;
|
|
20513
20519
|
id?: string | undefined;
|
|
20520
|
+
status?: string | undefined;
|
|
20514
20521
|
}, {
|
|
20515
20522
|
position: string;
|
|
20516
20523
|
teamId: number;
|
|
@@ -20521,6 +20528,7 @@ export declare const pollSchema: z.ZodObject<{
|
|
|
20521
20528
|
jerseyNumber: number;
|
|
20522
20529
|
leagueId: string;
|
|
20523
20530
|
id?: string | undefined;
|
|
20531
|
+
status?: string | undefined;
|
|
20524
20532
|
}>;
|
|
20525
20533
|
teamLogoUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
20526
20534
|
mostVotedGame: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodObject<{
|
|
@@ -37179,6 +37187,7 @@ export declare const pollSchema: z.ZodObject<{
|
|
|
37179
37187
|
jerseyNumber: number;
|
|
37180
37188
|
leagueId: string;
|
|
37181
37189
|
id?: string | undefined;
|
|
37190
|
+
status?: string | undefined;
|
|
37182
37191
|
};
|
|
37183
37192
|
primaryColor?: string | null | undefined;
|
|
37184
37193
|
mostVotedGame?: {
|
|
@@ -38480,6 +38489,7 @@ export declare const pollSchema: z.ZodObject<{
|
|
|
38480
38489
|
jerseyNumber: number;
|
|
38481
38490
|
leagueId: string;
|
|
38482
38491
|
id?: string | undefined;
|
|
38492
|
+
status?: string | undefined;
|
|
38483
38493
|
};
|
|
38484
38494
|
primaryColor?: string | null | undefined;
|
|
38485
38495
|
mostVotedGame?: {
|
|
@@ -39791,6 +39801,7 @@ export declare const pollSchema: z.ZodObject<{
|
|
|
39791
39801
|
jerseyNumber: number;
|
|
39792
39802
|
leagueId: string;
|
|
39793
39803
|
id?: string | undefined;
|
|
39804
|
+
status?: string | undefined;
|
|
39794
39805
|
};
|
|
39795
39806
|
primaryColor?: string | null | undefined;
|
|
39796
39807
|
mostVotedGame?: {
|
|
@@ -41113,6 +41124,7 @@ export declare const pollSchema: z.ZodObject<{
|
|
|
41113
41124
|
jerseyNumber: number;
|
|
41114
41125
|
leagueId: string;
|
|
41115
41126
|
id?: string | undefined;
|
|
41127
|
+
status?: string | undefined;
|
|
41116
41128
|
};
|
|
41117
41129
|
primaryColor?: string | null | undefined;
|
|
41118
41130
|
mostVotedGame?: {
|
package/dist/schemas/rating.d.ts
CHANGED
|
@@ -813,6 +813,7 @@ export declare const searchRatingSchema: import("zod").ZodObject<{
|
|
|
813
813
|
customDateFrom: import("zod").ZodOptional<import("zod").ZodString>;
|
|
814
814
|
customDateTo: import("zod").ZodOptional<import("zod").ZodString>;
|
|
815
815
|
seasonGroup: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"combined">, import("zod").ZodLiteral<"regularSeason">, import("zod").ZodLiteral<"playoffs">]>>;
|
|
816
|
+
teamIds: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
816
817
|
}, "strip", import("zod").ZodTypeAny, {
|
|
817
818
|
offset?: string | undefined;
|
|
818
819
|
round?: string | undefined;
|
|
@@ -841,6 +842,7 @@ export declare const searchRatingSchema: import("zod").ZodObject<{
|
|
|
841
842
|
showEmptyRatings?: string | undefined;
|
|
842
843
|
mlbTeamLeague?: string | undefined;
|
|
843
844
|
division?: string | undefined;
|
|
845
|
+
teamIds?: string[] | undefined;
|
|
844
846
|
}, {
|
|
845
847
|
offset?: string | undefined;
|
|
846
848
|
round?: string | undefined;
|
|
@@ -869,6 +871,7 @@ export declare const searchRatingSchema: import("zod").ZodObject<{
|
|
|
869
871
|
showEmptyRatings?: string | undefined;
|
|
870
872
|
mlbTeamLeague?: string | undefined;
|
|
871
873
|
division?: string | undefined;
|
|
874
|
+
teamIds?: string[] | undefined;
|
|
872
875
|
}>;
|
|
873
876
|
export declare const ratingLikeSchema: import("zod").ZodObject<{
|
|
874
877
|
ratingId: import("zod").ZodString;
|
package/dist/schemas/rating.js
CHANGED
|
@@ -134,6 +134,7 @@ exports.searchRatingSchema = (0, zod_1.object)({
|
|
|
134
134
|
customDateFrom: (0, zod_1.string)().optional(),
|
|
135
135
|
customDateTo: (0, zod_1.string)().optional(),
|
|
136
136
|
seasonGroup: sharedTypes_1.seasonGroupingSchema.optional(),
|
|
137
|
+
teamIds: (0, zod_1.array)((0, zod_1.string)()).optional(),
|
|
137
138
|
});
|
|
138
139
|
exports.ratingLikeSchema = (0, zod_1.object)({
|
|
139
140
|
ratingId: (0, zod_1.string)(),
|
|
@@ -138,9 +138,9 @@ export declare const stadiumSchema: z.ZodObject<{
|
|
|
138
138
|
options: Record<number, number>;
|
|
139
139
|
};
|
|
140
140
|
} | undefined;
|
|
141
|
+
teamIds?: string[] | undefined;
|
|
141
142
|
specialEvent?: boolean | undefined;
|
|
142
143
|
country?: string | null | undefined;
|
|
143
|
-
teamIds?: string[] | undefined;
|
|
144
144
|
teamLeagues?: string[] | undefined;
|
|
145
145
|
locationVerificationFlag?: "missingLocation" | "verified" | "verifiedIdMatchNameDiffers" | "verifiedNameMatchOnly" | "needsReview" | "sportsdataMissingCoords" | "manualLocation" | "minorDrift" | null | undefined;
|
|
146
146
|
weightedScore?: number | undefined;
|
|
@@ -171,9 +171,9 @@ export declare const stadiumSchema: z.ZodObject<{
|
|
|
171
171
|
options: Record<number, number>;
|
|
172
172
|
};
|
|
173
173
|
} | undefined;
|
|
174
|
+
teamIds?: string[] | undefined;
|
|
174
175
|
specialEvent?: boolean | undefined;
|
|
175
176
|
country?: string | null | undefined;
|
|
176
|
-
teamIds?: string[] | undefined;
|
|
177
177
|
teamLeagues?: string[] | undefined;
|
|
178
178
|
locationVerificationFlag?: "missingLocation" | "verified" | "verifiedIdMatchNameDiffers" | "verifiedNameMatchOnly" | "needsReview" | "sportsdataMissingCoords" | "manualLocation" | "minorDrift" | null | undefined;
|
|
179
179
|
weightedScore?: number | undefined;
|
|
@@ -275,9 +275,9 @@ export declare const stadiumForRatingSchema: z.ZodObject<Omit<{
|
|
|
275
275
|
geoLong: number;
|
|
276
276
|
} | null | undefined;
|
|
277
277
|
id?: string | undefined;
|
|
278
|
+
teamIds?: string[] | undefined;
|
|
278
279
|
specialEvent?: boolean | undefined;
|
|
279
280
|
country?: string | null | undefined;
|
|
280
|
-
teamIds?: string[] | undefined;
|
|
281
281
|
teamLeagues?: string[] | undefined;
|
|
282
282
|
locationVerificationFlag?: "missingLocation" | "verified" | "verifiedIdMatchNameDiffers" | "verifiedNameMatchOnly" | "needsReview" | "sportsdataMissingCoords" | "manualLocation" | "minorDrift" | null | undefined;
|
|
283
283
|
weightedScore?: number | undefined;
|
|
@@ -301,9 +301,9 @@ export declare const stadiumForRatingSchema: z.ZodObject<Omit<{
|
|
|
301
301
|
geoLong: number;
|
|
302
302
|
} | null | undefined;
|
|
303
303
|
id?: string | undefined;
|
|
304
|
+
teamIds?: string[] | undefined;
|
|
304
305
|
specialEvent?: boolean | undefined;
|
|
305
306
|
country?: string | null | undefined;
|
|
306
|
-
teamIds?: string[] | undefined;
|
|
307
307
|
teamLeagues?: string[] | undefined;
|
|
308
308
|
locationVerificationFlag?: "missingLocation" | "verified" | "verifiedIdMatchNameDiffers" | "verifiedNameMatchOnly" | "needsReview" | "sportsdataMissingCoords" | "manualLocation" | "minorDrift" | null | undefined;
|
|
309
309
|
weightedScore?: number | undefined;
|
|
@@ -1598,9 +1598,9 @@ export declare const stadiumRatingSchema: z.ZodObject<{
|
|
|
1598
1598
|
options: Record<number, number>;
|
|
1599
1599
|
};
|
|
1600
1600
|
} | undefined;
|
|
1601
|
+
teamIds?: string[] | undefined;
|
|
1601
1602
|
specialEvent?: boolean | undefined;
|
|
1602
1603
|
country?: string | null | undefined;
|
|
1603
|
-
teamIds?: string[] | undefined;
|
|
1604
1604
|
teamLeagues?: string[] | undefined;
|
|
1605
1605
|
locationVerificationFlag?: "missingLocation" | "verified" | "verifiedIdMatchNameDiffers" | "verifiedNameMatchOnly" | "needsReview" | "sportsdataMissingCoords" | "manualLocation" | "minorDrift" | null | undefined;
|
|
1606
1606
|
weightedScore?: number | undefined;
|
|
@@ -1631,9 +1631,9 @@ export declare const stadiumRatingSchema: z.ZodObject<{
|
|
|
1631
1631
|
options: Record<number, number>;
|
|
1632
1632
|
};
|
|
1633
1633
|
} | undefined;
|
|
1634
|
+
teamIds?: string[] | undefined;
|
|
1634
1635
|
specialEvent?: boolean | undefined;
|
|
1635
1636
|
country?: string | null | undefined;
|
|
1636
|
-
teamIds?: string[] | undefined;
|
|
1637
1637
|
teamLeagues?: string[] | undefined;
|
|
1638
1638
|
locationVerificationFlag?: "missingLocation" | "verified" | "verifiedIdMatchNameDiffers" | "verifiedNameMatchOnly" | "needsReview" | "sportsdataMissingCoords" | "manualLocation" | "minorDrift" | null | undefined;
|
|
1639
1639
|
weightedScore?: number | undefined;
|
|
@@ -1945,9 +1945,9 @@ export declare const stadiumRatingSchema: z.ZodObject<{
|
|
|
1945
1945
|
options: Record<number, number>;
|
|
1946
1946
|
};
|
|
1947
1947
|
} | undefined;
|
|
1948
|
+
teamIds?: string[] | undefined;
|
|
1948
1949
|
specialEvent?: boolean | undefined;
|
|
1949
1950
|
country?: string | null | undefined;
|
|
1950
|
-
teamIds?: string[] | undefined;
|
|
1951
1951
|
teamLeagues?: string[] | undefined;
|
|
1952
1952
|
locationVerificationFlag?: "missingLocation" | "verified" | "verifiedIdMatchNameDiffers" | "verifiedNameMatchOnly" | "needsReview" | "sportsdataMissingCoords" | "manualLocation" | "minorDrift" | null | undefined;
|
|
1953
1953
|
weightedScore?: number | undefined;
|
|
@@ -2058,9 +2058,9 @@ export declare const stadiumRatingSchema: z.ZodObject<{
|
|
|
2058
2058
|
options: Record<number, number>;
|
|
2059
2059
|
};
|
|
2060
2060
|
} | undefined;
|
|
2061
|
+
teamIds?: string[] | undefined;
|
|
2061
2062
|
specialEvent?: boolean | undefined;
|
|
2062
2063
|
country?: string | null | undefined;
|
|
2063
|
-
teamIds?: string[] | undefined;
|
|
2064
2064
|
teamLeagues?: string[] | undefined;
|
|
2065
2065
|
locationVerificationFlag?: "missingLocation" | "verified" | "verifiedIdMatchNameDiffers" | "verifiedNameMatchOnly" | "needsReview" | "sportsdataMissingCoords" | "manualLocation" | "minorDrift" | null | undefined;
|
|
2066
2066
|
weightedScore?: number | undefined;
|
|
@@ -3733,9 +3733,9 @@ export declare const createStadiumRatingSchema: z.ZodObject<{
|
|
|
3733
3733
|
geoLong: number;
|
|
3734
3734
|
} | null | undefined;
|
|
3735
3735
|
id?: string | undefined;
|
|
3736
|
+
teamIds?: string[] | undefined;
|
|
3736
3737
|
specialEvent?: boolean | undefined;
|
|
3737
3738
|
country?: string | null | undefined;
|
|
3738
|
-
teamIds?: string[] | undefined;
|
|
3739
3739
|
teamLeagues?: string[] | undefined;
|
|
3740
3740
|
locationVerificationFlag?: "missingLocation" | "verified" | "verifiedIdMatchNameDiffers" | "verifiedNameMatchOnly" | "needsReview" | "sportsdataMissingCoords" | "manualLocation" | "minorDrift" | null | undefined;
|
|
3741
3741
|
weightedScore?: number | undefined;
|
|
@@ -3759,9 +3759,9 @@ export declare const createStadiumRatingSchema: z.ZodObject<{
|
|
|
3759
3759
|
geoLong: number;
|
|
3760
3760
|
} | null | undefined;
|
|
3761
3761
|
id?: string | undefined;
|
|
3762
|
+
teamIds?: string[] | undefined;
|
|
3762
3763
|
specialEvent?: boolean | undefined;
|
|
3763
3764
|
country?: string | null | undefined;
|
|
3764
|
-
teamIds?: string[] | undefined;
|
|
3765
3765
|
teamLeagues?: string[] | undefined;
|
|
3766
3766
|
locationVerificationFlag?: "missingLocation" | "verified" | "verifiedIdMatchNameDiffers" | "verifiedNameMatchOnly" | "needsReview" | "sportsdataMissingCoords" | "manualLocation" | "minorDrift" | null | undefined;
|
|
3767
3767
|
weightedScore?: number | undefined;
|
|
@@ -3797,9 +3797,9 @@ export declare const createStadiumRatingSchema: z.ZodObject<{
|
|
|
3797
3797
|
geoLong: number;
|
|
3798
3798
|
} | null | undefined;
|
|
3799
3799
|
id?: string | undefined;
|
|
3800
|
+
teamIds?: string[] | undefined;
|
|
3800
3801
|
specialEvent?: boolean | undefined;
|
|
3801
3802
|
country?: string | null | undefined;
|
|
3802
|
-
teamIds?: string[] | undefined;
|
|
3803
3803
|
teamLeagues?: string[] | undefined;
|
|
3804
3804
|
locationVerificationFlag?: "missingLocation" | "verified" | "verifiedIdMatchNameDiffers" | "verifiedNameMatchOnly" | "needsReview" | "sportsdataMissingCoords" | "manualLocation" | "minorDrift" | null | undefined;
|
|
3805
3805
|
weightedScore?: number | undefined;
|
|
@@ -3902,9 +3902,9 @@ export declare const createStadiumRatingSchema: z.ZodObject<{
|
|
|
3902
3902
|
geoLong: number;
|
|
3903
3903
|
} | null | undefined;
|
|
3904
3904
|
id?: string | undefined;
|
|
3905
|
+
teamIds?: string[] | undefined;
|
|
3905
3906
|
specialEvent?: boolean | undefined;
|
|
3906
3907
|
country?: string | null | undefined;
|
|
3907
|
-
teamIds?: string[] | undefined;
|
|
3908
3908
|
teamLeagues?: string[] | undefined;
|
|
3909
3909
|
locationVerificationFlag?: "missingLocation" | "verified" | "verifiedIdMatchNameDiffers" | "verifiedNameMatchOnly" | "needsReview" | "sportsdataMissingCoords" | "manualLocation" | "minorDrift" | null | undefined;
|
|
3910
3910
|
weightedScore?: number | undefined;
|
package/dist/schemas/voting.d.ts
CHANGED
|
@@ -1191,6 +1191,7 @@ export declare const playerVoteSchema: z.ZodObject<{
|
|
|
1191
1191
|
jerseyNumber: z.ZodNumber;
|
|
1192
1192
|
teamId: z.ZodNumber;
|
|
1193
1193
|
leagueId: z.ZodUnion<[z.ZodLiteral<"nba">, z.ZodLiteral<"ncaa">, z.ZodLiteral<"nfl">, z.ZodLiteral<"nhl">, z.ZodLiteral<"mlb">, z.ZodLiteral<"cbb">, z.ZodLiteral<"cfb">, z.ZodLiteral<"epl">, z.ZodLiteral<"mls">, z.ZodLiteral<"wnba">, z.ZodLiteral<"cwc">, z.ZodLiteral<"fifa">, z.ZodUnion<[z.ZodLiteral<"global">, z.ZodString]>]>;
|
|
1194
|
+
status: z.ZodOptional<z.ZodString>;
|
|
1194
1195
|
}, "strip", z.ZodTypeAny, {
|
|
1195
1196
|
position: string;
|
|
1196
1197
|
teamId: number;
|
|
@@ -1201,6 +1202,7 @@ export declare const playerVoteSchema: z.ZodObject<{
|
|
|
1201
1202
|
jerseyNumber: number;
|
|
1202
1203
|
leagueId: string;
|
|
1203
1204
|
id?: string | undefined;
|
|
1205
|
+
status?: string | undefined;
|
|
1204
1206
|
}, {
|
|
1205
1207
|
position: string;
|
|
1206
1208
|
teamId: number;
|
|
@@ -1211,6 +1213,7 @@ export declare const playerVoteSchema: z.ZodObject<{
|
|
|
1211
1213
|
jerseyNumber: number;
|
|
1212
1214
|
leagueId: string;
|
|
1213
1215
|
id?: string | undefined;
|
|
1216
|
+
status?: string | undefined;
|
|
1214
1217
|
}>;
|
|
1215
1218
|
gameId: z.ZodString;
|
|
1216
1219
|
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<"fifa">, z.ZodUnion<[z.ZodLiteral<"global">, z.ZodString]>]>;
|
|
@@ -1239,6 +1242,7 @@ export declare const playerVoteSchema: z.ZodObject<{
|
|
|
1239
1242
|
jerseyNumber: number;
|
|
1240
1243
|
leagueId: string;
|
|
1241
1244
|
id?: string | undefined;
|
|
1245
|
+
status?: string | undefined;
|
|
1242
1246
|
};
|
|
1243
1247
|
timestamp: number;
|
|
1244
1248
|
updatedAt?: number | undefined;
|
|
@@ -1265,6 +1269,7 @@ export declare const playerVoteSchema: z.ZodObject<{
|
|
|
1265
1269
|
jerseyNumber: number;
|
|
1266
1270
|
leagueId: string;
|
|
1267
1271
|
id?: string | undefined;
|
|
1272
|
+
status?: string | undefined;
|
|
1268
1273
|
};
|
|
1269
1274
|
timestamp: number;
|
|
1270
1275
|
updatedAt?: number | undefined;
|
|
@@ -1284,6 +1289,7 @@ export declare const voteSubmissionDtoSchema: z.ZodObject<{
|
|
|
1284
1289
|
jerseyNumber: z.ZodNumber;
|
|
1285
1290
|
teamId: z.ZodNumber;
|
|
1286
1291
|
leagueId: z.ZodUnion<[z.ZodLiteral<"nba">, z.ZodLiteral<"ncaa">, z.ZodLiteral<"nfl">, z.ZodLiteral<"nhl">, z.ZodLiteral<"mlb">, z.ZodLiteral<"cbb">, z.ZodLiteral<"cfb">, z.ZodLiteral<"epl">, z.ZodLiteral<"mls">, z.ZodLiteral<"wnba">, z.ZodLiteral<"cwc">, z.ZodLiteral<"fifa">, z.ZodUnion<[z.ZodLiteral<"global">, z.ZodString]>]>;
|
|
1292
|
+
status: z.ZodOptional<z.ZodString>;
|
|
1287
1293
|
}, "strip", z.ZodTypeAny, {
|
|
1288
1294
|
position: string;
|
|
1289
1295
|
teamId: number;
|
|
@@ -1294,6 +1300,7 @@ export declare const voteSubmissionDtoSchema: z.ZodObject<{
|
|
|
1294
1300
|
jerseyNumber: number;
|
|
1295
1301
|
leagueId: string;
|
|
1296
1302
|
id?: string | undefined;
|
|
1303
|
+
status?: string | undefined;
|
|
1297
1304
|
}, {
|
|
1298
1305
|
position: string;
|
|
1299
1306
|
teamId: number;
|
|
@@ -1304,6 +1311,7 @@ export declare const voteSubmissionDtoSchema: z.ZodObject<{
|
|
|
1304
1311
|
jerseyNumber: number;
|
|
1305
1312
|
leagueId: string;
|
|
1306
1313
|
id?: string | undefined;
|
|
1314
|
+
status?: string | undefined;
|
|
1307
1315
|
}>;
|
|
1308
1316
|
user: z.ZodObject<Pick<{
|
|
1309
1317
|
id: z.ZodString;
|
|
@@ -2506,6 +2514,7 @@ export declare const voteSubmissionDtoSchema: z.ZodObject<{
|
|
|
2506
2514
|
jerseyNumber: number;
|
|
2507
2515
|
leagueId: string;
|
|
2508
2516
|
id?: string | undefined;
|
|
2517
|
+
status?: string | undefined;
|
|
2509
2518
|
};
|
|
2510
2519
|
gameStartedAt?: number | undefined;
|
|
2511
2520
|
}, {
|
|
@@ -2528,6 +2537,7 @@ export declare const voteSubmissionDtoSchema: z.ZodObject<{
|
|
|
2528
2537
|
jerseyNumber: number;
|
|
2529
2538
|
leagueId: string;
|
|
2530
2539
|
id?: string | undefined;
|
|
2540
|
+
status?: string | undefined;
|
|
2531
2541
|
};
|
|
2532
2542
|
gameStartedAt?: number | undefined;
|
|
2533
2543
|
}>;
|
|
@@ -2555,6 +2565,7 @@ export declare const mostVotedPlayerSchema: z.ZodObject<{
|
|
|
2555
2565
|
jerseyNumber: z.ZodNumber;
|
|
2556
2566
|
teamId: z.ZodNumber;
|
|
2557
2567
|
leagueId: z.ZodUnion<[z.ZodLiteral<"nba">, z.ZodLiteral<"ncaa">, z.ZodLiteral<"nfl">, z.ZodLiteral<"nhl">, z.ZodLiteral<"mlb">, z.ZodLiteral<"cbb">, z.ZodLiteral<"cfb">, z.ZodLiteral<"epl">, z.ZodLiteral<"mls">, z.ZodLiteral<"wnba">, z.ZodLiteral<"cwc">, z.ZodLiteral<"fifa">, z.ZodUnion<[z.ZodLiteral<"global">, z.ZodString]>]>;
|
|
2568
|
+
status: z.ZodOptional<z.ZodString>;
|
|
2558
2569
|
}, "strip", z.ZodTypeAny, {
|
|
2559
2570
|
position: string;
|
|
2560
2571
|
teamId: number;
|
|
@@ -2565,6 +2576,7 @@ export declare const mostVotedPlayerSchema: z.ZodObject<{
|
|
|
2565
2576
|
jerseyNumber: number;
|
|
2566
2577
|
leagueId: string;
|
|
2567
2578
|
id?: string | undefined;
|
|
2579
|
+
status?: string | undefined;
|
|
2568
2580
|
}, {
|
|
2569
2581
|
position: string;
|
|
2570
2582
|
teamId: number;
|
|
@@ -2575,6 +2587,7 @@ export declare const mostVotedPlayerSchema: z.ZodObject<{
|
|
|
2575
2587
|
jerseyNumber: number;
|
|
2576
2588
|
leagueId: string;
|
|
2577
2589
|
id?: string | undefined;
|
|
2590
|
+
status?: string | undefined;
|
|
2578
2591
|
}>;
|
|
2579
2592
|
voteCount: z.ZodNumber;
|
|
2580
2593
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -2588,6 +2601,7 @@ export declare const mostVotedPlayerSchema: z.ZodObject<{
|
|
|
2588
2601
|
jerseyNumber: number;
|
|
2589
2602
|
leagueId: string;
|
|
2590
2603
|
id?: string | undefined;
|
|
2604
|
+
status?: string | undefined;
|
|
2591
2605
|
};
|
|
2592
2606
|
voteCount: number;
|
|
2593
2607
|
}, {
|
|
@@ -2601,6 +2615,7 @@ export declare const mostVotedPlayerSchema: z.ZodObject<{
|
|
|
2601
2615
|
jerseyNumber: number;
|
|
2602
2616
|
leagueId: string;
|
|
2603
2617
|
id?: string | undefined;
|
|
2618
|
+
status?: string | undefined;
|
|
2604
2619
|
};
|
|
2605
2620
|
voteCount: number;
|
|
2606
2621
|
}>;
|
|
@@ -2619,6 +2634,7 @@ export declare const gameVoteResultsSchema: z.ZodObject<{
|
|
|
2619
2634
|
jerseyNumber: z.ZodNumber;
|
|
2620
2635
|
teamId: z.ZodNumber;
|
|
2621
2636
|
leagueId: z.ZodUnion<[z.ZodLiteral<"nba">, z.ZodLiteral<"ncaa">, z.ZodLiteral<"nfl">, z.ZodLiteral<"nhl">, z.ZodLiteral<"mlb">, z.ZodLiteral<"cbb">, z.ZodLiteral<"cfb">, z.ZodLiteral<"epl">, z.ZodLiteral<"mls">, z.ZodLiteral<"wnba">, z.ZodLiteral<"cwc">, z.ZodLiteral<"fifa">, z.ZodUnion<[z.ZodLiteral<"global">, z.ZodString]>]>;
|
|
2637
|
+
status: z.ZodOptional<z.ZodString>;
|
|
2622
2638
|
}, "strip", z.ZodTypeAny, {
|
|
2623
2639
|
position: string;
|
|
2624
2640
|
teamId: number;
|
|
@@ -2629,6 +2645,7 @@ export declare const gameVoteResultsSchema: z.ZodObject<{
|
|
|
2629
2645
|
jerseyNumber: number;
|
|
2630
2646
|
leagueId: string;
|
|
2631
2647
|
id?: string | undefined;
|
|
2648
|
+
status?: string | undefined;
|
|
2632
2649
|
}, {
|
|
2633
2650
|
position: string;
|
|
2634
2651
|
teamId: number;
|
|
@@ -2639,6 +2656,7 @@ export declare const gameVoteResultsSchema: z.ZodObject<{
|
|
|
2639
2656
|
jerseyNumber: number;
|
|
2640
2657
|
leagueId: string;
|
|
2641
2658
|
id?: string | undefined;
|
|
2659
|
+
status?: string | undefined;
|
|
2642
2660
|
}>;
|
|
2643
2661
|
voteCount: z.ZodNumber;
|
|
2644
2662
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -2652,6 +2670,7 @@ export declare const gameVoteResultsSchema: z.ZodObject<{
|
|
|
2652
2670
|
jerseyNumber: number;
|
|
2653
2671
|
leagueId: string;
|
|
2654
2672
|
id?: string | undefined;
|
|
2673
|
+
status?: string | undefined;
|
|
2655
2674
|
};
|
|
2656
2675
|
voteCount: number;
|
|
2657
2676
|
}, {
|
|
@@ -2665,6 +2684,7 @@ export declare const gameVoteResultsSchema: z.ZodObject<{
|
|
|
2665
2684
|
jerseyNumber: number;
|
|
2666
2685
|
leagueId: string;
|
|
2667
2686
|
id?: string | undefined;
|
|
2687
|
+
status?: string | undefined;
|
|
2668
2688
|
};
|
|
2669
2689
|
voteCount: number;
|
|
2670
2690
|
}>>;
|
|
@@ -2683,6 +2703,7 @@ export declare const gameVoteResultsSchema: z.ZodObject<{
|
|
|
2683
2703
|
jerseyNumber: number;
|
|
2684
2704
|
leagueId: string;
|
|
2685
2705
|
id?: string | undefined;
|
|
2706
|
+
status?: string | undefined;
|
|
2686
2707
|
};
|
|
2687
2708
|
voteCount: number;
|
|
2688
2709
|
} | null;
|
|
@@ -2701,6 +2722,7 @@ export declare const gameVoteResultsSchema: z.ZodObject<{
|
|
|
2701
2722
|
jerseyNumber: number;
|
|
2702
2723
|
leagueId: string;
|
|
2703
2724
|
id?: string | undefined;
|
|
2725
|
+
status?: string | undefined;
|
|
2704
2726
|
};
|
|
2705
2727
|
voteCount: number;
|
|
2706
2728
|
} | null;
|
|
@@ -2718,6 +2740,7 @@ export declare const teamPlayersResponseDtoSchema: z.ZodObject<{
|
|
|
2718
2740
|
jerseyNumber: z.ZodNumber;
|
|
2719
2741
|
teamId: z.ZodNumber;
|
|
2720
2742
|
leagueId: z.ZodUnion<[z.ZodLiteral<"nba">, z.ZodLiteral<"ncaa">, z.ZodLiteral<"nfl">, z.ZodLiteral<"nhl">, z.ZodLiteral<"mlb">, z.ZodLiteral<"cbb">, z.ZodLiteral<"cfb">, z.ZodLiteral<"epl">, z.ZodLiteral<"mls">, z.ZodLiteral<"wnba">, z.ZodLiteral<"cwc">, z.ZodLiteral<"fifa">, z.ZodUnion<[z.ZodLiteral<"global">, z.ZodString]>]>;
|
|
2743
|
+
status: z.ZodOptional<z.ZodString>;
|
|
2721
2744
|
}, "strip", z.ZodTypeAny, {
|
|
2722
2745
|
position: string;
|
|
2723
2746
|
teamId: number;
|
|
@@ -2728,6 +2751,7 @@ export declare const teamPlayersResponseDtoSchema: z.ZodObject<{
|
|
|
2728
2751
|
jerseyNumber: number;
|
|
2729
2752
|
leagueId: string;
|
|
2730
2753
|
id?: string | undefined;
|
|
2754
|
+
status?: string | undefined;
|
|
2731
2755
|
}, {
|
|
2732
2756
|
position: string;
|
|
2733
2757
|
teamId: number;
|
|
@@ -2738,6 +2762,7 @@ export declare const teamPlayersResponseDtoSchema: z.ZodObject<{
|
|
|
2738
2762
|
jerseyNumber: number;
|
|
2739
2763
|
leagueId: string;
|
|
2740
2764
|
id?: string | undefined;
|
|
2765
|
+
status?: string | undefined;
|
|
2741
2766
|
}>, "many">;
|
|
2742
2767
|
}, "strip", z.ZodTypeAny, {
|
|
2743
2768
|
league: string;
|
|
@@ -2752,6 +2777,7 @@ export declare const teamPlayersResponseDtoSchema: z.ZodObject<{
|
|
|
2752
2777
|
jerseyNumber: number;
|
|
2753
2778
|
leagueId: string;
|
|
2754
2779
|
id?: string | undefined;
|
|
2780
|
+
status?: string | undefined;
|
|
2755
2781
|
}[];
|
|
2756
2782
|
}, {
|
|
2757
2783
|
league: string;
|
|
@@ -2766,6 +2792,7 @@ export declare const teamPlayersResponseDtoSchema: z.ZodObject<{
|
|
|
2766
2792
|
jerseyNumber: number;
|
|
2767
2793
|
leagueId: string;
|
|
2768
2794
|
id?: string | undefined;
|
|
2795
|
+
status?: string | undefined;
|
|
2769
2796
|
}[];
|
|
2770
2797
|
}>;
|
|
2771
2798
|
export declare const playerWithVotesSchema: z.ZodObject<{
|
|
@@ -2779,6 +2806,7 @@ export declare const playerWithVotesSchema: z.ZodObject<{
|
|
|
2779
2806
|
jerseyNumber: z.ZodNumber;
|
|
2780
2807
|
teamId: z.ZodNumber;
|
|
2781
2808
|
leagueId: z.ZodUnion<[z.ZodLiteral<"nba">, z.ZodLiteral<"ncaa">, z.ZodLiteral<"nfl">, z.ZodLiteral<"nhl">, z.ZodLiteral<"mlb">, z.ZodLiteral<"cbb">, z.ZodLiteral<"cfb">, z.ZodLiteral<"epl">, z.ZodLiteral<"mls">, z.ZodLiteral<"wnba">, z.ZodLiteral<"cwc">, z.ZodLiteral<"fifa">, z.ZodUnion<[z.ZodLiteral<"global">, z.ZodString]>]>;
|
|
2809
|
+
status: z.ZodOptional<z.ZodString>;
|
|
2782
2810
|
}, "strip", z.ZodTypeAny, {
|
|
2783
2811
|
position: string;
|
|
2784
2812
|
teamId: number;
|
|
@@ -2789,6 +2817,7 @@ export declare const playerWithVotesSchema: z.ZodObject<{
|
|
|
2789
2817
|
jerseyNumber: number;
|
|
2790
2818
|
leagueId: string;
|
|
2791
2819
|
id?: string | undefined;
|
|
2820
|
+
status?: string | undefined;
|
|
2792
2821
|
}, {
|
|
2793
2822
|
position: string;
|
|
2794
2823
|
teamId: number;
|
|
@@ -2799,6 +2828,7 @@ export declare const playerWithVotesSchema: z.ZodObject<{
|
|
|
2799
2828
|
jerseyNumber: number;
|
|
2800
2829
|
leagueId: string;
|
|
2801
2830
|
id?: string | undefined;
|
|
2831
|
+
status?: string | undefined;
|
|
2802
2832
|
}>;
|
|
2803
2833
|
votes: z.ZodNumber;
|
|
2804
2834
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -2813,6 +2843,7 @@ export declare const playerWithVotesSchema: z.ZodObject<{
|
|
|
2813
2843
|
jerseyNumber: number;
|
|
2814
2844
|
leagueId: string;
|
|
2815
2845
|
id?: string | undefined;
|
|
2846
|
+
status?: string | undefined;
|
|
2816
2847
|
};
|
|
2817
2848
|
}, {
|
|
2818
2849
|
votes: number;
|
|
@@ -2826,6 +2857,7 @@ export declare const playerWithVotesSchema: z.ZodObject<{
|
|
|
2826
2857
|
jerseyNumber: number;
|
|
2827
2858
|
leagueId: string;
|
|
2828
2859
|
id?: string | undefined;
|
|
2860
|
+
status?: string | undefined;
|
|
2829
2861
|
};
|
|
2830
2862
|
}>;
|
|
2831
2863
|
export declare const playerWithVotesAndGameSchema: z.ZodObject<{
|
|
@@ -2839,6 +2871,7 @@ export declare const playerWithVotesAndGameSchema: z.ZodObject<{
|
|
|
2839
2871
|
jerseyNumber: z.ZodNumber;
|
|
2840
2872
|
teamId: z.ZodNumber;
|
|
2841
2873
|
leagueId: z.ZodUnion<[z.ZodLiteral<"nba">, z.ZodLiteral<"ncaa">, z.ZodLiteral<"nfl">, z.ZodLiteral<"nhl">, z.ZodLiteral<"mlb">, z.ZodLiteral<"cbb">, z.ZodLiteral<"cfb">, z.ZodLiteral<"epl">, z.ZodLiteral<"mls">, z.ZodLiteral<"wnba">, z.ZodLiteral<"cwc">, z.ZodLiteral<"fifa">, z.ZodUnion<[z.ZodLiteral<"global">, z.ZodString]>]>;
|
|
2874
|
+
status: z.ZodOptional<z.ZodString>;
|
|
2842
2875
|
}, "strip", z.ZodTypeAny, {
|
|
2843
2876
|
position: string;
|
|
2844
2877
|
teamId: number;
|
|
@@ -2849,6 +2882,7 @@ export declare const playerWithVotesAndGameSchema: z.ZodObject<{
|
|
|
2849
2882
|
jerseyNumber: number;
|
|
2850
2883
|
leagueId: string;
|
|
2851
2884
|
id?: string | undefined;
|
|
2885
|
+
status?: string | undefined;
|
|
2852
2886
|
}, {
|
|
2853
2887
|
position: string;
|
|
2854
2888
|
teamId: number;
|
|
@@ -2859,6 +2893,7 @@ export declare const playerWithVotesAndGameSchema: z.ZodObject<{
|
|
|
2859
2893
|
jerseyNumber: number;
|
|
2860
2894
|
leagueId: string;
|
|
2861
2895
|
id?: string | undefined;
|
|
2896
|
+
status?: string | undefined;
|
|
2862
2897
|
}>;
|
|
2863
2898
|
votes: z.ZodNumber;
|
|
2864
2899
|
mostVotedGame: z.ZodNullable<z.ZodUnion<[z.ZodObject<{
|
|
@@ -19516,6 +19551,7 @@ export declare const playerWithVotesAndGameSchema: z.ZodObject<{
|
|
|
19516
19551
|
jerseyNumber: number;
|
|
19517
19552
|
leagueId: string;
|
|
19518
19553
|
id?: string | undefined;
|
|
19554
|
+
status?: string | undefined;
|
|
19519
19555
|
};
|
|
19520
19556
|
mostVotedGame: {
|
|
19521
19557
|
round: number;
|
|
@@ -20815,6 +20851,7 @@ export declare const playerWithVotesAndGameSchema: z.ZodObject<{
|
|
|
20815
20851
|
jerseyNumber: number;
|
|
20816
20852
|
leagueId: string;
|
|
20817
20853
|
id?: string | undefined;
|
|
20854
|
+
status?: string | undefined;
|
|
20818
20855
|
};
|
|
20819
20856
|
mostVotedGame: {
|
|
20820
20857
|
round: number;
|
|
@@ -22117,6 +22154,7 @@ export declare const gamePlayersResponseDtoSchema: z.ZodObject<{
|
|
|
22117
22154
|
jerseyNumber: z.ZodNumber;
|
|
22118
22155
|
teamId: z.ZodNumber;
|
|
22119
22156
|
leagueId: z.ZodUnion<[z.ZodLiteral<"nba">, z.ZodLiteral<"ncaa">, z.ZodLiteral<"nfl">, z.ZodLiteral<"nhl">, z.ZodLiteral<"mlb">, z.ZodLiteral<"cbb">, z.ZodLiteral<"cfb">, z.ZodLiteral<"epl">, z.ZodLiteral<"mls">, z.ZodLiteral<"wnba">, z.ZodLiteral<"cwc">, z.ZodLiteral<"fifa">, z.ZodUnion<[z.ZodLiteral<"global">, z.ZodString]>]>;
|
|
22157
|
+
status: z.ZodOptional<z.ZodString>;
|
|
22120
22158
|
}, "strip", z.ZodTypeAny, {
|
|
22121
22159
|
position: string;
|
|
22122
22160
|
teamId: number;
|
|
@@ -22127,6 +22165,7 @@ export declare const gamePlayersResponseDtoSchema: z.ZodObject<{
|
|
|
22127
22165
|
jerseyNumber: number;
|
|
22128
22166
|
leagueId: string;
|
|
22129
22167
|
id?: string | undefined;
|
|
22168
|
+
status?: string | undefined;
|
|
22130
22169
|
}, {
|
|
22131
22170
|
position: string;
|
|
22132
22171
|
teamId: number;
|
|
@@ -22137,6 +22176,7 @@ export declare const gamePlayersResponseDtoSchema: z.ZodObject<{
|
|
|
22137
22176
|
jerseyNumber: number;
|
|
22138
22177
|
leagueId: string;
|
|
22139
22178
|
id?: string | undefined;
|
|
22179
|
+
status?: string | undefined;
|
|
22140
22180
|
}>;
|
|
22141
22181
|
votes: z.ZodNumber;
|
|
22142
22182
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -22151,6 +22191,7 @@ export declare const gamePlayersResponseDtoSchema: z.ZodObject<{
|
|
|
22151
22191
|
jerseyNumber: number;
|
|
22152
22192
|
leagueId: string;
|
|
22153
22193
|
id?: string | undefined;
|
|
22194
|
+
status?: string | undefined;
|
|
22154
22195
|
};
|
|
22155
22196
|
}, {
|
|
22156
22197
|
votes: number;
|
|
@@ -22164,6 +22205,7 @@ export declare const gamePlayersResponseDtoSchema: z.ZodObject<{
|
|
|
22164
22205
|
jerseyNumber: number;
|
|
22165
22206
|
leagueId: string;
|
|
22166
22207
|
id?: string | undefined;
|
|
22208
|
+
status?: string | undefined;
|
|
22167
22209
|
};
|
|
22168
22210
|
}>, "many">;
|
|
22169
22211
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -22180,6 +22222,7 @@ export declare const gamePlayersResponseDtoSchema: z.ZodObject<{
|
|
|
22180
22222
|
jerseyNumber: number;
|
|
22181
22223
|
leagueId: string;
|
|
22182
22224
|
id?: string | undefined;
|
|
22225
|
+
status?: string | undefined;
|
|
22183
22226
|
};
|
|
22184
22227
|
}[];
|
|
22185
22228
|
}, {
|
|
@@ -22196,6 +22239,7 @@ export declare const gamePlayersResponseDtoSchema: z.ZodObject<{
|
|
|
22196
22239
|
jerseyNumber: number;
|
|
22197
22240
|
leagueId: string;
|
|
22198
22241
|
id?: string | undefined;
|
|
22242
|
+
status?: string | undefined;
|
|
22199
22243
|
};
|
|
22200
22244
|
}[];
|
|
22201
22245
|
}>;
|
|
@@ -22212,6 +22256,7 @@ export declare const gamePlayersResponseDtoSchema: z.ZodObject<{
|
|
|
22212
22256
|
jerseyNumber: z.ZodNumber;
|
|
22213
22257
|
teamId: z.ZodNumber;
|
|
22214
22258
|
leagueId: z.ZodUnion<[z.ZodLiteral<"nba">, z.ZodLiteral<"ncaa">, z.ZodLiteral<"nfl">, z.ZodLiteral<"nhl">, z.ZodLiteral<"mlb">, z.ZodLiteral<"cbb">, z.ZodLiteral<"cfb">, z.ZodLiteral<"epl">, z.ZodLiteral<"mls">, z.ZodLiteral<"wnba">, z.ZodLiteral<"cwc">, z.ZodLiteral<"fifa">, z.ZodUnion<[z.ZodLiteral<"global">, z.ZodString]>]>;
|
|
22259
|
+
status: z.ZodOptional<z.ZodString>;
|
|
22215
22260
|
}, "strip", z.ZodTypeAny, {
|
|
22216
22261
|
position: string;
|
|
22217
22262
|
teamId: number;
|
|
@@ -22222,6 +22267,7 @@ export declare const gamePlayersResponseDtoSchema: z.ZodObject<{
|
|
|
22222
22267
|
jerseyNumber: number;
|
|
22223
22268
|
leagueId: string;
|
|
22224
22269
|
id?: string | undefined;
|
|
22270
|
+
status?: string | undefined;
|
|
22225
22271
|
}, {
|
|
22226
22272
|
position: string;
|
|
22227
22273
|
teamId: number;
|
|
@@ -22232,6 +22278,7 @@ export declare const gamePlayersResponseDtoSchema: z.ZodObject<{
|
|
|
22232
22278
|
jerseyNumber: number;
|
|
22233
22279
|
leagueId: string;
|
|
22234
22280
|
id?: string | undefined;
|
|
22281
|
+
status?: string | undefined;
|
|
22235
22282
|
}>;
|
|
22236
22283
|
votes: z.ZodNumber;
|
|
22237
22284
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -22246,6 +22293,7 @@ export declare const gamePlayersResponseDtoSchema: z.ZodObject<{
|
|
|
22246
22293
|
jerseyNumber: number;
|
|
22247
22294
|
leagueId: string;
|
|
22248
22295
|
id?: string | undefined;
|
|
22296
|
+
status?: string | undefined;
|
|
22249
22297
|
};
|
|
22250
22298
|
}, {
|
|
22251
22299
|
votes: number;
|
|
@@ -22259,6 +22307,7 @@ export declare const gamePlayersResponseDtoSchema: z.ZodObject<{
|
|
|
22259
22307
|
jerseyNumber: number;
|
|
22260
22308
|
leagueId: string;
|
|
22261
22309
|
id?: string | undefined;
|
|
22310
|
+
status?: string | undefined;
|
|
22262
22311
|
};
|
|
22263
22312
|
}>, "many">;
|
|
22264
22313
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -22275,6 +22324,7 @@ export declare const gamePlayersResponseDtoSchema: z.ZodObject<{
|
|
|
22275
22324
|
jerseyNumber: number;
|
|
22276
22325
|
leagueId: string;
|
|
22277
22326
|
id?: string | undefined;
|
|
22327
|
+
status?: string | undefined;
|
|
22278
22328
|
};
|
|
22279
22329
|
}[];
|
|
22280
22330
|
}, {
|
|
@@ -22291,6 +22341,7 @@ export declare const gamePlayersResponseDtoSchema: z.ZodObject<{
|
|
|
22291
22341
|
jerseyNumber: number;
|
|
22292
22342
|
leagueId: string;
|
|
22293
22343
|
id?: string | undefined;
|
|
22344
|
+
status?: string | undefined;
|
|
22294
22345
|
};
|
|
22295
22346
|
}[];
|
|
22296
22347
|
}>;
|
|
@@ -22309,6 +22360,7 @@ export declare const gamePlayersResponseDtoSchema: z.ZodObject<{
|
|
|
22309
22360
|
jerseyNumber: number;
|
|
22310
22361
|
leagueId: string;
|
|
22311
22362
|
id?: string | undefined;
|
|
22363
|
+
status?: string | undefined;
|
|
22312
22364
|
};
|
|
22313
22365
|
}[];
|
|
22314
22366
|
};
|
|
@@ -22326,6 +22378,7 @@ export declare const gamePlayersResponseDtoSchema: z.ZodObject<{
|
|
|
22326
22378
|
jerseyNumber: number;
|
|
22327
22379
|
leagueId: string;
|
|
22328
22380
|
id?: string | undefined;
|
|
22381
|
+
status?: string | undefined;
|
|
22329
22382
|
};
|
|
22330
22383
|
}[];
|
|
22331
22384
|
};
|
|
@@ -22344,6 +22397,7 @@ export declare const gamePlayersResponseDtoSchema: z.ZodObject<{
|
|
|
22344
22397
|
jerseyNumber: number;
|
|
22345
22398
|
leagueId: string;
|
|
22346
22399
|
id?: string | undefined;
|
|
22400
|
+
status?: string | undefined;
|
|
22347
22401
|
};
|
|
22348
22402
|
}[];
|
|
22349
22403
|
};
|
|
@@ -22361,6 +22415,7 @@ export declare const gamePlayersResponseDtoSchema: z.ZodObject<{
|
|
|
22361
22415
|
jerseyNumber: number;
|
|
22362
22416
|
leagueId: string;
|
|
22363
22417
|
id?: string | undefined;
|
|
22418
|
+
status?: string | undefined;
|
|
22364
22419
|
};
|
|
22365
22420
|
}[];
|
|
22366
22421
|
};
|
|
@@ -23558,6 +23613,7 @@ export declare const userVoteResponseDtoSchema: z.ZodObject<{
|
|
|
23558
23613
|
jerseyNumber: z.ZodNumber;
|
|
23559
23614
|
teamId: z.ZodNumber;
|
|
23560
23615
|
leagueId: z.ZodUnion<[z.ZodLiteral<"nba">, z.ZodLiteral<"ncaa">, z.ZodLiteral<"nfl">, z.ZodLiteral<"nhl">, z.ZodLiteral<"mlb">, z.ZodLiteral<"cbb">, z.ZodLiteral<"cfb">, z.ZodLiteral<"epl">, z.ZodLiteral<"mls">, z.ZodLiteral<"wnba">, z.ZodLiteral<"cwc">, z.ZodLiteral<"fifa">, z.ZodUnion<[z.ZodLiteral<"global">, z.ZodString]>]>;
|
|
23616
|
+
status: z.ZodOptional<z.ZodString>;
|
|
23561
23617
|
}, "strip", z.ZodTypeAny, {
|
|
23562
23618
|
position: string;
|
|
23563
23619
|
teamId: number;
|
|
@@ -23568,6 +23624,7 @@ export declare const userVoteResponseDtoSchema: z.ZodObject<{
|
|
|
23568
23624
|
jerseyNumber: number;
|
|
23569
23625
|
leagueId: string;
|
|
23570
23626
|
id?: string | undefined;
|
|
23627
|
+
status?: string | undefined;
|
|
23571
23628
|
}, {
|
|
23572
23629
|
position: string;
|
|
23573
23630
|
teamId: number;
|
|
@@ -23578,6 +23635,7 @@ export declare const userVoteResponseDtoSchema: z.ZodObject<{
|
|
|
23578
23635
|
jerseyNumber: number;
|
|
23579
23636
|
leagueId: string;
|
|
23580
23637
|
id?: string | undefined;
|
|
23638
|
+
status?: string | undefined;
|
|
23581
23639
|
}>;
|
|
23582
23640
|
gameId: z.ZodString;
|
|
23583
23641
|
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<"fifa">, z.ZodUnion<[z.ZodLiteral<"global">, z.ZodString]>]>;
|
|
@@ -23606,6 +23664,7 @@ export declare const userVoteResponseDtoSchema: z.ZodObject<{
|
|
|
23606
23664
|
jerseyNumber: number;
|
|
23607
23665
|
leagueId: string;
|
|
23608
23666
|
id?: string | undefined;
|
|
23667
|
+
status?: string | undefined;
|
|
23609
23668
|
};
|
|
23610
23669
|
timestamp: number;
|
|
23611
23670
|
updatedAt?: number | undefined;
|
|
@@ -23632,6 +23691,7 @@ export declare const userVoteResponseDtoSchema: z.ZodObject<{
|
|
|
23632
23691
|
jerseyNumber: number;
|
|
23633
23692
|
leagueId: string;
|
|
23634
23693
|
id?: string | undefined;
|
|
23694
|
+
status?: string | undefined;
|
|
23635
23695
|
};
|
|
23636
23696
|
timestamp: number;
|
|
23637
23697
|
updatedAt?: number | undefined;
|
|
@@ -23660,6 +23720,7 @@ export declare const userVoteResponseDtoSchema: z.ZodObject<{
|
|
|
23660
23720
|
jerseyNumber: number;
|
|
23661
23721
|
leagueId: string;
|
|
23662
23722
|
id?: string | undefined;
|
|
23723
|
+
status?: string | undefined;
|
|
23663
23724
|
};
|
|
23664
23725
|
timestamp: number;
|
|
23665
23726
|
updatedAt?: number | undefined;
|
|
@@ -23688,6 +23749,7 @@ export declare const userVoteResponseDtoSchema: z.ZodObject<{
|
|
|
23688
23749
|
jerseyNumber: number;
|
|
23689
23750
|
leagueId: string;
|
|
23690
23751
|
id?: string | undefined;
|
|
23752
|
+
status?: string | undefined;
|
|
23691
23753
|
};
|
|
23692
23754
|
timestamp: number;
|
|
23693
23755
|
updatedAt?: number | undefined;
|
|
@@ -23711,6 +23773,7 @@ export declare const voteResultsResponseDtoSchema: z.ZodObject<{
|
|
|
23711
23773
|
jerseyNumber: z.ZodNumber;
|
|
23712
23774
|
teamId: z.ZodNumber;
|
|
23713
23775
|
leagueId: z.ZodUnion<[z.ZodLiteral<"nba">, z.ZodLiteral<"ncaa">, z.ZodLiteral<"nfl">, z.ZodLiteral<"nhl">, z.ZodLiteral<"mlb">, z.ZodLiteral<"cbb">, z.ZodLiteral<"cfb">, z.ZodLiteral<"epl">, z.ZodLiteral<"mls">, z.ZodLiteral<"wnba">, z.ZodLiteral<"cwc">, z.ZodLiteral<"fifa">, z.ZodUnion<[z.ZodLiteral<"global">, z.ZodString]>]>;
|
|
23776
|
+
status: z.ZodOptional<z.ZodString>;
|
|
23714
23777
|
}, "strip", z.ZodTypeAny, {
|
|
23715
23778
|
position: string;
|
|
23716
23779
|
teamId: number;
|
|
@@ -23721,6 +23784,7 @@ export declare const voteResultsResponseDtoSchema: z.ZodObject<{
|
|
|
23721
23784
|
jerseyNumber: number;
|
|
23722
23785
|
leagueId: string;
|
|
23723
23786
|
id?: string | undefined;
|
|
23787
|
+
status?: string | undefined;
|
|
23724
23788
|
}, {
|
|
23725
23789
|
position: string;
|
|
23726
23790
|
teamId: number;
|
|
@@ -23731,6 +23795,7 @@ export declare const voteResultsResponseDtoSchema: z.ZodObject<{
|
|
|
23731
23795
|
jerseyNumber: number;
|
|
23732
23796
|
leagueId: string;
|
|
23733
23797
|
id?: string | undefined;
|
|
23798
|
+
status?: string | undefined;
|
|
23734
23799
|
}>;
|
|
23735
23800
|
voteCount: z.ZodNumber;
|
|
23736
23801
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -23744,6 +23809,7 @@ export declare const voteResultsResponseDtoSchema: z.ZodObject<{
|
|
|
23744
23809
|
jerseyNumber: number;
|
|
23745
23810
|
leagueId: string;
|
|
23746
23811
|
id?: string | undefined;
|
|
23812
|
+
status?: string | undefined;
|
|
23747
23813
|
};
|
|
23748
23814
|
voteCount: number;
|
|
23749
23815
|
}, {
|
|
@@ -23757,6 +23823,7 @@ export declare const voteResultsResponseDtoSchema: z.ZodObject<{
|
|
|
23757
23823
|
jerseyNumber: number;
|
|
23758
23824
|
leagueId: string;
|
|
23759
23825
|
id?: string | undefined;
|
|
23826
|
+
status?: string | undefined;
|
|
23760
23827
|
};
|
|
23761
23828
|
voteCount: number;
|
|
23762
23829
|
}>>;
|
|
@@ -23775,6 +23842,7 @@ export declare const voteResultsResponseDtoSchema: z.ZodObject<{
|
|
|
23775
23842
|
jerseyNumber: number;
|
|
23776
23843
|
leagueId: string;
|
|
23777
23844
|
id?: string | undefined;
|
|
23845
|
+
status?: string | undefined;
|
|
23778
23846
|
};
|
|
23779
23847
|
voteCount: number;
|
|
23780
23848
|
} | null;
|
|
@@ -23793,6 +23861,7 @@ export declare const voteResultsResponseDtoSchema: z.ZodObject<{
|
|
|
23793
23861
|
jerseyNumber: number;
|
|
23794
23862
|
leagueId: string;
|
|
23795
23863
|
id?: string | undefined;
|
|
23864
|
+
status?: string | undefined;
|
|
23796
23865
|
};
|
|
23797
23866
|
voteCount: number;
|
|
23798
23867
|
} | null;
|
|
@@ -23813,6 +23882,7 @@ export declare const voteResultsResponseDtoSchema: z.ZodObject<{
|
|
|
23813
23882
|
jerseyNumber: number;
|
|
23814
23883
|
leagueId: string;
|
|
23815
23884
|
id?: string | undefined;
|
|
23885
|
+
status?: string | undefined;
|
|
23816
23886
|
};
|
|
23817
23887
|
voteCount: number;
|
|
23818
23888
|
} | null;
|
|
@@ -23833,6 +23903,7 @@ export declare const voteResultsResponseDtoSchema: z.ZodObject<{
|
|
|
23833
23903
|
jerseyNumber: number;
|
|
23834
23904
|
leagueId: string;
|
|
23835
23905
|
id?: string | undefined;
|
|
23906
|
+
status?: string | undefined;
|
|
23836
23907
|
};
|
|
23837
23908
|
voteCount: number;
|
|
23838
23909
|
} | null;
|
|
@@ -23849,6 +23920,7 @@ export declare const voteUpdateDtoSchema: z.ZodObject<{
|
|
|
23849
23920
|
jerseyNumber: z.ZodNumber;
|
|
23850
23921
|
teamId: z.ZodNumber;
|
|
23851
23922
|
leagueId: z.ZodUnion<[z.ZodLiteral<"nba">, z.ZodLiteral<"ncaa">, z.ZodLiteral<"nfl">, z.ZodLiteral<"nhl">, z.ZodLiteral<"mlb">, z.ZodLiteral<"cbb">, z.ZodLiteral<"cfb">, z.ZodLiteral<"epl">, z.ZodLiteral<"mls">, z.ZodLiteral<"wnba">, z.ZodLiteral<"cwc">, z.ZodLiteral<"fifa">, z.ZodUnion<[z.ZodLiteral<"global">, z.ZodString]>]>;
|
|
23923
|
+
status: z.ZodOptional<z.ZodString>;
|
|
23852
23924
|
}, "strip", z.ZodTypeAny, {
|
|
23853
23925
|
position: string;
|
|
23854
23926
|
teamId: number;
|
|
@@ -23859,6 +23931,7 @@ export declare const voteUpdateDtoSchema: z.ZodObject<{
|
|
|
23859
23931
|
jerseyNumber: number;
|
|
23860
23932
|
leagueId: string;
|
|
23861
23933
|
id?: string | undefined;
|
|
23934
|
+
status?: string | undefined;
|
|
23862
23935
|
}, {
|
|
23863
23936
|
position: string;
|
|
23864
23937
|
teamId: number;
|
|
@@ -23869,6 +23942,7 @@ export declare const voteUpdateDtoSchema: z.ZodObject<{
|
|
|
23869
23942
|
jerseyNumber: number;
|
|
23870
23943
|
leagueId: string;
|
|
23871
23944
|
id?: string | undefined;
|
|
23945
|
+
status?: string | undefined;
|
|
23872
23946
|
}>;
|
|
23873
23947
|
}, "strip", z.ZodTypeAny, {
|
|
23874
23948
|
player: {
|
|
@@ -23881,6 +23955,7 @@ export declare const voteUpdateDtoSchema: z.ZodObject<{
|
|
|
23881
23955
|
jerseyNumber: number;
|
|
23882
23956
|
leagueId: string;
|
|
23883
23957
|
id?: string | undefined;
|
|
23958
|
+
status?: string | undefined;
|
|
23884
23959
|
};
|
|
23885
23960
|
}, {
|
|
23886
23961
|
player: {
|
|
@@ -23893,6 +23968,7 @@ export declare const voteUpdateDtoSchema: z.ZodObject<{
|
|
|
23893
23968
|
jerseyNumber: number;
|
|
23894
23969
|
leagueId: string;
|
|
23895
23970
|
id?: string | undefined;
|
|
23971
|
+
status?: string | undefined;
|
|
23896
23972
|
};
|
|
23897
23973
|
}>;
|
|
23898
23974
|
export declare const leagueSupportErrorSchema: z.ZodObject<{
|