rategame-shared 1.1.277 → 1.1.279
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.
|
@@ -162,6 +162,7 @@ export declare const internalNotification: z.ZodObject<{
|
|
|
162
162
|
seasonType: z.ZodOptional<z.ZodNumber>;
|
|
163
163
|
startedAt: z.ZodOptional<z.ZodNumber>;
|
|
164
164
|
roundName: z.ZodOptional<z.ZodString>;
|
|
165
|
+
finishedAt: z.ZodOptional<z.ZodNumber>;
|
|
165
166
|
}, "strip", z.ZodTypeAny, {
|
|
166
167
|
id: string;
|
|
167
168
|
league: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba" | "cwc";
|
|
@@ -198,6 +199,7 @@ export declare const internalNotification: z.ZodObject<{
|
|
|
198
199
|
round?: number | undefined;
|
|
199
200
|
week?: number | undefined;
|
|
200
201
|
startedAt?: number | undefined;
|
|
202
|
+
finishedAt?: number | undefined;
|
|
201
203
|
seriesInfo?: {
|
|
202
204
|
maxLength?: number | null | undefined;
|
|
203
205
|
homeTeamWins?: number | null | undefined;
|
|
@@ -242,6 +244,7 @@ export declare const internalNotification: z.ZodObject<{
|
|
|
242
244
|
round?: number | undefined;
|
|
243
245
|
week?: number | undefined;
|
|
244
246
|
startedAt?: number | undefined;
|
|
247
|
+
finishedAt?: number | undefined;
|
|
245
248
|
seriesInfo?: {
|
|
246
249
|
maxLength?: number | null | undefined;
|
|
247
250
|
homeTeamWins?: number | null | undefined;
|
|
@@ -308,6 +311,7 @@ export declare const internalNotification: z.ZodObject<{
|
|
|
308
311
|
round?: number | undefined;
|
|
309
312
|
week?: number | undefined;
|
|
310
313
|
startedAt?: number | undefined;
|
|
314
|
+
finishedAt?: number | undefined;
|
|
311
315
|
seriesInfo?: {
|
|
312
316
|
maxLength?: number | null | undefined;
|
|
313
317
|
homeTeamWins?: number | null | undefined;
|
|
@@ -375,6 +379,7 @@ export declare const internalNotification: z.ZodObject<{
|
|
|
375
379
|
round?: number | undefined;
|
|
376
380
|
week?: number | undefined;
|
|
377
381
|
startedAt?: number | undefined;
|
|
382
|
+
finishedAt?: number | undefined;
|
|
378
383
|
seriesInfo?: {
|
|
379
384
|
maxLength?: number | null | undefined;
|
|
380
385
|
homeTeamWins?: number | null | undefined;
|
|
@@ -459,6 +464,7 @@ export declare const internalNotification: z.ZodObject<{
|
|
|
459
464
|
round?: number | undefined;
|
|
460
465
|
week?: number | undefined;
|
|
461
466
|
startedAt?: number | undefined;
|
|
467
|
+
finishedAt?: number | undefined;
|
|
462
468
|
seriesInfo?: {
|
|
463
469
|
maxLength?: number | null | undefined;
|
|
464
470
|
homeTeamWins?: number | null | undefined;
|
|
@@ -544,6 +550,7 @@ export declare const internalNotification: z.ZodObject<{
|
|
|
544
550
|
round?: number | undefined;
|
|
545
551
|
week?: number | undefined;
|
|
546
552
|
startedAt?: number | undefined;
|
|
553
|
+
finishedAt?: number | undefined;
|
|
547
554
|
seriesInfo?: {
|
|
548
555
|
maxLength?: number | null | undefined;
|
|
549
556
|
homeTeamWins?: number | null | undefined;
|
package/dist/schemas/rating.d.ts
CHANGED
|
@@ -133,6 +133,7 @@ export declare const ratingSchema: import("zod").ZodObject<{
|
|
|
133
133
|
seasonType: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
134
134
|
startedAt: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
135
135
|
roundName: import("zod").ZodOptional<import("zod").ZodString>;
|
|
136
|
+
finishedAt: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
136
137
|
}, "strip", import("zod").ZodTypeAny, {
|
|
137
138
|
id: string;
|
|
138
139
|
league: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba" | "cwc";
|
|
@@ -169,6 +170,7 @@ export declare const ratingSchema: import("zod").ZodObject<{
|
|
|
169
170
|
round?: number | undefined;
|
|
170
171
|
week?: number | undefined;
|
|
171
172
|
startedAt?: number | undefined;
|
|
173
|
+
finishedAt?: number | undefined;
|
|
172
174
|
seriesInfo?: {
|
|
173
175
|
maxLength?: number | null | undefined;
|
|
174
176
|
homeTeamWins?: number | null | undefined;
|
|
@@ -213,6 +215,7 @@ export declare const ratingSchema: import("zod").ZodObject<{
|
|
|
213
215
|
round?: number | undefined;
|
|
214
216
|
week?: number | undefined;
|
|
215
217
|
startedAt?: number | undefined;
|
|
218
|
+
finishedAt?: number | undefined;
|
|
216
219
|
seriesInfo?: {
|
|
217
220
|
maxLength?: number | null | undefined;
|
|
218
221
|
homeTeamWins?: number | null | undefined;
|
|
@@ -279,6 +282,7 @@ export declare const ratingSchema: import("zod").ZodObject<{
|
|
|
279
282
|
round?: number | undefined;
|
|
280
283
|
week?: number | undefined;
|
|
281
284
|
startedAt?: number | undefined;
|
|
285
|
+
finishedAt?: number | undefined;
|
|
282
286
|
seriesInfo?: {
|
|
283
287
|
maxLength?: number | null | undefined;
|
|
284
288
|
homeTeamWins?: number | null | undefined;
|
|
@@ -346,6 +350,7 @@ export declare const ratingSchema: import("zod").ZodObject<{
|
|
|
346
350
|
round?: number | undefined;
|
|
347
351
|
week?: number | undefined;
|
|
348
352
|
startedAt?: number | undefined;
|
|
353
|
+
finishedAt?: number | undefined;
|
|
349
354
|
seriesInfo?: {
|
|
350
355
|
maxLength?: number | null | undefined;
|
|
351
356
|
homeTeamWins?: number | null | undefined;
|
|
@@ -628,6 +633,7 @@ export declare const createRatingSchema: import("zod").ZodObject<import("zod").o
|
|
|
628
633
|
seasonType: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
629
634
|
startedAt: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
630
635
|
roundName: import("zod").ZodOptional<import("zod").ZodString>;
|
|
636
|
+
finishedAt: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
631
637
|
}, "strip", import("zod").ZodTypeAny, {
|
|
632
638
|
id: string;
|
|
633
639
|
league: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba" | "cwc";
|
|
@@ -664,6 +670,7 @@ export declare const createRatingSchema: import("zod").ZodObject<import("zod").o
|
|
|
664
670
|
round?: number | undefined;
|
|
665
671
|
week?: number | undefined;
|
|
666
672
|
startedAt?: number | undefined;
|
|
673
|
+
finishedAt?: number | undefined;
|
|
667
674
|
seriesInfo?: {
|
|
668
675
|
maxLength?: number | null | undefined;
|
|
669
676
|
homeTeamWins?: number | null | undefined;
|
|
@@ -708,6 +715,7 @@ export declare const createRatingSchema: import("zod").ZodObject<import("zod").o
|
|
|
708
715
|
round?: number | undefined;
|
|
709
716
|
week?: number | undefined;
|
|
710
717
|
startedAt?: number | undefined;
|
|
718
|
+
finishedAt?: number | undefined;
|
|
711
719
|
seriesInfo?: {
|
|
712
720
|
maxLength?: number | null | undefined;
|
|
713
721
|
homeTeamWins?: number | null | undefined;
|
|
@@ -838,10 +846,12 @@ export declare const createRatingSchema: import("zod").ZodObject<import("zod").o
|
|
|
838
846
|
seasonType: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
839
847
|
startedAt: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
840
848
|
roundName: import("zod").ZodOptional<import("zod").ZodString>;
|
|
849
|
+
finishedAt: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
841
850
|
}, "round" | "startedAt" | "homeTeam" | "awayTeam" | "roundName">, "strip", import("zod").ZodTypeAny, {
|
|
842
851
|
id: string;
|
|
843
852
|
league: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba" | "cwc";
|
|
844
853
|
week?: number | undefined;
|
|
854
|
+
finishedAt?: number | undefined;
|
|
845
855
|
seriesInfo?: {
|
|
846
856
|
maxLength?: number | null | undefined;
|
|
847
857
|
homeTeamWins?: number | null | undefined;
|
|
@@ -853,6 +863,7 @@ export declare const createRatingSchema: import("zod").ZodObject<import("zod").o
|
|
|
853
863
|
id: string;
|
|
854
864
|
league: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba" | "cwc";
|
|
855
865
|
week?: number | undefined;
|
|
866
|
+
finishedAt?: number | undefined;
|
|
856
867
|
seriesInfo?: {
|
|
857
868
|
maxLength?: number | null | undefined;
|
|
858
869
|
homeTeamWins?: number | null | undefined;
|
|
@@ -870,6 +881,7 @@ export declare const createRatingSchema: import("zod").ZodObject<import("zod").o
|
|
|
870
881
|
id: string;
|
|
871
882
|
league: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba" | "cwc";
|
|
872
883
|
week?: number | undefined;
|
|
884
|
+
finishedAt?: number | undefined;
|
|
873
885
|
seriesInfo?: {
|
|
874
886
|
maxLength?: number | null | undefined;
|
|
875
887
|
homeTeamWins?: number | null | undefined;
|
|
@@ -896,6 +908,7 @@ export declare const createRatingSchema: import("zod").ZodObject<import("zod").o
|
|
|
896
908
|
id: string;
|
|
897
909
|
league: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba" | "cwc";
|
|
898
910
|
week?: number | undefined;
|
|
911
|
+
finishedAt?: number | undefined;
|
|
899
912
|
seriesInfo?: {
|
|
900
913
|
maxLength?: number | null | undefined;
|
|
901
914
|
homeTeamWins?: number | null | undefined;
|
package/dist/schemas/rating.js
CHANGED
|
@@ -35,6 +35,7 @@ exports.ratingSchema = (0, zod_1.object)({
|
|
|
35
35
|
seasonType: (0, zod_1.number)().optional(),
|
|
36
36
|
startedAt: (0, zod_1.number)().optional(),
|
|
37
37
|
roundName: (0, zod_1.string)().optional(),
|
|
38
|
+
finishedAt: (0, zod_1.number)().optional(),
|
|
38
39
|
}),
|
|
39
40
|
userLikes: (0, zod_1.number)().optional(),
|
|
40
41
|
isInitialWindowRating: (0, zod_1.boolean)().optional(),
|
package/dist/schemas/team.d.ts
CHANGED
|
@@ -16,12 +16,14 @@ export declare const teamSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
16
16
|
seed: z.ZodNumber;
|
|
17
17
|
conference: z.ZodOptional<z.ZodString>;
|
|
18
18
|
school: z.ZodOptional<z.ZodString>;
|
|
19
|
+
teamCode: z.ZodOptional<z.ZodString>;
|
|
19
20
|
}>, "strip", z.ZodTypeAny, {
|
|
20
21
|
name: string;
|
|
21
22
|
image: string;
|
|
22
23
|
apiTeamId: number;
|
|
23
24
|
seed: number;
|
|
24
25
|
id?: string | undefined;
|
|
26
|
+
teamCode?: string | undefined;
|
|
25
27
|
stadiumUrl?: string | undefined;
|
|
26
28
|
school?: string | undefined;
|
|
27
29
|
city?: string | undefined;
|
|
@@ -38,6 +40,7 @@ export declare const teamSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
38
40
|
apiTeamId: number;
|
|
39
41
|
seed: number;
|
|
40
42
|
id?: string | undefined;
|
|
43
|
+
teamCode?: string | undefined;
|
|
41
44
|
stadiumUrl?: string | undefined;
|
|
42
45
|
school?: string | undefined;
|
|
43
46
|
city?: string | undefined;
|
package/dist/schemas/team.js
CHANGED
|
@@ -20,6 +20,7 @@ exports.teamSchema = baseTeamSchema.extend({
|
|
|
20
20
|
seed: zod_1.z.number(),
|
|
21
21
|
conference: zod_1.z.string().optional(),
|
|
22
22
|
school: zod_1.z.string().optional(),
|
|
23
|
+
teamCode: zod_1.z.string().optional(),
|
|
23
24
|
});
|
|
24
25
|
exports.divisionSchema = zod_1.z.union([
|
|
25
26
|
zod_1.z.literal("east"),
|