rategame-shared 1.1.253 → 1.1.254

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.
@@ -909,18 +909,21 @@ export declare const chatMessageSchema: z.ZodObject<z.objectUtil.extendShape<{
909
909
  bio: z.ZodBoolean;
910
910
  favoriteTeam: z.ZodBoolean;
911
911
  pinnedRatings: z.ZodBoolean;
912
+ favoriteGames: z.ZodBoolean;
912
913
  gradientColor: z.ZodBoolean;
913
914
  }, "strip", z.ZodTypeAny, {
914
915
  bio: boolean;
915
916
  profilePicture: boolean;
916
917
  favoriteTeam: boolean;
917
918
  pinnedRatings: boolean;
919
+ favoriteGames: boolean;
918
920
  gradientColor: boolean;
919
921
  }, {
920
922
  bio: boolean;
921
923
  profilePicture: boolean;
922
924
  favoriteTeam: boolean;
923
925
  pinnedRatings: boolean;
926
+ favoriteGames: boolean;
924
927
  gradientColor: boolean;
925
928
  }>>;
926
929
  }, "id" | "email" | "username" | "avatarUrl" | "badge">, "strip", z.ZodTypeAny, {
@@ -1846,18 +1849,21 @@ export declare const chatMessageSchema: z.ZodObject<z.objectUtil.extendShape<{
1846
1849
  bio: z.ZodBoolean;
1847
1850
  favoriteTeam: z.ZodBoolean;
1848
1851
  pinnedRatings: z.ZodBoolean;
1852
+ favoriteGames: z.ZodBoolean;
1849
1853
  gradientColor: z.ZodBoolean;
1850
1854
  }, "strip", z.ZodTypeAny, {
1851
1855
  bio: boolean;
1852
1856
  profilePicture: boolean;
1853
1857
  favoriteTeam: boolean;
1854
1858
  pinnedRatings: boolean;
1859
+ favoriteGames: boolean;
1855
1860
  gradientColor: boolean;
1856
1861
  }, {
1857
1862
  bio: boolean;
1858
1863
  profilePicture: boolean;
1859
1864
  favoriteTeam: boolean;
1860
1865
  pinnedRatings: boolean;
1866
+ favoriteGames: boolean;
1861
1867
  gradientColor: boolean;
1862
1868
  }>>;
1863
1869
  }, "id" | "email" | "username" | "avatarUrl" | "badge">, "strip", z.ZodTypeAny, {
@@ -2839,18 +2845,21 @@ export declare const communityChatMessageSchema: z.ZodObject<z.objectUtil.extend
2839
2845
  bio: z.ZodBoolean;
2840
2846
  favoriteTeam: z.ZodBoolean;
2841
2847
  pinnedRatings: z.ZodBoolean;
2848
+ favoriteGames: z.ZodBoolean;
2842
2849
  gradientColor: z.ZodBoolean;
2843
2850
  }, "strip", z.ZodTypeAny, {
2844
2851
  bio: boolean;
2845
2852
  profilePicture: boolean;
2846
2853
  favoriteTeam: boolean;
2847
2854
  pinnedRatings: boolean;
2855
+ favoriteGames: boolean;
2848
2856
  gradientColor: boolean;
2849
2857
  }, {
2850
2858
  bio: boolean;
2851
2859
  profilePicture: boolean;
2852
2860
  favoriteTeam: boolean;
2853
2861
  pinnedRatings: boolean;
2862
+ favoriteGames: boolean;
2854
2863
  gradientColor: boolean;
2855
2864
  }>>;
2856
2865
  }, "id" | "email" | "username" | "avatarUrl" | "badge">, "strip", z.ZodTypeAny, {
@@ -3775,18 +3784,21 @@ export declare const communityChatMessageSchema: z.ZodObject<z.objectUtil.extend
3775
3784
  bio: z.ZodBoolean;
3776
3785
  favoriteTeam: z.ZodBoolean;
3777
3786
  pinnedRatings: z.ZodBoolean;
3787
+ favoriteGames: z.ZodBoolean;
3778
3788
  gradientColor: z.ZodBoolean;
3779
3789
  }, "strip", z.ZodTypeAny, {
3780
3790
  bio: boolean;
3781
3791
  profilePicture: boolean;
3782
3792
  favoriteTeam: boolean;
3783
3793
  pinnedRatings: boolean;
3794
+ favoriteGames: boolean;
3784
3795
  gradientColor: boolean;
3785
3796
  }, {
3786
3797
  bio: boolean;
3787
3798
  profilePicture: boolean;
3788
3799
  favoriteTeam: boolean;
3789
3800
  pinnedRatings: boolean;
3801
+ favoriteGames: boolean;
3790
3802
  gradientColor: boolean;
3791
3803
  }>>;
3792
3804
  }, "id" | "email" | "username" | "avatarUrl" | "badge">, "strip", z.ZodTypeAny, {
@@ -4763,18 +4775,21 @@ export declare const messageReactionSchema: z.ZodObject<{
4763
4775
  bio: z.ZodBoolean;
4764
4776
  favoriteTeam: z.ZodBoolean;
4765
4777
  pinnedRatings: z.ZodBoolean;
4778
+ favoriteGames: z.ZodBoolean;
4766
4779
  gradientColor: z.ZodBoolean;
4767
4780
  }, "strip", z.ZodTypeAny, {
4768
4781
  bio: boolean;
4769
4782
  profilePicture: boolean;
4770
4783
  favoriteTeam: boolean;
4771
4784
  pinnedRatings: boolean;
4785
+ favoriteGames: boolean;
4772
4786
  gradientColor: boolean;
4773
4787
  }, {
4774
4788
  bio: boolean;
4775
4789
  profilePicture: boolean;
4776
4790
  favoriteTeam: boolean;
4777
4791
  pinnedRatings: boolean;
4792
+ favoriteGames: boolean;
4778
4793
  gradientColor: boolean;
4779
4794
  }>>;
4780
4795
  }, "id" | "email" | "username" | "avatarUrl" | "badge">, "strip", z.ZodTypeAny, {
@@ -4176,18 +4176,21 @@ export declare const commonGameSchema: z.ZodObject<{
4176
4176
  bio: z.ZodBoolean;
4177
4177
  favoriteTeam: z.ZodBoolean;
4178
4178
  pinnedRatings: z.ZodBoolean;
4179
+ favoriteGames: z.ZodBoolean;
4179
4180
  gradientColor: z.ZodBoolean;
4180
4181
  }, "strip", z.ZodTypeAny, {
4181
4182
  bio: boolean;
4182
4183
  profilePicture: boolean;
4183
4184
  favoriteTeam: boolean;
4184
4185
  pinnedRatings: boolean;
4186
+ favoriteGames: boolean;
4185
4187
  gradientColor: boolean;
4186
4188
  }, {
4187
4189
  bio: boolean;
4188
4190
  profilePicture: boolean;
4189
4191
  favoriteTeam: boolean;
4190
4192
  pinnedRatings: boolean;
4193
+ favoriteGames: boolean;
4191
4194
  gradientColor: boolean;
4192
4195
  }>>;
4193
4196
  }, "id" | "email" | "username" | "avatarUrl" | "badge">, "strip", z.ZodTypeAny, {
@@ -6562,18 +6565,21 @@ export declare const basketballGameSchema: z.ZodObject<z.objectUtil.extendShape<
6562
6565
  bio: z.ZodBoolean;
6563
6566
  favoriteTeam: z.ZodBoolean;
6564
6567
  pinnedRatings: z.ZodBoolean;
6568
+ favoriteGames: z.ZodBoolean;
6565
6569
  gradientColor: z.ZodBoolean;
6566
6570
  }, "strip", z.ZodTypeAny, {
6567
6571
  bio: boolean;
6568
6572
  profilePicture: boolean;
6569
6573
  favoriteTeam: boolean;
6570
6574
  pinnedRatings: boolean;
6575
+ favoriteGames: boolean;
6571
6576
  gradientColor: boolean;
6572
6577
  }, {
6573
6578
  bio: boolean;
6574
6579
  profilePicture: boolean;
6575
6580
  favoriteTeam: boolean;
6576
6581
  pinnedRatings: boolean;
6582
+ favoriteGames: boolean;
6577
6583
  gradientColor: boolean;
6578
6584
  }>>;
