rategame-shared 1.1.321 → 1.1.323

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.
@@ -1113,6 +1113,7 @@ export declare const pickSchema: z.ZodObject<{
1113
1113
  school: z.ZodNullable<z.ZodOptional<z.ZodString>>;
1114
1114
  city: z.ZodNullable<z.ZodOptional<z.ZodString>>;
1115
1115
  venueName: z.ZodNullable<z.ZodOptional<z.ZodString>>;
1116
+ pickCount: z.ZodOptional<z.ZodNumber>;
1116
1117
  }, "strip", z.ZodTypeAny, {
1117
1118
  name: string | null;
1118
1119
  image: string | null;
@@ -1127,6 +1128,7 @@ export declare const pickSchema: z.ZodObject<{
1127
1128
  school?: string | null | undefined;
1128
1129
  city?: string | null | undefined;
1129
1130
  venueName?: string | null | undefined;
1131
+ pickCount?: number | undefined;
1130
1132
  }, {
1131
1133
  name: string | null;
1132
1134
  image: string | null;
@@ -1141,6 +1143,7 @@ export declare const pickSchema: z.ZodObject<{
1141
1143
  school?: string | null | undefined;
1142
1144
  city?: string | null | undefined;
1143
1145
  venueName?: string | null | undefined;
1146
+ pickCount?: number | undefined;
1144
1147
  }>;
1145
1148
  game: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
1146
1149
  id: z.ZodOptional<z.ZodString>;
@@ -1165,6 +1168,7 @@ export declare const pickSchema: z.ZodObject<{
1165
1168
  school: z.ZodNullable<z.ZodOptional<z.ZodString>>;
1166
1169
  city: z.ZodNullable<z.ZodOptional<z.ZodString>>;
1167
1170
  venueName: z.ZodNullable<z.ZodOptional<z.ZodString>>;
1171
+ pickCount: z.ZodOptional<z.ZodNumber>;
1168
1172
  }, "strip", z.ZodTypeAny, {
1169
1173
  name: string | null;
1170
1174
  image: string | null;
@@ -1179,6 +1183,7 @@ export declare const pickSchema: z.ZodObject<{
1179
1183
  school?: string | null | undefined;
1180
1184
  city?: string | null | undefined;
1181
1185
  venueName?: string | null | undefined;
1186
+ pickCount?: number | undefined;
1182
1187
  }, {
1183
1188
  name: string | null;
1184
1189
  image: string | null;
@@ -1193,6 +1198,7 @@ export declare const pickSchema: z.ZodObject<{
1193
1198
  school?: string | null | undefined;
1194
1199
  city?: string | null | undefined;
1195
1200
  venueName?: string | null | undefined;
1201
+ pickCount?: number | undefined;
1196
1202
  }>;
1197
1203
  awayTeam: z.ZodObject<{
1198
1204
  id: z.ZodNullable<z.ZodOptional<z.ZodString>>;
@@ -1208,6 +1214,7 @@ export declare const pickSchema: z.ZodObject<{
1208
1214
  school: z.ZodNullable<z.ZodOptional<z.ZodString>>;
1209
1215
  city: z.ZodNullable<z.ZodOptional<z.ZodString>>;
1210
1216
  venueName: z.ZodNullable<z.ZodOptional<z.ZodString>>;
1217
+ pickCount: z.ZodOptional<z.ZodNumber>;
1211
1218
  }, "strip", z.ZodTypeAny, {
1212
1219
  name: string | null;
1213
1220
  image: string | null;
@@ -1222,6 +1229,7 @@ export declare const pickSchema: z.ZodObject<{
1222
1229
  school?: string | null | undefined;
1223
1230
  city?: string | null | undefined;
1224
1231
  venueName?: string | null | undefined;
1232
+ pickCount?: number | undefined;
1225
1233
  }, {
1226
1234
  name: string | null;
1227
1235
  image: string | null;
@@ -1236,6 +1244,7 @@ export declare const pickSchema: z.ZodObject<{
1236
1244
  school?: string | null | undefined;
1237
1245
  city?: string | null | undefined;
1238
1246
  venueName?: string | null | undefined;
1247
+ pickCount?: number | undefined;
1239
1248
  }>;
1240
1249
  seriesInfo: z.ZodOptional<z.ZodObject<{
1241
1250
  homeTeamWins: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
@@ -3380,6 +3389,7 @@ export declare const pickSchema: z.ZodObject<{
3380
3389
  school?: string | null | undefined;
3381
3390
  city?: string | null | undefined;
3382
3391
  venueName?: string | null | undefined;
3392
+ pickCount?: number | undefined;
3383
3393
  };
3384
3394
  awayTeam: {
3385
3395
  name: string | null;
@@ -3395,6 +3405,7 @@ export declare const pickSchema: z.ZodObject<{
3395
3405
  school?: string | null | undefined;
3396
3406
  city?: string | null | undefined;
3397
3407
  venueName?: string | null | undefined;
3408
+ pickCount?: number | undefined;
3398
3409
  };
3399
3410
  timeRemainingMinutes: number;
3400
3411
  timeRemainingSeconds: number;
@@ -3573,6 +3584,7 @@ export declare const pickSchema: z.ZodObject<{
3573
3584
  school?: string | null | undefined;
3574
3585
  city?: string | null | undefined;
3575
3586
  venueName?: string | null | undefined;
3587
+ pickCount?: number | undefined;
3576
3588
  };
3577
3589
  awayTeam: {
3578
3590
  name: string | null;
@@ -3588,6 +3600,7 @@ export declare const pickSchema: z.ZodObject<{
3588
3600
  school?: string | null | undefined;
3589
3601
  city?: string | null | undefined;
3590
3602
  venueName?: string | null | undefined;
3603
+ pickCount?: number | undefined;
3591
3604
  };
3592
3605
  timeRemainingMinutes: number;
3593
3606
  timeRemainingSeconds: number;
@@ -3768,6 +3781,7 @@ export declare const pickSchema: z.ZodObject<{
3768
3781
  school: z.ZodNullable<z.ZodOptional<z.ZodString>>;
3769
3782
  city: z.ZodNullable<z.ZodOptional<z.ZodString>>;
3770
3783
  venueName: z.ZodNullable<z.ZodOptional<z.ZodString>>;
3784
+ pickCount: z.ZodOptional<z.ZodNumber>;
3771
3785
  }, "strip", z.ZodTypeAny, {
3772
3786
  name: string | null;
3773
3787
  image: string | null;
@@ -3782,6 +3796,7 @@ export declare const pickSchema: z.ZodObject<{
3782
3796
  school?: string | null | undefined;
3783
3797
  city?: string | null | undefined;
3784
3798
  venueName?: string | null | undefined;
3799
+ pickCount?: number | undefined;
3785
3800
  }, {
3786
3801
  name: string | null;
3787
3802
  image: string | null;
@@ -3796,6 +3811,7 @@ export declare const pickSchema: z.ZodObject<{
3796
3811
  school?: string | null | undefined;
3797
3812
  city?: string | null | undefined;
3798
3813
  venueName?: string | null | undefined;
3814
+ pickCount?: number | undefined;
3799
3815
  }>;
3800
3816
  awayTeam: z.ZodObject<{
3801
3817
  id: z.ZodNullable<z.ZodOptional<z.ZodString>>;
@@ -3811,6 +3827,7 @@ export declare const pickSchema: z.ZodObject<{
3811
3827
  school: z.ZodNullable<z.ZodOptional<z.ZodString>>;
3812
3828
  city: z.ZodNullable<z.ZodOptional<z.ZodString>>;
3813
3829
  venueName: z.ZodNullable<z.ZodOptional<z.ZodString>>;
3830
+ pickCount: z.ZodOptional<z.ZodNumber>;
3814
3831
  }, "strip", z.ZodTypeAny, {
3815
3832
  name: string | null;
3816
3833
  image: string | null;
@@ -3825,6 +3842,7 @@ export declare const pickSchema: z.ZodObject<{
3825
3842
  school?: string | null | undefined;
3826
3843
  city?: string | null | undefined;
3827
3844
  venueName?: string | null | undefined;
3845
+ pickCount?: number | undefined;
3828
3846
  }, {
3829
3847
  name: string | null;
3830
3848
  image: string | null;
@@ -3839,6 +3857,7 @@ export declare const pickSchema: z.ZodObject<{
3839
3857
  school?: string | null | undefined;
3840
3858
  city?: string | null | undefined;
3841
3859
  venueName?: string | null | undefined;
3860
+ pickCount?: number | undefined;
3842
3861
  }>;
3843
3862
  seriesInfo: z.ZodOptional<z.ZodObject<{
3844
3863
  homeTeamWins: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
@@ -5989,6 +6008,7 @@ export declare const pickSchema: z.ZodObject<{
5989
6008
  school?: string | null | undefined;
5990
6009
  city?: string | null | undefined;
5991
6010
  venueName?: string | null | undefined;
6011
+ pickCount?: number | undefined;
5992
6012
  };
5993
6013
  awayTeam: {
5994
6014
  name: string | null;
@@ -6004,6 +6024,7 @@ export declare const pickSchema: z.ZodObject<{
6004
6024
  school?: string | null | undefined;
6005
6025
  city?: string | null | undefined;
6006
6026
  venueName?: string | null | undefined;
6027
+ pickCount?: number | undefined;
6007
6028
  };
6008
6029
  totalInningsRemaining: number;
6009
6030
  innings: {
@@ -6189,6 +6210,7 @@ export declare const pickSchema: z.ZodObject<{
6189
6210
  school?: string | null | undefined;
6190
6211
  city?: string | null | undefined;
6191
6212
  venueName?: string | null | undefined;
6213
+ pickCount?: number | undefined;
6192
6214
  };
6193
6215
  awayTeam: {
6194
6216
  name: string | null;
@@ -6204,6 +6226,7 @@ export declare const pickSchema: z.ZodObject<{
6204
6226
  school?: string | null | undefined;
6205
6227
  city?: string | null | undefined;
6206
6228
  venueName?: string | null | undefined;
6229
+ pickCount?: number | undefined;
6207
6230
  };
6208
6231
  totalInningsRemaining: number;
6209
6232
  innings: {
@@ -6392,6 +6415,7 @@ export declare const pickSchema: z.ZodObject<{
6392
6415
  school: z.ZodNullable<z.ZodOptional<z.ZodString>>;
6393
6416
  city: z.ZodNullable<z.ZodOptional<z.ZodString>>;
6394
6417
  venueName: z.ZodNullable<z.ZodOptional<z.ZodString>>;
6418
+ pickCount: z.ZodOptional<z.ZodNumber>;
6395
6419
  }, "strip", z.ZodTypeAny, {
6396
6420
  name: string | null;
6397
6421
  image: string | null;
@@ -6406,6 +6430,7 @@ export declare const pickSchema: z.ZodObject<{
6406
6430
  school?: string | null | undefined;
6407
6431
  city?: string | null | undefined;
6408
6432
  venueName?: string | null | undefined;
6433
+ pickCount?: number | undefined;
6409
6434
  }, {
6410
6435
  name: string | null;
6411
6436
  image: string | null;
@@ -6420,6 +6445,7 @@ export declare const pickSchema: z.ZodObject<{
6420
6445
  school?: string | null | undefined;
6421
6446
  city?: string | null | undefined;
6422
6447
  venueName?: string | null | undefined;
6448
+ pickCount?: number | undefined;
6423
6449
  }>;
6424
6450
  awayTeam: z.ZodObject<{
6425
6451
  id: z.ZodNullable<z.ZodOptional<z.ZodString>>;
@@ -6435,6 +6461,7 @@ export declare const pickSchema: z.ZodObject<{
6435
6461
  school: z.ZodNullable<z.ZodOptional<z.ZodString>>;
6436
6462
  city: z.ZodNullable<z.ZodOptional<z.ZodString>>;
6437
6463
  venueName: z.ZodNullable<z.ZodOptional<z.ZodString>>;
6464
+ pickCount: z.ZodOptional<z.ZodNumber>;
6438
6465
  }, "strip", z.ZodTypeAny, {
6439
6466
  name: string | null;
6440
6467
  image: string | null;
@@ -6449,6 +6476,7 @@ export declare const pickSchema: z.ZodObject<{
6449
6476
  school?: string | null | undefined;
6450
6477
  city?: string | null | undefined;
6451
6478
  venueName?: string | null | undefined;
6479
+ pickCount?: number | undefined;
6452
6480
  }, {
6453
6481
  name: string | null;
6454
6482
  image: string | null;
@@ -6463,6 +6491,7 @@ export declare const pickSchema: z.ZodObject<{
6463
6491
  school?: string | null | undefined;
6464
6492
  city?: string | null | undefined;
6465
6493
  venueName?: string | null | undefined;
6494
+ pickCount?: number | undefined;
6466
6495
  }>;
6467
6496
  seriesInfo: z.ZodOptional<z.ZodObject<{
6468
6497
  homeTeamWins: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
@@ -8588,6 +8617,7 @@ export declare const pickSchema: z.ZodObject<{
8588
8617
  school: z.ZodNullable<z.ZodOptional<z.ZodString>>;
8589
8618
  city: z.ZodNullable<z.ZodOptional<z.ZodString>>;
8590
8619
  venueName: z.ZodNullable<z.ZodOptional<z.ZodString>>;
8620
+ pickCount: z.ZodOptional<z.ZodNumber>;
8591
8621
  }, {
8592
8622
  scorePeriod1: z.ZodNumber;
8593
8623
  scorePeriod2: z.ZodNumber;
@@ -8611,6 +8641,7 @@ export declare const pickSchema: z.ZodObject<{
8611
8641
  school?: string | null | undefined;
8612
8642
  city?: string | null | undefined;
8613
8643
  venueName?: string | undefined;
8644
+ pickCount?: number | undefined;
8614
8645
  }, {
8615
8646
  name: string | null;
8616
8647
  image: string | null;
@@ -8628,6 +8659,7 @@ export declare const pickSchema: z.ZodObject<{
8628
8659
  school?: string | null | undefined;
8629
8660
  city?: string | null | undefined;
8630
8661
  venueName?: string | undefined;
8662
+ pickCount?: number | undefined;
8631
8663
  }>;
8632
8664
  awayTeam: z.ZodObject<z.objectUtil.extendShape<{
8633
8665
  id: z.ZodNullable<z.ZodOptional<z.ZodString>>;
@@ -8643,6 +8675,7 @@ export declare const pickSchema: z.ZodObject<{
8643
8675
  school: z.ZodNullable<z.ZodOptional<z.ZodString>>;
8644
8676
  city: z.ZodNullable<z.ZodOptional<z.ZodString>>;
8645
8677
  venueName: z.ZodNullable<z.ZodOptional<z.ZodString>>;
8678
+ pickCount: z.ZodOptional<z.ZodNumber>;
8646
8679
  }, {
8647
8680
  scorePeriod1: z.ZodNumber;
8648
8681
  scorePeriod2: z.ZodNumber;
@@ -8666,6 +8699,7 @@ export declare const pickSchema: z.ZodObject<{
8666
8699
  school?: string | null | undefined;
8667
8700
  city?: string | null | undefined;
8668
8701
  venueName?: string | undefined;
8702
+ pickCount?: number | undefined;
8669
8703
  }, {
8670
8704
  name: string | null;
8671
8705
  image: string | null;
@@ -8683,6 +8717,7 @@ export declare const pickSchema: z.ZodObject<{
8683
8717
  school?: string | null | undefined;
8684
8718
  city?: string | null | undefined;
8685
8719
  venueName?: string | undefined;
8720
+ pickCount?: number | undefined;
8686
8721
  }>;
8687
8722
  hadExtraTime: z.ZodBoolean;
8688
8723
  halfTimeBreak: z.ZodOptional<z.ZodBoolean>;
@@ -8710,6 +8745,7 @@ export declare const pickSchema: z.ZodObject<{
8710
8745
  school?: string | null | undefined;
8711
8746
  city?: string | null | undefined;
8712
8747
  venueName?: string | undefined;
8748
+ pickCount?: number | undefined;
8713
8749
  };
8714
8750
  awayTeam: {
8715
8751
  name: string | null;
@@ -8728,6 +8764,7 @@ export declare const pickSchema: z.ZodObject<{
8728
8764
  school?: string | null | undefined;
8729
8765
  city?: string | null | undefined;
8730
8766
  venueName?: string | undefined;
8767
+ pickCount?: number | undefined;
8731
8768
  };
8732
8769
  period: string;
8733
8770
  clock: string;
@@ -8906,6 +8943,7 @@ export declare const pickSchema: z.ZodObject<{
8906
8943
  school?: string | null | undefined;
8907
8944
  city?: string | null | undefined;
8908
8945
  venueName?: string | undefined;
8946
+ pickCount?: number | undefined;
8909
8947
  };
8910
8948
  awayTeam: {
8911
8949
  name: string | null;
@@ -8924,6 +8962,7 @@ export declare const pickSchema: z.ZodObject<{
8924
8962
  school?: string | null | undefined;
8925
8963
  city?: string | null | undefined;
8926
8964
  venueName?: string | undefined;
8965
+ pickCount?: number | undefined;
8927
8966
  };
8928
8967
  period: string;
8929
8968
  clock: string;
@@ -9101,6 +9140,7 @@ export declare const pickSchema: z.ZodObject<{
9101
9140
  school: z.ZodNullable<z.ZodOptional<z.ZodString>>;
9102
9141
  city: z.ZodNullable<z.ZodOptional<z.ZodString>>;
9103
9142
  venueName: z.ZodNullable<z.ZodOptional<z.ZodString>>;
9143
+ pickCount: z.ZodOptional<z.ZodNumber>;
9104
9144
  }, "strip", z.ZodTypeAny, {
9105
9145
  name: string | null;
9106
9146
  image: string | null;
@@ -9115,6 +9155,7 @@ export declare const pickSchema: z.ZodObject<{
9115
9155
  school?: string | null | undefined;
9116
9156
  city?: string | null | undefined;
9117
9157
  venueName?: string | null | undefined;
9158
+ pickCount?: number | undefined;
9118
9159
  }, {
9119
9160
  name: string | null;
9120
9161
  image: string | null;
@@ -9129,6 +9170,7 @@ export declare const pickSchema: z.ZodObject<{
9129
9170
  school?: string | null | undefined;
9130
9171
  city?: string | null | undefined;
9131
9172
  venueName?: string | null | undefined;
9173
+ pickCount?: number | undefined;
9132
9174
  }>;
9133
9175
  awayTeam: z.ZodObject<{
9134
9176
  id: z.ZodNullable<z.ZodOptional<z.ZodString>>;
@@ -9144,6 +9186,7 @@ export declare const pickSchema: z.ZodObject<{
9144
9186
  school: z.ZodNullable<z.ZodOptional<z.ZodString>>;
9145
9187
  city: z.ZodNullable<z.ZodOptional<z.ZodString>>;
9146
9188
  venueName: z.ZodNullable<z.ZodOptional<z.ZodString>>;
9189
+ pickCount: z.ZodOptional<z.ZodNumber>;
9147
9190
  }, "strip", z.ZodTypeAny, {
9148
9191
  name: string | null;
9149
9192
  image: string | null;
@@ -9158,6 +9201,7 @@ export declare const pickSchema: z.ZodObject<{
9158
9201
  school?: string | null | undefined;
9159
9202
  city?: string | null | undefined;
9160
9203
  venueName?: string | null | undefined;
9204
+ pickCount?: number | undefined;
9161
9205
  }, {
9162
9206
  name: string | null;
9163
9207
  image: string | null;
@@ -9172,6 +9216,7 @@ export declare const pickSchema: z.ZodObject<{
9172
9216
  school?: string | null | undefined;
9173
9217
  city?: string | null | undefined;
9174
9218
  venueName?: string | null | undefined;
9219
+ pickCount?: number | undefined;
9175
9220
  }>;
9176
9221
  seriesInfo: z.ZodOptional<z.ZodObject<{
9177
9222
  homeTeamWins: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
@@ -11353,6 +11398,7 @@ export declare const pickSchema: z.ZodObject<{
11353
11398
  school?: string | null | undefined;
11354
11399
  city?: string | null | undefined;
11355
11400
  venueName?: string | null | undefined;
11401
+ pickCount?: number | undefined;
11356
11402
  };
11357
11403
  awayTeam: {
11358
11404
  name: string | null;
@@ -11368,6 +11414,7 @@ export declare const pickSchema: z.ZodObject<{
11368
11414
  school?: string | null | undefined;
11369
11415
  city?: string | null | undefined;
11370
11416
  venueName?: string | null | undefined;
11417
+ pickCount?: number | undefined;
11371
11418
  };
11372
11419
  seasonType: number;
11373
11420
  possession: string | null;
@@ -11566,6 +11613,7 @@ export declare const pickSchema: z.ZodObject<{
11566
11613
  school?: string | null | undefined;
11567
11614
  city?: string | null | undefined;
11568
11615
  venueName?: string | null | undefined;
11616
+ pickCount?: number | undefined;
11569
11617
  };
11570
11618
  awayTeam: {
11571
11619
  name: string | null;
@@ -11581,6 +11629,7 @@ export declare const pickSchema: z.ZodObject<{
11581
11629
  school?: string | null | undefined;
11582
11630
  city?: string | null | undefined;
11583
11631
  venueName?: string | null | undefined;
11632
+ pickCount?: number | undefined;
11584
11633
  };
11585
11634
  seasonType: number;
11586
11635
  possession: string | null;
@@ -11781,6 +11830,7 @@ export declare const pickSchema: z.ZodObject<{
11781
11830
  school: z.ZodNullable<z.ZodOptional<z.ZodString>>;
11782
11831
  city: z.ZodNullable<z.ZodOptional<z.ZodString>>;
11783
11832
  venueName: z.ZodNullable<z.ZodOptional<z.ZodString>>;
11833
+ pickCount: z.ZodOptional<z.ZodNumber>;
11784
11834
  }, "strip", z.ZodTypeAny, {
11785
11835
  name: string | null;
11786
11836
  image: string | null;
@@ -11795,6 +11845,7 @@ export declare const pickSchema: z.ZodObject<{
11795
11845
  school?: string | null | undefined;
11796
11846
  city?: string | null | undefined;
11797
11847
  venueName?: string | null | undefined;
11848
+ pickCount?: number | undefined;
11798
11849
  }, {
11799
11850
  name: string | null;
11800
11851
  image: string | null;
@@ -11809,6 +11860,7 @@ export declare const pickSchema: z.ZodObject<{
11809
11860
  school?: string | null | undefined;
11810
11861
  city?: string | null | undefined;
11811
11862
  venueName?: string | null | undefined;
11863
+ pickCount?: number | undefined;
11812
11864
  }>;
11813
11865
  awayTeam: z.ZodObject<{
11814
11866
  id: z.ZodNullable<z.ZodOptional<z.ZodString>>;
@@ -11824,6 +11876,7 @@ export declare const pickSchema: z.ZodObject<{
11824
11876
  school: z.ZodNullable<z.ZodOptional<z.ZodString>>;
11825
11877
  city: z.ZodNullable<z.ZodOptional<z.ZodString>>;
11826
11878
  venueName: z.ZodNullable<z.ZodOptional<z.ZodString>>;
11879
+ pickCount: z.ZodOptional<z.ZodNumber>;
11827
11880
  }, "strip", z.ZodTypeAny, {
11828
11881
  name: string | null;
11829
11882
  image: string | null;
@@ -11838,6 +11891,7 @@ export declare const pickSchema: z.ZodObject<{
11838
11891
  school?: string | null | undefined;
11839
11892
  city?: string | null | undefined;
11840
11893
  venueName?: string | null | undefined;
11894
+ pickCount?: number | undefined;
11841
11895
  }, {
11842
11896
  name: string | null;
11843
11897
  image: string | null;
@@ -11852,6 +11906,7 @@ export declare const pickSchema: z.ZodObject<{
11852
11906
  school?: string | null | undefined;
11853
11907
  city?: string | null | undefined;
11854
11908
  venueName?: string | null | undefined;
11909
+ pickCount?: number | undefined;
11855
11910
  }>;
11856
11911
  seriesInfo: z.ZodOptional<z.ZodObject<{
11857
11912
  homeTeamWins: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
@@ -14029,6 +14084,7 @@ export declare const pickSchema: z.ZodObject<{
14029
14084
  school?: string | null | undefined;
14030
14085
  city?: string | null | undefined;
14031
14086
  venueName?: string | null | undefined;
14087
+ pickCount?: number | undefined;
14032
14088
  };
14033
14089
  awayTeam: {
14034
14090
  name: string | null;
@@ -14044,6 +14100,7 @@ export declare const pickSchema: z.ZodObject<{
14044
14100
  school?: string | null | undefined;
14045
14101
  city?: string | null | undefined;
14046
14102
  venueName?: string | null | undefined;
14103
+ pickCount?: number | undefined;
14047
14104
  };
14048
14105
  timeRemainingMinutes: number;
14049
14106
  timeRemainingSeconds: number;
@@ -14235,6 +14292,7 @@ export declare const pickSchema: z.ZodObject<{
14235
14292
  school?: string | null | undefined;
14236
14293
  city?: string | null | undefined;
14237
14294
  venueName?: string | null | undefined;
14295
+ pickCount?: number | undefined;
14238
14296
  };
14239
14297
  awayTeam: {
14240
14298
  name: string | null;
@@ -14250,6 +14308,7 @@ export declare const pickSchema: z.ZodObject<{
14250
14308
  school?: string | null | undefined;
14251
14309
  city?: string | null | undefined;
14252
14310
  venueName?: string | null | undefined;
14311
+ pickCount?: number | undefined;
14253
14312
  };
14254
14313
  timeRemainingMinutes: number;
14255
14314
  timeRemainingSeconds: number;
@@ -14443,6 +14502,7 @@ export declare const pickSchema: z.ZodObject<{
14443
14502
  school: z.ZodNullable<z.ZodOptional<z.ZodString>>;
14444
14503
  city: z.ZodNullable<z.ZodOptional<z.ZodString>>;
14445
14504
  venueName: z.ZodNullable<z.ZodOptional<z.ZodString>>;
14505
+ pickCount: z.ZodOptional<z.ZodNumber>;
14446
14506
  }, "strip", z.ZodTypeAny, {
14447
14507
  name: string | null;
14448
14508
  image: string | null;
@@ -14457,6 +14517,7 @@ export declare const pickSchema: z.ZodObject<{
14457
14517
  school?: string | null | undefined;
14458
14518
  city?: string | null | undefined;
14459
14519
  venueName?: string | null | undefined;
14520
+ pickCount?: number | undefined;
14460
14521
  }, {
14461
14522
  name: string | null;
14462
14523
  image: string | null;
@@ -14471,6 +14532,7 @@ export declare const pickSchema: z.ZodObject<{
14471
14532
  school?: string | null | undefined;
14472
14533
  city?: string | null | undefined;
14473
14534
  venueName?: string | null | undefined;
14535
+ pickCount?: number | undefined;
14474
14536
  }>;
14475
14537
  awayTeam: z.ZodObject<{
14476
14538
  id: z.ZodNullable<z.ZodOptional<z.ZodString>>;
@@ -14486,6 +14548,7 @@ export declare const pickSchema: z.ZodObject<{
14486
14548
  school: z.ZodNullable<z.ZodOptional<z.ZodString>>;
14487
14549
  city: z.ZodNullable<z.ZodOptional<z.ZodString>>;
14488
14550
  venueName: z.ZodNullable<z.ZodOptional<z.ZodString>>;
14551
+ pickCount: z.ZodOptional<z.ZodNumber>;
14489
14552
  }, "strip", z.ZodTypeAny, {
14490
14553
  name: string | null;
14491
14554
  image: string | null;
@@ -14500,6 +14563,7 @@ export declare const pickSchema: z.ZodObject<{
14500
14563
  school?: string | null | undefined;
14501
14564
  city?: string | null | undefined;
14502
14565
  venueName?: string | null | undefined;
14566
+ pickCount?: number | undefined;
14503
14567
  }, {
14504
14568
  name: string | null;
14505
14569
  image: string | null;
@@ -14514,6 +14578,7 @@ export declare const pickSchema: z.ZodObject<{
14514
14578
  school?: string | null | undefined;
14515
14579
  city?: string | null | undefined;
14516
14580
  venueName?: string | null | undefined;
14581
+ pickCount?: number | undefined;
14517
14582
  }>;
14518
14583
  seriesInfo: z.ZodOptional<z.ZodObject<{
14519
14584
  homeTeamWins: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
@@ -16643,6 +16708,7 @@ export declare const pickSchema: z.ZodObject<{
16643
16708
  school?: string | null | undefined;
16644
16709
  city?: string | null | undefined;
16645
16710
  venueName?: string | null | undefined;
16711
+ pickCount?: number | undefined;
16646
16712
  };
16647
16713
  awayTeam: {
16648
16714
  name: string | null;
@@ -16658,6 +16724,7 @@ export declare const pickSchema: z.ZodObject<{
16658
16724
  school?: string | null | undefined;
16659
16725
  city?: string | null | undefined;
16660
16726
  venueName?: string | null | undefined;
16727
+ pickCount?: number | undefined;
16661
16728
  };
16662
16729
  timeRemainingMinutes: number;
16663
16730
  timeRemainingSeconds: number;
@@ -16829,6 +16896,7 @@ export declare const pickSchema: z.ZodObject<{
16829
16896
  school?: string | null | undefined;
16830
16897
  city?: string | null | undefined;
16831
16898
  venueName?: string | null | undefined;
16899
+ pickCount?: number | undefined;
16832
16900
  };
16833
16901
  awayTeam: {
16834
16902
  name: string | null;
@@ -16844,6 +16912,7 @@ export declare const pickSchema: z.ZodObject<{
16844
16912
  school?: string | null | undefined;
16845
16913
  city?: string | null | undefined;
16846
16914
  venueName?: string | null | undefined;
16915
+ pickCount?: number | undefined;
16847
16916
  };
16848
16917
  timeRemainingMinutes: number;
16849
16918
  timeRemainingSeconds: number;
@@ -17034,6 +17103,7 @@ export declare const pickSchema: z.ZodObject<{
17034
17103
  school?: string | null | undefined;
17035
17104
  city?: string | null | undefined;
17036
17105
  venueName?: string | null | undefined;
17106
+ pickCount?: number | undefined;
17037
17107
  };
17038
17108
  awayTeam: {
17039
17109
  name: string | null;
@@ -17049,6 +17119,7 @@ export declare const pickSchema: z.ZodObject<{
17049
17119
  school?: string | null | undefined;
17050
17120
  city?: string | null | undefined;
17051
17121
  venueName?: string | null | undefined;
17122
+ pickCount?: number | undefined;
17052
17123
  };
17053
17124
  timeRemainingMinutes: number;
17054
17125
  timeRemainingSeconds: number;
@@ -17226,6 +17297,7 @@ export declare const pickSchema: z.ZodObject<{
17226
17297
  school?: string | null | undefined;
17227
17298
  city?: string | null | undefined;
17228
17299
  venueName?: string | null | undefined;
17300
+ pickCount?: number | undefined;
17229
17301
  };
17230
17302
  awayTeam: {
17231
17303
  name: string | null;
@@ -17241,6 +17313,7 @@ export declare const pickSchema: z.ZodObject<{
17241
17313
  school?: string | null | undefined;
17242
17314
  city?: string | null | undefined;
17243
17315
  venueName?: string | null | undefined;
17316
+ pickCount?: number | undefined;
17244
17317
  };
17245
17318
  totalInningsRemaining: number;
17246
17319
  innings: {
@@ -17430,6 +17503,7 @@ export declare const pickSchema: z.ZodObject<{
17430
17503
  school?: string | null | undefined;
17431
17504
  city?: string | null | undefined;
17432
17505
  venueName?: string | undefined;
17506
+ pickCount?: number | undefined;
17433
17507
  };
17434
17508
  awayTeam: {
17435
17509
  name: string | null;
@@ -17448,6 +17522,7 @@ export declare const pickSchema: z.ZodObject<{
17448
17522
  school?: string | null | undefined;
17449
17523
  city?: string | null | undefined;
17450
17524
  venueName?: string | undefined;
17525
+ pickCount?: number | undefined;
17451
17526
  };
17452
17527
  period: string;
17453
17528
  clock: string;
@@ -17623,6 +17698,7 @@ export declare const pickSchema: z.ZodObject<{
17623
17698
  school?: string | null | undefined;
17624
17699
  city?: string | null | undefined;
17625
17700
  venueName?: string | null | undefined;
17701
+ pickCount?: number | undefined;
17626
17702
  };
17627
17703
  awayTeam: {
17628
17704
  name: string | null;
@@ -17638,6 +17714,7 @@ export declare const pickSchema: z.ZodObject<{
17638
17714
  school?: string | null | undefined;
17639
17715
  city?: string | null | undefined;
17640
17716
  venueName?: string | null | undefined;
17717
+ pickCount?: number | undefined;
17641
17718
  };
17642
17719
  seasonType: number;
17643
17720
  possession: string | null;
@@ -17836,6 +17913,7 @@ export declare const pickSchema: z.ZodObject<{
17836
17913
  school?: string | null | undefined;
17837
17914
  city?: string | null | undefined;
17838
17915
  venueName?: string | null | undefined;
17916
+ pickCount?: number | undefined;
17839
17917
  };
17840
17918
  awayTeam: {
17841
17919
  name: string | null;
@@ -17851,6 +17929,7 @@ export declare const pickSchema: z.ZodObject<{
17851
17929
  school?: string | null | undefined;
17852
17930
  city?: string | null | undefined;
17853
17931
  venueName?: string | null | undefined;
17932
+ pickCount?: number | undefined;
17854
17933
  };
17855
17934
  timeRemainingMinutes: number;
17856
17935
  timeRemainingSeconds: number;
@@ -18041,6 +18120,7 @@ export declare const pickSchema: z.ZodObject<{
18041
18120
  school?: string | null | undefined;
18042
18121
  city?: string | null | undefined;
18043
18122
  venueName?: string | null | undefined;
18123
+ pickCount?: number | undefined;
18044
18124
  };
18045
18125
  awayTeam: {
18046
18126
  name: string | null;
@@ -18056,6 +18136,7 @@ export declare const pickSchema: z.ZodObject<{
18056
18136
  school?: string | null | undefined;
18057
18137
  city?: string | null | undefined;
18058
18138
  venueName?: string | null | undefined;
18139
+ pickCount?: number | undefined;
18059
18140
  };
18060
18141
  timeRemainingMinutes: number;
18061
18142
  timeRemainingSeconds: number;
@@ -18222,6 +18303,7 @@ export declare const pickSchema: z.ZodObject<{
18222
18303
  school?: string | null | undefined;
18223
18304
  city?: string | null | undefined;
18224
18305
  venueName?: string | null | undefined;
18306
+ pickCount?: number | undefined;
18225
18307
  };
18226
18308
  edited: boolean;
18227
18309
  gameId: string;
@@ -18258,6 +18340,7 @@ export declare const pickSchema: z.ZodObject<{
18258
18340
  school?: string | null | undefined;
18259
18341
  city?: string | null | undefined;
18260
18342
  venueName?: string | null | undefined;
18343
+ pickCount?: number | undefined;
18261
18344
  };
18262
18345
  awayTeam: {
18263
18346
  name: string | null;
@@ -18273,6 +18356,7 @@ export declare const pickSchema: z.ZodObject<{
18273
18356
  school?: string | null | undefined;
18274
18357
  city?: string | null | undefined;
18275
18358
  venueName?: string | null | undefined;
18359
+ pickCount?: number | undefined;
18276
18360
  };
18277
18361
  timeRemainingMinutes: number;
18278
18362
  timeRemainingSeconds: number;
@@ -18450,6 +18534,7 @@ export declare const pickSchema: z.ZodObject<{
18450
18534
  school?: string | null | undefined;
18451
18535
  city?: string | null | undefined;
18452
18536
  venueName?: string | null | undefined;
18537
+ pickCount?: number | undefined;
18453
18538
  };
18454
18539
  awayTeam: {
18455
18540
  name: string | null;
@@ -18465,6 +18550,7 @@ export declare const pickSchema: z.ZodObject<{
18465
18550
  school?: string | null | undefined;
18466
18551
  city?: string | null | undefined;
18467
18552
  venueName?: string | null | undefined;
18553
+ pickCount?: number | undefined;
18468
18554
  };
18469
18555
  totalInningsRemaining: number;
18470
18556
  innings: {
@@ -18654,6 +18740,7 @@ export declare const pickSchema: z.ZodObject<{
18654
18740
  school?: string | null | undefined;
18655
18741
  city?: string | null | undefined;
18656
18742
  venueName?: string | undefined;
18743
+ pickCount?: number | undefined;
18657
18744
  };
18658
18745
  awayTeam: {
18659
18746
  name: string | null;
@@ -18672,6 +18759,7 @@ export declare const pickSchema: z.ZodObject<{
18672
18759
  school?: string | null | undefined;
18673
18760
  city?: string | null | undefined;
18674
18761
  venueName?: string | undefined;
18762
+ pickCount?: number | undefined;
18675
18763
  };
18676
18764
  period: string;
18677
18765
  clock: string;
@@ -18847,6 +18935,7 @@ export declare const pickSchema: z.ZodObject<{
18847
18935
  school?: string | null | undefined;
18848
18936
  city?: string | null | undefined;
18849
18937
  venueName?: string | null | undefined;
18938
+ pickCount?: number | undefined;
18850
18939
  };
18851
18940
  awayTeam: {
18852
18941
  name: string | null;
@@ -18862,6 +18951,7 @@ export declare const pickSchema: z.ZodObject<{
18862
18951
  school?: string | null | undefined;
18863
18952
  city?: string | null | undefined;
18864
18953
  venueName?: string | null | undefined;
18954
+ pickCount?: number | undefined;
18865
18955
  };
18866
18956
  seasonType: number;
18867
18957
  possession: string | null;
@@ -19060,6 +19150,7 @@ export declare const pickSchema: z.ZodObject<{
19060
19150
  school?: string | null | undefined;
19061
19151
  city?: string | null | undefined;
19062
19152
  venueName?: string | null | undefined;
19153
+ pickCount?: number | undefined;
19063
19154
  };
19064
19155
  awayTeam: {
19065
19156
  name: string | null;
@@ -19075,6 +19166,7 @@ export declare const pickSchema: z.ZodObject<{
19075
19166
  school?: string | null | undefined;
19076
19167
  city?: string | null | undefined;
19077
19168
  venueName?: string | null | undefined;
19169
+ pickCount?: number | undefined;
19078
19170
  };
19079
19171
  timeRemainingMinutes: number;
19080
19172
  timeRemainingSeconds: number;
@@ -19265,6 +19357,7 @@ export declare const pickSchema: z.ZodObject<{
19265
19357
  school?: string | null | undefined;
19266
19358
  city?: string | null | undefined;
19267
19359
  venueName?: string | null | undefined;
19360
+ pickCount?: number | undefined;
19268
19361
  };
19269
19362
  awayTeam: {
19270
19363
  name: string | null;
@@ -19280,6 +19373,7 @@ export declare const pickSchema: z.ZodObject<{
19280
19373
  school?: string | null | undefined;
19281
19374
  city?: string | null | undefined;
19282
19375
  venueName?: string | null | undefined;
19376
+ pickCount?: number | undefined;
19283
19377
  };
19284
19378
  timeRemainingMinutes: number;
19285
19379
  timeRemainingSeconds: number;
@@ -19446,6 +19540,7 @@ export declare const pickSchema: z.ZodObject<{
19446
19540
  school?: string | null | undefined;
19447
19541
  city?: string | null | undefined;
19448
19542
  venueName?: string | null | undefined;
19543
+ pickCount?: number | undefined;
19449
19544
  };
19450
19545
  edited: boolean;
19451
19546
  gameId: string;
@@ -19466,6 +19561,7 @@ export declare const miniPickSchema: z.ZodObject<{
19466
19561
  school: z.ZodNullable<z.ZodOptional<z.ZodString>>;
19467
19562
  city: z.ZodNullable<z.ZodOptional<z.ZodString>>;
19468
19563
  venueName: z.ZodNullable<z.ZodOptional<z.ZodString>>;
19564
+ pickCount: z.ZodOptional<z.ZodNumber>;
19469
19565
  }, "strip", z.ZodTypeAny, {
19470
19566
  name: string | null;
19471
19567
  image: string | null;
@@ -19480,6 +19576,7 @@ export declare const miniPickSchema: z.ZodObject<{
19480
19576
  school?: string | null | undefined;
19481
19577
  city?: string | null | undefined;
19482
19578
  venueName?: string | null | undefined;
19579
+ pickCount?: number | undefined;
19483
19580
  }, {
19484
19581
  name: string | null;
19485
19582
  image: string | null;
@@ -19494,6 +19591,7 @@ export declare const miniPickSchema: z.ZodObject<{
19494
19591
  school?: string | null | undefined;
19495
19592
  city?: string | null | undefined;
19496
19593
  venueName?: string | null | undefined;
19594
+ pickCount?: number | undefined;
19497
19595
  }>;
19498
19596
  }, "strip", z.ZodTypeAny, {
19499
19597
  id: string;
@@ -19511,6 +19609,7 @@ export declare const miniPickSchema: z.ZodObject<{
19511
19609
  school?: string | null | undefined;
19512
19610
  city?: string | null | undefined;
19513
19611
  venueName?: string | null | undefined;
19612
+ pickCount?: number | undefined;
19514
19613
  };
19515
19614
  }, {
19516
19615
  id: string;
@@ -19528,6 +19627,7 @@ export declare const miniPickSchema: z.ZodObject<{
19528
19627
  school?: string | null | undefined;
19529
19628
  city?: string | null | undefined;
19530
19629
  venueName?: string | null | undefined;
19630
+ pickCount?: number | undefined;
19531
19631
  };
19532
19632
  }>;
19533
19633
  export declare const pickSubmissionDtoSchema: z.ZodObject<{
@@ -19547,6 +19647,7 @@ export declare const pickSubmissionDtoSchema: z.ZodObject<{
19547
19647
  school: z.ZodNullable<z.ZodOptional<z.ZodString>>;
19548
19648
  city: z.ZodNullable<z.ZodOptional<z.ZodString>>;
19549
19649
  venueName: z.ZodNullable<z.ZodOptional<z.ZodString>>;
19650
+ pickCount: z.ZodOptional<z.ZodNumber>;
19550
19651
  }, "strip", z.ZodTypeAny, {
19551
19652
  name: string | null;
19552
19653
  image: string | null;
@@ -19561,6 +19662,7 @@ export declare const pickSubmissionDtoSchema: z.ZodObject<{
19561
19662
  school?: string | null | undefined;
19562
19663
  city?: string | null | undefined;
19563
19664
  venueName?: string | null | undefined;
19665
+ pickCount?: number | undefined;
19564
19666
  }, {
19565
19667
  name: string | null;
19566
19668
  image: string | null;
@@ -19575,6 +19677,7 @@ export declare const pickSubmissionDtoSchema: z.ZodObject<{
19575
19677
  school?: string | null | undefined;
19576
19678
  city?: string | null | undefined;
19577
19679
  venueName?: string | null | undefined;
19680
+ pickCount?: number | undefined;
19578
19681
  }>;
19579
19682
  user: z.ZodObject<Pick<{
19580
19683
  id: z.ZodString;
@@ -20697,6 +20800,7 @@ export declare const pickSubmissionDtoSchema: z.ZodObject<{
20697
20800
  school: z.ZodNullable<z.ZodOptional<z.ZodString>>;
20698
20801
  city: z.ZodNullable<z.ZodOptional<z.ZodString>>;
20699
20802
  venueName: z.ZodNullable<z.ZodOptional<z.ZodString>>;
20803
+ pickCount: z.ZodOptional<z.ZodNumber>;
20700
20804
  }, "strip", z.ZodTypeAny, {
20701
20805
  name: string | null;
20702
20806
  image: string | null;
@@ -20711,6 +20815,7 @@ export declare const pickSubmissionDtoSchema: z.ZodObject<{
20711
20815
  school?: string | null | undefined;
20712
20816
  city?: string | null | undefined;
20713
20817
  venueName?: string | null | undefined;
20818
+ pickCount?: number | undefined;
20714
20819
  }, {
20715
20820
  name: string | null;
20716
20821
  image: string | null;
@@ -20725,6 +20830,7 @@ export declare const pickSubmissionDtoSchema: z.ZodObject<{
20725
20830
  school?: string | null | undefined;
20726
20831
  city?: string | null | undefined;
20727
20832
  venueName?: string | null | undefined;
20833
+ pickCount?: number | undefined;
20728
20834
  }>;
20729
20835
  awayTeam: z.ZodObject<{
20730
20836
  id: z.ZodNullable<z.ZodOptional<z.ZodString>>;
@@ -20740,6 +20846,7 @@ export declare const pickSubmissionDtoSchema: z.ZodObject<{
20740
20846
  school: z.ZodNullable<z.ZodOptional<z.ZodString>>;
20741
20847
  city: z.ZodNullable<z.ZodOptional<z.ZodString>>;
20742
20848
  venueName: z.ZodNullable<z.ZodOptional<z.ZodString>>;
20849
+ pickCount: z.ZodOptional<z.ZodNumber>;
20743
20850
  }, "strip", z.ZodTypeAny, {
20744
20851
  name: string | null;
20745
20852
  image: string | null;
@@ -20754,6 +20861,7 @@ export declare const pickSubmissionDtoSchema: z.ZodObject<{
20754
20861
  school?: string | null | undefined;
20755
20862
  city?: string | null | undefined;
20756
20863
  venueName?: string | null | undefined;
20864
+ pickCount?: number | undefined;
20757
20865
  }, {
20758
20866
  name: string | null;
20759
20867
  image: string | null;
@@ -20768,6 +20876,7 @@ export declare const pickSubmissionDtoSchema: z.ZodObject<{
20768
20876
  school?: string | null | undefined;
20769
20877
  city?: string | null | undefined;
20770
20878
  venueName?: string | null | undefined;
20879
+ pickCount?: number | undefined;
20771
20880
  }>;
20772
20881
  seriesInfo: z.ZodOptional<z.ZodObject<{
20773
20882
  homeTeamWins: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
@@ -22912,6 +23021,7 @@ export declare const pickSubmissionDtoSchema: z.ZodObject<{
22912
23021
  school?: string | null | undefined;
22913
23022
  city?: string | null | undefined;
22914
23023
  venueName?: string | null | undefined;
23024
+ pickCount?: number | undefined;
22915
23025
  };
22916
23026
  awayTeam: {
22917
23027
  name: string | null;
@@ -22927,6 +23037,7 @@ export declare const pickSubmissionDtoSchema: z.ZodObject<{
22927
23037
  school?: string | null | undefined;
22928
23038
  city?: string | null | undefined;
22929
23039
  venueName?: string | null | undefined;
23040
+ pickCount?: number | undefined;
22930
23041
  };
22931
23042
  timeRemainingMinutes: number;
22932
23043
  timeRemainingSeconds: number;
@@ -23105,6 +23216,7 @@ export declare const pickSubmissionDtoSchema: z.ZodObject<{
23105
23216
  school?: string | null | undefined;
23106
23217
  city?: string | null | undefined;
23107
23218
  venueName?: string | null | undefined;
23219
+ pickCount?: number | undefined;
23108
23220
  };
23109
23221
  awayTeam: {
23110
23222
  name: string | null;
@@ -23120,6 +23232,7 @@ export declare const pickSubmissionDtoSchema: z.ZodObject<{
23120
23232
  school?: string | null | undefined;
23121
23233
  city?: string | null | undefined;
23122
23234
  venueName?: string | null | undefined;
23235
+ pickCount?: number | undefined;
23123
23236
  };
23124
23237
  timeRemainingMinutes: number;
23125
23238
  timeRemainingSeconds: number;
@@ -23300,6 +23413,7 @@ export declare const pickSubmissionDtoSchema: z.ZodObject<{
23300
23413
  school: z.ZodNullable<z.ZodOptional<z.ZodString>>;
23301
23414
  city: z.ZodNullable<z.ZodOptional<z.ZodString>>;
23302
23415
  venueName: z.ZodNullable<z.ZodOptional<z.ZodString>>;
23416
+ pickCount: z.ZodOptional<z.ZodNumber>;
23303
23417
  }, "strip", z.ZodTypeAny, {
23304
23418
  name: string | null;
23305
23419
  image: string | null;
@@ -23314,6 +23428,7 @@ export declare const pickSubmissionDtoSchema: z.ZodObject<{
23314
23428
  school?: string | null | undefined;
23315
23429
  city?: string | null | undefined;
23316
23430
  venueName?: string | null | undefined;
23431
+ pickCount?: number | undefined;
23317
23432
  }, {
23318
23433
  name: string | null;
23319
23434
  image: string | null;
@@ -23328,6 +23443,7 @@ export declare const pickSubmissionDtoSchema: z.ZodObject<{
23328
23443
  school?: string | null | undefined;
23329
23444
  city?: string | null | undefined;
23330
23445
  venueName?: string | null | undefined;
23446
+ pickCount?: number | undefined;
23331
23447
  }>;
23332
23448
  awayTeam: z.ZodObject<{
23333
23449
  id: z.ZodNullable<z.ZodOptional<z.ZodString>>;
@@ -23343,6 +23459,7 @@ export declare const pickSubmissionDtoSchema: z.ZodObject<{
23343
23459
  school: z.ZodNullable<z.ZodOptional<z.ZodString>>;
23344
23460
  city: z.ZodNullable<z.ZodOptional<z.ZodString>>;
23345
23461
  venueName: z.ZodNullable<z.ZodOptional<z.ZodString>>;
23462
+ pickCount: z.ZodOptional<z.ZodNumber>;
23346
23463
  }, "strip", z.ZodTypeAny, {
23347
23464
  name: string | null;
23348
23465
  image: string | null;
@@ -23357,6 +23474,7 @@ export declare const pickSubmissionDtoSchema: z.ZodObject<{
23357
23474
  school?: string | null | undefined;
23358
23475
  city?: string | null | undefined;
23359
23476
  venueName?: string | null | undefined;
23477
+ pickCount?: number | undefined;
23360
23478
  }, {
23361
23479
  name: string | null;
23362
23480
  image: string | null;
@@ -23371,6 +23489,7 @@ export declare const pickSubmissionDtoSchema: z.ZodObject<{
23371
23489
  school?: string | null | undefined;
23372
23490
  city?: string | null | undefined;
23373
23491
  venueName?: string | null | undefined;
23492
+ pickCount?: number | undefined;
23374
23493
  }>;
23375
23494
  seriesInfo: z.ZodOptional<z.ZodObject<{
23376
23495
  homeTeamWins: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
@@ -25521,6 +25640,7 @@ export declare const pickSubmissionDtoSchema: z.ZodObject<{
25521
25640
  school?: string | null | undefined;
25522
25641
  city?: string | null | undefined;
25523
25642
  venueName?: string | null | undefined;
25643
+ pickCount?: number | undefined;
25524
25644
  };
25525
25645
  awayTeam: {
25526
25646
  name: string | null;
@@ -25536,6 +25656,7 @@ export declare const pickSubmissionDtoSchema: z.ZodObject<{
25536
25656
  school?: string | null | undefined;
25537
25657
  city?: string | null | undefined;
25538
25658
  venueName?: string | null | undefined;
25659
+ pickCount?: number | undefined;
25539
25660
  };
25540
25661
  totalInningsRemaining: number;
25541
25662
  innings: {
@@ -25721,6 +25842,7 @@ export declare const pickSubmissionDtoSchema: z.ZodObject<{
25721
25842
  school?: string | null | undefined;
25722
25843
  city?: string | null | undefined;
25723
25844
  venueName?: string | null | undefined;
25845
+ pickCount?: number | undefined;
25724
25846
  };
25725
25847
  awayTeam: {
25726
25848
  name: string | null;
@@ -25736,6 +25858,7 @@ export declare const pickSubmissionDtoSchema: z.ZodObject<{
25736
25858
  school?: string | null | undefined;
25737
25859
  city?: string | null | undefined;
25738
25860
  venueName?: string | null | undefined;
25861
+ pickCount?: number | undefined;
25739
25862
  };
25740
25863
  totalInningsRemaining: number;
25741
25864
  innings: {
@@ -25924,6 +26047,7 @@ export declare const pickSubmissionDtoSchema: z.ZodObject<{
25924
26047
  school: z.ZodNullable<z.ZodOptional<z.ZodString>>;
25925
26048
  city: z.ZodNullable<z.ZodOptional<z.ZodString>>;
25926
26049
  venueName: z.ZodNullable<z.ZodOptional<z.ZodString>>;
26050
+ pickCount: z.ZodOptional<z.ZodNumber>;
25927
26051
  }, "strip", z.ZodTypeAny, {
25928
26052
  name: string | null;
25929
26053
  image: string | null;
@@ -25938,6 +26062,7 @@ export declare const pickSubmissionDtoSchema: z.ZodObject<{
25938
26062
  school?: string | null | undefined;
25939
26063
  city?: string | null | undefined;
25940
26064
  venueName?: string | null | undefined;
26065
+ pickCount?: number | undefined;
25941
26066
  }, {
25942
26067
  name: string | null;
25943
26068
  image: string | null;
@@ -25952,6 +26077,7 @@ export declare const pickSubmissionDtoSchema: z.ZodObject<{
25952
26077
  school?: string | null | undefined;
25953
26078
  city?: string | null | undefined;
25954
26079
  venueName?: string | null | undefined;
26080
+ pickCount?: number | undefined;
25955
26081
  }>;
25956
26082
  awayTeam: z.ZodObject<{
25957
26083
  id: z.ZodNullable<z.ZodOptional<z.ZodString>>;
@@ -25967,6 +26093,7 @@ export declare const pickSubmissionDtoSchema: z.ZodObject<{
25967
26093
  school: z.ZodNullable<z.ZodOptional<z.ZodString>>;
25968
26094
  city: z.ZodNullable<z.ZodOptional<z.ZodString>>;
25969
26095
  venueName: z.ZodNullable<z.ZodOptional<z.ZodString>>;
26096
+ pickCount: z.ZodOptional<z.ZodNumber>;
25970
26097
  }, "strip", z.ZodTypeAny, {
25971
26098
  name: string | null;
25972
26099
  image: string | null;
@@ -25981,6 +26108,7 @@ export declare const pickSubmissionDtoSchema: z.ZodObject<{
25981
26108
  school?: string | null | undefined;
25982
26109
  city?: string | null | undefined;
25983
26110
  venueName?: string | null | undefined;
26111
+ pickCount?: number | undefined;
25984
26112
  }, {
25985
26113
  name: string | null;
25986
26114
  image: string | null;
@@ -25995,6 +26123,7 @@ export declare const pickSubmissionDtoSchema: z.ZodObject<{
25995
26123
  school?: string | null | undefined;
25996
26124
  city?: string | null | undefined;
25997
26125
  venueName?: string | null | undefined;
26126
+ pickCount?: number | undefined;
25998
26127
  }>;
25999
26128
  seriesInfo: z.ZodOptional<z.ZodObject<{
26000
26129
  homeTeamWins: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
@@ -28120,6 +28249,7 @@ export declare const pickSubmissionDtoSchema: z.ZodObject<{
28120
28249
  school: z.ZodNullable<z.ZodOptional<z.ZodString>>;
28121
28250
  city: z.ZodNullable<z.ZodOptional<z.ZodString>>;
28122
28251
  venueName: z.ZodNullable<z.ZodOptional<z.ZodString>>;
28252
+ pickCount: z.ZodOptional<z.ZodNumber>;
28123
28253
  }, {
28124
28254
  scorePeriod1: z.ZodNumber;
28125
28255
  scorePeriod2: z.ZodNumber;
@@ -28143,6 +28273,7 @@ export declare const pickSubmissionDtoSchema: z.ZodObject<{
28143
28273
  school?: string | null | undefined;
28144
28274
  city?: string | null | undefined;
28145
28275
  venueName?: string | undefined;
28276
+ pickCount?: number | undefined;
28146
28277
  }, {
28147
28278
  name: string | null;
28148
28279
  image: string | null;
@@ -28160,6 +28291,7 @@ export declare const pickSubmissionDtoSchema: z.ZodObject<{
28160
28291
  school?: string | null | undefined;
28161
28292
  city?: string | null | undefined;
28162
28293
  venueName?: string | undefined;
28294
+ pickCount?: number | undefined;
28163
28295
  }>;
28164
28296
  awayTeam: z.ZodObject<z.objectUtil.extendShape<{
28165
28297
  id: z.ZodNullable<z.ZodOptional<z.ZodString>>;
@@ -28175,6 +28307,7 @@ export declare const pickSubmissionDtoSchema: z.ZodObject<{
28175
28307
  school: z.ZodNullable<z.ZodOptional<z.ZodString>>;
28176
28308
  city: z.ZodNullable<z.ZodOptional<z.ZodString>>;
28177
28309
  venueName: z.ZodNullable<z.ZodOptional<z.ZodString>>;
28310
+ pickCount: z.ZodOptional<z.ZodNumber>;
28178
28311
  }, {
28179
28312
  scorePeriod1: z.ZodNumber;
28180
28313
  scorePeriod2: z.ZodNumber;
@@ -28198,6 +28331,7 @@ export declare const pickSubmissionDtoSchema: z.ZodObject<{
28198
28331
  school?: string | null | undefined;
28199
28332
  city?: string | null | undefined;
28200
28333
  venueName?: string | undefined;
28334
+ pickCount?: number | undefined;
28201
28335
  }, {
28202
28336
  name: string | null;
28203
28337
  image: string | null;
@@ -28215,6 +28349,7 @@ export declare const pickSubmissionDtoSchema: z.ZodObject<{
28215
28349
  school?: string | null | undefined;
28216
28350
  city?: string | null | undefined;
28217
28351
  venueName?: string | undefined;
28352
+ pickCount?: number | undefined;
28218
28353
  }>;
28219
28354
  hadExtraTime: z.ZodBoolean;
28220
28355
  halfTimeBreak: z.ZodOptional<z.ZodBoolean>;
@@ -28242,6 +28377,7 @@ export declare const pickSubmissionDtoSchema: z.ZodObject<{
28242
28377
  school?: string | null | undefined;
28243
28378
  city?: string | null | undefined;
28244
28379
  venueName?: string | undefined;
28380
+ pickCount?: number | undefined;
28245
28381
  };
28246
28382
  awayTeam: {
28247
28383
  name: string | null;
@@ -28260,6 +28396,7 @@ export declare const pickSubmissionDtoSchema: z.ZodObject<{
28260
28396
  school?: string | null | undefined;
28261
28397
  city?: string | null | undefined;
28262
28398
  venueName?: string | undefined;
28399
+ pickCount?: number | undefined;
28263
28400
  };
28264
28401
  period: string;
28265
28402
  clock: string;
@@ -28438,6 +28575,7 @@ export declare const pickSubmissionDtoSchema: z.ZodObject<{
28438
28575
  school?: string | null | undefined;
28439
28576
  city?: string | null | undefined;
28440
28577
  venueName?: string | undefined;
28578
+ pickCount?: number | undefined;
28441
28579
  };
28442
28580
  awayTeam: {
28443
28581
  name: string | null;
@@ -28456,6 +28594,7 @@ export declare const pickSubmissionDtoSchema: z.ZodObject<{
28456
28594
  school?: string | null | undefined;
28457
28595
  city?: string | null | undefined;
28458
28596
  venueName?: string | undefined;
28597
+ pickCount?: number | undefined;
28459
28598
  };
28460
28599
  period: string;
28461
28600
  clock: string;
@@ -28633,6 +28772,7 @@ export declare const pickSubmissionDtoSchema: z.ZodObject<{
28633
28772
  school: z.ZodNullable<z.ZodOptional<z.ZodString>>;
28634
28773
  city: z.ZodNullable<z.ZodOptional<z.ZodString>>;
28635
28774
  venueName: z.ZodNullable<z.ZodOptional<z.ZodString>>;
28775
+ pickCount: z.ZodOptional<z.ZodNumber>;
28636
28776
  }, "strip", z.ZodTypeAny, {
28637
28777
  name: string | null;
28638
28778
  image: string | null;
@@ -28647,6 +28787,7 @@ export declare const pickSubmissionDtoSchema: z.ZodObject<{
28647
28787
  school?: string | null | undefined;
28648
28788
  city?: string | null | undefined;
28649
28789
  venueName?: string | null | undefined;
28790
+ pickCount?: number | undefined;
28650
28791
  }, {
28651
28792
  name: string | null;
28652
28793
  image: string | null;
@@ -28661,6 +28802,7 @@ export declare const pickSubmissionDtoSchema: z.ZodObject<{
28661
28802
  school?: string | null | undefined;
28662
28803
  city?: string | null | undefined;
28663
28804
  venueName?: string | null | undefined;
28805
+ pickCount?: number | undefined;
28664
28806
  }>;
28665
28807
  awayTeam: z.ZodObject<{
28666
28808
  id: z.ZodNullable<z.ZodOptional<z.ZodString>>;
@@ -28676,6 +28818,7 @@ export declare const pickSubmissionDtoSchema: z.ZodObject<{
28676
28818
  school: z.ZodNullable<z.ZodOptional<z.ZodString>>;
28677
28819
  city: z.ZodNullable<z.ZodOptional<z.ZodString>>;
28678
28820
  venueName: z.ZodNullable<z.ZodOptional<z.ZodString>>;
28821
+ pickCount: z.ZodOptional<z.ZodNumber>;
28679
28822
  }, "strip", z.ZodTypeAny, {
28680
28823
  name: string | null;
28681
28824
  image: string | null;
@@ -28690,6 +28833,7 @@ export declare const pickSubmissionDtoSchema: z.ZodObject<{
28690
28833
  school?: string | null | undefined;
28691
28834
  city?: string | null | undefined;
28692
28835
  venueName?: string | null | undefined;
28836
+ pickCount?: number | undefined;
28693
28837
  }, {
28694
28838
  name: string | null;
28695
28839
  image: string | null;
@@ -28704,6 +28848,7 @@ export declare const pickSubmissionDtoSchema: z.ZodObject<{
28704
28848
  school?: string | null | undefined;
28705
28849
  city?: string | null | undefined;
28706
28850
  venueName?: string | null | undefined;
28851
+ pickCount?: number | undefined;
28707
28852
  }>;
28708
28853
  seriesInfo: z.ZodOptional<z.ZodObject<{
28709
28854
  homeTeamWins: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
@@ -30885,6 +31030,7 @@ export declare const pickSubmissionDtoSchema: z.ZodObject<{
30885
31030
  school?: string | null | undefined;
30886
31031
  city?: string | null | undefined;
30887
31032
  venueName?: string | null | undefined;
31033
+ pickCount?: number | undefined;
30888
31034
  };
30889
31035
  awayTeam: {
30890
31036
  name: string | null;
@@ -30900,6 +31046,7 @@ export declare const pickSubmissionDtoSchema: z.ZodObject<{
30900
31046
  school?: string | null | undefined;
30901
31047
  city?: string | null | undefined;
30902
31048
  venueName?: string | null | undefined;
31049
+ pickCount?: number | undefined;
30903
31050
  };
30904
31051
  seasonType: number;
30905
31052
  possession: string | null;
@@ -31098,6 +31245,7 @@ export declare const pickSubmissionDtoSchema: z.ZodObject<{
31098
31245
  school?: string | null | undefined;
31099
31246
  city?: string | null | undefined;
31100
31247
  venueName?: string | null | undefined;
31248
+ pickCount?: number | undefined;
31101
31249
  };
31102
31250
  awayTeam: {
31103
31251
  name: string | null;
@@ -31113,6 +31261,7 @@ export declare const pickSubmissionDtoSchema: z.ZodObject<{
31113
31261
  school?: string | null | undefined;
31114
31262
  city?: string | null | undefined;
31115
31263
  venueName?: string | null | undefined;
31264
+ pickCount?: number | undefined;
31116
31265
  };
31117
31266
  seasonType: number;
31118
31267
  possession: string | null;
@@ -31313,6 +31462,7 @@ export declare const pickSubmissionDtoSchema: z.ZodObject<{
31313
31462
  school: z.ZodNullable<z.ZodOptional<z.ZodString>>;
31314
31463
  city: z.ZodNullable<z.ZodOptional<z.ZodString>>;
31315
31464
  venueName: z.ZodNullable<z.ZodOptional<z.ZodString>>;
31465
+ pickCount: z.ZodOptional<z.ZodNumber>;
31316
31466
  }, "strip", z.ZodTypeAny, {
31317
31467
  name: string | null;
31318
31468
  image: string | null;
@@ -31327,6 +31477,7 @@ export declare const pickSubmissionDtoSchema: z.ZodObject<{
31327
31477
  school?: string | null | undefined;
31328
31478
  city?: string | null | undefined;
31329
31479
  venueName?: string | null | undefined;
31480
+ pickCount?: number | undefined;
31330
31481
  }, {
31331
31482
  name: string | null;
31332
31483
  image: string | null;
@@ -31341,6 +31492,7 @@ export declare const pickSubmissionDtoSchema: z.ZodObject<{
31341
31492
  school?: string | null | undefined;
31342
31493
  city?: string | null | undefined;
31343
31494
  venueName?: string | null | undefined;
31495
+ pickCount?: number | undefined;
31344
31496
  }>;
31345
31497
  awayTeam: z.ZodObject<{
31346
31498
  id: z.ZodNullable<z.ZodOptional<z.ZodString>>;
@@ -31356,6 +31508,7 @@ export declare const pickSubmissionDtoSchema: z.ZodObject<{
31356
31508
  school: z.ZodNullable<z.ZodOptional<z.ZodString>>;
31357
31509
  city: z.ZodNullable<z.ZodOptional<z.ZodString>>;
31358
31510
  venueName: z.ZodNullable<z.ZodOptional<z.ZodString>>;
31511
+ pickCount: z.ZodOptional<z.ZodNumber>;
31359
31512
  }, "strip", z.ZodTypeAny, {
31360
31513
  name: string | null;
31361
31514
  image: string | null;
@@ -31370,6 +31523,7 @@ export declare const pickSubmissionDtoSchema: z.ZodObject<{
31370
31523
  school?: string | null | undefined;
31371
31524
  city?: string | null | undefined;
31372
31525
  venueName?: string | null | undefined;
31526
+ pickCount?: number | undefined;
31373
31527
  }, {
31374
31528
  name: string | null;
31375
31529
  image: string | null;
@@ -31384,6 +31538,7 @@ export declare const pickSubmissionDtoSchema: z.ZodObject<{
31384
31538
  school?: string | null | undefined;
31385
31539
  city?: string | null | undefined;
31386
31540
  venueName?: string | null | undefined;
31541
+ pickCount?: number | undefined;
31387
31542
  }>;
31388
31543
  seriesInfo: z.ZodOptional<z.ZodObject<{
31389
31544
  homeTeamWins: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
@@ -33561,6 +33716,7 @@ export declare const pickSubmissionDtoSchema: z.ZodObject<{
33561
33716
  school?: string | null | undefined;
33562
33717
  city?: string | null | undefined;
33563
33718
  venueName?: string | null | undefined;
33719
+ pickCount?: number | undefined;
33564
33720
  };
33565
33721
  awayTeam: {
33566
33722
  name: string | null;
@@ -33576,6 +33732,7 @@ export declare const pickSubmissionDtoSchema: z.ZodObject<{
33576
33732
  school?: string | null | undefined;
33577
33733
  city?: string | null | undefined;
33578
33734
  venueName?: string | null | undefined;
33735
+ pickCount?: number | undefined;
33579
33736
  };
33580
33737
  timeRemainingMinutes: number;
33581
33738
  timeRemainingSeconds: number;
@@ -33767,6 +33924,7 @@ export declare const pickSubmissionDtoSchema: z.ZodObject<{
33767
33924
  school?: string | null | undefined;
33768
33925
  city?: string | null | undefined;
33769
33926
  venueName?: string | null | undefined;
33927
+ pickCount?: number | undefined;
33770
33928
  };
33771
33929
  awayTeam: {
33772
33930
  name: string | null;
@@ -33782,6 +33940,7 @@ export declare const pickSubmissionDtoSchema: z.ZodObject<{
33782
33940
  school?: string | null | undefined;
33783
33941
  city?: string | null | undefined;
33784
33942
  venueName?: string | null | undefined;
33943
+ pickCount?: number | undefined;
33785
33944
  };
33786
33945
  timeRemainingMinutes: number;
33787
33946
  timeRemainingSeconds: number;
@@ -33975,6 +34134,7 @@ export declare const pickSubmissionDtoSchema: z.ZodObject<{
33975
34134
  school: z.ZodNullable<z.ZodOptional<z.ZodString>>;
33976
34135
  city: z.ZodNullable<z.ZodOptional<z.ZodString>>;
33977
34136
  venueName: z.ZodNullable<z.ZodOptional<z.ZodString>>;
34137
+ pickCount: z.ZodOptional<z.ZodNumber>;
33978
34138
  }, "strip", z.ZodTypeAny, {
33979
34139
  name: string | null;
33980
34140
  image: string | null;
@@ -33989,6 +34149,7 @@ export declare const pickSubmissionDtoSchema: z.ZodObject<{
33989
34149
  school?: string | null | undefined;
33990
34150
  city?: string | null | undefined;
33991
34151
  venueName?: string | null | undefined;
34152
+ pickCount?: number | undefined;
33992
34153
  }, {
33993
34154
  name: string | null;
33994
34155
  image: string | null;
@@ -34003,6 +34164,7 @@ export declare const pickSubmissionDtoSchema: z.ZodObject<{
34003
34164
  school?: string | null | undefined;
34004
34165
  city?: string | null | undefined;
34005
34166
  venueName?: string | null | undefined;
34167
+ pickCount?: number | undefined;
34006
34168
  }>;
34007
34169
  awayTeam: z.ZodObject<{
34008
34170
  id: z.ZodNullable<z.ZodOptional<z.ZodString>>;
@@ -34018,6 +34180,7 @@ export declare const pickSubmissionDtoSchema: z.ZodObject<{
34018
34180
  school: z.ZodNullable<z.ZodOptional<z.ZodString>>;
34019
34181
  city: z.ZodNullable<z.ZodOptional<z.ZodString>>;
34020
34182
  venueName: z.ZodNullable<z.ZodOptional<z.ZodString>>;
34183
+ pickCount: z.ZodOptional<z.ZodNumber>;
34021
34184
  }, "strip", z.ZodTypeAny, {
34022
34185
  name: string | null;
34023
34186
  image: string | null;
@@ -34032,6 +34195,7 @@ export declare const pickSubmissionDtoSchema: z.ZodObject<{
34032
34195
  school?: string | null | undefined;
34033
34196
  city?: string | null | undefined;
34034
34197
  venueName?: string | null | undefined;
34198
+ pickCount?: number | undefined;
34035
34199
  }, {
34036
34200
  name: string | null;
34037
34201
  image: string | null;
@@ -34046,6 +34210,7 @@ export declare const pickSubmissionDtoSchema: z.ZodObject<{
34046
34210
  school?: string | null | undefined;
34047
34211
  city?: string | null | undefined;
34048
34212
  venueName?: string | null | undefined;
34213
+ pickCount?: number | undefined;
34049
34214
  }>;
34050
34215
  seriesInfo: z.ZodOptional<z.ZodObject<{
34051
34216
  homeTeamWins: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
@@ -36175,6 +36340,7 @@ export declare const pickSubmissionDtoSchema: z.ZodObject<{
36175
36340
  school?: string | null | undefined;
36176
36341
  city?: string | null | undefined;
36177
36342
  venueName?: string | null | undefined;
36343
+ pickCount?: number | undefined;
36178
36344
  };
36179
36345
  awayTeam: {
36180
36346
  name: string | null;
@@ -36190,6 +36356,7 @@ export declare const pickSubmissionDtoSchema: z.ZodObject<{
36190
36356
  school?: string | null | undefined;
36191
36357
  city?: string | null | undefined;
36192
36358
  venueName?: string | null | undefined;
36359
+ pickCount?: number | undefined;
36193
36360
  };
36194
36361
  timeRemainingMinutes: number;
36195
36362
  timeRemainingSeconds: number;
@@ -36361,6 +36528,7 @@ export declare const pickSubmissionDtoSchema: z.ZodObject<{
36361
36528
  school?: string | null | undefined;
36362
36529
  city?: string | null | undefined;
36363
36530
  venueName?: string | null | undefined;
36531
+ pickCount?: number | undefined;
36364
36532
  };
36365
36533
  awayTeam: {
36366
36534
  name: string | null;
@@ -36376,6 +36544,7 @@ export declare const pickSubmissionDtoSchema: z.ZodObject<{
36376
36544
  school?: string | null | undefined;
36377
36545
  city?: string | null | undefined;
36378
36546
  venueName?: string | null | undefined;
36547
+ pickCount?: number | undefined;
36379
36548
  };
36380
36549
  timeRemainingMinutes: number;
36381
36550
  timeRemainingSeconds: number;
@@ -36558,6 +36727,7 @@ export declare const pickSubmissionDtoSchema: z.ZodObject<{
36558
36727
  school?: string | null | undefined;
36559
36728
  city?: string | null | undefined;
36560
36729
  venueName?: string | null | undefined;
36730
+ pickCount?: number | undefined;
36561
36731
  };
36562
36732
  awayTeam: {
36563
36733
  name: string | null;
@@ -36573,6 +36743,7 @@ export declare const pickSubmissionDtoSchema: z.ZodObject<{
36573
36743
  school?: string | null | undefined;
36574
36744
  city?: string | null | undefined;
36575
36745
  venueName?: string | null | undefined;
36746
+ pickCount?: number | undefined;
36576
36747
  };
36577
36748
  timeRemainingMinutes: number;
36578
36749
  timeRemainingSeconds: number;
@@ -36750,6 +36921,7 @@ export declare const pickSubmissionDtoSchema: z.ZodObject<{
36750
36921
  school?: string | null | undefined;
36751
36922
  city?: string | null | undefined;
36752
36923
  venueName?: string | null | undefined;
36924
+ pickCount?: number | undefined;
36753
36925
  };
36754
36926
  awayTeam: {
36755
36927
  name: string | null;
@@ -36765,6 +36937,7 @@ export declare const pickSubmissionDtoSchema: z.ZodObject<{
36765
36937
  school?: string | null | undefined;
36766
36938
  city?: string | null | undefined;
36767
36939
  venueName?: string | null | undefined;
36940
+ pickCount?: number | undefined;
36768
36941
  };
36769
36942
  totalInningsRemaining: number;
36770
36943
  innings: {
@@ -36954,6 +37127,7 @@ export declare const pickSubmissionDtoSchema: z.ZodObject<{
36954
37127
  school?: string | null | undefined;
36955
37128
  city?: string | null | undefined;
36956
37129
  venueName?: string | undefined;
37130
+ pickCount?: number | undefined;
36957
37131
  };
36958
37132
  awayTeam: {
36959
37133
  name: string | null;
@@ -36972,6 +37146,7 @@ export declare const pickSubmissionDtoSchema: z.ZodObject<{
36972
37146
  school?: string | null | undefined;
36973
37147
  city?: string | null | undefined;
36974
37148
  venueName?: string | undefined;
37149
+ pickCount?: number | undefined;
36975
37150
  };
36976
37151
  period: string;
36977
37152
  clock: string;
@@ -37147,6 +37322,7 @@ export declare const pickSubmissionDtoSchema: z.ZodObject<{
37147
37322
  school?: string | null | undefined;
37148
37323
  city?: string | null | undefined;
37149
37324
  venueName?: string | null | undefined;
37325
+ pickCount?: number | undefined;
37150
37326
  };
37151
37327
  awayTeam: {
37152
37328
  name: string | null;
@@ -37162,6 +37338,7 @@ export declare const pickSubmissionDtoSchema: z.ZodObject<{
37162
37338
  school?: string | null | undefined;
37163
37339
  city?: string | null | undefined;
37164
37340
  venueName?: string | null | undefined;
37341
+ pickCount?: number | undefined;
37165
37342
  };
37166
37343
  seasonType: number;
37167
37344
  possession: string | null;
@@ -37360,6 +37537,7 @@ export declare const pickSubmissionDtoSchema: z.ZodObject<{
37360
37537
  school?: string | null | undefined;
37361
37538
  city?: string | null | undefined;
37362
37539
  venueName?: string | null | undefined;
37540
+ pickCount?: number | undefined;
37363
37541
  };
37364
37542
  awayTeam: {
37365
37543
  name: string | null;
@@ -37375,6 +37553,7 @@ export declare const pickSubmissionDtoSchema: z.ZodObject<{
37375
37553
  school?: string | null | undefined;
37376
37554
  city?: string | null | undefined;
37377
37555
  venueName?: string | null | undefined;
37556
+ pickCount?: number | undefined;
37378
37557
  };
37379
37558
  timeRemainingMinutes: number;
37380
37559
  timeRemainingSeconds: number;
@@ -37565,6 +37744,7 @@ export declare const pickSubmissionDtoSchema: z.ZodObject<{
37565
37744
  school?: string | null | undefined;
37566
37745
  city?: string | null | undefined;
37567
37746
  venueName?: string | null | undefined;
37747
+ pickCount?: number | undefined;
37568
37748
  };
37569
37749
  awayTeam: {
37570
37750
  name: string | null;
@@ -37580,6 +37760,7 @@ export declare const pickSubmissionDtoSchema: z.ZodObject<{
37580
37760
  school?: string | null | undefined;
37581
37761
  city?: string | null | undefined;
37582
37762
  venueName?: string | null | undefined;
37763
+ pickCount?: number | undefined;
37583
37764
  };
37584
37765
  timeRemainingMinutes: number;
37585
37766
  timeRemainingSeconds: number;
@@ -37746,6 +37927,7 @@ export declare const pickSubmissionDtoSchema: z.ZodObject<{
37746
37927
  school?: string | null | undefined;
37747
37928
  city?: string | null | undefined;
37748
37929
  venueName?: string | null | undefined;
37930
+ pickCount?: number | undefined;
37749
37931
  };
37750
37932
  gameId: string;
37751
37933
  }, {
@@ -37778,6 +37960,7 @@ export declare const pickSubmissionDtoSchema: z.ZodObject<{
37778
37960
  school?: string | null | undefined;
37779
37961
  city?: string | null | undefined;
37780
37962
  venueName?: string | null | undefined;
37963
+ pickCount?: number | undefined;
37781
37964
  };
37782
37965
  awayTeam: {
37783
37966
  name: string | null;
@@ -37793,6 +37976,7 @@ export declare const pickSubmissionDtoSchema: z.ZodObject<{
37793
37976
  school?: string | null | undefined;
37794
37977
  city?: string | null | undefined;
37795
37978
  venueName?: string | null | undefined;
37979
+ pickCount?: number | undefined;
37796
37980
  };
37797
37981
  timeRemainingMinutes: number;
37798
37982
  timeRemainingSeconds: number;
@@ -37970,6 +38154,7 @@ export declare const pickSubmissionDtoSchema: z.ZodObject<{
37970
38154
  school?: string | null | undefined;
37971
38155
  city?: string | null | undefined;
37972
38156
  venueName?: string | null | undefined;
38157
+ pickCount?: number | undefined;
37973
38158
  };
37974
38159
  awayTeam: {
37975
38160
  name: string | null;
@@ -37985,6 +38170,7 @@ export declare const pickSubmissionDtoSchema: z.ZodObject<{
37985
38170
  school?: string | null | undefined;
37986
38171
  city?: string | null | undefined;
37987
38172
  venueName?: string | null | undefined;
38173
+ pickCount?: number | undefined;
37988
38174
  };
37989
38175
  totalInningsRemaining: number;
37990
38176
  innings: {
@@ -38174,6 +38360,7 @@ export declare const pickSubmissionDtoSchema: z.ZodObject<{
38174
38360
  school?: string | null | undefined;
38175
38361
  city?: string | null | undefined;
38176
38362
  venueName?: string | undefined;
38363
+ pickCount?: number | undefined;
38177
38364
  };
38178
38365
  awayTeam: {
38179
38366
  name: string | null;
@@ -38192,6 +38379,7 @@ export declare const pickSubmissionDtoSchema: z.ZodObject<{
38192
38379
  school?: string | null | undefined;
38193
38380
  city?: string | null | undefined;
38194
38381
  venueName?: string | undefined;
38382
+ pickCount?: number | undefined;
38195
38383
  };
38196
38384
  period: string;
38197
38385
  clock: string;
@@ -38367,6 +38555,7 @@ export declare const pickSubmissionDtoSchema: z.ZodObject<{
38367
38555
  school?: string | null | undefined;
38368
38556
  city?: string | null | undefined;
38369
38557
  venueName?: string | null | undefined;
38558
+ pickCount?: number | undefined;
38370
38559
  };
38371
38560
  awayTeam: {
38372
38561
  name: string | null;
@@ -38382,6 +38571,7 @@ export declare const pickSubmissionDtoSchema: z.ZodObject<{
38382
38571
  school?: string | null | undefined;
38383
38572
  city?: string | null | undefined;
38384
38573
  venueName?: string | null | undefined;
38574
+ pickCount?: number | undefined;
38385
38575
  };
38386
38576
  seasonType: number;
38387
38577
  possession: string | null;
@@ -38580,6 +38770,7 @@ export declare const pickSubmissionDtoSchema: z.ZodObject<{
38580
38770
  school?: string | null | undefined;
38581
38771
  city?: string | null | undefined;
38582
38772
  venueName?: string | null | undefined;
38773
+ pickCount?: number | undefined;
38583
38774
  };
38584
38775
  awayTeam: {
38585
38776
  name: string | null;
@@ -38595,6 +38786,7 @@ export declare const pickSubmissionDtoSchema: z.ZodObject<{
38595
38786
  school?: string | null | undefined;
38596
38787
  city?: string | null | undefined;
38597
38788
  venueName?: string | null | undefined;
38789
+ pickCount?: number | undefined;
38598
38790
  };
38599
38791
  timeRemainingMinutes: number;
38600
38792
  timeRemainingSeconds: number;
@@ -38785,6 +38977,7 @@ export declare const pickSubmissionDtoSchema: z.ZodObject<{
38785
38977
  school?: string | null | undefined;
38786
38978
  city?: string | null | undefined;
38787
38979
  venueName?: string | null | undefined;
38980
+ pickCount?: number | undefined;
38788
38981
  };
38789
38982
  awayTeam: {
38790
38983
  name: string | null;
@@ -38800,6 +38993,7 @@ export declare const pickSubmissionDtoSchema: z.ZodObject<{
38800
38993
  school?: string | null | undefined;
38801
38994
  city?: string | null | undefined;
38802
38995
  venueName?: string | null | undefined;
38996
+ pickCount?: number | undefined;
38803
38997
  };
38804
38998
  timeRemainingMinutes: number;
38805
38999
  timeRemainingSeconds: number;
@@ -38966,6 +39160,7 @@ export declare const pickSubmissionDtoSchema: z.ZodObject<{
38966
39160
  school?: string | null | undefined;
38967
39161
  city?: string | null | undefined;
38968
39162
  venueName?: string | null | undefined;
39163
+ pickCount?: number | undefined;
38969
39164
  };
38970
39165
  gameId: string;
38971
39166
  }>;
@@ -38997,6 +39192,7 @@ export declare const pickUpdateDtoSchema: z.ZodObject<{
38997
39192
  school: z.ZodNullable<z.ZodOptional<z.ZodString>>;
38998
39193
  city: z.ZodNullable<z.ZodOptional<z.ZodString>>;
38999
39194
  venueName: z.ZodNullable<z.ZodOptional<z.ZodString>>;
39195
+ pickCount: z.ZodOptional<z.ZodNumber>;
39000
39196
  }, "strip", z.ZodTypeAny, {
39001
39197
  name: string | null;
39002
39198
  image: string | null;
@@ -39011,6 +39207,7 @@ export declare const pickUpdateDtoSchema: z.ZodObject<{
39011
39207
  school?: string | null | undefined;
39012
39208
  city?: string | null | undefined;
39013
39209
  venueName?: string | null | undefined;
39210
+ pickCount?: number | undefined;
39014
39211
  }, {
39015
39212
  name: string | null;
39016
39213
  image: string | null;
@@ -39025,6 +39222,7 @@ export declare const pickUpdateDtoSchema: z.ZodObject<{
39025
39222
  school?: string | null | undefined;
39026
39223
  city?: string | null | undefined;
39027
39224
  venueName?: string | null | undefined;
39225
+ pickCount?: number | undefined;
39028
39226
  }>;
39029
39227
  }, "strip", z.ZodTypeAny, {
39030
39228
  team: {
@@ -39041,6 +39239,7 @@ export declare const pickUpdateDtoSchema: z.ZodObject<{
39041
39239
  school?: string | null | undefined;
39042
39240
  city?: string | null | undefined;
39043
39241
  venueName?: string | null | undefined;
39242
+ pickCount?: number | undefined;
39044
39243
  };
39045
39244
  }, {
39046
39245
  team: {
@@ -39057,6 +39256,7 @@ export declare const pickUpdateDtoSchema: z.ZodObject<{
39057
39256
  school?: string | null | undefined;
39058
39257
  city?: string | null | undefined;
39059
39258
  venueName?: string | null | undefined;
39259
+ pickCount?: number | undefined;
39060
39260
  };
39061
39261
  }>;
39062
39262
  export declare const gamePickStatsResponseDtoSchema: z.ZodObject<{
@@ -40199,6 +40399,7 @@ export declare const userPickResponseDtoSchema: z.ZodObject<{
40199
40399
  school: z.ZodNullable<z.ZodOptional<z.ZodString>>;
40200
40400
  city: z.ZodNullable<z.ZodOptional<z.ZodString>>;
40201
40401
  venueName: z.ZodNullable<z.ZodOptional<z.ZodString>>;
40402
+ pickCount: z.ZodOptional<z.ZodNumber>;
40202
40403
  }, "strip", z.ZodTypeAny, {
40203
40404
  name: string | null;
40204
40405
  image: string | null;
@@ -40213,6 +40414,7 @@ export declare const userPickResponseDtoSchema: z.ZodObject<{
40213
40414
  school?: string | null | undefined;
40214
40415
  city?: string | null | undefined;
40215
40416
  venueName?: string | null | undefined;
40417
+ pickCount?: number | undefined;
40216
40418
  }, {
40217
40419
  name: string | null;
40218
40420
  image: string | null;
@@ -40227,6 +40429,7 @@ export declare const userPickResponseDtoSchema: z.ZodObject<{
40227
40429
  school?: string | null | undefined;
40228
40430
  city?: string | null | undefined;
40229
40431
  venueName?: string | null | undefined;
40432
+ pickCount?: number | undefined;
40230
40433
  }>;
40231
40434
  game: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
40232
40435
  id: z.ZodOptional<z.ZodString>;
@@ -40251,6 +40454,7 @@ export declare const userPickResponseDtoSchema: z.ZodObject<{
40251
40454
  school: z.ZodNullable<z.ZodOptional<z.ZodString>>;
40252
40455
  city: z.ZodNullable<z.ZodOptional<z.ZodString>>;
40253
40456
  venueName: z.ZodNullable<z.ZodOptional<z.ZodString>>;
40457
+ pickCount: z.ZodOptional<z.ZodNumber>;
40254
40458
  }, "strip", z.ZodTypeAny, {
40255
40459
  name: string | null;
40256
40460
  image: string | null;
@@ -40265,6 +40469,7 @@ export declare const userPickResponseDtoSchema: z.ZodObject<{
40265
40469
  school?: string | null | undefined;
40266
40470
  city?: string | null | undefined;
40267
40471
  venueName?: string | null | undefined;
40472
+ pickCount?: number | undefined;
40268
40473
  }, {
40269
40474
  name: string | null;
40270
40475
  image: string | null;
@@ -40279,6 +40484,7 @@ export declare const userPickResponseDtoSchema: z.ZodObject<{
40279
40484
  school?: string | null | undefined;
40280
40485
  city?: string | null | undefined;
40281
40486
  venueName?: string | null | undefined;
40487
+ pickCount?: number | undefined;
40282
40488
  }>;
40283
40489
  awayTeam: z.ZodObject<{
40284
40490
  id: z.ZodNullable<z.ZodOptional<z.ZodString>>;
@@ -40294,6 +40500,7 @@ export declare const userPickResponseDtoSchema: z.ZodObject<{
40294
40500
  school: z.ZodNullable<z.ZodOptional<z.ZodString>>;
40295
40501
  city: z.ZodNullable<z.ZodOptional<z.ZodString>>;
40296
40502
  venueName: z.ZodNullable<z.ZodOptional<z.ZodString>>;
40503
+ pickCount: z.ZodOptional<z.ZodNumber>;
40297
40504
  }, "strip", z.ZodTypeAny, {
40298
40505
  name: string | null;
40299
40506
  image: string | null;
@@ -40308,6 +40515,7 @@ export declare const userPickResponseDtoSchema: z.ZodObject<{
40308
40515
  school?: string | null | undefined;
40309
40516
  city?: string | null | undefined;
40310
40517
  venueName?: string | null | undefined;
40518
+ pickCount?: number | undefined;
40311
40519
  }, {
40312
40520
  name: string | null;
40313
40521
  image: string | null;
@@ -40322,6 +40530,7 @@ export declare const userPickResponseDtoSchema: z.ZodObject<{
40322
40530
  school?: string | null | undefined;
40323
40531
  city?: string | null | undefined;
40324
40532
  venueName?: string | null | undefined;
40533
+ pickCount?: number | undefined;
40325
40534
  }>;
40326
40535
  seriesInfo: z.ZodOptional<z.ZodObject<{
40327
40536
  homeTeamWins: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
@@ -42466,6 +42675,7 @@ export declare const userPickResponseDtoSchema: z.ZodObject<{
42466
42675
  school?: string | null | undefined;
42467
42676
  city?: string | null | undefined;
42468
42677
  venueName?: string | null | undefined;
42678
+ pickCount?: number | undefined;
42469
42679
  };
42470
42680
  awayTeam: {
42471
42681
  name: string | null;
@@ -42481,6 +42691,7 @@ export declare const userPickResponseDtoSchema: z.ZodObject<{
42481
42691
  school?: string | null | undefined;
42482
42692
  city?: string | null | undefined;
42483
42693
  venueName?: string | null | undefined;
42694
+ pickCount?: number | undefined;
42484
42695
  };
42485
42696
  timeRemainingMinutes: number;
42486
42697
  timeRemainingSeconds: number;
@@ -42659,6 +42870,7 @@ export declare const userPickResponseDtoSchema: z.ZodObject<{
42659
42870
  school?: string | null | undefined;
42660
42871
  city?: string | null | undefined;
42661
42872
  venueName?: string | null | undefined;
42873
+ pickCount?: number | undefined;
42662
42874
  };
42663
42875
  awayTeam: {
42664
42876
  name: string | null;
@@ -42674,6 +42886,7 @@ export declare const userPickResponseDtoSchema: z.ZodObject<{
42674
42886
  school?: string | null | undefined;
42675
42887
  city?: string | null | undefined;
42676
42888
  venueName?: string | null | undefined;
42889
+ pickCount?: number | undefined;
42677
42890
  };
42678
42891
  timeRemainingMinutes: number;
42679
42892
  timeRemainingSeconds: number;
@@ -42854,6 +43067,7 @@ export declare const userPickResponseDtoSchema: z.ZodObject<{
42854
43067
  school: z.ZodNullable<z.ZodOptional<z.ZodString>>;
42855
43068
  city: z.ZodNullable<z.ZodOptional<z.ZodString>>;
42856
43069
  venueName: z.ZodNullable<z.ZodOptional<z.ZodString>>;
43070
+ pickCount: z.ZodOptional<z.ZodNumber>;
42857
43071
  }, "strip", z.ZodTypeAny, {
42858
43072
  name: string | null;
42859
43073
  image: string | null;
@@ -42868,6 +43082,7 @@ export declare const userPickResponseDtoSchema: z.ZodObject<{
42868
43082
  school?: string | null | undefined;
42869
43083
  city?: string | null | undefined;
42870
43084
  venueName?: string | null | undefined;
43085
+ pickCount?: number | undefined;
42871
43086
  }, {
42872
43087
  name: string | null;
42873
43088
  image: string | null;
@@ -42882,6 +43097,7 @@ export declare const userPickResponseDtoSchema: z.ZodObject<{
42882
43097
  school?: string | null | undefined;
42883
43098
  city?: string | null | undefined;
42884
43099
  venueName?: string | null | undefined;
43100
+ pickCount?: number | undefined;
42885
43101
  }>;
42886
43102
  awayTeam: z.ZodObject<{
42887
43103
  id: z.ZodNullable<z.ZodOptional<z.ZodString>>;
@@ -42897,6 +43113,7 @@ export declare const userPickResponseDtoSchema: z.ZodObject<{
42897
43113
  school: z.ZodNullable<z.ZodOptional<z.ZodString>>;
42898
43114
  city: z.ZodNullable<z.ZodOptional<z.ZodString>>;
42899
43115
  venueName: z.ZodNullable<z.ZodOptional<z.ZodString>>;
43116
+ pickCount: z.ZodOptional<z.ZodNumber>;
42900
43117
  }, "strip", z.ZodTypeAny, {
42901
43118
  name: string | null;
42902
43119
  image: string | null;
@@ -42911,6 +43128,7 @@ export declare const userPickResponseDtoSchema: z.ZodObject<{
42911
43128
  school?: string | null | undefined;
42912
43129
  city?: string | null | undefined;
42913
43130
  venueName?: string | null | undefined;
43131
+ pickCount?: number | undefined;
42914
43132
  }, {
42915
43133
  name: string | null;
42916
43134
  image: string | null;
@@ -42925,6 +43143,7 @@ export declare const userPickResponseDtoSchema: z.ZodObject<{
42925
43143
  school?: string | null | undefined;
42926
43144
  city?: string | null | undefined;
42927
43145
  venueName?: string | null | undefined;
43146
+ pickCount?: number | undefined;
42928
43147
  }>;
42929
43148
  seriesInfo: z.ZodOptional<z.ZodObject<{
42930
43149
  homeTeamWins: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
@@ -45075,6 +45294,7 @@ export declare const userPickResponseDtoSchema: z.ZodObject<{
45075
45294
  school?: string | null | undefined;
45076
45295
  city?: string | null | undefined;
45077
45296
  venueName?: string | null | undefined;
45297
+ pickCount?: number | undefined;
45078
45298
  };
45079
45299
  awayTeam: {
45080
45300
  name: string | null;
@@ -45090,6 +45310,7 @@ export declare const userPickResponseDtoSchema: z.ZodObject<{
45090
45310
  school?: string | null | undefined;
45091
45311
  city?: string | null | undefined;
45092
45312
  venueName?: string | null | undefined;
45313
+ pickCount?: number | undefined;
45093
45314
  };
45094
45315
  totalInningsRemaining: number;
45095
45316
  innings: {
@@ -45275,6 +45496,7 @@ export declare const userPickResponseDtoSchema: z.ZodObject<{
45275
45496
  school?: string | null | undefined;
45276
45497
  city?: string | null | undefined;
45277
45498
  venueName?: string | null | undefined;
45499
+ pickCount?: number | undefined;
45278
45500
  };
45279
45501
  awayTeam: {
45280
45502
  name: string | null;
@@ -45290,6 +45512,7 @@ export declare const userPickResponseDtoSchema: z.ZodObject<{
45290
45512
  school?: string | null | undefined;
45291
45513
  city?: string | null | undefined;
45292
45514
  venueName?: string | null | undefined;
45515
+ pickCount?: number | undefined;
45293
45516
  };
45294
45517
  totalInningsRemaining: number;
45295
45518
  innings: {
@@ -45478,6 +45701,7 @@ export declare const userPickResponseDtoSchema: z.ZodObject<{
45478
45701
  school: z.ZodNullable<z.ZodOptional<z.ZodString>>;
45479
45702
  city: z.ZodNullable<z.ZodOptional<z.ZodString>>;
45480
45703
  venueName: z.ZodNullable<z.ZodOptional<z.ZodString>>;
45704
+ pickCount: z.ZodOptional<z.ZodNumber>;
45481
45705
  }, "strip", z.ZodTypeAny, {
45482
45706
  name: string | null;
45483
45707
  image: string | null;
@@ -45492,6 +45716,7 @@ export declare const userPickResponseDtoSchema: z.ZodObject<{
45492
45716
  school?: string | null | undefined;
45493
45717
  city?: string | null | undefined;
45494
45718
  venueName?: string | null | undefined;
45719
+ pickCount?: number | undefined;
45495
45720
  }, {
45496
45721
  name: string | null;
45497
45722
  image: string | null;
@@ -45506,6 +45731,7 @@ export declare const userPickResponseDtoSchema: z.ZodObject<{
45506
45731
  school?: string | null | undefined;
45507
45732
  city?: string | null | undefined;
45508
45733
  venueName?: string | null | undefined;
45734
+ pickCount?: number | undefined;
45509
45735
  }>;
45510
45736
  awayTeam: z.ZodObject<{
45511
45737
  id: z.ZodNullable<z.ZodOptional<z.ZodString>>;
@@ -45521,6 +45747,7 @@ export declare const userPickResponseDtoSchema: z.ZodObject<{
45521
45747
  school: z.ZodNullable<z.ZodOptional<z.ZodString>>;
45522
45748
  city: z.ZodNullable<z.ZodOptional<z.ZodString>>;
45523
45749
  venueName: z.ZodNullable<z.ZodOptional<z.ZodString>>;
45750
+ pickCount: z.ZodOptional<z.ZodNumber>;
45524
45751
  }, "strip", z.ZodTypeAny, {
45525
45752
  name: string | null;
45526
45753
  image: string | null;
@@ -45535,6 +45762,7 @@ export declare const userPickResponseDtoSchema: z.ZodObject<{
45535
45762
  school?: string | null | undefined;
45536
45763
  city?: string | null | undefined;
45537
45764
  venueName?: string | null | undefined;
45765
+ pickCount?: number | undefined;
45538
45766
  }, {
45539
45767
  name: string | null;
45540
45768
  image: string | null;
@@ -45549,6 +45777,7 @@ export declare const userPickResponseDtoSchema: z.ZodObject<{
45549
45777
  school?: string | null | undefined;
45550
45778
  city?: string | null | undefined;
45551
45779
  venueName?: string | null | undefined;
45780
+ pickCount?: number | undefined;
45552
45781
  }>;
45553
45782
  seriesInfo: z.ZodOptional<z.ZodObject<{
45554
45783
  homeTeamWins: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
@@ -47674,6 +47903,7 @@ export declare const userPickResponseDtoSchema: z.ZodObject<{
47674
47903
  school: z.ZodNullable<z.ZodOptional<z.ZodString>>;
47675
47904
  city: z.ZodNullable<z.ZodOptional<z.ZodString>>;
47676
47905
  venueName: z.ZodNullable<z.ZodOptional<z.ZodString>>;
47906
+ pickCount: z.ZodOptional<z.ZodNumber>;
47677
47907
  }, {
47678
47908
  scorePeriod1: z.ZodNumber;
47679
47909
  scorePeriod2: z.ZodNumber;
@@ -47697,6 +47927,7 @@ export declare const userPickResponseDtoSchema: z.ZodObject<{
47697
47927
  school?: string | null | undefined;
47698
47928
  city?: string | null | undefined;
47699
47929
  venueName?: string | undefined;
47930
+ pickCount?: number | undefined;
47700
47931
  }, {
47701
47932
  name: string | null;
47702
47933
  image: string | null;
@@ -47714,6 +47945,7 @@ export declare const userPickResponseDtoSchema: z.ZodObject<{
47714
47945
  school?: string | null | undefined;
47715
47946
  city?: string | null | undefined;
47716
47947
  venueName?: string | undefined;
47948
+ pickCount?: number | undefined;
47717
47949
  }>;
47718
47950
  awayTeam: z.ZodObject<z.objectUtil.extendShape<{
47719
47951
  id: z.ZodNullable<z.ZodOptional<z.ZodString>>;
@@ -47729,6 +47961,7 @@ export declare const userPickResponseDtoSchema: z.ZodObject<{
47729
47961
  school: z.ZodNullable<z.ZodOptional<z.ZodString>>;
47730
47962
  city: z.ZodNullable<z.ZodOptional<z.ZodString>>;
47731
47963
  venueName: z.ZodNullable<z.ZodOptional<z.ZodString>>;
47964
+ pickCount: z.ZodOptional<z.ZodNumber>;
47732
47965
  }, {
47733
47966
  scorePeriod1: z.ZodNumber;
47734
47967
  scorePeriod2: z.ZodNumber;
@@ -47752,6 +47985,7 @@ export declare const userPickResponseDtoSchema: z.ZodObject<{
47752
47985
  school?: string | null | undefined;
47753
47986
  city?: string | null | undefined;
47754
47987
  venueName?: string | undefined;
47988
+ pickCount?: number | undefined;
47755
47989
  }, {
47756
47990
  name: string | null;
47757
47991
  image: string | null;
@@ -47769,6 +48003,7 @@ export declare const userPickResponseDtoSchema: z.ZodObject<{
47769
48003
  school?: string | null | undefined;
47770
48004
  city?: string | null | undefined;
47771
48005
  venueName?: string | undefined;
48006
+ pickCount?: number | undefined;
47772
48007
  }>;
47773
48008
  hadExtraTime: z.ZodBoolean;
47774
48009
  halfTimeBreak: z.ZodOptional<z.ZodBoolean>;
@@ -47796,6 +48031,7 @@ export declare const userPickResponseDtoSchema: z.ZodObject<{
47796
48031
  school?: string | null | undefined;
47797
48032
  city?: string | null | undefined;
47798
48033
  venueName?: string | undefined;
48034
+ pickCount?: number | undefined;
47799
48035
  };
47800
48036
  awayTeam: {
47801
48037
  name: string | null;
@@ -47814,6 +48050,7 @@ export declare const userPickResponseDtoSchema: z.ZodObject<{
47814
48050
  school?: string | null | undefined;
47815
48051
  city?: string | null | undefined;
47816
48052
  venueName?: string | undefined;
48053
+ pickCount?: number | undefined;
47817
48054
  };
47818
48055
  period: string;
47819
48056
  clock: string;
@@ -47992,6 +48229,7 @@ export declare const userPickResponseDtoSchema: z.ZodObject<{
47992
48229
  school?: string | null | undefined;
47993
48230
  city?: string | null | undefined;
47994
48231
  venueName?: string | undefined;
48232
+ pickCount?: number | undefined;
47995
48233
  };
47996
48234
  awayTeam: {
47997
48235
  name: string | null;
@@ -48010,6 +48248,7 @@ export declare const userPickResponseDtoSchema: z.ZodObject<{
48010
48248
  school?: string | null | undefined;
48011
48249
  city?: string | null | undefined;
48012
48250
  venueName?: string | undefined;
48251
+ pickCount?: number | undefined;
48013
48252
  };
48014
48253
  period: string;
48015
48254
  clock: string;
@@ -48187,6 +48426,7 @@ export declare const userPickResponseDtoSchema: z.ZodObject<{
48187
48426
  school: z.ZodNullable<z.ZodOptional<z.ZodString>>;
48188
48427
  city: z.ZodNullable<z.ZodOptional<z.ZodString>>;
48189
48428
  venueName: z.ZodNullable<z.ZodOptional<z.ZodString>>;
48429
+ pickCount: z.ZodOptional<z.ZodNumber>;
48190
48430
  }, "strip", z.ZodTypeAny, {
48191
48431
  name: string | null;
48192
48432
  image: string | null;
@@ -48201,6 +48441,7 @@ export declare const userPickResponseDtoSchema: z.ZodObject<{
48201
48441
  school?: string | null | undefined;
48202
48442
  city?: string | null | undefined;
48203
48443
  venueName?: string | null | undefined;
48444
+ pickCount?: number | undefined;
48204
48445
  }, {
48205
48446
  name: string | null;
48206
48447
  image: string | null;
@@ -48215,6 +48456,7 @@ export declare const userPickResponseDtoSchema: z.ZodObject<{
48215
48456
  school?: string | null | undefined;
48216
48457
  city?: string | null | undefined;
48217
48458
  venueName?: string | null | undefined;
48459
+ pickCount?: number | undefined;
48218
48460
  }>;
48219
48461
  awayTeam: z.ZodObject<{
48220
48462
  id: z.ZodNullable<z.ZodOptional<z.ZodString>>;
@@ -48230,6 +48472,7 @@ export declare const userPickResponseDtoSchema: z.ZodObject<{
48230
48472
  school: z.ZodNullable<z.ZodOptional<z.ZodString>>;
48231
48473
  city: z.ZodNullable<z.ZodOptional<z.ZodString>>;
48232
48474
  venueName: z.ZodNullable<z.ZodOptional<z.ZodString>>;
48475
+ pickCount: z.ZodOptional<z.ZodNumber>;
48233
48476
  }, "strip", z.ZodTypeAny, {
48234
48477
  name: string | null;
48235
48478
  image: string | null;
@@ -48244,6 +48487,7 @@ export declare const userPickResponseDtoSchema: z.ZodObject<{
48244
48487
  school?: string | null | undefined;
48245
48488
  city?: string | null | undefined;
48246
48489
  venueName?: string | null | undefined;
48490
+ pickCount?: number | undefined;
48247
48491
  }, {
48248
48492
  name: string | null;
48249
48493
  image: string | null;
@@ -48258,6 +48502,7 @@ export declare const userPickResponseDtoSchema: z.ZodObject<{
48258
48502
  school?: string | null | undefined;
48259
48503
  city?: string | null | undefined;
48260
48504
  venueName?: string | null | undefined;
48505
+ pickCount?: number | undefined;
48261
48506
  }>;
48262
48507
  seriesInfo: z.ZodOptional<z.ZodObject<{
48263
48508
  homeTeamWins: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
@@ -50439,6 +50684,7 @@ export declare const userPickResponseDtoSchema: z.ZodObject<{
50439
50684
  school?: string | null | undefined;
50440
50685
  city?: string | null | undefined;
50441
50686
  venueName?: string | null | undefined;
50687
+ pickCount?: number | undefined;
50442
50688
  };
50443
50689
  awayTeam: {
50444
50690
  name: string | null;
@@ -50454,6 +50700,7 @@ export declare const userPickResponseDtoSchema: z.ZodObject<{
50454
50700
  school?: string | null | undefined;
50455
50701
  city?: string | null | undefined;
50456
50702
  venueName?: string | null | undefined;
50703
+ pickCount?: number | undefined;
50457
50704
  };
50458
50705
  seasonType: number;
50459
50706
  possession: string | null;
@@ -50652,6 +50899,7 @@ export declare const userPickResponseDtoSchema: z.ZodObject<{
50652
50899
  school?: string | null | undefined;
50653
50900
  city?: string | null | undefined;
50654
50901
  venueName?: string | null | undefined;
50902
+ pickCount?: number | undefined;
50655
50903
  };
50656
50904
  awayTeam: {
50657
50905
  name: string | null;
@@ -50667,6 +50915,7 @@ export declare const userPickResponseDtoSchema: z.ZodObject<{
50667
50915
  school?: string | null | undefined;
50668
50916
  city?: string | null | undefined;
50669
50917
  venueName?: string | null | undefined;
50918
+ pickCount?: number | undefined;
50670
50919
  };
50671
50920
  seasonType: number;
50672
50921
  possession: string | null;
@@ -50867,6 +51116,7 @@ export declare const userPickResponseDtoSchema: z.ZodObject<{
50867
51116
  school: z.ZodNullable<z.ZodOptional<z.ZodString>>;
50868
51117
  city: z.ZodNullable<z.ZodOptional<z.ZodString>>;
50869
51118
  venueName: z.ZodNullable<z.ZodOptional<z.ZodString>>;
51119
+ pickCount: z.ZodOptional<z.ZodNumber>;
50870
51120
  }, "strip", z.ZodTypeAny, {
50871
51121
  name: string | null;
50872
51122
  image: string | null;
@@ -50881,6 +51131,7 @@ export declare const userPickResponseDtoSchema: z.ZodObject<{
50881
51131
  school?: string | null | undefined;
50882
51132
  city?: string | null | undefined;
50883
51133
  venueName?: string | null | undefined;
51134
+ pickCount?: number | undefined;
50884
51135
  }, {
50885
51136
  name: string | null;
50886
51137
  image: string | null;
@@ -50895,6 +51146,7 @@ export declare const userPickResponseDtoSchema: z.ZodObject<{
50895
51146
  school?: string | null | undefined;
50896
51147
  city?: string | null | undefined;
50897
51148
  venueName?: string | null | undefined;
51149
+ pickCount?: number | undefined;
50898
51150
  }>;
50899
51151
  awayTeam: z.ZodObject<{
50900
51152
  id: z.ZodNullable<z.ZodOptional<z.ZodString>>;
@@ -50910,6 +51162,7 @@ export declare const userPickResponseDtoSchema: z.ZodObject<{
50910
51162
  school: z.ZodNullable<z.ZodOptional<z.ZodString>>;
50911
51163
  city: z.ZodNullable<z.ZodOptional<z.ZodString>>;
50912
51164
  venueName: z.ZodNullable<z.ZodOptional<z.ZodString>>;
51165
+ pickCount: z.ZodOptional<z.ZodNumber>;
50913
51166
  }, "strip", z.ZodTypeAny, {
50914
51167
  name: string | null;
50915
51168
  image: string | null;
@@ -50924,6 +51177,7 @@ export declare const userPickResponseDtoSchema: z.ZodObject<{
50924
51177
  school?: string | null | undefined;
50925
51178
  city?: string | null | undefined;
50926
51179
  venueName?: string | null | undefined;
51180
+ pickCount?: number | undefined;
50927
51181
  }, {
50928
51182
  name: string | null;
50929
51183
  image: string | null;
@@ -50938,6 +51192,7 @@ export declare const userPickResponseDtoSchema: z.ZodObject<{
50938
51192
  school?: string | null | undefined;
50939
51193
  city?: string | null | undefined;
50940
51194
  venueName?: string | null | undefined;
51195
+ pickCount?: number | undefined;
50941
51196
  }>;
50942
51197
  seriesInfo: z.ZodOptional<z.ZodObject<{
50943
51198
  homeTeamWins: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
@@ -53115,6 +53370,7 @@ export declare const userPickResponseDtoSchema: z.ZodObject<{
53115
53370
  school?: string | null | undefined;
53116
53371
  city?: string | null | undefined;
53117
53372
  venueName?: string | null | undefined;
53373
+ pickCount?: number | undefined;
53118
53374
  };
53119
53375
  awayTeam: {
53120
53376
  name: string | null;
@@ -53130,6 +53386,7 @@ export declare const userPickResponseDtoSchema: z.ZodObject<{
53130
53386
  school?: string | null | undefined;
53131
53387
  city?: string | null | undefined;
53132
53388
  venueName?: string | null | undefined;
53389
+ pickCount?: number | undefined;
53133
53390
  };
53134
53391
  timeRemainingMinutes: number;
53135
53392
  timeRemainingSeconds: number;
@@ -53321,6 +53578,7 @@ export declare const userPickResponseDtoSchema: z.ZodObject<{
53321
53578
  school?: string | null | undefined;
53322
53579
  city?: string | null | undefined;
53323
53580
  venueName?: string | null | undefined;
53581
+ pickCount?: number | undefined;
53324
53582
  };
53325
53583
  awayTeam: {
53326
53584
  name: string | null;
@@ -53336,6 +53594,7 @@ export declare const userPickResponseDtoSchema: z.ZodObject<{
53336
53594
  school?: string | null | undefined;
53337
53595
  city?: string | null | undefined;
53338
53596
  venueName?: string | null | undefined;
53597
+ pickCount?: number | undefined;
53339
53598
  };
53340
53599
  timeRemainingMinutes: number;
53341
53600
  timeRemainingSeconds: number;
@@ -53529,6 +53788,7 @@ export declare const userPickResponseDtoSchema: z.ZodObject<{
53529
53788
  school: z.ZodNullable<z.ZodOptional<z.ZodString>>;
53530
53789
  city: z.ZodNullable<z.ZodOptional<z.ZodString>>;
53531
53790
  venueName: z.ZodNullable<z.ZodOptional<z.ZodString>>;
53791
+ pickCount: z.ZodOptional<z.ZodNumber>;
53532
53792
  }, "strip", z.ZodTypeAny, {
53533
53793
  name: string | null;
53534
53794
  image: string | null;
@@ -53543,6 +53803,7 @@ export declare const userPickResponseDtoSchema: z.ZodObject<{
53543
53803
  school?: string | null | undefined;
53544
53804
  city?: string | null | undefined;
53545
53805
  venueName?: string | null | undefined;
53806
+ pickCount?: number | undefined;
53546
53807
  }, {
53547
53808
  name: string | null;
53548
53809
  image: string | null;
@@ -53557,6 +53818,7 @@ export declare const userPickResponseDtoSchema: z.ZodObject<{
53557
53818
  school?: string | null | undefined;
53558
53819
  city?: string | null | undefined;
53559
53820
  venueName?: string | null | undefined;
53821
+ pickCount?: number | undefined;
53560
53822
  }>;
53561
53823
  awayTeam: z.ZodObject<{
53562
53824
  id: z.ZodNullable<z.ZodOptional<z.ZodString>>;
@@ -53572,6 +53834,7 @@ export declare const userPickResponseDtoSchema: z.ZodObject<{
53572
53834
  school: z.ZodNullable<z.ZodOptional<z.ZodString>>;
53573
53835
  city: z.ZodNullable<z.ZodOptional<z.ZodString>>;
53574
53836
  venueName: z.ZodNullable<z.ZodOptional<z.ZodString>>;
53837
+ pickCount: z.ZodOptional<z.ZodNumber>;
53575
53838
  }, "strip", z.ZodTypeAny, {
53576
53839
  name: string | null;
53577
53840
  image: string | null;
@@ -53586,6 +53849,7 @@ export declare const userPickResponseDtoSchema: z.ZodObject<{
53586
53849
  school?: string | null | undefined;
53587
53850
  city?: string | null | undefined;
53588
53851
  venueName?: string | null | undefined;
53852
+ pickCount?: number | undefined;
53589
53853
  }, {
53590
53854
  name: string | null;
53591
53855
  image: string | null;
@@ -53600,6 +53864,7 @@ export declare const userPickResponseDtoSchema: z.ZodObject<{
53600
53864
  school?: string | null | undefined;
53601
53865
  city?: string | null | undefined;
53602
53866
  venueName?: string | null | undefined;
53867
+ pickCount?: number | undefined;
53603
53868
  }>;
53604
53869
  seriesInfo: z.ZodOptional<z.ZodObject<{
53605
53870
  homeTeamWins: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
@@ -55729,6 +55994,7 @@ export declare const userPickResponseDtoSchema: z.ZodObject<{
55729
55994
  school?: string | null | undefined;
55730
55995
  city?: string | null | undefined;
55731
55996
  venueName?: string | null | undefined;
55997
+ pickCount?: number | undefined;
55732
55998
  };
55733
55999
  awayTeam: {
55734
56000
  name: string | null;
@@ -55744,6 +56010,7 @@ export declare const userPickResponseDtoSchema: z.ZodObject<{
55744
56010
  school?: string | null | undefined;
55745
56011
  city?: string | null | undefined;
55746
56012
  venueName?: string | null | undefined;
56013
+ pickCount?: number | undefined;
55747
56014
  };
55748
56015
  timeRemainingMinutes: number;
55749
56016
  timeRemainingSeconds: number;
@@ -55915,6 +56182,7 @@ export declare const userPickResponseDtoSchema: z.ZodObject<{
55915
56182
  school?: string | null | undefined;
55916
56183
  city?: string | null | undefined;
55917
56184
  venueName?: string | null | undefined;
56185
+ pickCount?: number | undefined;
55918
56186
  };
55919
56187
  awayTeam: {
55920
56188
  name: string | null;
@@ -55930,6 +56198,7 @@ export declare const userPickResponseDtoSchema: z.ZodObject<{
55930
56198
  school?: string | null | undefined;
55931
56199
  city?: string | null | undefined;
55932
56200
  venueName?: string | null | undefined;
56201
+ pickCount?: number | undefined;
55933
56202
  };
55934
56203
  timeRemainingMinutes: number;
55935
56204
  timeRemainingSeconds: number;
@@ -56120,6 +56389,7 @@ export declare const userPickResponseDtoSchema: z.ZodObject<{
56120
56389
  school?: string | null | undefined;
56121
56390
  city?: string | null | undefined;
56122
56391
  venueName?: string | null | undefined;
56392
+ pickCount?: number | undefined;
56123
56393
  };
56124
56394
  awayTeam: {
56125
56395
  name: string | null;
@@ -56135,6 +56405,7 @@ export declare const userPickResponseDtoSchema: z.ZodObject<{
56135
56405
  school?: string | null | undefined;
56136
56406
  city?: string | null | undefined;
56137
56407
  venueName?: string | null | undefined;
56408
+ pickCount?: number | undefined;
56138
56409
  };
56139
56410
  timeRemainingMinutes: number;
56140
56411
  timeRemainingSeconds: number;
@@ -56312,6 +56583,7 @@ export declare const userPickResponseDtoSchema: z.ZodObject<{
56312
56583
  school?: string | null | undefined;
56313
56584
  city?: string | null | undefined;
56314
56585
  venueName?: string | null | undefined;
56586
+ pickCount?: number | undefined;
56315
56587
  };
56316
56588
  awayTeam: {
56317
56589
  name: string | null;
@@ -56327,6 +56599,7 @@ export declare const userPickResponseDtoSchema: z.ZodObject<{
56327
56599
  school?: string | null | undefined;
56328
56600
  city?: string | null | undefined;
56329
56601
  venueName?: string | null | undefined;
56602
+ pickCount?: number | undefined;
56330
56603
  };
56331
56604
  totalInningsRemaining: number;
56332
56605
  innings: {
@@ -56516,6 +56789,7 @@ export declare const userPickResponseDtoSchema: z.ZodObject<{
56516
56789
  school?: string | null | undefined;
56517
56790
  city?: string | null | undefined;
56518
56791
  venueName?: string | undefined;
56792
+ pickCount?: number | undefined;
56519
56793
  };
56520
56794
  awayTeam: {
56521
56795
  name: string | null;
@@ -56534,6 +56808,7 @@ export declare const userPickResponseDtoSchema: z.ZodObject<{
56534
56808
  school?: string | null | undefined;
56535
56809
  city?: string | null | undefined;
56536
56810
  venueName?: string | undefined;
56811
+ pickCount?: number | undefined;
56537
56812
  };
56538
56813
  period: string;
56539
56814
  clock: string;
@@ -56709,6 +56984,7 @@ export declare const userPickResponseDtoSchema: z.ZodObject<{
56709
56984
  school?: string | null | undefined;
56710
56985
  city?: string | null | undefined;
56711
56986
  venueName?: string | null | undefined;
56987
+ pickCount?: number | undefined;
56712
56988
  };
56713
56989
  awayTeam: {
56714
56990
  name: string | null;
@@ -56724,6 +57000,7 @@ export declare const userPickResponseDtoSchema: z.ZodObject<{
56724
57000
  school?: string | null | undefined;
56725
57001
  city?: string | null | undefined;
56726
57002
  venueName?: string | null | undefined;
57003
+ pickCount?: number | undefined;
56727
57004
  };
56728
57005
  seasonType: number;
56729
57006
  possession: string | null;
@@ -56922,6 +57199,7 @@ export declare const userPickResponseDtoSchema: z.ZodObject<{
56922
57199
  school?: string | null | undefined;
56923
57200
  city?: string | null | undefined;
56924
57201
  venueName?: string | null | undefined;
57202
+ pickCount?: number | undefined;
56925
57203
  };
56926
57204
  awayTeam: {
56927
57205
  name: string | null;
@@ -56937,6 +57215,7 @@ export declare const userPickResponseDtoSchema: z.ZodObject<{
56937
57215
  school?: string | null | undefined;
56938
57216
  city?: string | null | undefined;
56939
57217
  venueName?: string | null | undefined;
57218
+ pickCount?: number | undefined;
56940
57219
  };
56941
57220
  timeRemainingMinutes: number;
56942
57221
  timeRemainingSeconds: number;
@@ -57127,6 +57406,7 @@ export declare const userPickResponseDtoSchema: z.ZodObject<{
57127
57406
  school?: string | null | undefined;
57128
57407
  city?: string | null | undefined;
57129
57408
  venueName?: string | null | undefined;
57409
+ pickCount?: number | undefined;
57130
57410
  };
57131
57411
  awayTeam: {
57132
57412
  name: string | null;
@@ -57142,6 +57422,7 @@ export declare const userPickResponseDtoSchema: z.ZodObject<{
57142
57422
  school?: string | null | undefined;
57143
57423
  city?: string | null | undefined;
57144
57424
  venueName?: string | null | undefined;
57425
+ pickCount?: number | undefined;
57145
57426
  };
57146
57427
  timeRemainingMinutes: number;
57147
57428
  timeRemainingSeconds: number;
@@ -57308,6 +57589,7 @@ export declare const userPickResponseDtoSchema: z.ZodObject<{
57308
57589
  school?: string | null | undefined;
57309
57590
  city?: string | null | undefined;
57310
57591
  venueName?: string | null | undefined;
57592
+ pickCount?: number | undefined;
57311
57593
  };
57312
57594
  edited: boolean;
57313
57595
  gameId: string;
@@ -57344,6 +57626,7 @@ export declare const userPickResponseDtoSchema: z.ZodObject<{
57344
57626
  school?: string | null | undefined;
57345
57627
  city?: string | null | undefined;
57346
57628
  venueName?: string | null | undefined;
57629
+ pickCount?: number | undefined;
57347
57630
  };
57348
57631
  awayTeam: {
57349
57632
  name: string | null;
@@ -57359,6 +57642,7 @@ export declare const userPickResponseDtoSchema: z.ZodObject<{
57359
57642
  school?: string | null | undefined;
57360
57643
  city?: string | null | undefined;
57361
57644
  venueName?: string | null | undefined;
57645
+ pickCount?: number | undefined;
57362
57646
  };
57363
57647
  timeRemainingMinutes: number;
57364
57648
  timeRemainingSeconds: number;
@@ -57536,6 +57820,7 @@ export declare const userPickResponseDtoSchema: z.ZodObject<{
57536
57820
  school?: string | null | undefined;
57537
57821
  city?: string | null | undefined;
57538
57822
  venueName?: string | null | undefined;
57823
+ pickCount?: number | undefined;
57539
57824
  };
57540
57825
  awayTeam: {
57541
57826
  name: string | null;
@@ -57551,6 +57836,7 @@ export declare const userPickResponseDtoSchema: z.ZodObject<{
57551
57836
  school?: string | null | undefined;
57552
57837
  city?: string | null | undefined;
57553
57838
  venueName?: string | null | undefined;
57839
+ pickCount?: number | undefined;
57554
57840
  };
57555
57841
  totalInningsRemaining: number;
57556
57842
  innings: {
@@ -57740,6 +58026,7 @@ export declare const userPickResponseDtoSchema: z.ZodObject<{
57740
58026
  school?: string | null | undefined;
57741
58027
  city?: string | null | undefined;
57742
58028
  venueName?: string | undefined;
58029
+ pickCount?: number | undefined;
57743
58030
  };
57744
58031
  awayTeam: {
57745
58032
  name: string | null;
@@ -57758,6 +58045,7 @@ export declare const userPickResponseDtoSchema: z.ZodObject<{
57758
58045
  school?: string | null | undefined;
57759
58046
  city?: string | null | undefined;
57760
58047
  venueName?: string | undefined;
58048
+ pickCount?: number | undefined;
57761
58049
  };
57762
58050
  period: string;
57763
58051
  clock: string;
@@ -57933,6 +58221,7 @@ export declare const userPickResponseDtoSchema: z.ZodObject<{
57933
58221
  school?: string | null | undefined;
57934
58222
  city?: string | null | undefined;
57935
58223
  venueName?: string | null | undefined;
58224
+ pickCount?: number | undefined;
57936
58225
  };
57937
58226
  awayTeam: {
57938
58227
  name: string | null;
@@ -57948,6 +58237,7 @@ export declare const userPickResponseDtoSchema: z.ZodObject<{
57948
58237
  school?: string | null | undefined;
57949
58238
  city?: string | null | undefined;
57950
58239
  venueName?: string | null | undefined;
58240
+ pickCount?: number | undefined;
57951
58241
  };
57952
58242
  seasonType: number;
57953
58243
  possession: string | null;
@@ -58146,6 +58436,7 @@ export declare const userPickResponseDtoSchema: z.ZodObject<{
58146
58436
  school?: string | null | undefined;
58147
58437
  city?: string | null | undefined;
58148
58438
  venueName?: string | null | undefined;
58439
+ pickCount?: number | undefined;
58149
58440
  };
58150
58441
  awayTeam: {
58151
58442
  name: string | null;
@@ -58161,6 +58452,7 @@ export declare const userPickResponseDtoSchema: z.ZodObject<{
58161
58452
  school?: string | null | undefined;
58162
58453
  city?: string | null | undefined;
58163
58454
  venueName?: string | null | undefined;
58455
+ pickCount?: number | undefined;
58164
58456
  };
58165
58457
  timeRemainingMinutes: number;
58166
58458
  timeRemainingSeconds: number;
@@ -58351,6 +58643,7 @@ export declare const userPickResponseDtoSchema: z.ZodObject<{
58351
58643
  school?: string | null | undefined;
58352
58644
  city?: string | null | undefined;
58353
58645
  venueName?: string | null | undefined;
58646
+ pickCount?: number | undefined;
58354
58647
  };
58355
58648
  awayTeam: {
58356
58649
  name: string | null;
@@ -58366,6 +58659,7 @@ export declare const userPickResponseDtoSchema: z.ZodObject<{
58366
58659
  school?: string | null | undefined;
58367
58660
  city?: string | null | undefined;
58368
58661
  venueName?: string | null | undefined;
58662
+ pickCount?: number | undefined;
58369
58663
  };
58370
58664
  timeRemainingMinutes: number;
58371
58665
  timeRemainingSeconds: number;
@@ -58532,6 +58826,7 @@ export declare const userPickResponseDtoSchema: z.ZodObject<{
58532
58826
  school?: string | null | undefined;
58533
58827
  city?: string | null | undefined;
58534
58828
  venueName?: string | null | undefined;
58829
+ pickCount?: number | undefined;
58535
58830
  };
58536
58831
  edited: boolean;
58537
58832
  gameId: string;
@@ -58570,6 +58865,7 @@ export declare const userPickResponseDtoSchema: z.ZodObject<{
58570
58865
  school?: string | null | undefined;
58571
58866
  city?: string | null | undefined;
58572
58867
  venueName?: string | null | undefined;
58868
+ pickCount?: number | undefined;
58573
58869
  };
58574
58870
  awayTeam: {
58575
58871
  name: string | null;
@@ -58585,6 +58881,7 @@ export declare const userPickResponseDtoSchema: z.ZodObject<{
58585
58881
  school?: string | null | undefined;
58586
58882
  city?: string | null | undefined;
58587
58883
  venueName?: string | null | undefined;
58884
+ pickCount?: number | undefined;
58588
58885
  };
58589
58886
  timeRemainingMinutes: number;
58590
58887
  timeRemainingSeconds: number;
@@ -58762,6 +59059,7 @@ export declare const userPickResponseDtoSchema: z.ZodObject<{
58762
59059
  school?: string | null | undefined;
58763
59060
  city?: string | null | undefined;
58764
59061
  venueName?: string | null | undefined;
59062
+ pickCount?: number | undefined;
58765
59063
  };
58766
59064
  awayTeam: {
58767
59065
  name: string | null;
@@ -58777,6 +59075,7 @@ export declare const userPickResponseDtoSchema: z.ZodObject<{
58777
59075
  school?: string | null | undefined;
58778
59076
  city?: string | null | undefined;
58779
59077
  venueName?: string | null | undefined;
59078
+ pickCount?: number | undefined;
58780
59079
  };
58781
59080
  totalInningsRemaining: number;
58782
59081
  innings: {
@@ -58966,6 +59265,7 @@ export declare const userPickResponseDtoSchema: z.ZodObject<{
58966
59265
  school?: string | null | undefined;
58967
59266
  city?: string | null | undefined;
58968
59267
  venueName?: string | undefined;
59268
+ pickCount?: number | undefined;
58969
59269
  };
58970
59270
  awayTeam: {
58971
59271
  name: string | null;
@@ -58984,6 +59284,7 @@ export declare const userPickResponseDtoSchema: z.ZodObject<{
58984
59284
  school?: string | null | undefined;
58985
59285
  city?: string | null | undefined;
58986
59286
  venueName?: string | undefined;
59287
+ pickCount?: number | undefined;
58987
59288
  };
58988
59289
  period: string;
58989
59290
  clock: string;
@@ -59159,6 +59460,7 @@ export declare const userPickResponseDtoSchema: z.ZodObject<{
59159
59460
  school?: string | null | undefined;
59160
59461
  city?: string | null | undefined;
59161
59462
  venueName?: string | null | undefined;
59463
+ pickCount?: number | undefined;
59162
59464
  };
59163
59465
  awayTeam: {
59164
59466
  name: string | null;
@@ -59174,6 +59476,7 @@ export declare const userPickResponseDtoSchema: z.ZodObject<{
59174
59476
  school?: string | null | undefined;
59175
59477
  city?: string | null | undefined;
59176
59478
  venueName?: string | null | undefined;
59479
+ pickCount?: number | undefined;
59177
59480
  };
59178
59481
  seasonType: number;
59179
59482
  possession: string | null;
@@ -59372,6 +59675,7 @@ export declare const userPickResponseDtoSchema: z.ZodObject<{
59372
59675
  school?: string | null | undefined;
59373
59676
  city?: string | null | undefined;
59374
59677
  venueName?: string | null | undefined;
59678
+ pickCount?: number | undefined;
59375
59679
  };
59376
59680
  awayTeam: {
59377
59681
  name: string | null;
@@ -59387,6 +59691,7 @@ export declare const userPickResponseDtoSchema: z.ZodObject<{
59387
59691
  school?: string | null | undefined;
59388
59692
  city?: string | null | undefined;
59389
59693
  venueName?: string | null | undefined;
59694
+ pickCount?: number | undefined;
59390
59695
  };
59391
59696
  timeRemainingMinutes: number;
59392
59697
  timeRemainingSeconds: number;
@@ -59577,6 +59882,7 @@ export declare const userPickResponseDtoSchema: z.ZodObject<{
59577
59882
  school?: string | null | undefined;
59578
59883
  city?: string | null | undefined;
59579
59884
  venueName?: string | null | undefined;
59885
+ pickCount?: number | undefined;
59580
59886
  };
59581
59887
  awayTeam: {
59582
59888
  name: string | null;
@@ -59592,6 +59898,7 @@ export declare const userPickResponseDtoSchema: z.ZodObject<{
59592
59898
  school?: string | null | undefined;
59593
59899
  city?: string | null | undefined;
59594
59900
  venueName?: string | null | undefined;
59901
+ pickCount?: number | undefined;
59595
59902
  };
59596
59903
  timeRemainingMinutes: number;
59597
59904
  timeRemainingSeconds: number;
@@ -59758,6 +60065,7 @@ export declare const userPickResponseDtoSchema: z.ZodObject<{
59758
60065
  school?: string | null | undefined;
59759
60066
  city?: string | null | undefined;
59760
60067
  venueName?: string | null | undefined;
60068
+ pickCount?: number | undefined;
59761
60069
  };
59762
60070
  edited: boolean;
59763
60071
  gameId: string;
@@ -59796,6 +60104,7 @@ export declare const userPickResponseDtoSchema: z.ZodObject<{
59796
60104
  school?: string | null | undefined;
59797
60105
  city?: string | null | undefined;
59798
60106
  venueName?: string | null | undefined;
60107
+ pickCount?: number | undefined;
59799
60108
  };
59800
60109
  awayTeam: {
59801
60110
  name: string | null;
@@ -59811,6 +60120,7 @@ export declare const userPickResponseDtoSchema: z.ZodObject<{
59811
60120
  school?: string | null | undefined;
59812
60121
  city?: string | null | undefined;
59813
60122
  venueName?: string | null | undefined;
60123
+ pickCount?: number | undefined;
59814
60124
  };
59815
60125
  timeRemainingMinutes: number;
59816
60126
  timeRemainingSeconds: number;
@@ -59988,6 +60298,7 @@ export declare const userPickResponseDtoSchema: z.ZodObject<{
59988
60298
  school?: string | null | undefined;
59989
60299
  city?: string | null | undefined;
59990
60300
  venueName?: string | null | undefined;
60301
+ pickCount?: number | undefined;
59991
60302
  };
59992
60303
  awayTeam: {
59993
60304
  name: string | null;
@@ -60003,6 +60314,7 @@ export declare const userPickResponseDtoSchema: z.ZodObject<{
60003
60314
  school?: string | null | undefined;
60004
60315
  city?: string | null | undefined;
60005
60316
  venueName?: string | null | undefined;
60317
+ pickCount?: number | undefined;
60006
60318
  };
60007
60319
  totalInningsRemaining: number;
60008
60320
  innings: {
@@ -60192,6 +60504,7 @@ export declare const userPickResponseDtoSchema: z.ZodObject<{
60192
60504
  school?: string | null | undefined;
60193
60505
  city?: string | null | undefined;
60194
60506
  venueName?: string | undefined;
60507
+ pickCount?: number | undefined;
60195
60508
  };
60196
60509
  awayTeam: {
60197
60510
  name: string | null;
@@ -60210,6 +60523,7 @@ export declare const userPickResponseDtoSchema: z.ZodObject<{
60210
60523
  school?: string | null | undefined;
60211
60524
  city?: string | null | undefined;
60212
60525
  venueName?: string | undefined;
60526
+ pickCount?: number | undefined;
60213
60527
  };
60214
60528
  period: string;
60215
60529
  clock: string;
@@ -60385,6 +60699,7 @@ export declare const userPickResponseDtoSchema: z.ZodObject<{
60385
60699
  school?: string | null | undefined;
60386
60700
  city?: string | null | undefined;
60387
60701
  venueName?: string | null | undefined;
60702
+ pickCount?: number | undefined;
60388
60703
  };
60389
60704
  awayTeam: {
60390
60705
  name: string | null;
@@ -60400,6 +60715,7 @@ export declare const userPickResponseDtoSchema: z.ZodObject<{
60400
60715
  school?: string | null | undefined;
60401
60716
  city?: string | null | undefined;
60402
60717
  venueName?: string | null | undefined;
60718
+ pickCount?: number | undefined;
60403
60719
  };
60404
60720
  seasonType: number;
60405
60721
  possession: string | null;
@@ -60598,6 +60914,7 @@ export declare const userPickResponseDtoSchema: z.ZodObject<{
60598
60914
  school?: string | null | undefined;
60599
60915
  city?: string | null | undefined;
60600
60916
  venueName?: string | null | undefined;
60917
+ pickCount?: number | undefined;
60601
60918
  };
60602
60919
  awayTeam: {
60603
60920
  name: string | null;
@@ -60613,6 +60930,7 @@ export declare const userPickResponseDtoSchema: z.ZodObject<{
60613
60930
  school?: string | null | undefined;
60614
60931
  city?: string | null | undefined;
60615
60932
  venueName?: string | null | undefined;
60933
+ pickCount?: number | undefined;
60616
60934
  };
60617
60935
  timeRemainingMinutes: number;
60618
60936
  timeRemainingSeconds: number;
@@ -60803,6 +61121,7 @@ export declare const userPickResponseDtoSchema: z.ZodObject<{
60803
61121
  school?: string | null | undefined;
60804
61122
  city?: string | null | undefined;
60805
61123
  venueName?: string | null | undefined;
61124
+ pickCount?: number | undefined;
60806
61125
  };
60807
61126
  awayTeam: {
60808
61127
  name: string | null;
@@ -60818,6 +61137,7 @@ export declare const userPickResponseDtoSchema: z.ZodObject<{
60818
61137
  school?: string | null | undefined;
60819
61138
  city?: string | null | undefined;
60820
61139
  venueName?: string | null | undefined;
61140
+ pickCount?: number | undefined;
60821
61141
  };
60822
61142
  timeRemainingMinutes: number;
60823
61143
  timeRemainingSeconds: number;
@@ -60984,6 +61304,7 @@ export declare const userPickResponseDtoSchema: z.ZodObject<{
60984
61304
  school?: string | null | undefined;
60985
61305
  city?: string | null | undefined;
60986
61306
  venueName?: string | null | undefined;
61307
+ pickCount?: number | undefined;
60987
61308
  };
60988
61309
  edited: boolean;
60989
61310
  gameId: string;
@@ -64497,3 +64818,13 @@ export declare const gamePickUsersPaginatedResponseDtoSchema: z.ZodObject<{
64497
64818
  nextCursor: string | null;
64498
64819
  hasMore: boolean;
64499
64820
  }>;
64821
+ export declare const pickDeleteResponseDtoSchema: z.ZodObject<{
64822
+ success: z.ZodBoolean;
64823
+ message: z.ZodOptional<z.ZodString>;
64824
+ }, "strip", z.ZodTypeAny, {
64825
+ success: boolean;
64826
+ message?: string | undefined;
64827
+ }, {
64828
+ success: boolean;
64829
+ message?: string | undefined;
64830
+ }>;