rategame-shared 1.1.333 → 1.1.334
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/schemas/game.d.ts +110 -0
- package/dist/schemas/game.js +2 -26
- package/dist/schemas/pick.d.ts +192 -0
- package/dist/schemas/voting.d.ts +42 -0
- package/package.json +1 -1
package/dist/schemas/pick.d.ts
CHANGED
|
@@ -3319,6 +3319,7 @@ export declare const pickSchema: z.ZodObject<{
|
|
|
3319
3319
|
badge?: string | undefined;
|
|
3320
3320
|
}>;
|
|
3321
3321
|
comment: z.ZodOptional<z.ZodString>;
|
|
3322
|
+
boosted: z.ZodOptional<z.ZodBoolean>;
|
|
3322
3323
|
}, "strip", z.ZodTypeAny, {
|
|
3323
3324
|
user: {
|
|
3324
3325
|
id: string;
|
|
@@ -3328,6 +3329,7 @@ export declare const pickSchema: z.ZodObject<{
|
|
|
3328
3329
|
badge?: string | undefined;
|
|
3329
3330
|
};
|
|
3330
3331
|
comment?: string | undefined;
|
|
3332
|
+
boosted?: boolean | undefined;
|
|
3331
3333
|
}, {
|
|
3332
3334
|
user: {
|
|
3333
3335
|
id: string;
|
|
@@ -3337,6 +3339,7 @@ export declare const pickSchema: z.ZodObject<{
|
|
|
3337
3339
|
badge?: string | undefined;
|
|
3338
3340
|
};
|
|
3339
3341
|
comment?: string | undefined;
|
|
3342
|
+
boosted?: boolean | undefined;
|
|
3340
3343
|
}>>;
|
|
3341
3344
|
chatEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
3342
3345
|
lastPlay: z.ZodOptional<z.ZodString>;
|
|
@@ -3552,6 +3555,7 @@ export declare const pickSchema: z.ZodObject<{
|
|
|
3552
3555
|
badge?: string | undefined;
|
|
3553
3556
|
};
|
|
3554
3557
|
comment?: string | undefined;
|
|
3558
|
+
boosted?: boolean | undefined;
|
|
3555
3559
|
} | undefined;
|
|
3556
3560
|
chatEnabled?: boolean | undefined;
|
|
3557
3561
|
lastPlay?: string | undefined;
|
|
@@ -3747,6 +3751,7 @@ export declare const pickSchema: z.ZodObject<{
|
|
|
3747
3751
|
badge?: string | undefined;
|
|
3748
3752
|
};
|
|
3749
3753
|
comment?: string | undefined;
|
|
3754
|
+
boosted?: boolean | undefined;
|
|
3750
3755
|
} | undefined;
|
|
3751
3756
|
chatEnabled?: boolean | undefined;
|
|
3752
3757
|
lastPlay?: string | undefined;
|
|
@@ -5932,6 +5937,7 @@ export declare const pickSchema: z.ZodObject<{
|
|
|
5932
5937
|
badge?: string | undefined;
|
|
5933
5938
|
}>;
|
|
5934
5939
|
comment: z.ZodOptional<z.ZodString>;
|
|
5940
|
+
boosted: z.ZodOptional<z.ZodBoolean>;
|
|
5935
5941
|
}, "strip", z.ZodTypeAny, {
|
|
5936
5942
|
user: {
|
|
5937
5943
|
id: string;
|
|
@@ -5941,6 +5947,7 @@ export declare const pickSchema: z.ZodObject<{
|
|
|
5941
5947
|
badge?: string | undefined;
|
|
5942
5948
|
};
|
|
5943
5949
|
comment?: string | undefined;
|
|
5950
|
+
boosted?: boolean | undefined;
|
|
5944
5951
|
}, {
|
|
5945
5952
|
user: {
|
|
5946
5953
|
id: string;
|
|
@@ -5950,6 +5957,7 @@ export declare const pickSchema: z.ZodObject<{
|
|
|
5950
5957
|
badge?: string | undefined;
|
|
5951
5958
|
};
|
|
5952
5959
|
comment?: string | undefined;
|
|
5960
|
+
boosted?: boolean | undefined;
|
|
5953
5961
|
}>>;
|
|
5954
5962
|
chatEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
5955
5963
|
lastPlay: z.ZodOptional<z.ZodString>;
|
|
@@ -6175,6 +6183,7 @@ export declare const pickSchema: z.ZodObject<{
|
|
|
6175
6183
|
badge?: string | undefined;
|
|
6176
6184
|
};
|
|
6177
6185
|
comment?: string | undefined;
|
|
6186
|
+
boosted?: boolean | undefined;
|
|
6178
6187
|
} | undefined;
|
|
6179
6188
|
chatEnabled?: boolean | undefined;
|
|
6180
6189
|
lastPlay?: string | undefined;
|
|
@@ -6377,6 +6386,7 @@ export declare const pickSchema: z.ZodObject<{
|
|
|
6377
6386
|
badge?: string | undefined;
|
|
6378
6387
|
};
|
|
6379
6388
|
comment?: string | undefined;
|
|
6389
|
+
boosted?: boolean | undefined;
|
|
6380
6390
|
} | undefined;
|
|
6381
6391
|
chatEnabled?: boolean | undefined;
|
|
6382
6392
|
lastPlay?: string | undefined;
|
|
@@ -8566,6 +8576,7 @@ export declare const pickSchema: z.ZodObject<{
|
|
|
8566
8576
|
badge?: string | undefined;
|
|
8567
8577
|
}>;
|
|
8568
8578
|
comment: z.ZodOptional<z.ZodString>;
|
|
8579
|
+
boosted: z.ZodOptional<z.ZodBoolean>;
|
|
8569
8580
|
}, "strip", z.ZodTypeAny, {
|
|
8570
8581
|
user: {
|
|
8571
8582
|
id: string;
|
|
@@ -8575,6 +8586,7 @@ export declare const pickSchema: z.ZodObject<{
|
|
|
8575
8586
|
badge?: string | undefined;
|
|
8576
8587
|
};
|
|
8577
8588
|
comment?: string | undefined;
|
|
8589
|
+
boosted?: boolean | undefined;
|
|
8578
8590
|
}, {
|
|
8579
8591
|
user: {
|
|
8580
8592
|
id: string;
|
|
@@ -8584,6 +8596,7 @@ export declare const pickSchema: z.ZodObject<{
|
|
|
8584
8596
|
badge?: string | undefined;
|
|
8585
8597
|
};
|
|
8586
8598
|
comment?: string | undefined;
|
|
8599
|
+
boosted?: boolean | undefined;
|
|
8587
8600
|
}>>;
|
|
8588
8601
|
chatEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
8589
8602
|
lastPlay: z.ZodOptional<z.ZodString>;
|
|
@@ -8909,6 +8922,7 @@ export declare const pickSchema: z.ZodObject<{
|
|
|
8909
8922
|
badge?: string | undefined;
|
|
8910
8923
|
};
|
|
8911
8924
|
comment?: string | undefined;
|
|
8925
|
+
boosted?: boolean | undefined;
|
|
8912
8926
|
} | undefined;
|
|
8913
8927
|
chatEnabled?: boolean | undefined;
|
|
8914
8928
|
lastPlay?: string | undefined;
|
|
@@ -9107,6 +9121,7 @@ export declare const pickSchema: z.ZodObject<{
|
|
|
9107
9121
|
badge?: string | undefined;
|
|
9108
9122
|
};
|
|
9109
9123
|
comment?: string | undefined;
|
|
9124
|
+
boosted?: boolean | undefined;
|
|
9110
9125
|
} | undefined;
|
|
9111
9126
|
chatEnabled?: boolean | undefined;
|
|
9112
9127
|
lastPlay?: string | undefined;
|
|
@@ -11291,6 +11306,7 @@ export declare const pickSchema: z.ZodObject<{
|
|
|
11291
11306
|
badge?: string | undefined;
|
|
11292
11307
|
}>;
|
|
11293
11308
|
comment: z.ZodOptional<z.ZodString>;
|
|
11309
|
+
boosted: z.ZodOptional<z.ZodBoolean>;
|
|
11294
11310
|
}, "strip", z.ZodTypeAny, {
|
|
11295
11311
|
user: {
|
|
11296
11312
|
id: string;
|
|
@@ -11300,6 +11316,7 @@ export declare const pickSchema: z.ZodObject<{
|
|
|
11300
11316
|
badge?: string | undefined;
|
|
11301
11317
|
};
|
|
11302
11318
|
comment?: string | undefined;
|
|
11319
|
+
boosted?: boolean | undefined;
|
|
11303
11320
|
}, {
|
|
11304
11321
|
user: {
|
|
11305
11322
|
id: string;
|
|
@@ -11309,6 +11326,7 @@ export declare const pickSchema: z.ZodObject<{
|
|
|
11309
11326
|
badge?: string | undefined;
|
|
11310
11327
|
};
|
|
11311
11328
|
comment?: string | undefined;
|
|
11329
|
+
boosted?: boolean | undefined;
|
|
11312
11330
|
}>>;
|
|
11313
11331
|
chatEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
11314
11332
|
lastPlay: z.ZodOptional<z.ZodString>;
|
|
@@ -11571,6 +11589,7 @@ export declare const pickSchema: z.ZodObject<{
|
|
|
11571
11589
|
badge?: string | undefined;
|
|
11572
11590
|
};
|
|
11573
11591
|
comment?: string | undefined;
|
|
11592
|
+
boosted?: boolean | undefined;
|
|
11574
11593
|
} | undefined;
|
|
11575
11594
|
chatEnabled?: boolean | undefined;
|
|
11576
11595
|
lastPlay?: string | undefined;
|
|
@@ -11786,6 +11805,7 @@ export declare const pickSchema: z.ZodObject<{
|
|
|
11786
11805
|
badge?: string | undefined;
|
|
11787
11806
|
};
|
|
11788
11807
|
comment?: string | undefined;
|
|
11808
|
+
boosted?: boolean | undefined;
|
|
11789
11809
|
} | undefined;
|
|
11790
11810
|
chatEnabled?: boolean | undefined;
|
|
11791
11811
|
lastPlay?: string | undefined;
|
|
@@ -13981,6 +14001,7 @@ export declare const pickSchema: z.ZodObject<{
|
|
|
13981
14001
|
badge?: string | undefined;
|
|
13982
14002
|
}>;
|
|
13983
14003
|
comment: z.ZodOptional<z.ZodString>;
|
|
14004
|
+
boosted: z.ZodOptional<z.ZodBoolean>;
|
|
13984
14005
|
}, "strip", z.ZodTypeAny, {
|
|
13985
14006
|
user: {
|
|
13986
14007
|
id: string;
|
|
@@ -13990,6 +14011,7 @@ export declare const pickSchema: z.ZodObject<{
|
|
|
13990
14011
|
badge?: string | undefined;
|
|
13991
14012
|
};
|
|
13992
14013
|
comment?: string | undefined;
|
|
14014
|
+
boosted?: boolean | undefined;
|
|
13993
14015
|
}, {
|
|
13994
14016
|
user: {
|
|
13995
14017
|
id: string;
|
|
@@ -13999,6 +14021,7 @@ export declare const pickSchema: z.ZodObject<{
|
|
|
13999
14021
|
badge?: string | undefined;
|
|
14000
14022
|
};
|
|
14001
14023
|
comment?: string | undefined;
|
|
14024
|
+
boosted?: boolean | undefined;
|
|
14002
14025
|
}>>;
|
|
14003
14026
|
chatEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
14004
14027
|
lastPlay: z.ZodOptional<z.ZodString>;
|
|
@@ -14252,6 +14275,7 @@ export declare const pickSchema: z.ZodObject<{
|
|
|
14252
14275
|
badge?: string | undefined;
|
|
14253
14276
|
};
|
|
14254
14277
|
comment?: string | undefined;
|
|
14278
|
+
boosted?: boolean | undefined;
|
|
14255
14279
|
} | undefined;
|
|
14256
14280
|
chatEnabled?: boolean | undefined;
|
|
14257
14281
|
lastPlay?: string | undefined;
|
|
@@ -14460,6 +14484,7 @@ export declare const pickSchema: z.ZodObject<{
|
|
|
14460
14484
|
badge?: string | undefined;
|
|
14461
14485
|
};
|
|
14462
14486
|
comment?: string | undefined;
|
|
14487
|
+
boosted?: boolean | undefined;
|
|
14463
14488
|
} | undefined;
|
|
14464
14489
|
chatEnabled?: boolean | undefined;
|
|
14465
14490
|
lastPlay?: string | undefined;
|
|
@@ -16653,6 +16678,7 @@ export declare const pickSchema: z.ZodObject<{
|
|
|
16653
16678
|
badge?: string | undefined;
|
|
16654
16679
|
}>;
|
|
16655
16680
|
comment: z.ZodOptional<z.ZodString>;
|
|
16681
|
+
boosted: z.ZodOptional<z.ZodBoolean>;
|
|
16656
16682
|
}, "strip", z.ZodTypeAny, {
|
|
16657
16683
|
user: {
|
|
16658
16684
|
id: string;
|
|
@@ -16662,6 +16688,7 @@ export declare const pickSchema: z.ZodObject<{
|
|
|
16662
16688
|
badge?: string | undefined;
|
|
16663
16689
|
};
|
|
16664
16690
|
comment?: string | undefined;
|
|
16691
|
+
boosted?: boolean | undefined;
|
|
16665
16692
|
}, {
|
|
16666
16693
|
user: {
|
|
16667
16694
|
id: string;
|
|
@@ -16671,6 +16698,7 @@ export declare const pickSchema: z.ZodObject<{
|
|
|
16671
16698
|
badge?: string | undefined;
|
|
16672
16699
|
};
|
|
16673
16700
|
comment?: string | undefined;
|
|
16701
|
+
boosted?: boolean | undefined;
|
|
16674
16702
|
}>>;
|
|
16675
16703
|
chatEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
16676
16704
|
lastPlay: z.ZodOptional<z.ZodString>;
|
|
@@ -16867,6 +16895,7 @@ export declare const pickSchema: z.ZodObject<{
|
|
|
16867
16895
|
badge?: string | undefined;
|
|
16868
16896
|
};
|
|
16869
16897
|
comment?: string | undefined;
|
|
16898
|
+
boosted?: boolean | undefined;
|
|
16870
16899
|
} | undefined;
|
|
16871
16900
|
chatEnabled?: boolean | undefined;
|
|
16872
16901
|
lastPlay?: string | undefined;
|
|
@@ -17055,6 +17084,7 @@ export declare const pickSchema: z.ZodObject<{
|
|
|
17055
17084
|
badge?: string | undefined;
|
|
17056
17085
|
};
|
|
17057
17086
|
comment?: string | undefined;
|
|
17087
|
+
boosted?: boolean | undefined;
|
|
17058
17088
|
} | undefined;
|
|
17059
17089
|
chatEnabled?: boolean | undefined;
|
|
17060
17090
|
lastPlay?: string | undefined;
|
|
@@ -17266,6 +17296,7 @@ export declare const pickSchema: z.ZodObject<{
|
|
|
17266
17296
|
badge?: string | undefined;
|
|
17267
17297
|
};
|
|
17268
17298
|
comment?: string | undefined;
|
|
17299
|
+
boosted?: boolean | undefined;
|
|
17269
17300
|
} | undefined;
|
|
17270
17301
|
chatEnabled?: boolean | undefined;
|
|
17271
17302
|
lastPlay?: string | undefined;
|
|
@@ -17464,6 +17495,7 @@ export declare const pickSchema: z.ZodObject<{
|
|
|
17464
17495
|
badge?: string | undefined;
|
|
17465
17496
|
};
|
|
17466
17497
|
comment?: string | undefined;
|
|
17498
|
+
boosted?: boolean | undefined;
|
|
17467
17499
|
} | undefined;
|
|
17468
17500
|
chatEnabled?: boolean | undefined;
|
|
17469
17501
|
lastPlay?: string | undefined;
|
|
@@ -17667,6 +17699,7 @@ export declare const pickSchema: z.ZodObject<{
|
|
|
17667
17699
|
badge?: string | undefined;
|
|
17668
17700
|
};
|
|
17669
17701
|
comment?: string | undefined;
|
|
17702
|
+
boosted?: boolean | undefined;
|
|
17670
17703
|
} | undefined;
|
|
17671
17704
|
chatEnabled?: boolean | undefined;
|
|
17672
17705
|
lastPlay?: string | undefined;
|
|
@@ -17871,6 +17904,7 @@ export declare const pickSchema: z.ZodObject<{
|
|
|
17871
17904
|
badge?: string | undefined;
|
|
17872
17905
|
};
|
|
17873
17906
|
comment?: string | undefined;
|
|
17907
|
+
boosted?: boolean | undefined;
|
|
17874
17908
|
} | undefined;
|
|
17875
17909
|
chatEnabled?: boolean | undefined;
|
|
17876
17910
|
lastPlay?: string | undefined;
|
|
@@ -18081,6 +18115,7 @@ export declare const pickSchema: z.ZodObject<{
|
|
|
18081
18115
|
badge?: string | undefined;
|
|
18082
18116
|
};
|
|
18083
18117
|
comment?: string | undefined;
|
|
18118
|
+
boosted?: boolean | undefined;
|
|
18084
18119
|
} | undefined;
|
|
18085
18120
|
chatEnabled?: boolean | undefined;
|
|
18086
18121
|
lastPlay?: string | undefined;
|
|
@@ -18279,6 +18314,7 @@ export declare const pickSchema: z.ZodObject<{
|
|
|
18279
18314
|
badge?: string | undefined;
|
|
18280
18315
|
};
|
|
18281
18316
|
comment?: string | undefined;
|
|
18317
|
+
boosted?: boolean | undefined;
|
|
18282
18318
|
} | undefined;
|
|
18283
18319
|
chatEnabled?: boolean | undefined;
|
|
18284
18320
|
lastPlay?: string | undefined;
|
|
@@ -18503,6 +18539,7 @@ export declare const pickSchema: z.ZodObject<{
|
|
|
18503
18539
|
badge?: string | undefined;
|
|
18504
18540
|
};
|
|
18505
18541
|
comment?: string | undefined;
|
|
18542
|
+
boosted?: boolean | undefined;
|
|
18506
18543
|
} | undefined;
|
|
18507
18544
|
chatEnabled?: boolean | undefined;
|
|
18508
18545
|
lastPlay?: string | undefined;
|
|
@@ -18701,6 +18738,7 @@ export declare const pickSchema: z.ZodObject<{
|
|
|
18701
18738
|
badge?: string | undefined;
|
|
18702
18739
|
};
|
|
18703
18740
|
comment?: string | undefined;
|
|
18741
|
+
boosted?: boolean | undefined;
|
|
18704
18742
|
} | undefined;
|
|
18705
18743
|
chatEnabled?: boolean | undefined;
|
|
18706
18744
|
lastPlay?: string | undefined;
|
|
@@ -18904,6 +18942,7 @@ export declare const pickSchema: z.ZodObject<{
|
|
|
18904
18942
|
badge?: string | undefined;
|
|
18905
18943
|
};
|
|
18906
18944
|
comment?: string | undefined;
|
|
18945
|
+
boosted?: boolean | undefined;
|
|
18907
18946
|
} | undefined;
|
|
18908
18947
|
chatEnabled?: boolean | undefined;
|
|
18909
18948
|
lastPlay?: string | undefined;
|
|
@@ -19108,6 +19147,7 @@ export declare const pickSchema: z.ZodObject<{
|
|
|
19108
19147
|
badge?: string | undefined;
|
|
19109
19148
|
};
|
|
19110
19149
|
comment?: string | undefined;
|
|
19150
|
+
boosted?: boolean | undefined;
|
|
19111
19151
|
} | undefined;
|
|
19112
19152
|
chatEnabled?: boolean | undefined;
|
|
19113
19153
|
lastPlay?: string | undefined;
|
|
@@ -19318,6 +19358,7 @@ export declare const pickSchema: z.ZodObject<{
|
|
|
19318
19358
|
badge?: string | undefined;
|
|
19319
19359
|
};
|
|
19320
19360
|
comment?: string | undefined;
|
|
19361
|
+
boosted?: boolean | undefined;
|
|
19321
19362
|
} | undefined;
|
|
19322
19363
|
chatEnabled?: boolean | undefined;
|
|
19323
19364
|
lastPlay?: string | undefined;
|
|
@@ -19516,6 +19557,7 @@ export declare const pickSchema: z.ZodObject<{
|
|
|
19516
19557
|
badge?: string | undefined;
|
|
19517
19558
|
};
|
|
19518
19559
|
comment?: string | undefined;
|
|
19560
|
+
boosted?: boolean | undefined;
|
|
19519
19561
|
} | undefined;
|
|
19520
19562
|
chatEnabled?: boolean | undefined;
|
|
19521
19563
|
lastPlay?: string | undefined;
|
|
@@ -22951,6 +22993,7 @@ export declare const pickSubmissionDtoSchema: z.ZodObject<{
|
|
|
22951
22993
|
badge?: string | undefined;
|
|
22952
22994
|
}>;
|
|
22953
22995
|
comment: z.ZodOptional<z.ZodString>;
|
|
22996
|
+
boosted: z.ZodOptional<z.ZodBoolean>;
|
|
22954
22997
|
}, "strip", z.ZodTypeAny, {
|
|
22955
22998
|
user: {
|
|
22956
22999
|
id: string;
|
|
@@ -22960,6 +23003,7 @@ export declare const pickSubmissionDtoSchema: z.ZodObject<{
|
|
|
22960
23003
|
badge?: string | undefined;
|
|
22961
23004
|
};
|
|
22962
23005
|
comment?: string | undefined;
|
|
23006
|
+
boosted?: boolean | undefined;
|
|
22963
23007
|
}, {
|
|
22964
23008
|
user: {
|
|
22965
23009
|
id: string;
|
|
@@ -22969,6 +23013,7 @@ export declare const pickSubmissionDtoSchema: z.ZodObject<{
|
|
|
22969
23013
|
badge?: string | undefined;
|
|
22970
23014
|
};
|
|
22971
23015
|
comment?: string | undefined;
|
|
23016
|
+
boosted?: boolean | undefined;
|
|
22972
23017
|
}>>;
|
|
22973
23018
|
chatEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
22974
23019
|
lastPlay: z.ZodOptional<z.ZodString>;
|
|
@@ -23184,6 +23229,7 @@ export declare const pickSubmissionDtoSchema: z.ZodObject<{
|
|
|
23184
23229
|
badge?: string | undefined;
|
|
23185
23230
|
};
|
|
23186
23231
|
comment?: string | undefined;
|
|
23232
|
+
boosted?: boolean | undefined;
|
|
23187
23233
|
} | undefined;
|
|
23188
23234
|
chatEnabled?: boolean | undefined;
|
|
23189
23235
|
lastPlay?: string | undefined;
|
|
@@ -23379,6 +23425,7 @@ export declare const pickSubmissionDtoSchema: z.ZodObject<{
|
|
|
23379
23425
|
badge?: string | undefined;
|
|
23380
23426
|
};
|
|
23381
23427
|
comment?: string | undefined;
|
|
23428
|
+
boosted?: boolean | undefined;
|
|
23382
23429
|
} | undefined;
|
|
23383
23430
|
chatEnabled?: boolean | undefined;
|
|
23384
23431
|
lastPlay?: string | undefined;
|
|
@@ -25564,6 +25611,7 @@ export declare const pickSubmissionDtoSchema: z.ZodObject<{
|
|
|
25564
25611
|
badge?: string | undefined;
|
|
25565
25612
|
}>;
|
|
25566
25613
|
comment: z.ZodOptional<z.ZodString>;
|
|
25614
|
+
boosted: z.ZodOptional<z.ZodBoolean>;
|
|
25567
25615
|
}, "strip", z.ZodTypeAny, {
|
|
25568
25616
|
user: {
|
|
25569
25617
|
id: string;
|
|
@@ -25573,6 +25621,7 @@ export declare const pickSubmissionDtoSchema: z.ZodObject<{
|
|
|
25573
25621
|
badge?: string | undefined;
|
|
25574
25622
|
};
|
|
25575
25623
|
comment?: string | undefined;
|
|
25624
|
+
boosted?: boolean | undefined;
|
|
25576
25625
|
}, {
|
|
25577
25626
|
user: {
|
|
25578
25627
|
id: string;
|
|
@@ -25582,6 +25631,7 @@ export declare const pickSubmissionDtoSchema: z.ZodObject<{
|
|
|
25582
25631
|
badge?: string | undefined;
|
|
25583
25632
|
};
|
|
25584
25633
|
comment?: string | undefined;
|
|
25634
|
+
boosted?: boolean | undefined;
|
|
25585
25635
|
}>>;
|
|
25586
25636
|
chatEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
25587
25637
|
lastPlay: z.ZodOptional<z.ZodString>;
|
|
@@ -25807,6 +25857,7 @@ export declare const pickSubmissionDtoSchema: z.ZodObject<{
|
|
|
25807
25857
|
badge?: string | undefined;
|
|
25808
25858
|
};
|
|
25809
25859
|
comment?: string | undefined;
|
|
25860
|
+
boosted?: boolean | undefined;
|
|
25810
25861
|
} | undefined;
|
|
25811
25862
|
chatEnabled?: boolean | undefined;
|
|
25812
25863
|
lastPlay?: string | undefined;
|
|
@@ -26009,6 +26060,7 @@ export declare const pickSubmissionDtoSchema: z.ZodObject<{
|
|
|
26009
26060
|
badge?: string | undefined;
|
|
26010
26061
|
};
|
|
26011
26062
|
comment?: string | undefined;
|
|
26063
|
+
boosted?: boolean | undefined;
|
|
26012
26064
|
} | undefined;
|
|
26013
26065
|
chatEnabled?: boolean | undefined;
|
|
26014
26066
|
lastPlay?: string | undefined;
|
|
@@ -28198,6 +28250,7 @@ export declare const pickSubmissionDtoSchema: z.ZodObject<{
|
|
|
28198
28250
|
badge?: string | undefined;
|
|
28199
28251
|
}>;
|
|
28200
28252
|
comment: z.ZodOptional<z.ZodString>;
|
|
28253
|
+
boosted: z.ZodOptional<z.ZodBoolean>;
|
|
28201
28254
|
}, "strip", z.ZodTypeAny, {
|
|
28202
28255
|
user: {
|
|
28203
28256
|
id: string;
|
|
@@ -28207,6 +28260,7 @@ export declare const pickSubmissionDtoSchema: z.ZodObject<{
|
|
|
28207
28260
|
badge?: string | undefined;
|
|
28208
28261
|
};
|
|
28209
28262
|
comment?: string | undefined;
|
|
28263
|
+
boosted?: boolean | undefined;
|
|
28210
28264
|
}, {
|
|
28211
28265
|
user: {
|
|
28212
28266
|
id: string;
|
|
@@ -28216,6 +28270,7 @@ export declare const pickSubmissionDtoSchema: z.ZodObject<{
|
|
|
28216
28270
|
badge?: string | undefined;
|
|
28217
28271
|
};
|
|
28218
28272
|
comment?: string | undefined;
|
|
28273
|
+
boosted?: boolean | undefined;
|
|
28219
28274
|
}>>;
|
|
28220
28275
|
chatEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
28221
28276
|
lastPlay: z.ZodOptional<z.ZodString>;
|
|
@@ -28541,6 +28596,7 @@ export declare const pickSubmissionDtoSchema: z.ZodObject<{
|
|
|
28541
28596
|
badge?: string | undefined;
|
|
28542
28597
|
};
|
|
28543
28598
|
comment?: string | undefined;
|
|
28599
|
+
boosted?: boolean | undefined;
|
|
28544
28600
|
} | undefined;
|
|
28545
28601
|
chatEnabled?: boolean | undefined;
|
|
28546
28602
|
lastPlay?: string | undefined;
|
|
@@ -28739,6 +28795,7 @@ export declare const pickSubmissionDtoSchema: z.ZodObject<{
|
|
|
28739
28795
|
badge?: string | undefined;
|
|
28740
28796
|
};
|
|
28741
28797
|
comment?: string | undefined;
|
|
28798
|
+
boosted?: boolean | undefined;
|
|
28742
28799
|
} | undefined;
|
|
28743
28800
|
chatEnabled?: boolean | undefined;
|
|
28744
28801
|
lastPlay?: string | undefined;
|
|
@@ -30923,6 +30980,7 @@ export declare const pickSubmissionDtoSchema: z.ZodObject<{
|
|
|
30923
30980
|
badge?: string | undefined;
|
|
30924
30981
|
}>;
|
|
30925
30982
|
comment: z.ZodOptional<z.ZodString>;
|
|
30983
|
+
boosted: z.ZodOptional<z.ZodBoolean>;
|
|
30926
30984
|
}, "strip", z.ZodTypeAny, {
|
|
30927
30985
|
user: {
|
|
30928
30986
|
id: string;
|
|
@@ -30932,6 +30990,7 @@ export declare const pickSubmissionDtoSchema: z.ZodObject<{
|
|
|
30932
30990
|
badge?: string | undefined;
|
|
30933
30991
|
};
|
|
30934
30992
|
comment?: string | undefined;
|
|
30993
|
+
boosted?: boolean | undefined;
|
|
30935
30994
|
}, {
|
|
30936
30995
|
user: {
|
|
30937
30996
|
id: string;
|
|
@@ -30941,6 +31000,7 @@ export declare const pickSubmissionDtoSchema: z.ZodObject<{
|
|
|
30941
31000
|
badge?: string | undefined;
|
|
30942
31001
|
};
|
|
30943
31002
|
comment?: string | undefined;
|
|
31003
|
+
boosted?: boolean | undefined;
|
|
30944
31004
|
}>>;
|
|
30945
31005
|
chatEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
30946
31006
|
lastPlay: z.ZodOptional<z.ZodString>;
|
|
@@ -31203,6 +31263,7 @@ export declare const pickSubmissionDtoSchema: z.ZodObject<{
|
|
|
31203
31263
|
badge?: string | undefined;
|
|
31204
31264
|
};
|
|
31205
31265
|
comment?: string | undefined;
|
|
31266
|
+
boosted?: boolean | undefined;
|
|
31206
31267
|
} | undefined;
|
|
31207
31268
|
chatEnabled?: boolean | undefined;
|
|
31208
31269
|
lastPlay?: string | undefined;
|
|
@@ -31418,6 +31479,7 @@ export declare const pickSubmissionDtoSchema: z.ZodObject<{
|
|
|
31418
31479
|
badge?: string | undefined;
|
|
31419
31480
|
};
|
|
31420
31481
|
comment?: string | undefined;
|
|
31482
|
+
boosted?: boolean | undefined;
|
|
31421
31483
|
} | undefined;
|
|
31422
31484
|
chatEnabled?: boolean | undefined;
|
|
31423
31485
|
lastPlay?: string | undefined;
|
|
@@ -33613,6 +33675,7 @@ export declare const pickSubmissionDtoSchema: z.ZodObject<{
|
|
|
33613
33675
|
badge?: string | undefined;
|
|
33614
33676
|
}>;
|
|
33615
33677
|
comment: z.ZodOptional<z.ZodString>;
|
|
33678
|
+
boosted: z.ZodOptional<z.ZodBoolean>;
|
|
33616
33679
|
}, "strip", z.ZodTypeAny, {
|
|
33617
33680
|
user: {
|
|
33618
33681
|
id: string;
|
|
@@ -33622,6 +33685,7 @@ export declare const pickSubmissionDtoSchema: z.ZodObject<{
|
|
|
33622
33685
|
badge?: string | undefined;
|
|
33623
33686
|
};
|
|
33624
33687
|
comment?: string | undefined;
|
|
33688
|
+
boosted?: boolean | undefined;
|
|
33625
33689
|
}, {
|
|
33626
33690
|
user: {
|
|
33627
33691
|
id: string;
|
|
@@ -33631,6 +33695,7 @@ export declare const pickSubmissionDtoSchema: z.ZodObject<{
|
|
|
33631
33695
|
badge?: string | undefined;
|
|
33632
33696
|
};
|
|
33633
33697
|
comment?: string | undefined;
|
|
33698
|
+
boosted?: boolean | undefined;
|
|
33634
33699
|
}>>;
|
|
33635
33700
|
chatEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
33636
33701
|
lastPlay: z.ZodOptional<z.ZodString>;
|
|
@@ -33884,6 +33949,7 @@ export declare const pickSubmissionDtoSchema: z.ZodObject<{
|
|
|
33884
33949
|
badge?: string | undefined;
|
|
33885
33950
|
};
|
|
33886
33951
|
comment?: string | undefined;
|
|
33952
|
+
boosted?: boolean | undefined;
|
|
33887
33953
|
} | undefined;
|
|
33888
33954
|
chatEnabled?: boolean | undefined;
|
|
33889
33955
|
lastPlay?: string | undefined;
|
|
@@ -34092,6 +34158,7 @@ export declare const pickSubmissionDtoSchema: z.ZodObject<{
|
|
|
34092
34158
|
badge?: string | undefined;
|
|
34093
34159
|
};
|
|
34094
34160
|
comment?: string | undefined;
|
|
34161
|
+
boosted?: boolean | undefined;
|
|
34095
34162
|
} | undefined;
|
|
34096
34163
|
chatEnabled?: boolean | undefined;
|
|
34097
34164
|
lastPlay?: string | undefined;
|
|
@@ -36285,6 +36352,7 @@ export declare const pickSubmissionDtoSchema: z.ZodObject<{
|
|
|
36285
36352
|
badge?: string | undefined;
|
|
36286
36353
|
}>;
|
|
36287
36354
|
comment: z.ZodOptional<z.ZodString>;
|
|
36355
|
+
boosted: z.ZodOptional<z.ZodBoolean>;
|
|
36288
36356
|
}, "strip", z.ZodTypeAny, {
|
|
36289
36357
|
user: {
|
|
36290
36358
|
id: string;
|
|
@@ -36294,6 +36362,7 @@ export declare const pickSubmissionDtoSchema: z.ZodObject<{
|
|
|
36294
36362
|
badge?: string | undefined;
|
|
36295
36363
|
};
|
|
36296
36364
|
comment?: string | undefined;
|
|
36365
|
+
boosted?: boolean | undefined;
|
|
36297
36366
|
}, {
|
|
36298
36367
|
user: {
|
|
36299
36368
|
id: string;
|
|
@@ -36303,6 +36372,7 @@ export declare const pickSubmissionDtoSchema: z.ZodObject<{
|
|
|
36303
36372
|
badge?: string | undefined;
|
|
36304
36373
|
};
|
|
36305
36374
|
comment?: string | undefined;
|
|
36375
|
+
boosted?: boolean | undefined;
|
|
36306
36376
|
}>>;
|
|
36307
36377
|
chatEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
36308
36378
|
lastPlay: z.ZodOptional<z.ZodString>;
|
|
@@ -36499,6 +36569,7 @@ export declare const pickSubmissionDtoSchema: z.ZodObject<{
|
|
|
36499
36569
|
badge?: string | undefined;
|
|
36500
36570
|
};
|
|
36501
36571
|
comment?: string | undefined;
|
|
36572
|
+
boosted?: boolean | undefined;
|
|
36502
36573
|
} | undefined;
|
|
36503
36574
|
chatEnabled?: boolean | undefined;
|
|
36504
36575
|
lastPlay?: string | undefined;
|
|
@@ -36687,6 +36758,7 @@ export declare const pickSubmissionDtoSchema: z.ZodObject<{
|
|
|
36687
36758
|
badge?: string | undefined;
|
|
36688
36759
|
};
|
|
36689
36760
|
comment?: string | undefined;
|
|
36761
|
+
boosted?: boolean | undefined;
|
|
36690
36762
|
} | undefined;
|
|
36691
36763
|
chatEnabled?: boolean | undefined;
|
|
36692
36764
|
lastPlay?: string | undefined;
|
|
@@ -36890,6 +36962,7 @@ export declare const pickSubmissionDtoSchema: z.ZodObject<{
|
|
|
36890
36962
|
badge?: string | undefined;
|
|
36891
36963
|
};
|
|
36892
36964
|
comment?: string | undefined;
|
|
36965
|
+
boosted?: boolean | undefined;
|
|
36893
36966
|
} | undefined;
|
|
36894
36967
|
chatEnabled?: boolean | undefined;
|
|
36895
36968
|
lastPlay?: string | undefined;
|
|
@@ -37088,6 +37161,7 @@ export declare const pickSubmissionDtoSchema: z.ZodObject<{
|
|
|
37088
37161
|
badge?: string | undefined;
|
|
37089
37162
|
};
|
|
37090
37163
|
comment?: string | undefined;
|
|
37164
|
+
boosted?: boolean | undefined;
|
|
37091
37165
|
} | undefined;
|
|
37092
37166
|
chatEnabled?: boolean | undefined;
|
|
37093
37167
|
lastPlay?: string | undefined;
|
|
@@ -37291,6 +37365,7 @@ export declare const pickSubmissionDtoSchema: z.ZodObject<{
|
|
|
37291
37365
|
badge?: string | undefined;
|
|
37292
37366
|
};
|
|
37293
37367
|
comment?: string | undefined;
|
|
37368
|
+
boosted?: boolean | undefined;
|
|
37294
37369
|
} | undefined;
|
|
37295
37370
|
chatEnabled?: boolean | undefined;
|
|
37296
37371
|
lastPlay?: string | undefined;
|
|
@@ -37495,6 +37570,7 @@ export declare const pickSubmissionDtoSchema: z.ZodObject<{
|
|
|
37495
37570
|
badge?: string | undefined;
|
|
37496
37571
|
};
|
|
37497
37572
|
comment?: string | undefined;
|
|
37573
|
+
boosted?: boolean | undefined;
|
|
37498
37574
|
} | undefined;
|
|
37499
37575
|
chatEnabled?: boolean | undefined;
|
|
37500
37576
|
lastPlay?: string | undefined;
|
|
@@ -37705,6 +37781,7 @@ export declare const pickSubmissionDtoSchema: z.ZodObject<{
|
|
|
37705
37781
|
badge?: string | undefined;
|
|
37706
37782
|
};
|
|
37707
37783
|
comment?: string | undefined;
|
|
37784
|
+
boosted?: boolean | undefined;
|
|
37708
37785
|
} | undefined;
|
|
37709
37786
|
chatEnabled?: boolean | undefined;
|
|
37710
37787
|
lastPlay?: string | undefined;
|
|
@@ -37903,6 +37980,7 @@ export declare const pickSubmissionDtoSchema: z.ZodObject<{
|
|
|
37903
37980
|
badge?: string | undefined;
|
|
37904
37981
|
};
|
|
37905
37982
|
comment?: string | undefined;
|
|
37983
|
+
boosted?: boolean | undefined;
|
|
37906
37984
|
} | undefined;
|
|
37907
37985
|
chatEnabled?: boolean | undefined;
|
|
37908
37986
|
lastPlay?: string | undefined;
|
|
@@ -38123,6 +38201,7 @@ export declare const pickSubmissionDtoSchema: z.ZodObject<{
|
|
|
38123
38201
|
badge?: string | undefined;
|
|
38124
38202
|
};
|
|
38125
38203
|
comment?: string | undefined;
|
|
38204
|
+
boosted?: boolean | undefined;
|
|
38126
38205
|
} | undefined;
|
|
38127
38206
|
chatEnabled?: boolean | undefined;
|
|
38128
38207
|
lastPlay?: string | undefined;
|
|
@@ -38321,6 +38400,7 @@ export declare const pickSubmissionDtoSchema: z.ZodObject<{
|
|
|
38321
38400
|
badge?: string | undefined;
|
|
38322
38401
|
};
|
|
38323
38402
|
comment?: string | undefined;
|
|
38403
|
+
boosted?: boolean | undefined;
|
|
38324
38404
|
} | undefined;
|
|
38325
38405
|
chatEnabled?: boolean | undefined;
|
|
38326
38406
|
lastPlay?: string | undefined;
|
|
@@ -38524,6 +38604,7 @@ export declare const pickSubmissionDtoSchema: z.ZodObject<{
|
|
|
38524
38604
|
badge?: string | undefined;
|
|
38525
38605
|
};
|
|
38526
38606
|
comment?: string | undefined;
|
|
38607
|
+
boosted?: boolean | undefined;
|
|
38527
38608
|
} | undefined;
|
|
38528
38609
|
chatEnabled?: boolean | undefined;
|
|
38529
38610
|
lastPlay?: string | undefined;
|
|
@@ -38728,6 +38809,7 @@ export declare const pickSubmissionDtoSchema: z.ZodObject<{
|
|
|
38728
38809
|
badge?: string | undefined;
|
|
38729
38810
|
};
|
|
38730
38811
|
comment?: string | undefined;
|
|
38812
|
+
boosted?: boolean | undefined;
|
|
38731
38813
|
} | undefined;
|
|
38732
38814
|
chatEnabled?: boolean | undefined;
|
|
38733
38815
|
lastPlay?: string | undefined;
|
|
@@ -38938,6 +39020,7 @@ export declare const pickSubmissionDtoSchema: z.ZodObject<{
|
|
|
38938
39020
|
badge?: string | undefined;
|
|
38939
39021
|
};
|
|
38940
39022
|
comment?: string | undefined;
|
|
39023
|
+
boosted?: boolean | undefined;
|
|
38941
39024
|
} | undefined;
|
|
38942
39025
|
chatEnabled?: boolean | undefined;
|
|
38943
39026
|
lastPlay?: string | undefined;
|
|
@@ -39136,6 +39219,7 @@ export declare const pickSubmissionDtoSchema: z.ZodObject<{
|
|
|
39136
39219
|
badge?: string | undefined;
|
|
39137
39220
|
};
|
|
39138
39221
|
comment?: string | undefined;
|
|
39222
|
+
boosted?: boolean | undefined;
|
|
39139
39223
|
} | undefined;
|
|
39140
39224
|
chatEnabled?: boolean | undefined;
|
|
39141
39225
|
lastPlay?: string | undefined;
|
|
@@ -42605,6 +42689,7 @@ export declare const userPickResponseDtoSchema: z.ZodObject<{
|
|
|
42605
42689
|
badge?: string | undefined;
|
|
42606
42690
|
}>;
|
|
42607
42691
|
comment: z.ZodOptional<z.ZodString>;
|
|
42692
|
+
boosted: z.ZodOptional<z.ZodBoolean>;
|
|
42608
42693
|
}, "strip", z.ZodTypeAny, {
|
|
42609
42694
|
user: {
|
|
42610
42695
|
id: string;
|
|
@@ -42614,6 +42699,7 @@ export declare const userPickResponseDtoSchema: z.ZodObject<{
|
|
|
42614
42699
|
badge?: string | undefined;
|
|
42615
42700
|
};
|
|
42616
42701
|
comment?: string | undefined;
|
|
42702
|
+
boosted?: boolean | undefined;
|
|
42617
42703
|
}, {
|
|
42618
42704
|
user: {
|
|
42619
42705
|
id: string;
|
|
@@ -42623,6 +42709,7 @@ export declare const userPickResponseDtoSchema: z.ZodObject<{
|
|
|
42623
42709
|
badge?: string | undefined;
|
|
42624
42710
|
};
|
|
42625
42711
|
comment?: string | undefined;
|
|
42712
|
+
boosted?: boolean | undefined;
|
|
42626
42713
|
}>>;
|
|
42627
42714
|
chatEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
42628
42715
|
lastPlay: z.ZodOptional<z.ZodString>;
|
|
@@ -42838,6 +42925,7 @@ export declare const userPickResponseDtoSchema: z.ZodObject<{
|
|
|
42838
42925
|
badge?: string | undefined;
|
|
42839
42926
|
};
|
|
42840
42927
|
comment?: string | undefined;
|
|
42928
|
+
boosted?: boolean | undefined;
|
|
42841
42929
|
} | undefined;
|
|
42842
42930
|
chatEnabled?: boolean | undefined;
|
|
42843
42931
|
lastPlay?: string | undefined;
|
|
@@ -43033,6 +43121,7 @@ export declare const userPickResponseDtoSchema: z.ZodObject<{
|
|
|
43033
43121
|
badge?: string | undefined;
|
|
43034
43122
|
};
|
|
43035
43123
|
comment?: string | undefined;
|
|
43124
|
+
boosted?: boolean | undefined;
|
|
43036
43125
|
} | undefined;
|
|
43037
43126
|
chatEnabled?: boolean | undefined;
|
|
43038
43127
|
lastPlay?: string | undefined;
|
|
@@ -45218,6 +45307,7 @@ export declare const userPickResponseDtoSchema: z.ZodObject<{
|
|
|
45218
45307
|
badge?: string | undefined;
|
|
45219
45308
|
}>;
|
|
45220
45309
|
comment: z.ZodOptional<z.ZodString>;
|
|
45310
|
+
boosted: z.ZodOptional<z.ZodBoolean>;
|
|
45221
45311
|
}, "strip", z.ZodTypeAny, {
|
|
45222
45312
|
user: {
|
|
45223
45313
|
id: string;
|
|
@@ -45227,6 +45317,7 @@ export declare const userPickResponseDtoSchema: z.ZodObject<{
|
|
|
45227
45317
|
badge?: string | undefined;
|
|
45228
45318
|
};
|
|
45229
45319
|
comment?: string | undefined;
|
|
45320
|
+
boosted?: boolean | undefined;
|
|
45230
45321
|
}, {
|
|
45231
45322
|
user: {
|
|
45232
45323
|
id: string;
|
|
@@ -45236,6 +45327,7 @@ export declare const userPickResponseDtoSchema: z.ZodObject<{
|
|
|
45236
45327
|
badge?: string | undefined;
|
|
45237
45328
|
};
|
|
45238
45329
|
comment?: string | undefined;
|
|
45330
|
+
boosted?: boolean | undefined;
|
|
45239
45331
|
}>>;
|
|
45240
45332
|
chatEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
45241
45333
|
lastPlay: z.ZodOptional<z.ZodString>;
|
|
@@ -45461,6 +45553,7 @@ export declare const userPickResponseDtoSchema: z.ZodObject<{
|
|
|
45461
45553
|
badge?: string | undefined;
|
|
45462
45554
|
};
|
|
45463
45555
|
comment?: string | undefined;
|
|
45556
|
+
boosted?: boolean | undefined;
|
|
45464
45557
|
} | undefined;
|
|
45465
45558
|
chatEnabled?: boolean | undefined;
|
|
45466
45559
|
lastPlay?: string | undefined;
|
|
@@ -45663,6 +45756,7 @@ export declare const userPickResponseDtoSchema: z.ZodObject<{
|
|
|
45663
45756
|
badge?: string | undefined;
|
|
45664
45757
|
};
|
|
45665
45758
|
comment?: string | undefined;
|
|
45759
|
+
boosted?: boolean | undefined;
|
|
45666
45760
|
} | undefined;
|
|
45667
45761
|
chatEnabled?: boolean | undefined;
|
|
45668
45762
|
lastPlay?: string | undefined;
|
|
@@ -47852,6 +47946,7 @@ export declare const userPickResponseDtoSchema: z.ZodObject<{
|
|
|
47852
47946
|
badge?: string | undefined;
|
|
47853
47947
|
}>;
|
|
47854
47948
|
comment: z.ZodOptional<z.ZodString>;
|
|
47949
|
+
boosted: z.ZodOptional<z.ZodBoolean>;
|
|
47855
47950
|
}, "strip", z.ZodTypeAny, {
|
|
47856
47951
|
user: {
|
|
47857
47952
|
id: string;
|
|
@@ -47861,6 +47956,7 @@ export declare const userPickResponseDtoSchema: z.ZodObject<{
|
|
|
47861
47956
|
badge?: string | undefined;
|
|
47862
47957
|
};
|
|
47863
47958
|
comment?: string | undefined;
|
|
47959
|
+
boosted?: boolean | undefined;
|
|
47864
47960
|
}, {
|
|
47865
47961
|
user: {
|
|
47866
47962
|
id: string;
|
|
@@ -47870,6 +47966,7 @@ export declare const userPickResponseDtoSchema: z.ZodObject<{
|
|
|
47870
47966
|
badge?: string | undefined;
|
|
47871
47967
|
};
|
|
47872
47968
|
comment?: string | undefined;
|
|
47969
|
+
boosted?: boolean | undefined;
|
|
47873
47970
|
}>>;
|
|
47874
47971
|
chatEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
47875
47972
|
lastPlay: z.ZodOptional<z.ZodString>;
|
|
@@ -48195,6 +48292,7 @@ export declare const userPickResponseDtoSchema: z.ZodObject<{
|
|
|
48195
48292
|
badge?: string | undefined;
|
|
48196
48293
|
};
|
|
48197
48294
|
comment?: string | undefined;
|
|
48295
|
+
boosted?: boolean | undefined;
|
|
48198
48296
|
} | undefined;
|
|
48199
48297
|
chatEnabled?: boolean | undefined;
|
|
48200
48298
|
lastPlay?: string | undefined;
|
|
@@ -48393,6 +48491,7 @@ export declare const userPickResponseDtoSchema: z.ZodObject<{
|
|
|
48393
48491
|
badge?: string | undefined;
|
|
48394
48492
|
};
|
|
48395
48493
|
comment?: string | undefined;
|
|
48494
|
+
boosted?: boolean | undefined;
|
|
48396
48495
|
} | undefined;
|
|
48397
48496
|
chatEnabled?: boolean | undefined;
|
|
48398
48497
|
lastPlay?: string | undefined;
|
|
@@ -50577,6 +50676,7 @@ export declare const userPickResponseDtoSchema: z.ZodObject<{
|
|
|
50577
50676
|
badge?: string | undefined;
|
|
50578
50677
|
}>;
|
|
50579
50678
|
comment: z.ZodOptional<z.ZodString>;
|
|
50679
|
+
boosted: z.ZodOptional<z.ZodBoolean>;
|
|
50580
50680
|
}, "strip", z.ZodTypeAny, {
|
|
50581
50681
|
user: {
|
|
50582
50682
|
id: string;
|
|
@@ -50586,6 +50686,7 @@ export declare const userPickResponseDtoSchema: z.ZodObject<{
|
|
|
50586
50686
|
badge?: string | undefined;
|
|
50587
50687
|
};
|
|
50588
50688
|
comment?: string | undefined;
|
|
50689
|
+
boosted?: boolean | undefined;
|
|
50589
50690
|
}, {
|
|
50590
50691
|
user: {
|
|
50591
50692
|
id: string;
|
|
@@ -50595,6 +50696,7 @@ export declare const userPickResponseDtoSchema: z.ZodObject<{
|
|
|
50595
50696
|
badge?: string | undefined;
|
|
50596
50697
|
};
|
|
50597
50698
|
comment?: string | undefined;
|
|
50699
|
+
boosted?: boolean | undefined;
|
|
50598
50700
|
}>>;
|
|
50599
50701
|
chatEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
50600
50702
|
lastPlay: z.ZodOptional<z.ZodString>;
|
|
@@ -50857,6 +50959,7 @@ export declare const userPickResponseDtoSchema: z.ZodObject<{
|
|
|
50857
50959
|
badge?: string | undefined;
|
|
50858
50960
|
};
|
|
50859
50961
|
comment?: string | undefined;
|
|
50962
|
+
boosted?: boolean | undefined;
|
|
50860
50963
|
} | undefined;
|
|
50861
50964
|
chatEnabled?: boolean | undefined;
|
|
50862
50965
|
lastPlay?: string | undefined;
|
|
@@ -51072,6 +51175,7 @@ export declare const userPickResponseDtoSchema: z.ZodObject<{
|
|
|
51072
51175
|
badge?: string | undefined;
|
|
51073
51176
|
};
|
|
51074
51177
|
comment?: string | undefined;
|
|
51178
|
+
boosted?: boolean | undefined;
|
|
51075
51179
|
} | undefined;
|
|
51076
51180
|
chatEnabled?: boolean | undefined;
|
|
51077
51181
|
lastPlay?: string | undefined;
|
|
@@ -53267,6 +53371,7 @@ export declare const userPickResponseDtoSchema: z.ZodObject<{
|
|
|
53267
53371
|
badge?: string | undefined;
|
|
53268
53372
|
}>;
|
|
53269
53373
|
comment: z.ZodOptional<z.ZodString>;
|
|
53374
|
+
boosted: z.ZodOptional<z.ZodBoolean>;
|
|
53270
53375
|
}, "strip", z.ZodTypeAny, {
|
|
53271
53376
|
user: {
|
|
53272
53377
|
id: string;
|
|
@@ -53276,6 +53381,7 @@ export declare const userPickResponseDtoSchema: z.ZodObject<{
|
|
|
53276
53381
|
badge?: string | undefined;
|
|
53277
53382
|
};
|
|
53278
53383
|
comment?: string | undefined;
|
|
53384
|
+
boosted?: boolean | undefined;
|
|
53279
53385
|
}, {
|
|
53280
53386
|
user: {
|
|
53281
53387
|
id: string;
|
|
@@ -53285,6 +53391,7 @@ export declare const userPickResponseDtoSchema: z.ZodObject<{
|
|
|
53285
53391
|
badge?: string | undefined;
|
|
53286
53392
|
};
|
|
53287
53393
|
comment?: string | undefined;
|
|
53394
|
+
boosted?: boolean | undefined;
|
|
53288
53395
|
}>>;
|
|
53289
53396
|
chatEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
53290
53397
|
lastPlay: z.ZodOptional<z.ZodString>;
|
|
@@ -53538,6 +53645,7 @@ export declare const userPickResponseDtoSchema: z.ZodObject<{
|
|
|
53538
53645
|
badge?: string | undefined;
|
|
53539
53646
|
};
|
|
53540
53647
|
comment?: string | undefined;
|
|
53648
|
+
boosted?: boolean | undefined;
|
|
53541
53649
|
} | undefined;
|
|
53542
53650
|
chatEnabled?: boolean | undefined;
|
|
53543
53651
|
lastPlay?: string | undefined;
|
|
@@ -53746,6 +53854,7 @@ export declare const userPickResponseDtoSchema: z.ZodObject<{
|
|
|
53746
53854
|
badge?: string | undefined;
|
|
53747
53855
|
};
|
|
53748
53856
|
comment?: string | undefined;
|
|
53857
|
+
boosted?: boolean | undefined;
|
|
53749
53858
|
} | undefined;
|
|
53750
53859
|
chatEnabled?: boolean | undefined;
|
|
53751
53860
|
lastPlay?: string | undefined;
|
|
@@ -55939,6 +56048,7 @@ export declare const userPickResponseDtoSchema: z.ZodObject<{
|
|
|
55939
56048
|
badge?: string | undefined;
|
|
55940
56049
|
}>;
|
|
55941
56050
|
comment: z.ZodOptional<z.ZodString>;
|
|
56051
|
+
boosted: z.ZodOptional<z.ZodBoolean>;
|
|
55942
56052
|
}, "strip", z.ZodTypeAny, {
|
|
55943
56053
|
user: {
|
|
55944
56054
|
id: string;
|
|
@@ -55948,6 +56058,7 @@ export declare const userPickResponseDtoSchema: z.ZodObject<{
|
|
|
55948
56058
|
badge?: string | undefined;
|
|
55949
56059
|
};
|
|
55950
56060
|
comment?: string | undefined;
|
|
56061
|
+
boosted?: boolean | undefined;
|
|
55951
56062
|
}, {
|
|
55952
56063
|
user: {
|
|
55953
56064
|
id: string;
|
|
@@ -55957,6 +56068,7 @@ export declare const userPickResponseDtoSchema: z.ZodObject<{
|
|
|
55957
56068
|
badge?: string | undefined;
|
|
55958
56069
|
};
|
|
55959
56070
|
comment?: string | undefined;
|
|
56071
|
+
boosted?: boolean | undefined;
|
|
55960
56072
|
}>>;
|
|
55961
56073
|
chatEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
55962
56074
|
lastPlay: z.ZodOptional<z.ZodString>;
|
|
@@ -56153,6 +56265,7 @@ export declare const userPickResponseDtoSchema: z.ZodObject<{
|
|
|
56153
56265
|
badge?: string | undefined;
|
|
56154
56266
|
};
|
|
56155
56267
|
comment?: string | undefined;
|
|
56268
|
+
boosted?: boolean | undefined;
|
|
56156
56269
|
} | undefined;
|
|
56157
56270
|
chatEnabled?: boolean | undefined;
|
|
56158
56271
|
lastPlay?: string | undefined;
|
|
@@ -56341,6 +56454,7 @@ export declare const userPickResponseDtoSchema: z.ZodObject<{
|
|
|
56341
56454
|
badge?: string | undefined;
|
|
56342
56455
|
};
|
|
56343
56456
|
comment?: string | undefined;
|
|
56457
|
+
boosted?: boolean | undefined;
|
|
56344
56458
|
} | undefined;
|
|
56345
56459
|
chatEnabled?: boolean | undefined;
|
|
56346
56460
|
lastPlay?: string | undefined;
|
|
@@ -56552,6 +56666,7 @@ export declare const userPickResponseDtoSchema: z.ZodObject<{
|
|
|
56552
56666
|
badge?: string | undefined;
|
|
56553
56667
|
};
|
|
56554
56668
|
comment?: string | undefined;
|
|
56669
|
+
boosted?: boolean | undefined;
|
|
56555
56670
|
} | undefined;
|
|
56556
56671
|
chatEnabled?: boolean | undefined;
|
|
56557
56672
|
lastPlay?: string | undefined;
|
|
@@ -56750,6 +56865,7 @@ export declare const userPickResponseDtoSchema: z.ZodObject<{
|
|
|
56750
56865
|
badge?: string | undefined;
|
|
56751
56866
|
};
|
|
56752
56867
|
comment?: string | undefined;
|
|
56868
|
+
boosted?: boolean | undefined;
|
|
56753
56869
|
} | undefined;
|
|
56754
56870
|
chatEnabled?: boolean | undefined;
|
|
56755
56871
|
lastPlay?: string | undefined;
|
|
@@ -56953,6 +57069,7 @@ export declare const userPickResponseDtoSchema: z.ZodObject<{
|
|
|
56953
57069
|
badge?: string | undefined;
|
|
56954
57070
|
};
|
|
56955
57071
|
comment?: string | undefined;
|
|
57072
|
+
boosted?: boolean | undefined;
|
|
56956
57073
|
} | undefined;
|
|
56957
57074
|
chatEnabled?: boolean | undefined;
|
|
56958
57075
|
lastPlay?: string | undefined;
|
|
@@ -57157,6 +57274,7 @@ export declare const userPickResponseDtoSchema: z.ZodObject<{
|
|
|
57157
57274
|
badge?: string | undefined;
|
|
57158
57275
|
};
|
|
57159
57276
|
comment?: string | undefined;
|
|
57277
|
+
boosted?: boolean | undefined;
|
|
57160
57278
|
} | undefined;
|
|
57161
57279
|
chatEnabled?: boolean | undefined;
|
|
57162
57280
|
lastPlay?: string | undefined;
|
|
@@ -57367,6 +57485,7 @@ export declare const userPickResponseDtoSchema: z.ZodObject<{
|
|
|
57367
57485
|
badge?: string | undefined;
|
|
57368
57486
|
};
|
|
57369
57487
|
comment?: string | undefined;
|
|
57488
|
+
boosted?: boolean | undefined;
|
|
57370
57489
|
} | undefined;
|
|
57371
57490
|
chatEnabled?: boolean | undefined;
|
|
57372
57491
|
lastPlay?: string | undefined;
|
|
@@ -57565,6 +57684,7 @@ export declare const userPickResponseDtoSchema: z.ZodObject<{
|
|
|
57565
57684
|
badge?: string | undefined;
|
|
57566
57685
|
};
|
|
57567
57686
|
comment?: string | undefined;
|
|
57687
|
+
boosted?: boolean | undefined;
|
|
57568
57688
|
} | undefined;
|
|
57569
57689
|
chatEnabled?: boolean | undefined;
|
|
57570
57690
|
lastPlay?: string | undefined;
|
|
@@ -57789,6 +57909,7 @@ export declare const userPickResponseDtoSchema: z.ZodObject<{
|
|
|
57789
57909
|
badge?: string | undefined;
|
|
57790
57910
|
};
|
|
57791
57911
|
comment?: string | undefined;
|
|
57912
|
+
boosted?: boolean | undefined;
|
|
57792
57913
|
} | undefined;
|
|
57793
57914
|
chatEnabled?: boolean | undefined;
|
|
57794
57915
|
lastPlay?: string | undefined;
|
|
@@ -57987,6 +58108,7 @@ export declare const userPickResponseDtoSchema: z.ZodObject<{
|
|
|
57987
58108
|
badge?: string | undefined;
|
|
57988
58109
|
};
|
|
57989
58110
|
comment?: string | undefined;
|
|
58111
|
+
boosted?: boolean | undefined;
|
|
57990
58112
|
} | undefined;
|
|
57991
58113
|
chatEnabled?: boolean | undefined;
|
|
57992
58114
|
lastPlay?: string | undefined;
|
|
@@ -58190,6 +58312,7 @@ export declare const userPickResponseDtoSchema: z.ZodObject<{
|
|
|
58190
58312
|
badge?: string | undefined;
|
|
58191
58313
|
};
|
|
58192
58314
|
comment?: string | undefined;
|
|
58315
|
+
boosted?: boolean | undefined;
|
|
58193
58316
|
} | undefined;
|
|
58194
58317
|
chatEnabled?: boolean | undefined;
|
|
58195
58318
|
lastPlay?: string | undefined;
|
|
@@ -58394,6 +58517,7 @@ export declare const userPickResponseDtoSchema: z.ZodObject<{
|
|
|
58394
58517
|
badge?: string | undefined;
|
|
58395
58518
|
};
|
|
58396
58519
|
comment?: string | undefined;
|
|
58520
|
+
boosted?: boolean | undefined;
|
|
58397
58521
|
} | undefined;
|
|
58398
58522
|
chatEnabled?: boolean | undefined;
|
|
58399
58523
|
lastPlay?: string | undefined;
|
|
@@ -58604,6 +58728,7 @@ export declare const userPickResponseDtoSchema: z.ZodObject<{
|
|
|
58604
58728
|
badge?: string | undefined;
|
|
58605
58729
|
};
|
|
58606
58730
|
comment?: string | undefined;
|
|
58731
|
+
boosted?: boolean | undefined;
|
|
58607
58732
|
} | undefined;
|
|
58608
58733
|
chatEnabled?: boolean | undefined;
|
|
58609
58734
|
lastPlay?: string | undefined;
|
|
@@ -58802,6 +58927,7 @@ export declare const userPickResponseDtoSchema: z.ZodObject<{
|
|
|
58802
58927
|
badge?: string | undefined;
|
|
58803
58928
|
};
|
|
58804
58929
|
comment?: string | undefined;
|
|
58930
|
+
boosted?: boolean | undefined;
|
|
58805
58931
|
} | undefined;
|
|
58806
58932
|
chatEnabled?: boolean | undefined;
|
|
58807
58933
|
lastPlay?: string | undefined;
|
|
@@ -59028,6 +59154,7 @@ export declare const userPickResponseDtoSchema: z.ZodObject<{
|
|
|
59028
59154
|
badge?: string | undefined;
|
|
59029
59155
|
};
|
|
59030
59156
|
comment?: string | undefined;
|
|
59157
|
+
boosted?: boolean | undefined;
|
|
59031
59158
|
} | undefined;
|
|
59032
59159
|
chatEnabled?: boolean | undefined;
|
|
59033
59160
|
lastPlay?: string | undefined;
|
|
@@ -59226,6 +59353,7 @@ export declare const userPickResponseDtoSchema: z.ZodObject<{
|
|
|
59226
59353
|
badge?: string | undefined;
|
|
59227
59354
|
};
|
|
59228
59355
|
comment?: string | undefined;
|
|
59356
|
+
boosted?: boolean | undefined;
|
|
59229
59357
|
} | undefined;
|
|
59230
59358
|
chatEnabled?: boolean | undefined;
|
|
59231
59359
|
lastPlay?: string | undefined;
|
|
@@ -59429,6 +59557,7 @@ export declare const userPickResponseDtoSchema: z.ZodObject<{
|
|
|
59429
59557
|
badge?: string | undefined;
|
|
59430
59558
|
};
|
|
59431
59559
|
comment?: string | undefined;
|
|
59560
|
+
boosted?: boolean | undefined;
|
|
59432
59561
|
} | undefined;
|
|
59433
59562
|
chatEnabled?: boolean | undefined;
|
|
59434
59563
|
lastPlay?: string | undefined;
|
|
@@ -59633,6 +59762,7 @@ export declare const userPickResponseDtoSchema: z.ZodObject<{
|
|
|
59633
59762
|
badge?: string | undefined;
|
|
59634
59763
|
};
|
|
59635
59764
|
comment?: string | undefined;
|
|
59765
|
+
boosted?: boolean | undefined;
|
|
59636
59766
|
} | undefined;
|
|
59637
59767
|
chatEnabled?: boolean | undefined;
|
|
59638
59768
|
lastPlay?: string | undefined;
|
|
@@ -59843,6 +59973,7 @@ export declare const userPickResponseDtoSchema: z.ZodObject<{
|
|
|
59843
59973
|
badge?: string | undefined;
|
|
59844
59974
|
};
|
|
59845
59975
|
comment?: string | undefined;
|
|
59976
|
+
boosted?: boolean | undefined;
|
|
59846
59977
|
} | undefined;
|
|
59847
59978
|
chatEnabled?: boolean | undefined;
|
|
59848
59979
|
lastPlay?: string | undefined;
|
|
@@ -60041,6 +60172,7 @@ export declare const userPickResponseDtoSchema: z.ZodObject<{
|
|
|
60041
60172
|
badge?: string | undefined;
|
|
60042
60173
|
};
|
|
60043
60174
|
comment?: string | undefined;
|
|
60175
|
+
boosted?: boolean | undefined;
|
|
60044
60176
|
} | undefined;
|
|
60045
60177
|
chatEnabled?: boolean | undefined;
|
|
60046
60178
|
lastPlay?: string | undefined;
|
|
@@ -60267,6 +60399,7 @@ export declare const userPickResponseDtoSchema: z.ZodObject<{
|
|
|
60267
60399
|
badge?: string | undefined;
|
|
60268
60400
|
};
|
|
60269
60401
|
comment?: string | undefined;
|
|
60402
|
+
boosted?: boolean | undefined;
|
|
60270
60403
|
} | undefined;
|
|
60271
60404
|
chatEnabled?: boolean | undefined;
|
|
60272
60405
|
lastPlay?: string | undefined;
|
|
@@ -60465,6 +60598,7 @@ export declare const userPickResponseDtoSchema: z.ZodObject<{
|
|
|
60465
60598
|
badge?: string | undefined;
|
|
60466
60599
|
};
|
|
60467
60600
|
comment?: string | undefined;
|
|
60601
|
+
boosted?: boolean | undefined;
|
|
60468
60602
|
} | undefined;
|
|
60469
60603
|
chatEnabled?: boolean | undefined;
|
|
60470
60604
|
lastPlay?: string | undefined;
|
|
@@ -60668,6 +60802,7 @@ export declare const userPickResponseDtoSchema: z.ZodObject<{
|
|
|
60668
60802
|
badge?: string | undefined;
|
|
60669
60803
|
};
|
|
60670
60804
|
comment?: string | undefined;
|
|
60805
|
+
boosted?: boolean | undefined;
|
|
60671
60806
|
} | undefined;
|
|
60672
60807
|
chatEnabled?: boolean | undefined;
|
|
60673
60808
|
lastPlay?: string | undefined;
|
|
@@ -60872,6 +61007,7 @@ export declare const userPickResponseDtoSchema: z.ZodObject<{
|
|
|
60872
61007
|
badge?: string | undefined;
|
|
60873
61008
|
};
|
|
60874
61009
|
comment?: string | undefined;
|
|
61010
|
+
boosted?: boolean | undefined;
|
|
60875
61011
|
} | undefined;
|
|
60876
61012
|
chatEnabled?: boolean | undefined;
|
|
60877
61013
|
lastPlay?: string | undefined;
|
|
@@ -61082,6 +61218,7 @@ export declare const userPickResponseDtoSchema: z.ZodObject<{
|
|
|
61082
61218
|
badge?: string | undefined;
|
|
61083
61219
|
};
|
|
61084
61220
|
comment?: string | undefined;
|
|
61221
|
+
boosted?: boolean | undefined;
|
|
61085
61222
|
} | undefined;
|
|
61086
61223
|
chatEnabled?: boolean | undefined;
|
|
61087
61224
|
lastPlay?: string | undefined;
|
|
@@ -61280,6 +61417,7 @@ export declare const userPickResponseDtoSchema: z.ZodObject<{
|
|
|
61280
61417
|
badge?: string | undefined;
|
|
61281
61418
|
};
|
|
61282
61419
|
comment?: string | undefined;
|
|
61420
|
+
boosted?: boolean | undefined;
|
|
61283
61421
|
} | undefined;
|
|
61284
61422
|
chatEnabled?: boolean | undefined;
|
|
61285
61423
|
lastPlay?: string | undefined;
|
|
@@ -68139,6 +68277,7 @@ export declare const pickDeleteDtoSchema: z.ZodObject<{
|
|
|
68139
68277
|
badge?: string | undefined;
|
|
68140
68278
|
}>;
|
|
68141
68279
|
comment: z.ZodOptional<z.ZodString>;
|
|
68280
|
+
boosted: z.ZodOptional<z.ZodBoolean>;
|
|
68142
68281
|
}, "strip", z.ZodTypeAny, {
|
|
68143
68282
|
user: {
|
|
68144
68283
|
id: string;
|
|
@@ -68148,6 +68287,7 @@ export declare const pickDeleteDtoSchema: z.ZodObject<{
|
|
|
68148
68287
|
badge?: string | undefined;
|
|
68149
68288
|
};
|
|
68150
68289
|
comment?: string | undefined;
|
|
68290
|
+
boosted?: boolean | undefined;
|
|
68151
68291
|
}, {
|
|
68152
68292
|
user: {
|
|
68153
68293
|
id: string;
|
|
@@ -68157,6 +68297,7 @@ export declare const pickDeleteDtoSchema: z.ZodObject<{
|
|
|
68157
68297
|
badge?: string | undefined;
|
|
68158
68298
|
};
|
|
68159
68299
|
comment?: string | undefined;
|
|
68300
|
+
boosted?: boolean | undefined;
|
|
68160
68301
|
}>>;
|
|
68161
68302
|
chatEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
68162
68303
|
lastPlay: z.ZodOptional<z.ZodString>;
|
|
@@ -68372,6 +68513,7 @@ export declare const pickDeleteDtoSchema: z.ZodObject<{
|
|
|
68372
68513
|
badge?: string | undefined;
|
|
68373
68514
|
};
|
|
68374
68515
|
comment?: string | undefined;
|
|
68516
|
+
boosted?: boolean | undefined;
|
|
68375
68517
|
} | undefined;
|
|
68376
68518
|
chatEnabled?: boolean | undefined;
|
|
68377
68519
|
lastPlay?: string | undefined;
|
|
@@ -68567,6 +68709,7 @@ export declare const pickDeleteDtoSchema: z.ZodObject<{
|
|
|
68567
68709
|
badge?: string | undefined;
|
|
68568
68710
|
};
|
|
68569
68711
|
comment?: string | undefined;
|
|
68712
|
+
boosted?: boolean | undefined;
|
|
68570
68713
|
} | undefined;
|
|
68571
68714
|
chatEnabled?: boolean | undefined;
|
|
68572
68715
|
lastPlay?: string | undefined;
|
|
@@ -70752,6 +70895,7 @@ export declare const pickDeleteDtoSchema: z.ZodObject<{
|
|
|
70752
70895
|
badge?: string | undefined;
|
|
70753
70896
|
}>;
|
|
70754
70897
|
comment: z.ZodOptional<z.ZodString>;
|
|
70898
|
+
boosted: z.ZodOptional<z.ZodBoolean>;
|
|
70755
70899
|
}, "strip", z.ZodTypeAny, {
|
|
70756
70900
|
user: {
|
|
70757
70901
|
id: string;
|
|
@@ -70761,6 +70905,7 @@ export declare const pickDeleteDtoSchema: z.ZodObject<{
|
|
|
70761
70905
|
badge?: string | undefined;
|
|
70762
70906
|
};
|
|
70763
70907
|
comment?: string | undefined;
|
|
70908
|
+
boosted?: boolean | undefined;
|
|
70764
70909
|
}, {
|
|
70765
70910
|
user: {
|
|
70766
70911
|
id: string;
|
|
@@ -70770,6 +70915,7 @@ export declare const pickDeleteDtoSchema: z.ZodObject<{
|
|
|
70770
70915
|
badge?: string | undefined;
|
|
70771
70916
|
};
|
|
70772
70917
|
comment?: string | undefined;
|
|
70918
|
+
boosted?: boolean | undefined;
|
|
70773
70919
|
}>>;
|
|
70774
70920
|
chatEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
70775
70921
|
lastPlay: z.ZodOptional<z.ZodString>;
|
|
@@ -70995,6 +71141,7 @@ export declare const pickDeleteDtoSchema: z.ZodObject<{
|
|
|
70995
71141
|
badge?: string | undefined;
|
|
70996
71142
|
};
|
|
70997
71143
|
comment?: string | undefined;
|
|
71144
|
+
boosted?: boolean | undefined;
|
|
70998
71145
|
} | undefined;
|
|
70999
71146
|
chatEnabled?: boolean | undefined;
|
|
71000
71147
|
lastPlay?: string | undefined;
|
|
@@ -71197,6 +71344,7 @@ export declare const pickDeleteDtoSchema: z.ZodObject<{
|
|
|
71197
71344
|
badge?: string | undefined;
|
|
71198
71345
|
};
|
|
71199
71346
|
comment?: string | undefined;
|
|
71347
|
+
boosted?: boolean | undefined;
|
|
71200
71348
|
} | undefined;
|
|
71201
71349
|
chatEnabled?: boolean | undefined;
|
|
71202
71350
|
lastPlay?: string | undefined;
|
|
@@ -73386,6 +73534,7 @@ export declare const pickDeleteDtoSchema: z.ZodObject<{
|
|
|
73386
73534
|
badge?: string | undefined;
|
|
73387
73535
|
}>;
|
|
73388
73536
|
comment: z.ZodOptional<z.ZodString>;
|
|
73537
|
+
boosted: z.ZodOptional<z.ZodBoolean>;
|
|
73389
73538
|
}, "strip", z.ZodTypeAny, {
|
|
73390
73539
|
user: {
|
|
73391
73540
|
id: string;
|
|
@@ -73395,6 +73544,7 @@ export declare const pickDeleteDtoSchema: z.ZodObject<{
|
|
|
73395
73544
|
badge?: string | undefined;
|
|
73396
73545
|
};
|
|
73397
73546
|
comment?: string | undefined;
|
|
73547
|
+
boosted?: boolean | undefined;
|
|
73398
73548
|
}, {
|
|
73399
73549
|
user: {
|
|
73400
73550
|
id: string;
|
|
@@ -73404,6 +73554,7 @@ export declare const pickDeleteDtoSchema: z.ZodObject<{
|
|
|
73404
73554
|
badge?: string | undefined;
|
|
73405
73555
|
};
|
|
73406
73556
|
comment?: string | undefined;
|
|
73557
|
+
boosted?: boolean | undefined;
|
|
73407
73558
|
}>>;
|
|
73408
73559
|
chatEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
73409
73560
|
lastPlay: z.ZodOptional<z.ZodString>;
|
|
@@ -73729,6 +73880,7 @@ export declare const pickDeleteDtoSchema: z.ZodObject<{
|
|
|
73729
73880
|
badge?: string | undefined;
|
|
73730
73881
|
};
|
|
73731
73882
|
comment?: string | undefined;
|
|
73883
|
+
boosted?: boolean | undefined;
|
|
73732
73884
|
} | undefined;
|
|
73733
73885
|
chatEnabled?: boolean | undefined;
|
|
73734
73886
|
lastPlay?: string | undefined;
|
|
@@ -73927,6 +74079,7 @@ export declare const pickDeleteDtoSchema: z.ZodObject<{
|
|
|
73927
74079
|
badge?: string | undefined;
|
|
73928
74080
|
};
|
|
73929
74081
|
comment?: string | undefined;
|
|
74082
|
+
boosted?: boolean | undefined;
|
|
73930
74083
|
} | undefined;
|
|
73931
74084
|
chatEnabled?: boolean | undefined;
|
|
73932
74085
|
lastPlay?: string | undefined;
|
|
@@ -76111,6 +76264,7 @@ export declare const pickDeleteDtoSchema: z.ZodObject<{
|
|
|
76111
76264
|
badge?: string | undefined;
|
|
76112
76265
|
}>;
|
|
76113
76266
|
comment: z.ZodOptional<z.ZodString>;
|
|
76267
|
+
boosted: z.ZodOptional<z.ZodBoolean>;
|
|
76114
76268
|
}, "strip", z.ZodTypeAny, {
|
|
76115
76269
|
user: {
|
|
76116
76270
|
id: string;
|
|
@@ -76120,6 +76274,7 @@ export declare const pickDeleteDtoSchema: z.ZodObject<{
|
|
|
76120
76274
|
badge?: string | undefined;
|
|
76121
76275
|
};
|
|
76122
76276
|
comment?: string | undefined;
|
|
76277
|
+
boosted?: boolean | undefined;
|
|
76123
76278
|
}, {
|
|
76124
76279
|
user: {
|
|
76125
76280
|
id: string;
|
|
@@ -76129,6 +76284,7 @@ export declare const pickDeleteDtoSchema: z.ZodObject<{
|
|
|
76129
76284
|
badge?: string | undefined;
|
|
76130
76285
|
};
|
|
76131
76286
|
comment?: string | undefined;
|
|
76287
|
+
boosted?: boolean | undefined;
|
|
76132
76288
|
}>>;
|
|
76133
76289
|
chatEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
76134
76290
|
lastPlay: z.ZodOptional<z.ZodString>;
|
|
@@ -76391,6 +76547,7 @@ export declare const pickDeleteDtoSchema: z.ZodObject<{
|
|
|
76391
76547
|
badge?: string | undefined;
|
|
76392
76548
|
};
|
|
76393
76549
|
comment?: string | undefined;
|
|
76550
|
+
boosted?: boolean | undefined;
|
|
76394
76551
|
} | undefined;
|
|
76395
76552
|
chatEnabled?: boolean | undefined;
|
|
76396
76553
|
lastPlay?: string | undefined;
|
|
@@ -76606,6 +76763,7 @@ export declare const pickDeleteDtoSchema: z.ZodObject<{
|
|
|
76606
76763
|
badge?: string | undefined;
|
|
76607
76764
|
};
|
|
76608
76765
|
comment?: string | undefined;
|
|
76766
|
+
boosted?: boolean | undefined;
|
|
76609
76767
|
} | undefined;
|
|
76610
76768
|
chatEnabled?: boolean | undefined;
|
|
76611
76769
|
lastPlay?: string | undefined;
|
|
@@ -78801,6 +78959,7 @@ export declare const pickDeleteDtoSchema: z.ZodObject<{
|
|
|
78801
78959
|
badge?: string | undefined;
|
|
78802
78960
|
}>;
|
|
78803
78961
|
comment: z.ZodOptional<z.ZodString>;
|
|
78962
|
+
boosted: z.ZodOptional<z.ZodBoolean>;
|
|
78804
78963
|
}, "strip", z.ZodTypeAny, {
|
|
78805
78964
|
user: {
|
|
78806
78965
|
id: string;
|
|
@@ -78810,6 +78969,7 @@ export declare const pickDeleteDtoSchema: z.ZodObject<{
|
|
|
78810
78969
|
badge?: string | undefined;
|
|
78811
78970
|
};
|
|
78812
78971
|
comment?: string | undefined;
|
|
78972
|
+
boosted?: boolean | undefined;
|
|
78813
78973
|
}, {
|
|
78814
78974
|
user: {
|
|
78815
78975
|
id: string;
|
|
@@ -78819,6 +78979,7 @@ export declare const pickDeleteDtoSchema: z.ZodObject<{
|
|
|
78819
78979
|
badge?: string | undefined;
|
|
78820
78980
|
};
|
|
78821
78981
|
comment?: string | undefined;
|
|
78982
|
+
boosted?: boolean | undefined;
|
|
78822
78983
|
}>>;
|
|
78823
78984
|
chatEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
78824
78985
|
lastPlay: z.ZodOptional<z.ZodString>;
|
|
@@ -79072,6 +79233,7 @@ export declare const pickDeleteDtoSchema: z.ZodObject<{
|
|
|
79072
79233
|
badge?: string | undefined;
|
|
79073
79234
|
};
|
|
79074
79235
|
comment?: string | undefined;
|
|
79236
|
+
boosted?: boolean | undefined;
|
|
79075
79237
|
} | undefined;
|
|
79076
79238
|
chatEnabled?: boolean | undefined;
|
|
79077
79239
|
lastPlay?: string | undefined;
|
|
@@ -79280,6 +79442,7 @@ export declare const pickDeleteDtoSchema: z.ZodObject<{
|
|
|
79280
79442
|
badge?: string | undefined;
|
|
79281
79443
|
};
|
|
79282
79444
|
comment?: string | undefined;
|
|
79445
|
+
boosted?: boolean | undefined;
|
|
79283
79446
|
} | undefined;
|
|
79284
79447
|
chatEnabled?: boolean | undefined;
|
|
79285
79448
|
lastPlay?: string | undefined;
|
|
@@ -81473,6 +81636,7 @@ export declare const pickDeleteDtoSchema: z.ZodObject<{
|
|
|
81473
81636
|
badge?: string | undefined;
|
|
81474
81637
|
}>;
|
|
81475
81638
|
comment: z.ZodOptional<z.ZodString>;
|
|
81639
|
+
boosted: z.ZodOptional<z.ZodBoolean>;
|
|
81476
81640
|
}, "strip", z.ZodTypeAny, {
|
|
81477
81641
|
user: {
|
|
81478
81642
|
id: string;
|
|
@@ -81482,6 +81646,7 @@ export declare const pickDeleteDtoSchema: z.ZodObject<{
|
|
|
81482
81646
|
badge?: string | undefined;
|
|
81483
81647
|
};
|
|
81484
81648
|
comment?: string | undefined;
|
|
81649
|
+
boosted?: boolean | undefined;
|
|
81485
81650
|
}, {
|
|
81486
81651
|
user: {
|
|
81487
81652
|
id: string;
|
|
@@ -81491,6 +81656,7 @@ export declare const pickDeleteDtoSchema: z.ZodObject<{
|
|
|
81491
81656
|
badge?: string | undefined;
|
|
81492
81657
|
};
|
|
81493
81658
|
comment?: string | undefined;
|
|
81659
|
+
boosted?: boolean | undefined;
|
|
81494
81660
|
}>>;
|
|
81495
81661
|
chatEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
81496
81662
|
lastPlay: z.ZodOptional<z.ZodString>;
|
|
@@ -81687,6 +81853,7 @@ export declare const pickDeleteDtoSchema: z.ZodObject<{
|
|
|
81687
81853
|
badge?: string | undefined;
|
|
81688
81854
|
};
|
|
81689
81855
|
comment?: string | undefined;
|
|
81856
|
+
boosted?: boolean | undefined;
|
|
81690
81857
|
} | undefined;
|
|
81691
81858
|
chatEnabled?: boolean | undefined;
|
|
81692
81859
|
lastPlay?: string | undefined;
|
|
@@ -81875,6 +82042,7 @@ export declare const pickDeleteDtoSchema: z.ZodObject<{
|
|
|
81875
82042
|
badge?: string | undefined;
|
|
81876
82043
|
};
|
|
81877
82044
|
comment?: string | undefined;
|
|
82045
|
+
boosted?: boolean | undefined;
|
|
81878
82046
|
} | undefined;
|
|
81879
82047
|
chatEnabled?: boolean | undefined;
|
|
81880
82048
|
lastPlay?: string | undefined;
|
|
@@ -82086,6 +82254,7 @@ export declare const pickDeleteDtoSchema: z.ZodObject<{
|
|
|
82086
82254
|
badge?: string | undefined;
|
|
82087
82255
|
};
|
|
82088
82256
|
comment?: string | undefined;
|
|
82257
|
+
boosted?: boolean | undefined;
|
|
82089
82258
|
} | undefined;
|
|
82090
82259
|
chatEnabled?: boolean | undefined;
|
|
82091
82260
|
lastPlay?: string | undefined;
|
|
@@ -82284,6 +82453,7 @@ export declare const pickDeleteDtoSchema: z.ZodObject<{
|
|
|
82284
82453
|
badge?: string | undefined;
|
|
82285
82454
|
};
|
|
82286
82455
|
comment?: string | undefined;
|
|
82456
|
+
boosted?: boolean | undefined;
|
|
82287
82457
|
} | undefined;
|
|
82288
82458
|
chatEnabled?: boolean | undefined;
|
|
82289
82459
|
lastPlay?: string | undefined;
|
|
@@ -82487,6 +82657,7 @@ export declare const pickDeleteDtoSchema: z.ZodObject<{
|
|
|
82487
82657
|
badge?: string | undefined;
|
|
82488
82658
|
};
|
|
82489
82659
|
comment?: string | undefined;
|
|
82660
|
+
boosted?: boolean | undefined;
|
|
82490
82661
|
} | undefined;
|
|
82491
82662
|
chatEnabled?: boolean | undefined;
|
|
82492
82663
|
lastPlay?: string | undefined;
|
|
@@ -82691,6 +82862,7 @@ export declare const pickDeleteDtoSchema: z.ZodObject<{
|
|
|
82691
82862
|
badge?: string | undefined;
|
|
82692
82863
|
};
|
|
82693
82864
|
comment?: string | undefined;
|
|
82865
|
+
boosted?: boolean | undefined;
|
|
82694
82866
|
} | undefined;
|
|
82695
82867
|
chatEnabled?: boolean | undefined;
|
|
82696
82868
|
lastPlay?: string | undefined;
|
|
@@ -82901,6 +83073,7 @@ export declare const pickDeleteDtoSchema: z.ZodObject<{
|
|
|
82901
83073
|
badge?: string | undefined;
|
|
82902
83074
|
};
|
|
82903
83075
|
comment?: string | undefined;
|
|
83076
|
+
boosted?: boolean | undefined;
|
|
82904
83077
|
} | undefined;
|
|
82905
83078
|
chatEnabled?: boolean | undefined;
|
|
82906
83079
|
lastPlay?: string | undefined;
|
|
@@ -83099,6 +83272,7 @@ export declare const pickDeleteDtoSchema: z.ZodObject<{
|
|
|
83099
83272
|
badge?: string | undefined;
|
|
83100
83273
|
};
|
|
83101
83274
|
comment?: string | undefined;
|
|
83275
|
+
boosted?: boolean | undefined;
|
|
83102
83276
|
} | undefined;
|
|
83103
83277
|
chatEnabled?: boolean | undefined;
|
|
83104
83278
|
lastPlay?: string | undefined;
|
|
@@ -83323,6 +83497,7 @@ export declare const pickDeleteDtoSchema: z.ZodObject<{
|
|
|
83323
83497
|
badge?: string | undefined;
|
|
83324
83498
|
};
|
|
83325
83499
|
comment?: string | undefined;
|
|
83500
|
+
boosted?: boolean | undefined;
|
|
83326
83501
|
} | undefined;
|
|
83327
83502
|
chatEnabled?: boolean | undefined;
|
|
83328
83503
|
lastPlay?: string | undefined;
|
|
@@ -83521,6 +83696,7 @@ export declare const pickDeleteDtoSchema: z.ZodObject<{
|
|
|
83521
83696
|
badge?: string | undefined;
|
|
83522
83697
|
};
|
|
83523
83698
|
comment?: string | undefined;
|
|
83699
|
+
boosted?: boolean | undefined;
|
|
83524
83700
|
} | undefined;
|
|
83525
83701
|
chatEnabled?: boolean | undefined;
|
|
83526
83702
|
lastPlay?: string | undefined;
|
|
@@ -83724,6 +83900,7 @@ export declare const pickDeleteDtoSchema: z.ZodObject<{
|
|
|
83724
83900
|
badge?: string | undefined;
|
|
83725
83901
|
};
|
|
83726
83902
|
comment?: string | undefined;
|
|
83903
|
+
boosted?: boolean | undefined;
|
|
83727
83904
|
} | undefined;
|
|
83728
83905
|
chatEnabled?: boolean | undefined;
|
|
83729
83906
|
lastPlay?: string | undefined;
|
|
@@ -83928,6 +84105,7 @@ export declare const pickDeleteDtoSchema: z.ZodObject<{
|
|
|
83928
84105
|
badge?: string | undefined;
|
|
83929
84106
|
};
|
|
83930
84107
|
comment?: string | undefined;
|
|
84108
|
+
boosted?: boolean | undefined;
|
|
83931
84109
|
} | undefined;
|
|
83932
84110
|
chatEnabled?: boolean | undefined;
|
|
83933
84111
|
lastPlay?: string | undefined;
|
|
@@ -84138,6 +84316,7 @@ export declare const pickDeleteDtoSchema: z.ZodObject<{
|
|
|
84138
84316
|
badge?: string | undefined;
|
|
84139
84317
|
};
|
|
84140
84318
|
comment?: string | undefined;
|
|
84319
|
+
boosted?: boolean | undefined;
|
|
84141
84320
|
} | undefined;
|
|
84142
84321
|
chatEnabled?: boolean | undefined;
|
|
84143
84322
|
lastPlay?: string | undefined;
|
|
@@ -84336,6 +84515,7 @@ export declare const pickDeleteDtoSchema: z.ZodObject<{
|
|
|
84336
84515
|
badge?: string | undefined;
|
|
84337
84516
|
};
|
|
84338
84517
|
comment?: string | undefined;
|
|
84518
|
+
boosted?: boolean | undefined;
|
|
84339
84519
|
} | undefined;
|
|
84340
84520
|
chatEnabled?: boolean | undefined;
|
|
84341
84521
|
lastPlay?: string | undefined;
|
|
@@ -84564,6 +84744,7 @@ export declare const pickDeleteDtoSchema: z.ZodObject<{
|
|
|
84564
84744
|
badge?: string | undefined;
|
|
84565
84745
|
};
|
|
84566
84746
|
comment?: string | undefined;
|
|
84747
|
+
boosted?: boolean | undefined;
|
|
84567
84748
|
} | undefined;
|
|
84568
84749
|
chatEnabled?: boolean | undefined;
|
|
84569
84750
|
lastPlay?: string | undefined;
|
|
@@ -84762,6 +84943,7 @@ export declare const pickDeleteDtoSchema: z.ZodObject<{
|
|
|
84762
84943
|
badge?: string | undefined;
|
|
84763
84944
|
};
|
|
84764
84945
|
comment?: string | undefined;
|
|
84946
|
+
boosted?: boolean | undefined;
|
|
84765
84947
|
} | undefined;
|
|
84766
84948
|
chatEnabled?: boolean | undefined;
|
|
84767
84949
|
lastPlay?: string | undefined;
|
|
@@ -84965,6 +85147,7 @@ export declare const pickDeleteDtoSchema: z.ZodObject<{
|
|
|
84965
85147
|
badge?: string | undefined;
|
|
84966
85148
|
};
|
|
84967
85149
|
comment?: string | undefined;
|
|
85150
|
+
boosted?: boolean | undefined;
|
|
84968
85151
|
} | undefined;
|
|
84969
85152
|
chatEnabled?: boolean | undefined;
|
|
84970
85153
|
lastPlay?: string | undefined;
|
|
@@ -85169,6 +85352,7 @@ export declare const pickDeleteDtoSchema: z.ZodObject<{
|
|
|
85169
85352
|
badge?: string | undefined;
|
|
85170
85353
|
};
|
|
85171
85354
|
comment?: string | undefined;
|
|
85355
|
+
boosted?: boolean | undefined;
|
|
85172
85356
|
} | undefined;
|
|
85173
85357
|
chatEnabled?: boolean | undefined;
|
|
85174
85358
|
lastPlay?: string | undefined;
|
|
@@ -85379,6 +85563,7 @@ export declare const pickDeleteDtoSchema: z.ZodObject<{
|
|
|
85379
85563
|
badge?: string | undefined;
|
|
85380
85564
|
};
|
|
85381
85565
|
comment?: string | undefined;
|
|
85566
|
+
boosted?: boolean | undefined;
|
|
85382
85567
|
} | undefined;
|
|
85383
85568
|
chatEnabled?: boolean | undefined;
|
|
85384
85569
|
lastPlay?: string | undefined;
|
|
@@ -85577,6 +85762,7 @@ export declare const pickDeleteDtoSchema: z.ZodObject<{
|
|
|
85577
85762
|
badge?: string | undefined;
|
|
85578
85763
|
};
|
|
85579
85764
|
comment?: string | undefined;
|
|
85765
|
+
boosted?: boolean | undefined;
|
|
85580
85766
|
} | undefined;
|
|
85581
85767
|
chatEnabled?: boolean | undefined;
|
|
85582
85768
|
lastPlay?: string | undefined;
|
|
@@ -85805,6 +85991,7 @@ export declare const pickDeleteDtoSchema: z.ZodObject<{
|
|
|
85805
85991
|
badge?: string | undefined;
|
|
85806
85992
|
};
|
|
85807
85993
|
comment?: string | undefined;
|
|
85994
|
+
boosted?: boolean | undefined;
|
|
85808
85995
|
} | undefined;
|
|
85809
85996
|
chatEnabled?: boolean | undefined;
|
|
85810
85997
|
lastPlay?: string | undefined;
|
|
@@ -86003,6 +86190,7 @@ export declare const pickDeleteDtoSchema: z.ZodObject<{
|
|
|
86003
86190
|
badge?: string | undefined;
|
|
86004
86191
|
};
|
|
86005
86192
|
comment?: string | undefined;
|
|
86193
|
+
boosted?: boolean | undefined;
|
|
86006
86194
|
} | undefined;
|
|
86007
86195
|
chatEnabled?: boolean | undefined;
|
|
86008
86196
|
lastPlay?: string | undefined;
|
|
@@ -86206,6 +86394,7 @@ export declare const pickDeleteDtoSchema: z.ZodObject<{
|
|
|
86206
86394
|
badge?: string | undefined;
|
|
86207
86395
|
};
|
|
86208
86396
|
comment?: string | undefined;
|
|
86397
|
+
boosted?: boolean | undefined;
|
|
86209
86398
|
} | undefined;
|
|
86210
86399
|
chatEnabled?: boolean | undefined;
|
|
86211
86400
|
lastPlay?: string | undefined;
|
|
@@ -86410,6 +86599,7 @@ export declare const pickDeleteDtoSchema: z.ZodObject<{
|
|
|
86410
86599
|
badge?: string | undefined;
|
|
86411
86600
|
};
|
|
86412
86601
|
comment?: string | undefined;
|
|
86602
|
+
boosted?: boolean | undefined;
|
|
86413
86603
|
} | undefined;
|
|
86414
86604
|
chatEnabled?: boolean | undefined;
|
|
86415
86605
|
lastPlay?: string | undefined;
|
|
@@ -86620,6 +86810,7 @@ export declare const pickDeleteDtoSchema: z.ZodObject<{
|
|
|
86620
86810
|
badge?: string | undefined;
|
|
86621
86811
|
};
|
|
86622
86812
|
comment?: string | undefined;
|
|
86813
|
+
boosted?: boolean | undefined;
|
|
86623
86814
|
} | undefined;
|
|
86624
86815
|
chatEnabled?: boolean | undefined;
|
|
86625
86816
|
lastPlay?: string | undefined;
|
|
@@ -86818,6 +87009,7 @@ export declare const pickDeleteDtoSchema: z.ZodObject<{
|
|
|
86818
87009
|
badge?: string | undefined;
|
|
86819
87010
|
};
|
|
86820
87011
|
comment?: string | undefined;
|
|
87012
|
+
boosted?: boolean | undefined;
|
|
86821
87013
|
} | undefined;
|
|
86822
87014
|
chatEnabled?: boolean | undefined;
|
|
86823
87015
|
lastPlay?: string | undefined;
|