6579
6585
  }, "id" | "email" | "username" | "avatarUrl" | "badge">, "strip", z.ZodTypeAny, {
@@ -9009,18 +9015,21 @@ export declare const mlbGameSchema: z.ZodObject<z.objectUtil.extendShape<{
9009
9015
  bio: z.ZodBoolean;
9010
9016
  favoriteTeam: z.ZodBoolean;
9011
9017
  pinnedRatings: z.ZodBoolean;
9018
+ favoriteGames: z.ZodBoolean;
9012
9019
  gradientColor: z.ZodBoolean;
9013
9020
  }, "strip", z.ZodTypeAny, {
9014
9021
  bio: boolean;
9015
9022
  profilePicture: boolean;
9016
9023
  favoriteTeam: boolean;
9017
9024
  pinnedRatings: boolean;
9025
+ favoriteGames: boolean;
9018
9026
  gradientColor: boolean;
9019
9027
  }, {
9020
9028
  bio: boolean;
9021
9029
  profilePicture: boolean;
9022
9030
  favoriteTeam: boolean;
9023
9031
  pinnedRatings: boolean;
9032
+ favoriteGames: boolean;
9024
9033
  gradientColor: boolean;
9025
9034
  }>>;
9026
9035
  }, "id" | "email" | "username" | "avatarUrl" | "badge">, "strip", z.ZodTypeAny, {
@@ -11464,18 +11473,21 @@ export declare const footballGameSchema: z.ZodObject<z.objectUtil.extendShape<{
11464
11473
  bio: z.ZodBoolean;
11465
11474
  favoriteTeam: z.ZodBoolean;
11466
11475
  pinnedRatings: z.ZodBoolean;
11476
+ favoriteGames: z.ZodBoolean;
11467
11477
  gradientColor: z.ZodBoolean;
11468
11478
  }, "strip", z.ZodTypeAny, {
11469
11479
  bio: boolean;
11470
11480
  profilePicture: boolean;
11471
11481
  favoriteTeam: boolean;
11472
11482
  pinnedRatings: boolean;
11483
+ favoriteGames: boolean;
11473
11484
  gradientColor: boolean;
11474
11485
  }, {
11475
11486
  bio: boolean;
11476
11487
  profilePicture: boolean;
11477
11488
  favoriteTeam: boolean;
11478
11489
  pinnedRatings: boolean;
11490
+ favoriteGames: boolean;
11479
11491
  gradientColor: boolean;
11480
11492
  }>>;
11481
11493
  }, "id" | "email" | "username" | "avatarUrl" | "badge">, "strip", z.ZodTypeAny, {
@@ -14004,18 +14016,21 @@ export declare const nflGameSchema: z.ZodObject<z.objectUtil.extendShape<z.objec
14004
14016
  bio: z.ZodBoolean;
14005
14017
  favoriteTeam: z.ZodBoolean;
14006
14018
  pinnedRatings: z.ZodBoolean;
14019
+ favoriteGames: z.ZodBoolean;
14007
14020
  gradientColor: z.ZodBoolean;
14008
14021
  }, "strip", z.ZodTypeAny, {
14009
14022
  bio: boolean;
14010
14023
  profilePicture: boolean;
14011
14024
  favoriteTeam: boolean;
14012
14025
  pinnedRatings: boolean;
14026
+ favoriteGames: boolean;
14013
14027
  gradientColor: boolean;
14014
14028
  }, {
14015
14029
  bio: boolean;
14016
14030
  profilePicture: boolean;
14017
14031
  favoriteTeam: boolean;
14018
14032
  pinnedRatings: boolean;
14033
+ favoriteGames: boolean;
14019
14034
  gradientColor: boolean;
14020
14035
  }>>;
14021
14036
  }, "id" | "email" | "username" | "avatarUrl" | "badge">, "strip", z.ZodTypeAny, {
@@ -16515,18 +16530,21 @@ export declare const cfbGameSchema: z.ZodObject<z.objectUtil.extendShape<z.objec
16515
16530
  bio: z.ZodBoolean;
16516
16531
  favoriteTeam: z.ZodBoolean;
16517
16532
  pinnedRatings: z.ZodBoolean;
16533
+ favoriteGames: z.ZodBoolean;
16518
16534
  gradientColor: z.ZodBoolean;
16519
16535
  }, "strip", z.ZodTypeAny, {
16520
16536
  bio: boolean;
16521
16537
  profilePicture: boolean;
16522
16538
  favoriteTeam: boolean;
16523
16539
  pinnedRatings: boolean;
16540
+ favoriteGames: boolean;
16524
16541
  gradientColor: boolean;
16525
16542
  }, {
16526
16543
  bio: boolean;
16527
16544
  profilePicture: boolean;
16528
16545
  favoriteTeam: boolean;
16529
16546
  pinnedRatings: boolean;
16547
+ favoriteGames: boolean;
16530
16548
  gradientColor: boolean;
16531
16549
  }>>;
