rategame-shared 1.1.259 → 1.1.261

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.
@@ -4233,6 +4233,7 @@ export declare const commonGameSchema: z.ZodObject<{
4233
4233
  allCities: z.ZodOptional<z.ZodString>;
4234
4234
  listCount: z.ZodOptional<z.ZodNumber>;
4235
4235
  playersSnapshotCreated: z.ZodOptional<z.ZodBoolean>;
4236
+ stadiumId: z.ZodOptional<z.ZodString>;
4236
4237
  }, "strip", z.ZodTypeAny, {
4237
4238
  status: "canceled" | "live" | "scheduled" | "final" | "postponed";
4238
4239
  league: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba" | "cwc";
@@ -4412,6 +4413,7 @@ export declare const commonGameSchema: z.ZodObject<{
4412
4413
  allCities?: string | undefined;
4413
4414
  listCount?: number | undefined;
4414
4415
  playersSnapshotCreated?: boolean | undefined;
4416
+ stadiumId?: string | undefined;
4415
4417
  }, {
4416
4418
  status: "canceled" | "live" | "scheduled" | "final" | "postponed";
4417
4419
  league: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba" | "cwc";
@@ -4591,6 +4593,7 @@ export declare const commonGameSchema: z.ZodObject<{
4591
4593
  allCities?: string | undefined;
4592
4594
  listCount?: number | undefined;
4593
4595
  playersSnapshotCreated?: boolean | undefined;
4596
+ stadiumId?: string | undefined;
4594
4597
  }>;
4595
4598
  export declare const basketballGameSchema: z.ZodObject<z.objectUtil.extendShape<{
4596
4599
  id: z.ZodOptional<z.ZodString>;
@@ -6622,6 +6625,7 @@ export declare const basketballGameSchema: z.ZodObject<z.objectUtil.extendShape<
6622
6625
  allCities: z.ZodOptional<z.ZodString>;
6623
6626
  listCount: z.ZodOptional<z.ZodNumber>;
6624
6627
  playersSnapshotCreated: z.ZodOptional<z.ZodBoolean>;
6628
+ stadiumId: z.ZodOptional<z.ZodString>;
6625
6629
  }, {
6626
6630
  round: z.ZodNumber;
6627
6631
  timeRemainingMinutes: z.ZodNumber;
@@ -6834,6 +6838,7 @@ export declare const basketballGameSchema: z.ZodObject<z.objectUtil.extendShape<
6834
6838
  allCities?: string | undefined;
6835
6839
  listCount?: number | undefined;
6836
6840
  playersSnapshotCreated?: boolean | undefined;
6841
+ stadiumId?: string | undefined;
6837
6842
  totalMinutesRemaining?: number | undefined;
6838
6843
  period?: string | undefined;
6839
6844
  }, {
@@ -7026,6 +7031,7 @@ export declare const basketballGameSchema: z.ZodObject<z.objectUtil.extendShape<
7026
7031
  allCities?: string | undefined;
7027
7032
  listCount?: number | undefined;
7028
7033
  playersSnapshotCreated?: boolean | undefined;
7034
+ stadiumId?: string | undefined;
7029
7035
  totalMinutesRemaining?: number | undefined;
7030
7036
  period?: string | undefined;
7031
7037
  }>;
@@ -9072,6 +9078,7 @@ export declare const mlbGameSchema: z.ZodObject<z.objectUtil.extendShape<{
9072
9078
  allCities: z.ZodOptional<z.ZodString>;
9073
9079
  listCount: z.ZodOptional<z.ZodNumber>;
9074
9080
  playersSnapshotCreated: z.ZodOptional<z.ZodBoolean>;
9081
+ stadiumId: z.ZodOptional<z.ZodString>;
9075
9082
  }, {
9076
9083
  totalInningsRemaining: z.ZodNumber;
9077
9084
  innings: z.ZodArray<z.ZodObject<{
@@ -9294,6 +9301,7 @@ export declare const mlbGameSchema: z.ZodObject<z.objectUtil.extendShape<{
9294
9301
  allCities?: string | undefined;
9295
9302
  listCount?: number | undefined;
9296
9303
  playersSnapshotCreated?: boolean | undefined;
9304
+ stadiumId?: string | undefined;
9297
9305
  inningHalf?: "T" | "B" | undefined;
9298
9306
  savingPitcher?: string | undefined;
9299
9307
  outs?: number | undefined;
@@ -9493,6 +9501,7 @@ export declare const mlbGameSchema: z.ZodObject<z.objectUtil.extendShape<{
9493
9501
  allCities?: string | undefined;
9494
9502
  listCount?: number | undefined;
9495
9503
  playersSnapshotCreated?: boolean | undefined;
9504
+ stadiumId?: string | undefined;
9496
9505
  inningHalf?: "T" | "B" | undefined;
9497
9506
  savingPitcher?: string | undefined;
9498
9507
  outs?: number | undefined;
@@ -11530,6 +11539,7 @@ export declare const footballGameSchema: z.ZodObject<z.objectUtil.extendShape<{
11530
11539
  allCities: z.ZodOptional<z.ZodString>;
11531
11540
  listCount: z.ZodOptional<z.ZodNumber>;
11532
11541
  playersSnapshotCreated: z.ZodOptional<z.ZodBoolean>;
11542
+ stadiumId: z.ZodOptional<z.ZodString>;
11533
11543
  }, {
11534
11544
  league: z.ZodUnion<[z.ZodLiteral<"epl">, z.ZodLiteral<"mls">, z.ZodLiteral<"cwc">]>;
11535
11545
  week: z.ZodNumber;
@@ -11846,6 +11856,7 @@ export declare const footballGameSchema: z.ZodObject<z.objectUtil.extendShape<{
11846
11856
  allCities?: string | undefined;
11847
11857
  listCount?: number | undefined;
11848
11858
  playersSnapshotCreated?: boolean | undefined;
11859
+ stadiumId?: string | undefined;
11849
11860
  halfTimeBreak?: boolean | undefined;
11850
11861
  }, {
11851
11862
  status: "canceled" | "live" | "scheduled" | "final" | "postponed";
@@ -12041,6 +12052,7 @@ export declare const footballGameSchema: z.ZodObject<z.objectUtil.extendShape<{
12041
12052
  allCities?: string | undefined;
12042
12053
  listCount?: number | undefined;
12043
12054
  playersSnapshotCreated?: boolean | undefined;
12055
+ stadiumId?: string | undefined;
12044
12056
  halfTimeBreak?: boolean | undefined;
12045
12057
  }>;
12046
12058
  export declare const nflGameSchema: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
@@ -14073,6 +14085,7 @@ export declare const nflGameSchema: z.ZodObject<z.objectUtil.extendShape<z.objec
14073
14085
  allCities: z.ZodOptional<z.ZodString>;
14074
14086
  listCount: z.ZodOptional<z.ZodNumber>;
14075
14087
  playersSnapshotCreated: z.ZodOptional<z.ZodBoolean>;
14088
+ stadiumId: z.ZodOptional<z.ZodString>;
14076
14089
  }, {
14077
14090
  possession: z.ZodNullable<z.ZodString>;
14078
14091
  down: z.ZodNullable<z.ZodNumber>;
@@ -14332,6 +14345,7 @@ export declare const nflGameSchema: z.ZodObject<z.objectUtil.extendShape<z.objec
14332
14345
  allCities?: string | undefined;
14333
14346
  listCount?: number | undefined;
14334
14347
  playersSnapshotCreated?: boolean | undefined;
14348
+ stadiumId?: string | undefined;
14335
14349
  stadium?: {
14336
14350
  StadiumID: number;
14337
14351
  Name: string;
@@ -14544,6 +14558,7 @@ export declare const nflGameSchema: z.ZodObject<z.objectUtil.extendShape<z.objec
14544
14558
  allCities?: string | undefined;
14545
14559
  listCount?: number | undefined;
14546
14560
  playersSnapshotCreated?: boolean | undefined;
14561
+ stadiumId?: string | undefined;
14547
14562
  stadium?: {
14548
14563
  StadiumID: number;
14549
14564
  Name: string;
@@ -16587,6 +16602,7 @@ export declare const cfbGameSchema: z.ZodObject<z.objectUtil.extendShape<z.objec
16587
16602
  allCities: z.ZodOptional<z.ZodString>;
16588
16603
  listCount: z.ZodOptional<z.ZodNumber>;
16589
16604
  playersSnapshotCreated: z.ZodOptional<z.ZodBoolean>;
16605
+ stadiumId: z.ZodOptional<z.ZodString>;
16590
16606
  }, {
16591
16607
  possession: z.ZodNullable<z.ZodString>;
16592
16608
  down: z.ZodNullable<z.ZodNumber>;
@@ -16837,6 +16853,7 @@ export declare const cfbGameSchema: z.ZodObject<z.objectUtil.extendShape<z.objec
16837
16853
  allCities?: string | undefined;
16838
16854
  listCount?: number | undefined;
16839
16855
  playersSnapshotCreated?: boolean | undefined;
16856
+ stadiumId?: string | undefined;
16840
16857
  stadium?: {
16841
16858
  StadiumID: number;
16842
16859
  Name: string;
@@ -17042,6 +17059,7 @@ export declare const cfbGameSchema: z.ZodObject<z.objectUtil.extendShape<z.objec
17042
17059
  allCities?: string | undefined;
17043
17060
  listCount?: number | undefined;
17044
17061
  playersSnapshotCreated?: boolean | undefined;
17062
+ stadiumId?: string | undefined;
17045
17063
  stadium?: {
17046
17064
  StadiumID: number;
17047
17065
  Name: string;
@@ -19083,6 +19101,7 @@ export declare const nhlGameSchema: z.ZodObject<z.objectUtil.extendShape<{
19083
19101
  allCities: z.ZodOptional<z.ZodString>;
19084
19102
  listCount: z.ZodOptional<z.ZodNumber>;
19085
19103
  playersSnapshotCreated: z.ZodOptional<z.ZodBoolean>;
19104
+ stadiumId: z.ZodOptional<z.ZodString>;
19086
19105
  }, {
19087
19106
  seasonType: z.ZodNumber;
19088
19107
  season: z.ZodString;
@@ -19276,6 +19295,7 @@ export declare const nhlGameSchema: z.ZodObject<z.objectUtil.extendShape<{
19276
19295
  allCities?: string | undefined;
19277
19296
  listCount?: number | undefined;
19278
19297
  playersSnapshotCreated?: boolean | undefined;
19298
+ stadiumId?: string | undefined;
19279
19299
  }, {
19280
19300
  status: "canceled" | "live" | "scheduled" | "final" | "postponed";
19281
19301
  league: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba" | "cwc";
@@ -19461,6 +19481,7 @@ export declare const nhlGameSchema: z.ZodObject<z.objectUtil.extendShape<{
19461
19481
  allCities?: string | undefined;
19462
19482
  listCount?: number | undefined;
19463
19483
  playersSnapshotCreated?: boolean | undefined;
19484
+ stadiumId?: string | undefined;
19464
19485
  }>;
19465
19486
  export declare const unionGameSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
19466
19487
  id: z.ZodOptional<z.ZodString>;
@@ -21492,6 +21513,7 @@ export declare const unionGameSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.exten
21492
21513
  allCities: z.ZodOptional<z.ZodString>;
21493
21514
  listCount: z.ZodOptional<z.ZodNumber>;
21494
21515
  playersSnapshotCreated: z.ZodOptional<z.ZodBoolean>;
21516
+ stadiumId: z.ZodOptional<z.ZodString>;
21495
21517
  }, {
21496
21518
  round: z.ZodNumber;
21497
21519
  timeRemainingMinutes: z.ZodNumber;
@@ -21704,6 +21726,7 @@ export declare const unionGameSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.exten
21704
21726
  allCities?: string | undefined;
21705
21727
  listCount?: number | undefined;
21706
21728
  playersSnapshotCreated?: boolean | undefined;
21729
+ stadiumId?: string | undefined;
21707
21730
  totalMinutesRemaining?: number | undefined;
21708
21731
  period?: string | undefined;
21709
21732
  }, {
@@ -21896,6 +21919,7 @@ export declare const unionGameSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.exten
21896
21919
  allCities?: string | undefined;
21897
21920
  listCount?: number | undefined;
21898
21921
  playersSnapshotCreated?: boolean | undefined;
21922
+ stadiumId?: string | undefined;
21899
21923
  totalMinutesRemaining?: number | undefined;
21900
21924
  period?: string | undefined;
21901
21925
  }>, z.ZodObject<z.objectUtil.extendShape<{
@@ -23928,6 +23952,7 @@ export declare const unionGameSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.exten
23928
23952
  allCities: z.ZodOptional<z.ZodString>;
23929
23953
  listCount: z.ZodOptional<z.ZodNumber>;
23930
23954
  playersSnapshotCreated: z.ZodOptional<z.ZodBoolean>;
23955
+ stadiumId: z.ZodOptional<z.ZodString>;
23931
23956
  }, {
23932
23957
  totalInningsRemaining: z.ZodNumber;
23933
23958
  innings: z.ZodArray<z.ZodObject<{
@@ -24150,6 +24175,7 @@ export declare const unionGameSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.exten
24150
24175
  allCities?: string | undefined;
24151
24176
  listCount?: number | undefined;
24152
24177
  playersSnapshotCreated?: boolean | undefined;
24178
+ stadiumId?: string | undefined;
24153
24179
  inningHalf?: "T" | "B" | undefined;
24154
24180
  savingPitcher?: string | undefined;
24155
24181
  outs?: number | undefined;
@@ -24349,6 +24375,7 @@ export declare const unionGameSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.exten
24349
24375
  allCities?: string | undefined;
24350
24376
  listCount?: number | undefined;
24351
24377
  playersSnapshotCreated?: boolean | undefined;
24378
+ stadiumId?: string | undefined;
24352
24379
  inningHalf?: "T" | "B" | undefined;
24353
24380
  savingPitcher?: string | undefined;
24354
24381
  outs?: number | undefined;
@@ -26385,6 +26412,7 @@ export declare const unionGameSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.exten
26385
26412
  allCities: z.ZodOptional<z.ZodString>;
26386
26413
  listCount: z.ZodOptional<z.ZodNumber>;
26387
26414
  playersSnapshotCreated: z.ZodOptional<z.ZodBoolean>;
26415
+ stadiumId: z.ZodOptional<z.ZodString>;
26388
26416
  }, {
26389
26417
  league: z.ZodUnion<[z.ZodLiteral<"epl">, z.ZodLiteral<"mls">, z.ZodLiteral<"cwc">]>;
26390
26418
  week: z.ZodNumber;
@@ -26701,6 +26729,7 @@ export declare const unionGameSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.exten
26701
26729
  allCities?: string | undefined;
26702
26730
  listCount?: number | undefined;
26703
26731
  playersSnapshotCreated?: boolean | undefined;
26732
+ stadiumId?: string | undefined;
26704
26733
  halfTimeBreak?: boolean | undefined;
26705
26734
  }, {
26706
26735
  status: "canceled" | "live" | "scheduled" | "final" | "postponed";
@@ -26896,6 +26925,7 @@ export declare const unionGameSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.exten
26896
26925
  allCities?: string | undefined;
26897
26926
  listCount?: number | undefined;
26898
26927
  playersSnapshotCreated?: boolean | undefined;
26928
+ stadiumId?: string | undefined;
26899
26929
  halfTimeBreak?: boolean | undefined;
26900
26930
  }>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
26901
26931
  id: z.ZodOptional<z.ZodString>;
@@ -28927,6 +28957,7 @@ export declare const unionGameSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.exten
28927
28957
  allCities: z.ZodOptional<z.ZodString>;
28928
28958
  listCount: z.ZodOptional<z.ZodNumber>;
28929
28959
  playersSnapshotCreated: z.ZodOptional<z.ZodBoolean>;
28960
+ stadiumId: z.ZodOptional<z.ZodString>;
28930
28961
  }, {
28931
28962
  possession: z.ZodNullable<z.ZodString>;
28932
28963
  down: z.ZodNullable<z.ZodNumber>;
@@ -29186,6 +29217,7 @@ export declare const unionGameSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.exten
29186
29217
  allCities?: string | undefined;
29187
29218
  listCount?: number | undefined;
29188
29219
  playersSnapshotCreated?: boolean | undefined;
29220
+ stadiumId?: string | undefined;
29189
29221
  stadium?: {
29190
29222
  StadiumID: number;
29191
29223
  Name: string;
@@ -29398,6 +29430,7 @@ export declare const unionGameSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.exten
29398
29430
  allCities?: string | undefined;
29399
29431
  listCount?: number | undefined;
29400
29432
  playersSnapshotCreated?: boolean | undefined;
29433
+ stadiumId?: string | undefined;
29401
29434
  stadium?: {
29402
29435
  StadiumID: number;
29403
29436
  Name: string;
@@ -31440,6 +31473,7 @@ export declare const unionGameSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.exten
31440
31473
  allCities: z.ZodOptional<z.ZodString>;
31441
31474
  listCount: z.ZodOptional<z.ZodNumber>;
31442
31475
  playersSnapshotCreated: z.ZodOptional<z.ZodBoolean>;
31476
+ stadiumId: z.ZodOptional<z.ZodString>;
31443
31477
  }, {
31444
31478
  possession: z.ZodNullable<z.ZodString>;
31445
31479
  down: z.ZodNullable<z.ZodNumber>;
@@ -31690,6 +31724,7 @@ export declare const unionGameSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.exten
31690
31724
  allCities?: string | undefined;
31691
31725
  listCount?: number | undefined;
31692
31726
  playersSnapshotCreated?: boolean | undefined;
31727
+ stadiumId?: string | undefined;
31693
31728
  stadium?: {
31694
31729
  StadiumID: number;
31695
31730
  Name: string;
@@ -31895,6 +31930,7 @@ export declare const unionGameSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.exten
31895
31930
  allCities?: string | undefined;
31896
31931
  listCount?: number | undefined;
31897
31932
  playersSnapshotCreated?: boolean | undefined;
31933
+ stadiumId?: string | undefined;
31898
31934
  stadium?: {
31899
31935
  StadiumID: number;
31900
31936
  Name: string;
@@ -33935,6 +33971,7 @@ export declare const unionGameSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.exten
33935
33971
  allCities: z.ZodOptional<z.ZodString>;
33936
33972
  listCount: z.ZodOptional<z.ZodNumber>;
33937
33973
  playersSnapshotCreated: z.ZodOptional<z.ZodBoolean>;
33974
+ stadiumId: z.ZodOptional<z.ZodString>;
33938
33975
  }, {
33939
33976
  seasonType: z.ZodNumber;
33940
33977
  season: z.ZodString;
@@ -34128,6 +34165,7 @@ export declare const unionGameSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.exten
34128
34165
  allCities?: string | undefined;
34129
34166
  listCount?: number | undefined;
34130
34167
  playersSnapshotCreated?: boolean | undefined;
34168
+ stadiumId?: string | undefined;
34131
34169
  }, {
34132
34170
  status: "canceled" | "live" | "scheduled" | "final" | "postponed";
34133
34171
  league: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba" | "cwc";
@@ -34313,6 +34351,7 @@ export declare const unionGameSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.exten
34313
34351
  allCities?: string | undefined;
34314
34352
  listCount?: number | undefined;
34315
34353
  playersSnapshotCreated?: boolean | undefined;
34354
+ stadiumId?: string | undefined;
34316
34355
  }>]>;
34317
34356
  export declare const searchGameSchema: z.ZodObject<{
34318
34357
  q: z.ZodOptional<z.ZodString>;
@@ -36394,6 +36433,7 @@ export declare const creatorPickSchema: z.ZodObject<{
36394
36433
  allCities: z.ZodOptional<z.ZodString>;
36395
36434
  listCount: z.ZodOptional<z.ZodNumber>;
36396
36435
  playersSnapshotCreated: z.ZodOptional<z.ZodBoolean>;
36436
+ stadiumId: z.ZodOptional<z.ZodString>;
36397
36437
  }, {
36398
36438
  round: z.ZodNumber;
36399
36439
  timeRemainingMinutes: z.ZodNumber;
@@ -36606,6 +36646,7 @@ export declare const creatorPickSchema: z.ZodObject<{
36606
36646
  allCities?: string | undefined;
36607
36647
  listCount?: number | undefined;
36608
36648
  playersSnapshotCreated?: boolean | undefined;
36649
+ stadiumId?: string | undefined;
36609
36650
  totalMinutesRemaining?: number | undefined;
36610
36651
  period?: string | undefined;
36611
36652
  }, {
@@ -36798,6 +36839,7 @@ export declare const creatorPickSchema: z.ZodObject<{
36798
36839
  allCities?: string | undefined;
36799
36840
  listCount?: number | undefined;
36800
36841
  playersSnapshotCreated?: boolean | undefined;
36842
+ stadiumId?: string | undefined;
36801
36843
  totalMinutesRemaining?: number | undefined;
36802
36844
  period?: string | undefined;
36803
36845
  }>, z.ZodObject<z.objectUtil.extendShape<{
@@ -38830,6 +38872,7 @@ export declare const creatorPickSchema: z.ZodObject<{
38830
38872
  allCities: z.ZodOptional<z.ZodString>;
38831
38873
  listCount: z.ZodOptional<z.ZodNumber>;
38832
38874
  playersSnapshotCreated: z.ZodOptional<z.ZodBoolean>;
38875
+ stadiumId: z.ZodOptional<z.ZodString>;
38833
38876
  }, {
38834
38877
  totalInningsRemaining: z.ZodNumber;
38835
38878
  innings: z.ZodArray<z.ZodObject<{
@@ -39052,6 +39095,7 @@ export declare const creatorPickSchema: z.ZodObject<{
39052
39095
  allCities?: string | undefined;
39053
39096
  listCount?: number | undefined;
39054
39097
  playersSnapshotCreated?: boolean | undefined;
39098
+ stadiumId?: string | undefined;
39055
39099
  inningHalf?: "T" | "B" | undefined;
39056
39100
  savingPitcher?: string | undefined;
39057
39101
  outs?: number | undefined;
@@ -39251,6 +39295,7 @@ export declare const creatorPickSchema: z.ZodObject<{
39251
39295
  allCities?: string | undefined;
39252
39296
  listCount?: number | undefined;
39253
39297
  playersSnapshotCreated?: boolean | undefined;
39298
+ stadiumId?: string | undefined;
39254
39299
  inningHalf?: "T" | "B" | undefined;
39255
39300
  savingPitcher?: string | undefined;
39256
39301
  outs?: number | undefined;
@@ -41287,6 +41332,7 @@ export declare const creatorPickSchema: z.ZodObject<{
41287
41332
  allCities: z.ZodOptional<z.ZodString>;
41288
41333
  listCount: z.ZodOptional<z.ZodNumber>;
41289
41334
  playersSnapshotCreated: z.ZodOptional<z.ZodBoolean>;
41335
+ stadiumId: z.ZodOptional<z.ZodString>;
41290
41336
  }, {
41291
41337
  league: z.ZodUnion<[z.ZodLiteral<"epl">, z.ZodLiteral<"mls">, z.ZodLiteral<"cwc">]>;
41292
41338
  week: z.ZodNumber;
@@ -41603,6 +41649,7 @@ export declare const creatorPickSchema: z.ZodObject<{
41603
41649
  allCities?: string | undefined;
41604
41650
  listCount?: number | undefined;
41605
41651
  playersSnapshotCreated?: boolean | undefined;
41652
+ stadiumId?: string | undefined;
41606
41653
  halfTimeBreak?: boolean | undefined;
41607
41654
  }, {
41608
41655
  status: "canceled" | "live" | "scheduled" | "final" | "postponed";
@@ -41798,6 +41845,7 @@ export declare const creatorPickSchema: z.ZodObject<{
41798
41845
  allCities?: string | undefined;
41799
41846
  listCount?: number | undefined;
41800
41847
  playersSnapshotCreated?: boolean | undefined;
41848
+ stadiumId?: string | undefined;
41801
41849
  halfTimeBreak?: boolean | undefined;
41802
41850
  }>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
41803
41851
  id: z.ZodOptional<z.ZodString>;
@@ -43829,6 +43877,7 @@ export declare const creatorPickSchema: z.ZodObject<{
43829
43877
  allCities: z.ZodOptional<z.ZodString>;
43830
43878
  listCount: z.ZodOptional<z.ZodNumber>;
43831
43879
  playersSnapshotCreated: z.ZodOptional<z.ZodBoolean>;
43880
+ stadiumId: z.ZodOptional<z.ZodString>;
43832
43881
  }, {
43833
43882
  possession: z.ZodNullable<z.ZodString>;
43834
43883
  down: z.ZodNullable<z.ZodNumber>;
@@ -44088,6 +44137,7 @@ export declare const creatorPickSchema: z.ZodObject<{
44088
44137
  allCities?: string | undefined;
44089
44138
  listCount?: number | undefined;
44090
44139
  playersSnapshotCreated?: boolean | undefined;
44140
+ stadiumId?: string | undefined;
44091
44141
  stadium?: {
44092
44142
  StadiumID: number;
44093
44143
  Name: string;
@@ -44300,6 +44350,7 @@ export declare const creatorPickSchema: z.ZodObject<{
44300
44350
  allCities?: string | undefined;
44301
44351
  listCount?: number | undefined;
44302
44352
  playersSnapshotCreated?: boolean | undefined;
44353
+ stadiumId?: string | undefined;
44303
44354
  stadium?: {
44304
44355
  StadiumID: number;
44305
44356
  Name: string;
@@ -46342,6 +46393,7 @@ export declare const creatorPickSchema: z.ZodObject<{
46342
46393
  allCities: z.ZodOptional<z.ZodString>;
46343
46394
  listCount: z.ZodOptional<z.ZodNumber>;
46344
46395
  playersSnapshotCreated: z.ZodOptional<z.ZodBoolean>;
46396
+ stadiumId: z.ZodOptional<z.ZodString>;
46345
46397
  }, {
46346
46398
  possession: z.ZodNullable<z.ZodString>;
46347
46399
  down: z.ZodNullable<z.ZodNumber>;
@@ -46592,6 +46644,7 @@ export declare const creatorPickSchema: z.ZodObject<{
46592
46644
  allCities?: string | undefined;
46593
46645
  listCount?: number | undefined;
46594
46646
  playersSnapshotCreated?: boolean | undefined;
46647
+ stadiumId?: string | undefined;
46595
46648
  stadium?: {
46596
46649
  StadiumID: number;
46597
46650
  Name: string;
@@ -46797,6 +46850,7 @@ export declare const creatorPickSchema: z.ZodObject<{
46797
46850
  allCities?: string | undefined;
46798
46851
  listCount?: number | undefined;
46799
46852
  playersSnapshotCreated?: boolean | undefined;
46853
+ stadiumId?: string | undefined;
46800
46854
  stadium?: {
46801
46855
  StadiumID: number;
46802
46856
  Name: string;
@@ -48837,6 +48891,7 @@ export declare const creatorPickSchema: z.ZodObject<{
48837
48891
  allCities: z.ZodOptional<z.ZodString>;
48838
48892
  listCount: z.ZodOptional<z.ZodNumber>;
48839
48893
  playersSnapshotCreated: z.ZodOptional<z.ZodBoolean>;
48894
+ stadiumId: z.ZodOptional<z.ZodString>;
48840
48895
  }, {
48841
48896
  seasonType: z.ZodNumber;
48842
48897
  season: z.ZodString;
@@ -49030,6 +49085,7 @@ export declare const creatorPickSchema: z.ZodObject<{
49030
49085
  allCities?: string | undefined;
49031
49086
  listCount?: number | undefined;
49032
49087
  playersSnapshotCreated?: boolean | undefined;
49088
+ stadiumId?: string | undefined;
49033
49089
  }, {
49034
49090
  status: "canceled" | "live" | "scheduled" | "final" | "postponed";
49035
49091
  league: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba" | "cwc";
@@ -49215,6 +49271,7 @@ export declare const creatorPickSchema: z.ZodObject<{
49215
49271
  allCities?: string | undefined;
49216
49272
  listCount?: number | undefined;
49217
49273
  playersSnapshotCreated?: boolean | undefined;
49274
+ stadiumId?: string | undefined;
49218
49275
  }>]>;
49219
49276
  user: z.ZodObject<Pick<{
49220
49277
  id: z.ZodString;
@@ -50350,6 +50407,7 @@ export declare const creatorPickSchema: z.ZodObject<{
50350
50407
  allCities?: string | undefined;
50351
50408
  listCount?: number | undefined;
50352
50409
  playersSnapshotCreated?: boolean | undefined;
50410
+ stadiumId?: string | undefined;
50353
50411
  totalMinutesRemaining?: number | undefined;
50354
50412
  period?: string | undefined;
50355
50413
  } | {
@@ -50545,6 +50603,7 @@ export declare const creatorPickSchema: z.ZodObject<{
50545
50603
  allCities?: string | undefined;
50546
50604
  listCount?: number | undefined;
50547
50605
  playersSnapshotCreated?: boolean | undefined;
50606
+ stadiumId?: string | undefined;
50548
50607
  inningHalf?: "T" | "B" | undefined;
50549
50608
  savingPitcher?: string | undefined;
50550
50609
  outs?: number | undefined;
@@ -50745,6 +50804,7 @@ export declare const creatorPickSchema: z.ZodObject<{
50745
50804
  allCities?: string | undefined;
50746
50805
  listCount?: number | undefined;
50747
50806
  playersSnapshotCreated?: boolean | undefined;
50807
+ stadiumId?: string | undefined;
50748
50808
  halfTimeBreak?: boolean | undefined;
50749
50809
  } | {
50750
50810
  status: "canceled" | "live" | "scheduled" | "final" | "postponed";
@@ -50946,6 +51006,7 @@ export declare const creatorPickSchema: z.ZodObject<{
50946
51006
  allCities?: string | undefined;
50947
51007
  listCount?: number | undefined;
50948
51008
  playersSnapshotCreated?: boolean | undefined;
51009
+ stadiumId?: string | undefined;
50949
51010
  stadium?: {
50950
51011
  StadiumID: number;
50951
51012
  Name: string;
@@ -51153,6 +51214,7 @@ export declare const creatorPickSchema: z.ZodObject<{
51153
51214
  allCities?: string | undefined;
51154
51215
  listCount?: number | undefined;
51155
51216
  playersSnapshotCreated?: boolean | undefined;
51217
+ stadiumId?: string | undefined;
51156
51218
  stadium?: {
51157
51219
  StadiumID: number;
51158
51220
  Name: string;
@@ -51348,6 +51410,7 @@ export declare const creatorPickSchema: z.ZodObject<{
51348
51410
  allCities?: string | undefined;
51349
51411
  listCount?: number | undefined;
51350
51412
  playersSnapshotCreated?: boolean | undefined;
51413
+ stadiumId?: string | undefined;
51351
51414
  };
51352
51415
  createdAt?: number | undefined;
51353
51416
  comment?: string | undefined;
@@ -51549,6 +51612,7 @@ export declare const creatorPickSchema: z.ZodObject<{
51549
51612
  allCities?: string | undefined;
51550
51613
  listCount?: number | undefined;
51551
51614
  playersSnapshotCreated?: boolean | undefined;
51615
+ stadiumId?: string | undefined;
51552
51616
  totalMinutesRemaining?: number | undefined;
51553
51617
  period?: string | undefined;
51554
51618
  } | {
@@ -51744,6 +51808,7 @@ export declare const creatorPickSchema: z.ZodObject<{
51744
51808
  allCities?: string | undefined;
51745
51809
  listCount?: number | undefined;
51746
51810
  playersSnapshotCreated?: boolean | undefined;
51811
+ stadiumId?: string | undefined;
51747
51812
  inningHalf?: "T" | "B" | undefined;
51748
51813
  savingPitcher?: string | undefined;
51749
51814
  outs?: number | undefined;
@@ -51944,6 +52009,7 @@ export declare const creatorPickSchema: z.ZodObject<{
51944
52009
  allCities?: string | undefined;
51945
52010
  listCount?: number | undefined;
51946
52011
  playersSnapshotCreated?: boolean | undefined;
52012
+ stadiumId?: string | undefined;
51947
52013
  halfTimeBreak?: boolean | undefined;
51948
52014
  } | {
51949
52015
  status: "canceled" | "live" | "scheduled" | "final" | "postponed";
@@ -52145,6 +52211,7 @@ export declare const creatorPickSchema: z.ZodObject<{
52145
52211
  allCities?: string | undefined;
52146
52212
  listCount?: number | undefined;
52147
52213
  playersSnapshotCreated?: boolean | undefined;
52214
+ stadiumId?: string | undefined;
52148
52215
  stadium?: {
52149
52216
  StadiumID: number;
52150
52217
  Name: string;
@@ -52352,6 +52419,7 @@ export declare const creatorPickSchema: z.ZodObject<{
52352
52419
  allCities?: string | undefined;
52353
52420
  listCount?: number | undefined;
52354
52421
  playersSnapshotCreated?: boolean | undefined;
52422
+ stadiumId?: string | undefined;
52355
52423
  stadium?: {
52356
52424
  StadiumID: number;
52357
52425
  Name: string;
@@ -52547,6 +52615,7 @@ export declare const creatorPickSchema: z.ZodObject<{
52547
52615
  allCities?: string | undefined;
52548
52616
  listCount?: number | undefined;
52549
52617
  playersSnapshotCreated?: boolean | undefined;
52618
+ stadiumId?: string | undefined;
52550
52619
  };
52551
52620
  createdAt?: number | undefined;
52552
52621
  comment?: string | undefined;
@@ -143,6 +143,7 @@ exports.commonGameSchema = zod_1.z.object({
143
143
  listCount: zod_1.z.number().optional(),
144
144
  // Indicates whether a one-time snapshot of team players has been stored under this game
145
145
  playersSnapshotCreated: zod_1.z.boolean().optional(),
146
+ stadiumId: zod_1.z.string().optional(),
146
147
  });
147
148
  exports.basketballGameSchema = exports.commonGameSchema.extend({
148
149
  round: zod_1.z.number(),
@@ -11,12 +11,14 @@ export declare const stadiumSchema: z.ZodObject<{
11
11
  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">]>;
12
12
  school: z.ZodOptional<z.ZodString>;
13
13
  city: z.ZodOptional<z.ZodString>;
14
+ stadiumUrl: z.ZodOptional<z.ZodString>;
14
15
  }, "strip", z.ZodTypeAny, {
15
16
  name: string;
16
17
  image: string;
17
18
  league: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba" | "cwc";
18
19
  teamCode: string;
19
20
  id?: string | undefined;
21
+ stadiumUrl?: string | undefined;
20
22
  school?: string | undefined;
21
23
  city?: string | undefined;
22
24
  }, {
@@ -25,11 +27,12 @@ export declare const stadiumSchema: z.ZodObject<{
25
27
  league: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba" | "cwc";
26
28
  teamCode: string;
27
29
  id?: string | undefined;
30
+ stadiumUrl?: string | undefined;
28
31
  school?: string | undefined;
29
32
  city?: string | undefined;
30
33
  }>, "many">;
31
- stadiumImages: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
32
34
  teamIds: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
35
+ teamLeagues: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
33
36
  }, "strip", z.ZodTypeAny, {
34
37
  city: string;
35
38
  venueName: string;
@@ -39,12 +42,13 @@ export declare const stadiumSchema: z.ZodObject<{
39
42
  league: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba" | "cwc";
40
43
  teamCode: string;
41
44
  id?: string | undefined;
45
+ stadiumUrl?: string | undefined;
42
46
  school?: string | undefined;
43
47
  city?: string | undefined;
44
48
  }[];
45
49
  id?: string | undefined;
46
- stadiumImages?: string[] | undefined;
47
50
  teamIds?: string[] | undefined;
51
+ teamLeagues?: string[] | undefined;
48
52
  }, {
49
53
  city: string;
50
54
  venueName: string;
@@ -54,10 +58,11 @@ export declare const stadiumSchema: z.ZodObject<{
54
58
  league: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba" | "cwc";
55
59
  teamCode: string;
56
60
  id?: string | undefined;
61
+ stadiumUrl?: string | undefined;
57
62
  school?: string | undefined;
58
63
  city?: string | undefined;
59
64
  }[];
60
65
  id?: string | undefined;
61
- stadiumImages?: string[] | undefined;
62
66
  teamIds?: string[] | undefined;
67
+ teamLeagues?: string[] | undefined;
63
68
  }>;
@@ -11,12 +11,13 @@ const reducedTeamSchema = zod_1.z.object({
11
11
  league: sharedTypes_1.leagueSlug,
12
12
  school: zod_1.z.string().optional(),
13
13
  city: zod_1.z.string().optional(),
14
+ stadiumUrl: zod_1.z.string().optional(),
14
15
  });
15
16
  exports.stadiumSchema = zod_1.z.object({
16
17
  id: zod_1.z.string().optional(),
17
18
  venueName: zod_1.z.string(),
18
19
  city: zod_1.z.string(),
19
20
  teams: zod_1.z.array(reducedTeamSchema),
20
- stadiumImages: zod_1.z.array(zod_1.z.string()).optional(),
21
21
  teamIds: zod_1.z.array(zod_1.z.string()).optional(),
22
+ teamLeagues: zod_1.z.array(zod_1.z.string()).optional(),
22
23
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rategame-shared",
3
- "version": "1.1.259",
3
+ "version": "1.1.261",
4
4
  "description": "This package contains shared resources for the Rate Game project.",
5
5
  "types": "./dist/index.d.ts",
6
6
  "main": "./dist/index.js",