16532
16550
  }, "id" | "email" | "username" | "avatarUrl" | "badge">, "strip", z.ZodTypeAny, {
@@ -19008,18 +19026,21 @@ export declare const nhlGameSchema: z.ZodObject<z.objectUtil.extendShape<{
19008
19026
  bio: z.ZodBoolean;
19009
19027
  favoriteTeam: z.ZodBoolean;
19010
19028
  pinnedRatings: z.ZodBoolean;
19029
+ favoriteGames: z.ZodBoolean;
19011
19030
  gradientColor: z.ZodBoolean;
19012
19031
  }, "strip", z.ZodTypeAny, {
19013
19032
  bio: boolean;
19014
19033
  profilePicture: boolean;
19015
19034
  favoriteTeam: boolean;
19016
19035
  pinnedRatings: boolean;
19036
+ favoriteGames: boolean;
19017
19037
  gradientColor: boolean;
19018
19038
  }, {
19019
19039
  bio: boolean;
19020
19040
  profilePicture: boolean;
19021
19041
  favoriteTeam: boolean;
19022
19042
  pinnedRatings: boolean;
19043
+ favoriteGames: boolean;
19023
19044
  gradientColor: boolean;
19024
19045
  }>>;
19025
19046
  }, "id" | "email" | "username" | "avatarUrl" | "badge">, "strip", z.ZodTypeAny, {
@@ -21414,18 +21435,21 @@ export declare const unionGameSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.exten
21414
21435
  bio: z.ZodBoolean;
21415
21436
  favoriteTeam: z.ZodBoolean;
21416
21437
  pinnedRatings: z.ZodBoolean;
21438
+ favoriteGames: z.ZodBoolean;
21417
21439
  gradientColor: z.ZodBoolean;
21418
21440
  }, "strip", z.ZodTypeAny, {
21419
21441
  bio: boolean;
21420
21442
  profilePicture: boolean;
21421
21443
  favoriteTeam: boolean;
21422
21444
  pinnedRatings: boolean;
21445
+ favoriteGames: boolean;
21423
21446
  gradientColor: boolean;
21424
21447
  }, {
21425
21448
  bio: boolean;
21426
21449
  profilePicture: boolean;
21427
21450
  favoriteTeam: boolean;
21428
21451
  pinnedRatings: boolean;
21452
+ favoriteGames: boolean;
21429
21453
  gradientColor: boolean;
21430
21454
  }>>;
21431
21455
  }, "id" | "email" | "username" | "avatarUrl" | "badge">, "strip", z.ZodTypeAny, {
@@ -23847,18 +23871,21 @@ export declare const unionGameSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.exten
23847
23871
  bio: z.ZodBoolean;
23848
23872
  favoriteTeam: z.ZodBoolean;
23849
23873
  pinnedRatings: z.ZodBoolean;
23874
+ favoriteGames: z.ZodBoolean;
23850
23875
  gradientColor: z.ZodBoolean;
23851
23876
  }, "strip", z.ZodTypeAny, {
23852
23877
  bio: boolean;
23853
23878
  profilePicture: boolean;
23854
23879
  favoriteTeam: boolean;
23855
23880
  pinnedRatings: boolean;
23881
+ favoriteGames: boolean;
23856
23882
  gradientColor: boolean;
23857
23883
  }, {
23858
23884
  bio: boolean;
23859
23885
  profilePicture: boolean;
23860
23886
  favoriteTeam: boolean;
23861
23887
  pinnedRatings: boolean;
23888
+ favoriteGames: boolean;
23862
23889
  gradientColor: boolean;
23863
23890
  }>>;
23864
23891
  }, "id" | "email" | "username" | "avatarUrl" | "badge">, "strip", z.ZodTypeAny, {
@@ -26301,18 +26328,21 @@ export declare const unionGameSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.exten
26301
26328
  bio: z.ZodBoolean;
26302
26329
  favoriteTeam: z.ZodBoolean;
26303
26330
  pinnedRatings: z.ZodBoolean;
26331
+ favoriteGames: z.ZodBoolean;
26304
26332
  gradientColor: z.ZodBoolean;
26305
26333
  }, "strip", z.ZodTypeAny, {
26306
26334
  bio: boolean;
26307
26335
  profilePicture: boolean;
26308
26336
  favoriteTeam: boolean;
26309
26337
  pinnedRatings: boolean;
26338
+ favoriteGames: boolean;
26310
26339
  gradientColor: boolean;
26311
26340
  }, {
26312
26341
  bio: boolean;
26313
26342
  profilePicture: boolean;
26314
26343
  favoriteTeam: boolean;
26315
26344
  pinnedRatings: boolean;
26345
+ favoriteGames: boolean;
26316
26346
  gradientColor: boolean;
26317
26347
  }>>;
26318
26348
  }, "id" | "email" | "username" | "avatarUrl" | "badge">, "strip", z.ZodTypeAny, {
@@ -28840,18 +28870,21 @@ export declare const unionGameSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.exten
28840
28870
  bio: z.ZodBoolean;
28841
28871
  favoriteTeam: z.ZodBoolean;
28842
28872
  pinnedRatings: z.ZodBoolean;
28873
+ favoriteGames: z.ZodBoolean;
28843
28874
  gradientColor: z.ZodBoolean;
28844
28875
  }, "strip", z.ZodTypeAny, {
28845
28876
  bio: boolean;
28846
28877
  profilePicture: boolean;
28847
28878
  favoriteTeam: boolean;
28848
28879
  pinnedRatings: boolean;
28880
+ favoriteGames: boolean;
28849
28881
  gradientColor: boolean;
28850
28882
  }, {
28851
28883
  bio: boolean;
28852
28884
  profilePicture: boolean;
28853
28885
  favoriteTeam: boolean;
28854
28886
  pinnedRatings: boolean;
28887
+ favoriteGames: boolean;
28855
28888
  gradientColor: boolean;
28856
28889
  }>>;
28857
28890
  }, "id" | "email" | "username" | "avatarUrl" | "badge">, "strip", z.ZodTypeAny, {
@@ -31350,18 +31383,21 @@ export declare const unionGameSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.exten
31350
31383
  bio: z.ZodBoolean;
31351
31384
  favoriteTeam: z.ZodBoolean;
31352
31385
  pinnedRatings: z.ZodBoolean;
31386
+ favoriteGames: z.ZodBoolean;
31353
31387
  gradientColor: z.ZodBoolean;
31354
31388
  }, "strip", z.ZodTypeAny, {
31355
31389
  bio: boolean;
31356
31390
  profilePicture: boolean;
31357
31391
  favoriteTeam: boolean;
31358
31392
  pinnedRatings: boolean;
31393
+ favoriteGames: boolean;
31359
31394
  gradientColor: boolean;
31360
31395
  }, {
31361
31396
  bio: boolean;
31362
31397
  profilePicture: boolean;
31363
31398
  favoriteTeam: boolean;
31364
31399
  pinnedRatings: boolean;
31400
+ favoriteGames: boolean;
31365
31401
  gradientColor: boolean;
31366
31402
  }>>;
31367
31403
  }, "id" | "email" | "username" | "avatarUrl" | "badge">, "strip", z.ZodTypeAny, {
@@ -33842,18 +33878,21 @@ export declare const unionGameSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.exten
33842
33878
  bio: z.ZodBoolean;
33843
33879
  favoriteTeam: z.ZodBoolean;
33844
33880
  pinnedRatings: z.ZodBoolean;
33881
+ favoriteGames: z.ZodBoolean;
33845
33882
  gradientColor: z.ZodBoolean;
33846
33883
  }, "strip", z.ZodTypeAny, {
33847
33884
  bio: boolean;
33848
33885
  profilePicture: boolean;
33849
33886
  favoriteTeam: boolean;
33850
33887
  pinnedRatings: boolean;
33888
+ favoriteGames: boolean;
33851
33889
  gradientColor: boolean;
33852
33890
  }, {
33853
33891
  bio: boolean;
33854
33892
  profilePicture: boolean;
33855
33893
  favoriteTeam: boolean;
33856
33894
  pinnedRatings: boolean;
33895
+ favoriteGames: boolean;
33857
33896
  gradientColor: boolean;
33858
33897
  }>>;
33859
33898
  }, "id" | "email" | "username" | "avatarUrl" | "badge">, "strip", z.ZodTypeAny, {
@@ -36298,18 +36337,21 @@ export declare const creatorPickSchema: z.ZodObject<{
36298
36337
  bio: z.ZodBoolean;
36299
36338
  favoriteTeam: z.ZodBoolean;
36300
36339
  pinnedRatings: z.ZodBoolean;
36340
+ favoriteGames: z.ZodBoolean;
36301
36341
  gradientColor: z.ZodBoolean;
36302
36342
  }, "strip", z.ZodTypeAny, {
36303
36343
  bio: boolean;
36304
36344
  profilePicture: boolean;
36305
36345
  favoriteTeam: boolean;
36306
36346
  pinnedRatings: boolean;
36347
+ favoriteGames: boolean;
36307
36348
  gradientColor: boolean;
36308
36349
  }, {
36309
36350
  bio: boolean;
36310
36351
  profilePicture: boolean;
36311
36352
  favoriteTeam: boolean;
36312
36353
  pinnedRatings: boolean;
36354
+ favoriteGames: boolean;
36313
36355
  gradientColor: boolean;
36314
36356
  }>>;
36315
36357
  }, "id" | "email" | "username" | "avatarUrl" | "badge">, "strip", z.ZodTypeAny, {
@@ -38731,18 +38773,21 @@ export declare const creatorPickSchema: z.ZodObject<{
38731
38773
  bio: z.ZodBoolean;
38732
38774
  favoriteTeam: z.ZodBoolean;
38733
38775
  pinnedRatings: z.ZodBoolean;
38776
+ favoriteGames: z.ZodBoolean;
38734
38777
  gradientColor: z.ZodBoolean;
38735
38778
  }, "strip", z.ZodTypeAny, {
38736
38779
  bio: boolean;
38737
38780
  profilePicture: boolean;
38738
38781
  favoriteTeam: boolean;
38739
38782
  pinnedRatings: boolean;
38783
+ favoriteGames: boolean;
38740
38784
  gradientColor: boolean;
38741
38785
  }, {
38742
38786
  bio: boolean;
38743
38787
  profilePicture: boolean;
38744
38788
  favoriteTeam: boolean;
38745
38789
  pinnedRatings: boolean;
38790
+ favoriteGames: boolean;
38746
38791
  gradientColor: boolean;
38747
38792
  }>>;
38748
38793
  }, "id" | "email" | "username" | "avatarUrl" | "badge">, "strip", z.ZodTypeAny, {
@@ -41185,18 +41230,21 @@ export declare const creatorPickSchema: z.ZodObject<{
41185
41230
  bio: z.ZodBoolean;
41186
41231
  favoriteTeam: z.ZodBoolean;
41187
41232
  pinnedRatings: z.ZodBoolean;
41233
+ favoriteGames: z.ZodBoolean;
41188
41234
  gradientColor: z.ZodBoolean;
41189
41235
  }, "strip", z.ZodTypeAny, {
41190
41236
  bio: boolean;
41191
41237
  profilePicture: boolean;
41192
41238
  favoriteTeam: boolean;
41193
41239
  pinnedRatings: boolean;
41240
+ favoriteGames: boolean;
41194
41241
  gradientColor: boolean;
41195
41242
  }, {
41196
41243
  bio: boolean;
41197
41244
  profilePicture: boolean;
41198
41245
  favoriteTeam: boolean;
41199
41246
  pinnedRatings: boolean;
41247
+ favoriteGames: boolean;
41200
41248
  gradientColor: boolean;
41201
41249
  }>>;
41202
41250
  }, "id" | "email" | "username" | "avatarUrl" | "badge">, "strip", z.ZodTypeAny, {
@@ -43724,18 +43772,21 @@ export declare const creatorPickSchema: z.ZodObject<{
43724
43772
  bio: z.ZodBoolean;
43725
43773
  favoriteTeam: z.ZodBoolean;
43726
43774
  pinnedRatings: z.ZodBoolean;
43775
+ favoriteGames: z.ZodBoolean;
43727
43776
  gradientColor: z.ZodBoolean;
43728
43777
  }, "strip", z.ZodTypeAny, {
43729
43778
  bio: boolean;
43730
43779
  profilePicture: boolean;
43731
43780
  favoriteTeam: boolean;
43732
43781
  pinnedRatings: boolean;
43782
+ favoriteGames: boolean;
43733
43783
  gradientColor: boolean;
43734
43784
  }, {
43735
43785
  bio: boolean;
43736
43786
  profilePicture: boolean;
43737
43787
  favoriteTeam: boolean;
43738
43788
  pinnedRatings: boolean;
43789
+ favoriteGames: boolean;
43739
43790
  gradientColor: boolean;
43740
43791
  }>>;
43741
43792
  }, "id" | "email" | "username" | "avatarUrl" | "badge">, "strip", z.ZodTypeAny, {
@@ -46234,18 +46285,21 @@ export declare const creatorPickSchema: z.ZodObject<{
46234
46285
  bio: z.ZodBoolean;
46235
46286
  favoriteTeam: z.ZodBoolean;
46236
46287
  pinnedRatings: z.ZodBoolean;
46288
+ favoriteGames: z.ZodBoolean;
46237
46289
  gradientColor: z.ZodBoolean;
46238
46290
  }, "strip", z.ZodTypeAny, {
46239
46291
  bio: boolean;
46240
46292
  profilePicture: boolean;
46241
46293
  favoriteTeam: boolean;
46242
46294
  pinnedRatings: boolean;
46295
+ favoriteGames: boolean;
46243
46296
  gradientColor: boolean;
46244
46297
  }, {
46245
46298
  bio: boolean;
46246
46299
  profilePicture: boolean;
46247
46300
  favoriteTeam: boolean;
46248
46301
  pinnedRatings: boolean;
46302
+ favoriteGames: boolean;
46249
46303
  gradientColor: boolean;
46250
46304
  }>>;
46251
46305
  }, "id" | "email" | "username" | "avatarUrl" | "badge">, "strip", z.ZodTypeAny, {
@@ -48726,18 +48780,21 @@ export declare const creatorPickSchema: z.ZodObject<{
48726
48780
  bio: z.ZodBoolean;
48727
48781
  favoriteTeam: z.ZodBoolean;
48728
48782
  pinnedRatings: z.ZodBoolean;
48783
+ favoriteGames: z.ZodBoolean;
48729
48784
  gradientColor: z.ZodBoolean;
48730
48785
  }, "strip", z.ZodTypeAny, {
48731
48786
  bio: boolean;
48732
48787
  profilePicture: boolean;
48733
48788
  favoriteTeam: boolean;
48734
48789
  pinnedRatings: boolean;
48790
+ favoriteGames: boolean;
48735
48791
  gradientColor: boolean;
48736
48792
  }, {
48737
48793
  bio: boolean;
48738
48794
  profilePicture: boolean;
48739
48795
  favoriteTeam: boolean;
48740
48796
  pinnedRatings: boolean;
48797
+ favoriteGames: boolean;
48741
48798
  gradientColor: boolean;
48742
48799
  }>>;
48743
48800
  }, "id" | "email" | "username" | "avatarUrl" | "badge">, "strip", z.ZodTypeAny, {
@@ -50063,18 +50120,21 @@ export declare const creatorPickSchema: z.ZodObject<{
50063
50120
  bio: z.ZodBoolean;
50064
50121
  favoriteTeam: z.ZodBoolean;
50065
50122
  pinnedRatings: z.ZodBoolean;
50123
+ favoriteGames: z.ZodBoolean;
50066
50124
  gradientColor: z.ZodBoolean;
50067
50125
  }, "strip", z.ZodTypeAny, {
50068
50126
  bio: boolean;
50069
50127
  profilePicture: boolean;
50070
50128
  favoriteTeam: boolean;
50071
50129
  pinnedRatings: boolean;
50130
+ favoriteGames: boolean;
50072
50131
  gradientColor: boolean;
50073
50132
  }, {
50074
50133
  bio: boolean;
50075
50134
  profilePicture: boolean;
50076
50135
  favoriteTeam: boolean;
50077
50136
  pinnedRatings: boolean;
50137
+ favoriteGames: boolean;
50078
50138
  gradientColor: boolean;
50079
50139
  }>>;
50080
50140
  }, "id" | "email" | "username" | "avatarUrl" | "badge">, "strip", z.ZodTypeAny, {
@@ -909,18 +909,21 @@ export declare const listSchema: z.ZodObject<{
909
909
  bio: z.ZodBoolean;
910
910
  favoriteTeam: z.ZodBoolean;
911
911
  pinnedRatings: z.ZodBoolean;
912
+ favoriteGames: z.ZodBoolean;
912
913
  gradientColor: z.ZodBoolean;
913
914
  }, "strip", z.ZodTypeAny, {
914
915
  bio: boolean;
915
916
  profilePicture: boolean;
916
917
  favoriteTeam: boolean;
917
918
  pinnedRatings: boolean;
919
+ favoriteGames: boolean;
918
920
  gradientColor: boolean;
919
921
  }, {
920
922
  bio: boolean;
921
923
  profilePicture: boolean;
922
924
  favoriteTeam: boolean;
923
925
  pinnedRatings: boolean;
926
+ favoriteGames: boolean;
924
927
  gradientColor: boolean;
925
928
  }>>;
926
929
  }, "id" | "email" | "username" | "avatarUrl" | "badge">, "strip", z.ZodTypeAny, {
@@ -1891,18 +1894,21 @@ export declare const listCreateSchema: z.ZodObject<Omit<{
1891
1894
  bio: z.ZodBoolean;
1892
1895
  favoriteTeam: z.ZodBoolean;
1893
1896
  pinnedRatings: z.ZodBoolean;
1897
+ favoriteGames: z.ZodBoolean;
1894
1898
  gradientColor: z.ZodBoolean;
1895
1899
  }, "strip", z.ZodTypeAny, {
1896
1900
  bio: boolean;
1897
1901
  profilePicture: boolean;
1898
1902
  favoriteTeam: boolean;
1899
1903
  pinnedRatings: boolean;
1904
+ favoriteGames: boolean;
1900
1905
  gradientColor: boolean;
1901
1906
  }, {
1902
1907
  bio: boolean;
1903
1908
  profilePicture: boolean;
1904
1909
  favoriteTeam: boolean;
1905
1910
  pinnedRatings: boolean;
1911
+ favoriteGames: boolean;
1906
1912
  gradientColor: boolean;
1907
1913
  }>>;
1908
1914
  }, "id" | "email" | "username" | "avatarUrl" | "badge">, "strip", z.ZodTypeAny, {
@@ -2865,18 +2871,21 @@ export declare const listCommentSchema: z.ZodObject<{
2865
2871
  bio: z.ZodBoolean;
2866
2872
  favoriteTeam: z.ZodBoolean;
2867
2873
  pinnedRatings: z.ZodBoolean;
2874
+ favoriteGames: z.ZodBoolean;
2868
2875
  gradientColor: z.ZodBoolean;
2869
2876
  }, "strip", z.ZodTypeAny, {
2870
2877
  bio: boolean;
2871
2878
  profilePicture: boolean;
2872
2879
  favoriteTeam: boolean;
2873
2880
  pinnedRatings: boolean;
2881
+ favoriteGames: boolean;
2874
2882
  gradientColor: boolean;
2875
2883
  }, {
2876
2884
  bio: boolean;
2877
2885
  profilePicture: boolean;
2878
2886
  favoriteTeam: boolean;
2879
2887
  pinnedRatings: boolean;
2888
+ favoriteGames: boolean;
2880
2889
  gradientColor: boolean;
2881
2890
  }>>;
2882
2891
  }, "id" | "email" | "username" | "avatarUrl" | "badge">, "strip", z.ZodTypeAny, {
@@ -3799,18 +3808,21 @@ export declare const listCommentSchema: z.ZodObject<{
3799
3808
  bio: z.ZodBoolean;
3800
3809
  favoriteTeam: z.ZodBoolean;
3801
3810
  pinnedRatings: z.ZodBoolean;
3811
+ favoriteGames: z.ZodBoolean;
3802
3812
  gradientColor: z.ZodBoolean;
3803
3813
  }, "strip", z.ZodTypeAny, {
3804
3814
  bio: boolean;
3805
3815
  profilePicture: boolean;
3806
3816
  favoriteTeam: boolean;
3807
3817
  pinnedRatings: boolean;
3818
+ favoriteGames: boolean;
3808
3819
  gradientColor: boolean;
3809
3820
  }, {
3810
3821
  bio: boolean;
3811
3822
  profilePicture: boolean;
3812
3823
  favoriteTeam: boolean;
3813
3824
  pinnedRatings: boolean;
3825
+ favoriteGames: boolean;
3814
3826
  gradientColor: boolean;
3815
3827
  }>>;
3816
3828
  }, "id" | "email" | "username" | "avatarUrl" | "badge">, "strip", z.ZodTypeAny, {
@@ -4778,18 +4790,21 @@ export declare const listCommentLikeSchema: z.ZodObject<{
4778
4790
  bio: z.ZodBoolean;
4779
4791
  favoriteTeam: z.ZodBoolean;
4780
4792
  pinnedRatings: z.ZodBoolean;
4793
+ favoriteGames: z.ZodBoolean;
4781
4794
  gradientColor: z.ZodBoolean;
4782
4795
  }, "strip", z.ZodTypeAny, {
4783
4796
  bio: boolean;
4784
4797
  profilePicture: boolean;
4785
4798
  favoriteTeam: boolean;
4786
4799
  pinnedRatings: boolean;
4800
+ favoriteGames: boolean;
4787
4801
  gradientColor: boolean;
4788
4802
  }, {
4789
4803
  bio: boolean;
4790
4804
  profilePicture: boolean;
4791
4805
  favoriteTeam: boolean;
4792
4806
  pinnedRatings: boolean;
4807
+ favoriteGames: boolean;
4793
4808
  gradientColor: boolean;
4794
4809
  }>>;
4795
4810
  }, "id" | "email" | "username" | "avatarUrl" | "badge">, "strip", z.ZodTypeAny, {
@@ -922,18 +922,21 @@ export declare const banInfoSchema: z.ZodObject<{
922
922
  bio: z.ZodBoolean;
923
923
  favoriteTeam: z.ZodBoolean;
924
924
  pinnedRatings: z.ZodBoolean;
925
+ favoriteGames: z.ZodBoolean;
925
926
  gradientColor: z.ZodBoolean;
926
927
  }, "strip", z.ZodTypeAny, {
927
928
  bio: boolean;
928
929
  profilePicture: boolean;
929
930
  favoriteTeam: boolean;
930
931
  pinnedRatings: boolean;
932
+ favoriteGames: boolean;
931
933
  gradientColor: boolean;
932
934
  }, {
933
935
  bio: boolean;
934
936
  profilePicture: boolean;
935
937
  favoriteTeam: boolean;
936
938
  pinnedRatings: boolean;
939
+ favoriteGames: boolean;
937
940
  gradientColor: boolean;
938
941
  }>>;
939
942
  }, "id" | "email" | "username" | "avatarUrl" | "badge">, "strip", z.ZodTypeAny, {
@@ -1883,18 +1886,21 @@ export declare const bannedUserSchema: z.ZodObject<{
1883
1886
  bio: z.ZodBoolean;
1884
1887
  favoriteTeam: z.ZodBoolean;
1885
1888
  pinnedRatings: z.ZodBoolean;
1889
+ favoriteGames: z.ZodBoolean;
1886
1890
  gradientColor: z.ZodBoolean;
1887
1891
  }, "strip", z.ZodTypeAny, {
1888
1892
  bio: boolean;
1889
1893
  profilePicture: boolean;
1890
1894
  favoriteTeam: boolean;
1891
1895
  pinnedRatings: boolean;
1896
+ favoriteGames: boolean;
1892
1897
  gradientColor: boolean;
1893
1898
  }, {
1894
1899
  bio: boolean;
1895
1900
  profilePicture: boolean;
1896
1901
  favoriteTeam: boolean;
1897
1902
  pinnedRatings: boolean;
1903
+ favoriteGames: boolean;
1898
1904
  gradientColor: boolean;
1899
1905
  }>>;
1900
1906
  }, "id" | "email" | "username" | "avatarUrl" | "badge">, "strip", z.ZodTypeAny, {
@@ -2880,18 +2886,21 @@ export declare const bannedUsersResponseSchema: z.ZodObject<{
2880
2886
  bio: z.ZodBoolean;
2881
2887
  favoriteTeam: z.ZodBoolean;
2882
2888
  pinnedRatings: z.ZodBoolean;
2889
+ favoriteGames: z.ZodBoolean;
2883
2890
  gradientColor: z.ZodBoolean;
2884
2891
  }, "strip", z.ZodTypeAny, {
2885
2892
  bio: boolean;
2886
2893
  profilePicture: boolean;
2887
2894
  favoriteTeam: boolean;
2888
2895
  pinnedRatings: boolean;
2896
+ favoriteGames: boolean;
2889
2897
  gradientColor: boolean;
2890
2898
  }, {
2891
2899
  bio: boolean;
2892
2900
  profilePicture: boolean;
2893
2901
  favoriteTeam: boolean;
2894
2902
  pinnedRatings: boolean;
2903
+ favoriteGames: boolean;
2895
2904
  gradientColor: boolean;
2896
2905
  }>>;
2897
2906
  }, "id" | "email" | "username" | "avatarUrl" | "badge">, "strip", z.ZodTypeAny, {
@@ -3921,18 +3930,21 @@ export declare const banStatusResponseSchema: z.ZodObject<{
3921
3930
  bio: z.ZodBoolean;
3922
3931
  favoriteTeam: z.ZodBoolean;
3923
3932
  pinnedRatings: z.ZodBoolean;
3933
+ favoriteGames: z.ZodBoolean;
3924
3934
  gradientColor: z.ZodBoolean;
3925
3935
  }, "strip", z.ZodTypeAny, {
3926
3936
  bio: boolean;
3927
3937
  profilePicture: boolean;
3928
3938
  favoriteTeam: boolean;
3929
3939
  pinnedRatings: boolean;
3940
+ favoriteGames: boolean;
3930
3941
  gradientColor: boolean;
3931
3942
  }, {
3932
3943
  bio: boolean;
3933
3944
  profilePicture: boolean;
3934
3945
  favoriteTeam: boolean;
3935
3946
  pinnedRatings: boolean;
3947
+ favoriteGames: boolean;
3936
3948
  gradientColor: boolean;
3937
3949
  }>>;
3938
3950
  }, "id" | "email" | "username" | "avatarUrl" | "badge">, "strip", z.ZodTypeAny, {
@@ -1825,18 +1825,21 @@ export declare const threadCommentSchema: import("zod").ZodObject<{
1825
1825
  bio: import("zod").ZodBoolean;
1826
1826
  favoriteTeam: import("zod").ZodBoolean;
1827
1827
  pinnedRatings: import("zod").ZodBoolean;
1828
+ favoriteGames: import("zod").ZodBoolean;
1828
1829
  gradientColor: import("zod").ZodBoolean;
1829
1830
  }, "strip", import("zod").ZodTypeAny, {
1830
1831
  bio: boolean;
1831
1832
  profilePicture: boolean;
1832
1833
  favoriteTeam: boolean;
1833
1834
  pinnedRatings: boolean;
1835
+ favoriteGames: boolean;
1834
1836
  gradientColor: boolean;
1835
1837
  }, {
1836
1838
  bio: boolean;
1837
1839
  profilePicture: boolean;
1838
1840
  favoriteTeam: boolean;
1839
1841
  pinnedRatings: boolean;
1842
+ favoriteGames: boolean;
1840
1843
  gradientColor: boolean;
1841
1844
  }>>;
1842
1845
  }, "id" | "email" | "username" | "avatarUrl" | "badge">, "strip", import("zod").ZodTypeAny, {
@@ -2759,18 +2762,21 @@ export declare const threadCommentSchema: import("zod").ZodObject<{
2759
2762
  bio: import("zod").ZodBoolean;
2760
2763
  favoriteTeam: import("zod").ZodBoolean;
2761
2764
  pinnedRatings: import("zod").ZodBoolean;
2765
+ favoriteGames: import("zod").ZodBoolean;
2762
2766
  gradientColor: import("zod").ZodBoolean;
2763
2767
  }, "strip", import("zod").ZodTypeAny, {
2764
2768
  bio: boolean;
2765
2769
  profilePicture: boolean;
2766
2770
  favoriteTeam: boolean;
2767
2771
  pinnedRatings: boolean;
2772
+ favoriteGames: boolean;
2768
2773
  gradientColor: boolean;
2769
2774
  }, {
2770
2775
  bio: boolean;
2771
2776
  profilePicture: boolean;
2772
2777
  favoriteTeam: boolean;
2773
2778
  pinnedRatings: boolean;
2779
+ favoriteGames: boolean;
2774
2780
  gradientColor: boolean;
2775
2781
  }>>;
2776
2782
  }, "id" | "email" | "username" | "avatarUrl" | "badge">, "strip", import("zod").ZodTypeAny, {
@@ -3764,18 +3770,21 @@ export declare const threadCommentLikeSchema: import("zod").ZodObject<{
3764
3770
  bio: import("zod").ZodBoolean;
3765
3771
  favoriteTeam: import("zod").ZodBoolean;
3766
3772
  pinnedRatings: import("zod").ZodBoolean;
3773
+ favoriteGames: import("zod").ZodBoolean;
3767
3774
  gradientColor: import("zod").ZodBoolean;
3768
3775
  }, "strip", import("zod").ZodTypeAny, {
3769
3776
  bio: boolean;
3770
3777
  profilePicture: boolean;
3771
3778
  favoriteTeam: boolean;
3772
3779
  pinnedRatings: boolean;
3780
+ favoriteGames: boolean;
3773
3781
  gradientColor: boolean;
3774
3782
  }, {
3775
3783
  bio: boolean;
3776
3784
  profilePicture: boolean;
3777
3785
  favoriteTeam: boolean;
3778
3786
  pinnedRatings: boolean;
3787
+ favoriteGames: boolean;
3779
3788
  gradientColor: boolean;
3780
3789
  }>>;
3781
3790
  }, "id" | "email" | "username" | "avatarUrl" | "badge">, "strip", import("zod").ZodTypeAny, {
@@ -1100,18 +1100,21 @@ export declare const userSchema: import("zod").ZodObject<{
1100
1100
  bio: import("zod").ZodBoolean;
1101
1101
  favoriteTeam: import("zod").ZodBoolean;
1102
1102
  pinnedRatings: import("zod").ZodBoolean;
1103
+ favoriteGames: import("zod").ZodBoolean;
1103
1104
  gradientColor: import("zod").ZodBoolean;
1104
1105
  }, "strip", import("zod").ZodTypeAny, {
1105
1106
  bio: boolean;
1106
1107
  profilePicture: boolean;
1107
1108
  favoriteTeam: boolean;
1108
1109
  pinnedRatings: boolean;
1110
+ favoriteGames: boolean;
1109
1111
  gradientColor: boolean;
1110
1112
  }, {
1111
1113
  bio: boolean;
1112
1114
  profilePicture: boolean;
1113
1115
  favoriteTeam: boolean;
1114
1116
  pinnedRatings: boolean;
1117
+ favoriteGames: boolean;
1115
1118
  gradientColor: boolean;
1116
1119
  }>>;
1117
1120
  }, "strip", import("zod").ZodTypeAny, {
@@ -1334,6 +1337,7 @@ export declare const userSchema: import("zod").ZodObject<{
1334
1337
  profilePicture: boolean;
1335
1338
  favoriteTeam: boolean;
1336
1339
  pinnedRatings: boolean;
1340
+ favoriteGames: boolean;
1337
1341
  gradientColor: boolean;
1338
1342
  } | undefined;
1339
1343
  }, {
@@ -1556,6 +1560,7 @@ export declare const userSchema: import("zod").ZodObject<{
1556
1560
  profilePicture: boolean;
1557
1561
  favoriteTeam: boolean;
1558
1562
  pinnedRatings: boolean;
1563
+ favoriteGames: boolean;
1559
1564
  gradientColor: boolean;
1560
1565
  } | undefined;
1561
1566
  }>;
@@ -2463,18 +2468,21 @@ export declare const createUserSchema: import("zod").ZodObject<Omit<{
2463
2468
  bio: import("zod").ZodBoolean;
2464
2469
  favoriteTeam: import("zod").ZodBoolean;
2465
2470
  pinnedRatings: import("zod").ZodBoolean;
2471
+ favoriteGames: import("zod").ZodBoolean;
2466
2472
  gradientColor: import("zod").ZodBoolean;
2467
2473
  }, "strip", import("zod").ZodTypeAny, {
2468
2474
  bio: boolean;
2469
2475
  profilePicture: boolean;
2470
2476
  favoriteTeam: boolean;
2471
2477
  pinnedRatings: boolean;
2478
+ favoriteGames: boolean;
2472
2479
  gradientColor: boolean;
2473
2480
  }, {
2474
2481
  bio: boolean;
2475
2482
  profilePicture: boolean;
2476
2483
  favoriteTeam: boolean;
2477
2484
  pinnedRatings: boolean;
2485
+ favoriteGames: boolean;
2478
2486
  gradientColor: boolean;
2479
2487
  }>>;
2480
2488
  }, "id" | "totalRatedGames" | "avgRating" | "createdAt" | "updatedAt" | "deviceTokens" | "askedForPushNotifications" | "acceptedPushNotifications">, "strip", import("zod").ZodTypeAny, {
@@ -2686,6 +2694,7 @@ export declare const createUserSchema: import("zod").ZodObject<Omit<{
2686
2694
  profilePicture: boolean;
2687
2695
  favoriteTeam: boolean;
2688
2696
  pinnedRatings: boolean;
2697
+ favoriteGames: boolean;
2689
2698
  gradientColor: boolean;
2690
2699
  } | undefined;
2691
2700
  }, {
@@ -2897,6 +2906,7 @@ export declare const createUserSchema: import("zod").ZodObject<Omit<{
2897
2906
  profilePicture: boolean;
2898
2907
  favoriteTeam: boolean;
2899
2908
  pinnedRatings: boolean;
2909
+ favoriteGames: boolean;
2900
2910
  gradientColor: boolean;
2901
2911
  } | undefined;
2902
2912
  }>;
@@ -3804,18 +3814,21 @@ export declare const reducedUserSchema: import("zod").ZodObject<Pick<{
3804
3814
  bio: import("zod").ZodBoolean;
3805
3815
  favoriteTeam: import("zod").ZodBoolean;
3806
3816
  pinnedRatings: import("zod").ZodBoolean;
3817
+ favoriteGames: import("zod").ZodBoolean;
3807
3818
  gradientColor: import("zod").ZodBoolean;
3808
3819
  }, "strip", import("zod").ZodTypeAny, {
3809
3820
  bio: boolean;
3810
3821
  profilePicture: boolean;
3811
3822
  favoriteTeam: boolean;
3812
3823
  pinnedRatings: boolean;
3824
+ favoriteGames: boolean;
3813
3825
  gradientColor: boolean;
3814
3826
  }, {
3815
3827
  bio: boolean;
3816
3828
  profilePicture: boolean;
3817
3829
  favoriteTeam: boolean;
3818
3830
  pinnedRatings: boolean;
3831
+ favoriteGames: boolean;
3819
3832
  gradientColor: boolean;
3820
3833
  }>>;
3821
3834
  }, "id" | "email" | "username" | "avatarUrl" | "badge">, "strip", import("zod").ZodTypeAny, {
@@ -218,6 +218,7 @@ exports.userSchema = (0, zod_1.object)({
218
218
  bio: (0, zod_1.boolean)(),
219
219
  favoriteTeam: (0, zod_1.boolean)(),
220
220
  pinnedRatings: (0, zod_1.boolean)(),
221
+ favoriteGames: (0, zod_1.boolean)(),
221
222
  gradientColor: (0, zod_1.boolean)(),
222
223
  }).optional(),
223
224
  });
@@ -1008,18 +1008,21 @@ export declare const userEventCommentSchema: z.ZodObject<{
1008
1008
  bio: z.ZodBoolean;
1009
1009
  favoriteTeam: z.ZodBoolean;
1010
1010
  pinnedRatings: z.ZodBoolean;
1011
+ favoriteGames: z.ZodBoolean;
1011
1012
  gradientColor: z.ZodBoolean;
1012
1013
  }, "strip", z.ZodTypeAny, {
1013
1014
  bio: boolean;
1014
1015
  profilePicture: boolean;
1015
1016
  favoriteTeam: boolean;
1016
1017
  pinnedRatings: boolean;
1018
+ favoriteGames: boolean;
1017
1019
  gradientColor: boolean;
1018
1020
  }, {
1019
1021
  bio: boolean;
1020
1022
  profilePicture: boolean;
1021
1023
  favoriteTeam: boolean;
1022
1024
  pinnedRatings: boolean;
1025
+ favoriteGames: boolean;
1023
1026
  gradientColor: boolean;
1024
1027
  }>>;
1025
1028
  }, "id" | "email" | "username" | "avatarUrl" | "badge">, "strip", z.ZodTypeAny, {
@@ -1942,18 +1945,21 @@ export declare const userEventCommentSchema: z.ZodObject<{
1942
1945
  bio: z.ZodBoolean;
1943
1946
  favoriteTeam: z.ZodBoolean;
1944
1947
  pinnedRatings: z.ZodBoolean;
1948
+ favoriteGames: z.ZodBoolean;
1945
1949
  gradientColor: z.ZodBoolean;
1946
1950
  }, "strip", z.ZodTypeAny, {
1947
1951
  bio: boolean;
1948
1952
  profilePicture: boolean;
1949
1953
  favoriteTeam: boolean;
1950
1954
  pinnedRatings: boolean;
1955
+ favoriteGames: boolean;
1951
1956
  gradientColor: boolean;
1952
1957
  }, {
1953
1958
  bio: boolean;
1954
1959
  profilePicture: boolean;
1955
1960
  favoriteTeam: boolean;
1956
1961
  pinnedRatings: boolean;
1962
+ favoriteGames: boolean;
1957
1963
  gradientColor: boolean;
1958
1964
  }>>;
1959
1965
  }, "id" | "email" | "username" | "avatarUrl" | "badge">, "strip", z.ZodTypeAny, {
@@ -2929,18 +2935,21 @@ export declare const userEventCommentLikeSchema: z.ZodObject<{
2929
2935
  bio: z.ZodBoolean;
2930
2936
  favoriteTeam: z.ZodBoolean;
2931
2937
  pinnedRatings: z.ZodBoolean;
2938
+ favoriteGames: z.ZodBoolean;
2932
2939
  gradientColor: z.ZodBoolean;
2933
2940
  }, "strip", z.ZodTypeAny, {
2934
2941
  bio: boolean;
2935
2942
  profilePicture: boolean;
2936
2943
  favoriteTeam: boolean;
2937
2944
  pinnedRatings: boolean;
2945
+ favoriteGames: boolean;
2938
2946
  gradientColor: boolean;
2939
2947
  }, {
2940
2948
  bio: boolean;
2941
2949
  profilePicture: boolean;
2942
2950
  favoriteTeam: boolean;
2943
2951
  pinnedRatings: boolean;
2952
+ favoriteGames: boolean;
2944
2953
  gradientColor: boolean;
2945
2954
  }>>;
2946
2955
  }, "id" | "email" | "username" | "avatarUrl" | "badge">, "strip", z.ZodTypeAny, {
@@ -905,18 +905,21 @@ export declare const playerVoteSchema: z.ZodObject<{
905
905
  bio: z.ZodBoolean;
906
906
  favoriteTeam: z.ZodBoolean;
907
907
  pinnedRatings: z.ZodBoolean;
908
+ favoriteGames: z.ZodBoolean;
908
909
  gradientColor: z.ZodBoolean;
909
910
  }, "strip", z.ZodTypeAny, {
910
911
  bio: boolean;
911
912
  profilePicture: boolean;
912
913
  favoriteTeam: boolean;
913
914
  pinnedRatings: boolean;
915
+ favoriteGames: boolean;
914
916
  gradientColor: boolean;
915
917
  }, {
916
918
  bio: boolean;
917
919
  profilePicture: boolean;
918
920
  favoriteTeam: boolean;
919
921
  pinnedRatings: boolean;
922
+ favoriteGames: boolean;
920
923
  gradientColor: boolean;
921
924
  }>>;
922
925
  }, "id" | "email" | "username" | "avatarUrl" | "badge">, "strip", z.ZodTypeAny, {
@@ -1957,18 +1960,21 @@ export declare const voteSubmissionDtoSchema: z.ZodObject<{
1957
1960
  bio: z.ZodBoolean;
1958
1961
  favoriteTeam: z.ZodBoolean;
1959
1962
  pinnedRatings: z.ZodBoolean;
1963
+ favoriteGames: z.ZodBoolean;
1960
1964
  gradientColor: z.ZodBoolean;
1961
1965
  }, "strip", z.ZodTypeAny, {
1962
1966
  bio: boolean;
1963
1967
  profilePicture: boolean;
1964
1968
  favoriteTeam: boolean;
1965
1969
  pinnedRatings: boolean;
1970
+ favoriteGames: boolean;
1966
1971
  gradientColor: boolean;
1967
1972
  }, {
1968
1973
  bio: boolean;
1969
1974
  profilePicture: boolean;
1970
1975
  favoriteTeam: boolean;
1971
1976
  pinnedRatings: boolean;
1977
+ favoriteGames: boolean;
1972
1978
  gradientColor: boolean;
1973
1979
  }>>;
1974
1980
  }, "id" | "email" | "username" | "avatarUrl" | "badge">, "strip", z.ZodTypeAny, {
@@ -3493,18 +3499,21 @@ export declare const userVoteResponseDtoSchema: z.ZodObject<{
3493
3499
  bio: z.ZodBoolean;
3494
3500
  favoriteTeam: z.ZodBoolean;
3495
3501
  pinnedRatings: z.ZodBoolean;
3502
+ favoriteGames: z.ZodBoolean;
3496
3503
  gradientColor: z.ZodBoolean;
3497
3504
  }, "strip", z.ZodTypeAny, {
3498
3505
  bio: boolean;
3499
3506
  profilePicture: boolean;
3500
3507
  favoriteTeam: boolean;
3501
3508
  pinnedRatings: boolean;
3509
+ favoriteGames: boolean;
3502
3510
  gradientColor: boolean;
3503
3511
  }, {
3504
3512
  bio: boolean;
3505
3513
  profilePicture: boolean;
3506
3514
  favoriteTeam: boolean;
3507
3515
  pinnedRatings: boolean;
3516
+ favoriteGames: boolean;
3508
3517
  gradientColor: boolean;
3509
3518
  }>>;
3510
3519
  }, "id" | "email" | "username" | "avatarUrl" | "badge">, "strip", z.ZodTypeAny, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rategame-shared",
3
- "version": "1.1.253",
3
+ "version": "1.1.254",
4
4
  "description": "This package contains shared resources for the Rate Game project.",
5
5
  "types": "./dist/index.d.ts",
6
6
  "main": "./dist/index.js",