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/game.d.ts
CHANGED
|
@@ -4390,6 +4390,7 @@ export declare const commonGameSchema: z.ZodObject<{
|
|
|
4390
4390
|
badge?: string | undefined;
|
|
4391
4391
|
}>;
|
|
4392
4392
|
comment: z.ZodOptional<z.ZodString>;
|
|
4393
|
+
boosted: z.ZodOptional<z.ZodBoolean>;
|
|
4393
4394
|
}, "strip", z.ZodTypeAny, {
|
|
4394
4395
|
user: {
|
|
4395
4396
|
id: string;
|
|
@@ -4399,6 +4400,7 @@ export declare const commonGameSchema: z.ZodObject<{
|
|
|
4399
4400
|
badge?: string | undefined;
|
|
4400
4401
|
};
|
|
4401
4402
|
comment?: string | undefined;
|
|
4403
|
+
boosted?: boolean | undefined;
|
|
4402
4404
|
}, {
|
|
4403
4405
|
user: {
|
|
4404
4406
|
id: string;
|
|
@@ -4408,6 +4410,7 @@ export declare const commonGameSchema: z.ZodObject<{
|
|
|
4408
4410
|
badge?: string | undefined;
|
|
4409
4411
|
};
|
|
4410
4412
|
comment?: string | undefined;
|
|
4413
|
+
boosted?: boolean | undefined;
|
|
4411
4414
|
}>>;
|
|
4412
4415
|
chatEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
4413
4416
|
lastPlay: z.ZodOptional<z.ZodString>;
|
|
@@ -4590,6 +4593,7 @@ export declare const commonGameSchema: z.ZodObject<{
|
|
|
4590
4593
|
badge?: string | undefined;
|
|
4591
4594
|
};
|
|
4592
4595
|
comment?: string | undefined;
|
|
4596
|
+
boosted?: boolean | undefined;
|
|
4593
4597
|
} | undefined;
|
|
4594
4598
|
chatEnabled?: boolean | undefined;
|
|
4595
4599
|
lastPlay?: string | undefined;
|
|
@@ -4772,6 +4776,7 @@ export declare const commonGameSchema: z.ZodObject<{
|
|
|
4772
4776
|
badge?: string | undefined;
|
|
4773
4777
|
};
|
|
4774
4778
|
comment?: string | undefined;
|
|
4779
|
+
boosted?: boolean | undefined;
|
|
4775
4780
|
} | undefined;
|
|
4776
4781
|
chatEnabled?: boolean | undefined;
|
|
4777
4782
|
lastPlay?: string | undefined;
|
|
@@ -6956,6 +6961,7 @@ export declare const basketballGameSchema: z.ZodObject<z.objectUtil.extendShape<
|
|
|
6956
6961
|
badge?: string | undefined;
|
|
6957
6962
|
}>;
|
|
6958
6963
|
comment: z.ZodOptional<z.ZodString>;
|
|
6964
|
+
boosted: z.ZodOptional<z.ZodBoolean>;
|
|
6959
6965
|
}, "strip", z.ZodTypeAny, {
|
|
6960
6966
|
user: {
|
|
6961
6967
|
id: string;
|
|
@@ -6965,6 +6971,7 @@ export declare const basketballGameSchema: z.ZodObject<z.objectUtil.extendShape<
|
|
|
6965
6971
|
badge?: string | undefined;
|
|
6966
6972
|
};
|
|
6967
6973
|
comment?: string | undefined;
|
|
6974
|
+
boosted?: boolean | undefined;
|
|
6968
6975
|
}, {
|
|
6969
6976
|
user: {
|
|
6970
6977
|
id: string;
|
|
@@ -6974,6 +6981,7 @@ export declare const basketballGameSchema: z.ZodObject<z.objectUtil.extendShape<
|
|
|
6974
6981
|
badge?: string | undefined;
|
|
6975
6982
|
};
|
|
6976
6983
|
comment?: string | undefined;
|
|
6984
|
+
boosted?: boolean | undefined;
|
|
6977
6985
|
}>>;
|
|
6978
6986
|
chatEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
6979
6987
|
lastPlay: z.ZodOptional<z.ZodString>;
|
|
@@ -7189,6 +7197,7 @@ export declare const basketballGameSchema: z.ZodObject<z.objectUtil.extendShape<
|
|
|
7189
7197
|
badge?: string | undefined;
|
|
7190
7198
|
};
|
|
7191
7199
|
comment?: string | undefined;
|
|
7200
|
+
boosted?: boolean | undefined;
|
|
7192
7201
|
} | undefined;
|
|
7193
7202
|
chatEnabled?: boolean | undefined;
|
|
7194
7203
|
lastPlay?: string | undefined;
|
|
@@ -7384,6 +7393,7 @@ export declare const basketballGameSchema: z.ZodObject<z.objectUtil.extendShape<
|
|
|
7384
7393
|
badge?: string | undefined;
|
|
7385
7394
|
};
|
|
7386
7395
|
comment?: string | undefined;
|
|
7396
|
+
boosted?: boolean | undefined;
|
|
7387
7397
|
} | undefined;
|
|
7388
7398
|
chatEnabled?: boolean | undefined;
|
|
7389
7399
|
lastPlay?: string | undefined;
|
|
@@ -9583,6 +9593,7 @@ export declare const mlbGameSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
9583
9593
|
badge?: string | undefined;
|
|
9584
9594
|
}>;
|
|
9585
9595
|
comment: z.ZodOptional<z.ZodString>;
|
|
9596
|
+
boosted: z.ZodOptional<z.ZodBoolean>;
|
|
9586
9597
|
}, "strip", z.ZodTypeAny, {
|
|
9587
9598
|
user: {
|
|
9588
9599
|
id: string;
|
|
@@ -9592,6 +9603,7 @@ export declare const mlbGameSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
9592
9603
|
badge?: string | undefined;
|
|
9593
9604
|
};
|
|
9594
9605
|
comment?: string | undefined;
|
|
9606
|
+
boosted?: boolean | undefined;
|
|
9595
9607
|
}, {
|
|
9596
9608
|
user: {
|
|
9597
9609
|
id: string;
|
|
@@ -9601,6 +9613,7 @@ export declare const mlbGameSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
9601
9613
|
badge?: string | undefined;
|
|
9602
9614
|
};
|
|
9603
9615
|
comment?: string | undefined;
|
|
9616
|
+
boosted?: boolean | undefined;
|
|
9604
9617
|
}>>;
|
|
9605
9618
|
chatEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
9606
9619
|
lastPlay: z.ZodOptional<z.ZodString>;
|
|
@@ -9826,6 +9839,7 @@ export declare const mlbGameSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
9826
9839
|
badge?: string | undefined;
|
|
9827
9840
|
};
|
|
9828
9841
|
comment?: string | undefined;
|
|
9842
|
+
boosted?: boolean | undefined;
|
|
9829
9843
|
} | undefined;
|
|
9830
9844
|
chatEnabled?: boolean | undefined;
|
|
9831
9845
|
lastPlay?: string | undefined;
|
|
@@ -10028,6 +10042,7 @@ export declare const mlbGameSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
10028
10042
|
badge?: string | undefined;
|
|
10029
10043
|
};
|
|
10030
10044
|
comment?: string | undefined;
|
|
10045
|
+
boosted?: boolean | undefined;
|
|
10031
10046
|
} | undefined;
|
|
10032
10047
|
chatEnabled?: boolean | undefined;
|
|
10033
10048
|
lastPlay?: string | undefined;
|
|
@@ -12218,6 +12233,7 @@ export declare const footballGameSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
12218
12233
|
badge?: string | undefined;
|
|
12219
12234
|
}>;
|
|
12220
12235
|
comment: z.ZodOptional<z.ZodString>;
|
|
12236
|
+
boosted: z.ZodOptional<z.ZodBoolean>;
|
|
12221
12237
|
}, "strip", z.ZodTypeAny, {
|
|
12222
12238
|
user: {
|
|
12223
12239
|
id: string;
|
|
@@ -12227,6 +12243,7 @@ export declare const footballGameSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
12227
12243
|
badge?: string | undefined;
|
|
12228
12244
|
};
|
|
12229
12245
|
comment?: string | undefined;
|
|
12246
|
+
boosted?: boolean | undefined;
|
|
12230
12247
|
}, {
|
|
12231
12248
|
user: {
|
|
12232
12249
|
id: string;
|
|
@@ -12236,6 +12253,7 @@ export declare const footballGameSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
12236
12253
|
badge?: string | undefined;
|
|
12237
12254
|
};
|
|
12238
12255
|
comment?: string | undefined;
|
|
12256
|
+
boosted?: boolean | undefined;
|
|
12239
12257
|
}>>;
|
|
12240
12258
|
chatEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
12241
12259
|
lastPlay: z.ZodOptional<z.ZodString>;
|
|
@@ -12561,6 +12579,7 @@ export declare const footballGameSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
12561
12579
|
badge?: string | undefined;
|
|
12562
12580
|
};
|
|
12563
12581
|
comment?: string | undefined;
|
|
12582
|
+
boosted?: boolean | undefined;
|
|
12564
12583
|
} | undefined;
|
|
12565
12584
|
chatEnabled?: boolean | undefined;
|
|
12566
12585
|
lastPlay?: string | undefined;
|
|
@@ -12759,6 +12778,7 @@ export declare const footballGameSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
12759
12778
|
badge?: string | undefined;
|
|
12760
12779
|
};
|
|
12761
12780
|
comment?: string | undefined;
|
|
12781
|
+
boosted?: boolean | undefined;
|
|
12762
12782
|
} | undefined;
|
|
12763
12783
|
chatEnabled?: boolean | undefined;
|
|
12764
12784
|
lastPlay?: string | undefined;
|
|
@@ -14944,6 +14964,7 @@ export declare const nflGameSchema: z.ZodObject<z.objectUtil.extendShape<z.objec
|
|
|
14944
14964
|
badge?: string | undefined;
|
|
14945
14965
|
}>;
|
|
14946
14966
|
comment: z.ZodOptional<z.ZodString>;
|
|
14967
|
+
boosted: z.ZodOptional<z.ZodBoolean>;
|
|
14947
14968
|
}, "strip", z.ZodTypeAny, {
|
|
14948
14969
|
user: {
|
|
14949
14970
|
id: string;
|
|
@@ -14953,6 +14974,7 @@ export declare const nflGameSchema: z.ZodObject<z.objectUtil.extendShape<z.objec
|
|
|
14953
14974
|
badge?: string | undefined;
|
|
14954
14975
|
};
|
|
14955
14976
|
comment?: string | undefined;
|
|
14977
|
+
boosted?: boolean | undefined;
|
|
14956
14978
|
}, {
|
|
14957
14979
|
user: {
|
|
14958
14980
|
id: string;
|
|
@@ -14962,6 +14984,7 @@ export declare const nflGameSchema: z.ZodObject<z.objectUtil.extendShape<z.objec
|
|
|
14962
14984
|
badge?: string | undefined;
|
|
14963
14985
|
};
|
|
14964
14986
|
comment?: string | undefined;
|
|
14987
|
+
boosted?: boolean | undefined;
|
|
14965
14988
|
}>>;
|
|
14966
14989
|
chatEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
14967
14990
|
lastPlay: z.ZodOptional<z.ZodString>;
|
|
@@ -15224,6 +15247,7 @@ export declare const nflGameSchema: z.ZodObject<z.objectUtil.extendShape<z.objec
|
|
|
15224
15247
|
badge?: string | undefined;
|
|
15225
15248
|
};
|
|
15226
15249
|
comment?: string | undefined;
|
|
15250
|
+
boosted?: boolean | undefined;
|
|
15227
15251
|
} | undefined;
|
|
15228
15252
|
chatEnabled?: boolean | undefined;
|
|
15229
15253
|
lastPlay?: string | undefined;
|
|
@@ -15439,6 +15463,7 @@ export declare const nflGameSchema: z.ZodObject<z.objectUtil.extendShape<z.objec
|
|
|
15439
15463
|
badge?: string | undefined;
|
|
15440
15464
|
};
|
|
15441
15465
|
comment?: string | undefined;
|
|
15466
|
+
boosted?: boolean | undefined;
|
|
15442
15467
|
} | undefined;
|
|
15443
15468
|
chatEnabled?: boolean | undefined;
|
|
15444
15469
|
lastPlay?: string | undefined;
|
|
@@ -17635,6 +17660,7 @@ export declare const cfbGameSchema: z.ZodObject<z.objectUtil.extendShape<z.objec
|
|
|
17635
17660
|
badge?: string | undefined;
|
|
17636
17661
|
}>;
|
|
17637
17662
|
comment: z.ZodOptional<z.ZodString>;
|
|
17663
|
+
boosted: z.ZodOptional<z.ZodBoolean>;
|
|
17638
17664
|
}, "strip", z.ZodTypeAny, {
|
|
17639
17665
|
user: {
|
|
17640
17666
|
id: string;
|
|
@@ -17644,6 +17670,7 @@ export declare const cfbGameSchema: z.ZodObject<z.objectUtil.extendShape<z.objec
|
|
|
17644
17670
|
badge?: string | undefined;
|
|
17645
17671
|
};
|
|
17646
17672
|
comment?: string | undefined;
|
|
17673
|
+
boosted?: boolean | undefined;
|
|
17647
17674
|
}, {
|
|
17648
17675
|
user: {
|
|
17649
17676
|
id: string;
|
|
@@ -17653,6 +17680,7 @@ export declare const cfbGameSchema: z.ZodObject<z.objectUtil.extendShape<z.objec
|
|
|
17653
17680
|
badge?: string | undefined;
|
|
17654
17681
|
};
|
|
17655
17682
|
comment?: string | undefined;
|
|
17683
|
+
boosted?: boolean | undefined;
|
|
17656
17684
|
}>>;
|
|
17657
17685
|
chatEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
17658
17686
|
lastPlay: z.ZodOptional<z.ZodString>;
|
|
@@ -17906,6 +17934,7 @@ export declare const cfbGameSchema: z.ZodObject<z.objectUtil.extendShape<z.objec
|
|
|
17906
17934
|
badge?: string | undefined;
|
|
17907
17935
|
};
|
|
17908
17936
|
comment?: string | undefined;
|
|
17937
|
+
boosted?: boolean | undefined;
|
|
17909
17938
|
} | undefined;
|
|
17910
17939
|
chatEnabled?: boolean | undefined;
|
|
17911
17940
|
lastPlay?: string | undefined;
|
|
@@ -18114,6 +18143,7 @@ export declare const cfbGameSchema: z.ZodObject<z.objectUtil.extendShape<z.objec
|
|
|
18114
18143
|
badge?: string | undefined;
|
|
18115
18144
|
};
|
|
18116
18145
|
comment?: string | undefined;
|
|
18146
|
+
boosted?: boolean | undefined;
|
|
18117
18147
|
} | undefined;
|
|
18118
18148
|
chatEnabled?: boolean | undefined;
|
|
18119
18149
|
lastPlay?: string | undefined;
|
|
@@ -20308,6 +20338,7 @@ export declare const nhlGameSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
20308
20338
|
badge?: string | undefined;
|
|
20309
20339
|
}>;
|
|
20310
20340
|
comment: z.ZodOptional<z.ZodString>;
|
|
20341
|
+
boosted: z.ZodOptional<z.ZodBoolean>;
|
|
20311
20342
|
}, "strip", z.ZodTypeAny, {
|
|
20312
20343
|
user: {
|
|
20313
20344
|
id: string;
|
|
@@ -20317,6 +20348,7 @@ export declare const nhlGameSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
20317
20348
|
badge?: string | undefined;
|
|
20318
20349
|
};
|
|
20319
20350
|
comment?: string | undefined;
|
|
20351
|
+
boosted?: boolean | undefined;
|
|
20320
20352
|
}, {
|
|
20321
20353
|
user: {
|
|
20322
20354
|
id: string;
|
|
@@ -20326,6 +20358,7 @@ export declare const nhlGameSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
20326
20358
|
badge?: string | undefined;
|
|
20327
20359
|
};
|
|
20328
20360
|
comment?: string | undefined;
|
|
20361
|
+
boosted?: boolean | undefined;
|
|
20329
20362
|
}>>;
|
|
20330
20363
|
chatEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
20331
20364
|
lastPlay: z.ZodOptional<z.ZodString>;
|
|
@@ -20522,6 +20555,7 @@ export declare const nhlGameSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
20522
20555
|
badge?: string | undefined;
|
|
20523
20556
|
};
|
|
20524
20557
|
comment?: string | undefined;
|
|
20558
|
+
boosted?: boolean | undefined;
|
|
20525
20559
|
} | undefined;
|
|
20526
20560
|
chatEnabled?: boolean | undefined;
|
|
20527
20561
|
lastPlay?: string | undefined;
|
|
@@ -20710,6 +20744,7 @@ export declare const nhlGameSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
20710
20744
|
badge?: string | undefined;
|
|
20711
20745
|
};
|
|
20712
20746
|
comment?: string | undefined;
|
|
20747
|
+
boosted?: boolean | undefined;
|
|
20713
20748
|
} | undefined;
|
|
20714
20749
|
chatEnabled?: boolean | undefined;
|
|
20715
20750
|
lastPlay?: string | undefined;
|
|
@@ -22894,6 +22929,7 @@ export declare const unionGameSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.exten
|
|
|
22894
22929
|
badge?: string | undefined;
|
|
22895
22930
|
}>;
|
|
22896
22931
|
comment: z.ZodOptional<z.ZodString>;
|
|
22932
|
+
boosted: z.ZodOptional<z.ZodBoolean>;
|
|
22897
22933
|
}, "strip", z.ZodTypeAny, {
|
|
22898
22934
|
user: {
|
|
22899
22935
|
id: string;
|
|
@@ -22903,6 +22939,7 @@ export declare const unionGameSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.exten
|
|
|
22903
22939
|
badge?: string | undefined;
|
|
22904
22940
|
};
|
|
22905
22941
|
comment?: string | undefined;
|
|
22942
|
+
boosted?: boolean | undefined;
|
|
22906
22943
|
}, {
|
|
22907
22944
|
user: {
|
|
22908
22945
|
id: string;
|
|
@@ -22912,6 +22949,7 @@ export declare const unionGameSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.exten
|
|
|
22912
22949
|
badge?: string | undefined;
|
|
22913
22950
|
};
|
|
22914
22951
|
comment?: string | undefined;
|
|
22952
|
+
boosted?: boolean | undefined;
|
|
22915
22953
|
}>>;
|
|
22916
22954
|
chatEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
22917
22955
|
lastPlay: z.ZodOptional<z.ZodString>;
|
|
@@ -23127,6 +23165,7 @@ export declare const unionGameSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.exten
|
|
|
23127
23165
|
badge?: string | undefined;
|
|
23128
23166
|
};
|
|
23129
23167
|
comment?: string | undefined;
|
|
23168
|
+
boosted?: boolean | undefined;
|
|
23130
23169
|
} | undefined;
|
|
23131
23170
|
chatEnabled?: boolean | undefined;
|
|
23132
23171
|
lastPlay?: string | undefined;
|
|
@@ -23322,6 +23361,7 @@ export declare const unionGameSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.exten
|
|
|
23322
23361
|
badge?: string | undefined;
|
|
23323
23362
|
};
|
|
23324
23363
|
comment?: string | undefined;
|
|
23364
|
+
boosted?: boolean | undefined;
|
|
23325
23365
|
} | undefined;
|
|
23326
23366
|
chatEnabled?: boolean | undefined;
|
|
23327
23367
|
lastPlay?: string | undefined;
|
|
@@ -25507,6 +25547,7 @@ export declare const unionGameSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.exten
|
|
|
25507
25547
|
badge?: string | undefined;
|
|
25508
25548
|
}>;
|
|
25509
25549
|
comment: z.ZodOptional<z.ZodString>;
|
|
25550
|
+
boosted: z.ZodOptional<z.ZodBoolean>;
|
|
25510
25551
|
}, "strip", z.ZodTypeAny, {
|
|
25511
25552
|
user: {
|
|
25512
25553
|
id: string;
|
|
@@ -25516,6 +25557,7 @@ export declare const unionGameSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.exten
|
|
|
25516
25557
|
badge?: string | undefined;
|
|
25517
25558
|
};
|
|
25518
25559
|
comment?: string | undefined;
|
|
25560
|
+
boosted?: boolean | undefined;
|
|
25519
25561
|
}, {
|
|
25520
25562
|
user: {
|
|
25521
25563
|
id: string;
|
|
@@ -25525,6 +25567,7 @@ export declare const unionGameSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.exten
|
|
|
25525
25567
|
badge?: string | undefined;
|
|
25526
25568
|
};
|
|
25527
25569
|
comment?: string | undefined;
|
|
25570
|
+
boosted?: boolean | undefined;
|
|
25528
25571
|
}>>;
|
|
25529
25572
|
chatEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
25530
25573
|
lastPlay: z.ZodOptional<z.ZodString>;
|
|
@@ -25750,6 +25793,7 @@ export declare const unionGameSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.exten
|
|
|
25750
25793
|
badge?: string | undefined;
|
|
25751
25794
|
};
|
|
25752
25795
|
comment?: string | undefined;
|
|
25796
|
+
boosted?: boolean | undefined;
|
|
25753
25797
|
} | undefined;
|
|
25754
25798
|
chatEnabled?: boolean | undefined;
|
|
25755
25799
|
lastPlay?: string | undefined;
|
|
@@ -25952,6 +25996,7 @@ export declare const unionGameSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.exten
|
|
|
25952
25996
|
badge?: string | undefined;
|
|
25953
25997
|
};
|
|
25954
25998
|
comment?: string | undefined;
|
|
25999
|
+
boosted?: boolean | undefined;
|
|
25955
26000
|
} | undefined;
|
|
25956
26001
|
chatEnabled?: boolean | undefined;
|
|
25957
26002
|
lastPlay?: string | undefined;
|
|
@@ -28141,6 +28186,7 @@ export declare const unionGameSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.exten
|
|
|
28141
28186
|
badge?: string | undefined;
|
|
28142
28187
|
}>;
|
|
28143
28188
|
comment: z.ZodOptional<z.ZodString>;
|
|
28189
|
+
boosted: z.ZodOptional<z.ZodBoolean>;
|
|
28144
28190
|
}, "strip", z.ZodTypeAny, {
|
|
28145
28191
|
user: {
|
|
28146
28192
|
id: string;
|
|
@@ -28150,6 +28196,7 @@ export declare const unionGameSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.exten
|
|
|
28150
28196
|
badge?: string | undefined;
|
|
28151
28197
|
};
|
|
28152
28198
|
comment?: string | undefined;
|
|
28199
|
+
boosted?: boolean | undefined;
|
|
28153
28200
|
}, {
|
|
28154
28201
|
user: {
|
|
28155
28202
|
id: string;
|
|
@@ -28159,6 +28206,7 @@ export declare const unionGameSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.exten
|
|
|
28159
28206
|
badge?: string | undefined;
|
|
28160
28207
|
};
|
|
28161
28208
|
comment?: string | undefined;
|
|
28209
|
+
boosted?: boolean | undefined;
|
|
28162
28210
|
}>>;
|
|
28163
28211
|
chatEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
28164
28212
|
lastPlay: z.ZodOptional<z.ZodString>;
|
|
@@ -28484,6 +28532,7 @@ export declare const unionGameSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.exten
|
|
|
28484
28532
|
badge?: string | undefined;
|
|
28485
28533
|
};
|
|
28486
28534
|
comment?: string | undefined;
|
|
28535
|
+
boosted?: boolean | undefined;
|
|
28487
28536
|
} | undefined;
|
|
28488
28537
|
chatEnabled?: boolean | undefined;
|
|
28489
28538
|
lastPlay?: string | undefined;
|
|
@@ -28682,6 +28731,7 @@ export declare const unionGameSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.exten
|
|
|
28682
28731
|
badge?: string | undefined;
|
|
28683
28732
|
};
|
|
28684
28733
|
comment?: string | undefined;
|
|
28734
|
+
boosted?: boolean | undefined;
|
|
28685
28735
|
} | undefined;
|
|
28686
28736
|
chatEnabled?: boolean | undefined;
|
|
28687
28737
|
lastPlay?: string | undefined;
|
|
@@ -30866,6 +30916,7 @@ export declare const unionGameSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.exten
|
|
|
30866
30916
|
badge?: string | undefined;
|
|
30867
30917
|
}>;
|
|
30868
30918
|
comment: z.ZodOptional<z.ZodString>;
|
|
30919
|
+
boosted: z.ZodOptional<z.ZodBoolean>;
|
|
30869
30920
|
}, "strip", z.ZodTypeAny, {
|
|
30870
30921
|
user: {
|
|
30871
30922
|
id: string;
|
|
@@ -30875,6 +30926,7 @@ export declare const unionGameSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.exten
|
|
|
30875
30926
|
badge?: string | undefined;
|
|
30876
30927
|
};
|
|
30877
30928
|
comment?: string | undefined;
|
|
30929
|
+
boosted?: boolean | undefined;
|
|
30878
30930
|
}, {
|
|
30879
30931
|
user: {
|
|
30880
30932
|
id: string;
|
|
@@ -30884,6 +30936,7 @@ export declare const unionGameSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.exten
|
|
|
30884
30936
|
badge?: string | undefined;
|
|
30885
30937
|
};
|
|
30886
30938
|
comment?: string | undefined;
|
|
30939
|
+
boosted?: boolean | undefined;
|
|
30887
30940
|
}>>;
|
|
30888
30941
|
chatEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
30889
30942
|
lastPlay: z.ZodOptional<z.ZodString>;
|
|
@@ -31146,6 +31199,7 @@ export declare const unionGameSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.exten
|
|
|
31146
31199
|
badge?: string | undefined;
|
|
31147
31200
|
};
|
|
31148
31201
|
comment?: string | undefined;
|
|
31202
|
+
boosted?: boolean | undefined;
|
|
31149
31203
|
} | undefined;
|
|
31150
31204
|
chatEnabled?: boolean | undefined;
|
|
31151
31205
|
lastPlay?: string | undefined;
|
|
@@ -31361,6 +31415,7 @@ export declare const unionGameSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.exten
|
|
|
31361
31415
|
badge?: string | undefined;
|
|
31362
31416
|
};
|
|
31363
31417
|
comment?: string | undefined;
|
|
31418
|
+
boosted?: boolean | undefined;
|
|
31364
31419
|
} | undefined;
|
|
31365
31420
|
chatEnabled?: boolean | undefined;
|
|
31366
31421
|
lastPlay?: string | undefined;
|
|
@@ -33556,6 +33611,7 @@ export declare const unionGameSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.exten
|
|
|
33556
33611
|
badge?: string | undefined;
|
|
33557
33612
|
}>;
|
|
33558
33613
|
comment: z.ZodOptional<z.ZodString>;
|
|
33614
|
+
boosted: z.ZodOptional<z.ZodBoolean>;
|
|
33559
33615
|
}, "strip", z.ZodTypeAny, {
|
|
33560
33616
|
user: {
|
|
33561
33617
|
id: string;
|
|
@@ -33565,6 +33621,7 @@ export declare const unionGameSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.exten
|
|
|
33565
33621
|
badge?: string | undefined;
|
|
33566
33622
|
};
|
|
33567
33623
|
comment?: string | undefined;
|
|
33624
|
+
boosted?: boolean | undefined;
|
|
33568
33625
|
}, {
|
|
33569
33626
|
user: {
|
|
33570
33627
|
id: string;
|
|
@@ -33574,6 +33631,7 @@ export declare const unionGameSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.exten
|
|
|
33574
33631
|
badge?: string | undefined;
|
|
33575
33632
|
};
|
|
33576
33633
|
comment?: string | undefined;
|
|
33634
|
+
boosted?: boolean | undefined;
|
|
33577
33635
|
}>>;
|
|
33578
33636
|
chatEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
33579
33637
|
lastPlay: z.ZodOptional<z.ZodString>;
|
|
@@ -33827,6 +33885,7 @@ export declare const unionGameSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.exten
|
|
|
33827
33885
|
badge?: string | undefined;
|
|
33828
33886
|
};
|
|
33829
33887
|
comment?: string | undefined;
|
|
33888
|
+
boosted?: boolean | undefined;
|
|
33830
33889
|
} | undefined;
|
|
33831
33890
|
chatEnabled?: boolean | undefined;
|
|
33832
33891
|
lastPlay?: string | undefined;
|
|
@@ -34035,6 +34094,7 @@ export declare const unionGameSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.exten
|
|
|
34035
34094
|
badge?: string | undefined;
|
|
34036
34095
|
};
|
|
34037
34096
|
comment?: string | undefined;
|
|
34097
|
+
boosted?: boolean | undefined;
|
|
34038
34098
|
} | undefined;
|
|
34039
34099
|
chatEnabled?: boolean | undefined;
|
|
34040
34100
|
lastPlay?: string | undefined;
|
|
@@ -36228,6 +36288,7 @@ export declare const unionGameSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.exten
|
|
|
36228
36288
|
badge?: string | undefined;
|
|
36229
36289
|
}>;
|
|
36230
36290
|
comment: z.ZodOptional<z.ZodString>;
|
|
36291
|
+
boosted: z.ZodOptional<z.ZodBoolean>;
|
|
36231
36292
|
}, "strip", z.ZodTypeAny, {
|
|
36232
36293
|
user: {
|
|
36233
36294
|
id: string;
|
|
@@ -36237,6 +36298,7 @@ export declare const unionGameSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.exten
|
|
|
36237
36298
|
badge?: string | undefined;
|
|
36238
36299
|
};
|
|
36239
36300
|
comment?: string | undefined;
|
|
36301
|
+
boosted?: boolean | undefined;
|
|
36240
36302
|
}, {
|
|
36241
36303
|
user: {
|
|
36242
36304
|
id: string;
|
|
@@ -36246,6 +36308,7 @@ export declare const unionGameSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.exten
|
|
|
36246
36308
|
badge?: string | undefined;
|
|
36247
36309
|
};
|
|
36248
36310
|
comment?: string | undefined;
|
|
36311
|
+
boosted?: boolean | undefined;
|
|
36249
36312
|
}>>;
|
|
36250
36313
|
chatEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
36251
36314
|
lastPlay: z.ZodOptional<z.ZodString>;
|
|
@@ -36442,6 +36505,7 @@ export declare const unionGameSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.exten
|
|
|
36442
36505
|
badge?: string | undefined;
|
|
36443
36506
|
};
|
|
36444
36507
|
comment?: string | undefined;
|
|
36508
|
+
boosted?: boolean | undefined;
|
|
36445
36509
|
} | undefined;
|
|
36446
36510
|
chatEnabled?: boolean | undefined;
|
|
36447
36511
|
lastPlay?: string | undefined;
|
|
@@ -36630,6 +36694,7 @@ export declare const unionGameSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.exten
|
|
|
36630
36694
|
badge?: string | undefined;
|
|
36631
36695
|
};
|
|
36632
36696
|
comment?: string | undefined;
|
|
36697
|
+
boosted?: boolean | undefined;
|
|
36633
36698
|
} | undefined;
|
|
36634
36699
|
chatEnabled?: boolean | undefined;
|
|
36635
36700
|
lastPlay?: string | undefined;
|
|
@@ -38864,6 +38929,7 @@ export declare const creatorPickSchema: z.ZodObject<{
|
|
|
38864
38929
|
badge?: string | undefined;
|
|
38865
38930
|
}>;
|
|
38866
38931
|
comment: z.ZodOptional<z.ZodString>;
|
|
38932
|
+
boosted: z.ZodOptional<z.ZodBoolean>;
|
|
38867
38933
|
}, "strip", z.ZodTypeAny, {
|
|
38868
38934
|
user: {
|
|
38869
38935
|
id: string;
|
|
@@ -38873,6 +38939,7 @@ export declare const creatorPickSchema: z.ZodObject<{
|
|
|
38873
38939
|
badge?: string | undefined;
|
|
38874
38940
|
};
|
|
38875
38941
|
comment?: string | undefined;
|
|
38942
|
+
boosted?: boolean | undefined;
|
|
38876
38943
|
}, {
|
|
38877
38944
|
user: {
|
|
38878
38945
|
id: string;
|
|
@@ -38882,6 +38949,7 @@ export declare const creatorPickSchema: z.ZodObject<{
|
|
|
38882
38949
|
badge?: string | undefined;
|
|
38883
38950
|
};
|
|
38884
38951
|
comment?: string | undefined;
|
|
38952
|
+
boosted?: boolean | undefined;
|
|
38885
38953
|
}>>;
|
|
38886
38954
|
chatEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
38887
38955
|
lastPlay: z.ZodOptional<z.ZodString>;
|
|
@@ -39097,6 +39165,7 @@ export declare const creatorPickSchema: z.ZodObject<{
|
|
|
39097
39165
|
badge?: string | undefined;
|
|
39098
39166
|
};
|
|
39099
39167
|
comment?: string | undefined;
|
|
39168
|
+
boosted?: boolean | undefined;
|
|
39100
39169
|
} | undefined;
|
|
39101
39170
|
chatEnabled?: boolean | undefined;
|
|
39102
39171
|
lastPlay?: string | undefined;
|
|
@@ -39292,6 +39361,7 @@ export declare const creatorPickSchema: z.ZodObject<{
|
|
|
39292
39361
|
badge?: string | undefined;
|
|
39293
39362
|
};
|
|
39294
39363
|
comment?: string | undefined;
|
|
39364
|
+
boosted?: boolean | undefined;
|
|
39295
39365
|
} | undefined;
|
|
39296
39366
|
chatEnabled?: boolean | undefined;
|
|
39297
39367
|
lastPlay?: string | undefined;
|
|
@@ -41477,6 +41547,7 @@ export declare const creatorPickSchema: z.ZodObject<{
|
|
|
41477
41547
|
badge?: string | undefined;
|
|
41478
41548
|
}>;
|
|
41479
41549
|
comment: z.ZodOptional<z.ZodString>;
|
|
41550
|
+
boosted: z.ZodOptional<z.ZodBoolean>;
|
|
41480
41551
|
}, "strip", z.ZodTypeAny, {
|
|
41481
41552
|
user: {
|
|
41482
41553
|
id: string;
|
|
@@ -41486,6 +41557,7 @@ export declare const creatorPickSchema: z.ZodObject<{
|
|
|
41486
41557
|
badge?: string | undefined;
|
|
41487
41558
|
};
|
|
41488
41559
|
comment?: string | undefined;
|
|
41560
|
+
boosted?: boolean | undefined;
|
|
41489
41561
|
}, {
|
|
41490
41562
|
user: {
|
|
41491
41563
|
id: string;
|
|
@@ -41495,6 +41567,7 @@ export declare const creatorPickSchema: z.ZodObject<{
|
|
|
41495
41567
|
badge?: string | undefined;
|
|
41496
41568
|
};
|
|
41497
41569
|
comment?: string | undefined;
|
|
41570
|
+
boosted?: boolean | undefined;
|
|
41498
41571
|
}>>;
|
|
41499
41572
|
chatEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
41500
41573
|
lastPlay: z.ZodOptional<z.ZodString>;
|
|
@@ -41720,6 +41793,7 @@ export declare const creatorPickSchema: z.ZodObject<{
|
|
|
41720
41793
|
badge?: string | undefined;
|
|
41721
41794
|
};
|
|
41722
41795
|
comment?: string | undefined;
|
|
41796
|
+
boosted?: boolean | undefined;
|
|
41723
41797
|
} | undefined;
|
|
41724
41798
|
chatEnabled?: boolean | undefined;
|
|
41725
41799
|
lastPlay?: string | undefined;
|
|
@@ -41922,6 +41996,7 @@ export declare const creatorPickSchema: z.ZodObject<{
|
|
|
41922
41996
|
badge?: string | undefined;
|
|
41923
41997
|
};
|
|
41924
41998
|
comment?: string | undefined;
|
|
41999
|
+
boosted?: boolean | undefined;
|
|
41925
42000
|
} | undefined;
|
|
41926
42001
|
chatEnabled?: boolean | undefined;
|
|
41927
42002
|
lastPlay?: string | undefined;
|
|
@@ -44111,6 +44186,7 @@ export declare const creatorPickSchema: z.ZodObject<{
|
|
|
44111
44186
|
badge?: string | undefined;
|
|
44112
44187
|
}>;
|
|
44113
44188
|
comment: z.ZodOptional<z.ZodString>;
|
|
44189
|
+
boosted: z.ZodOptional<z.ZodBoolean>;
|
|
44114
44190
|
}, "strip", z.ZodTypeAny, {
|
|
44115
44191
|
user: {
|
|
44116
44192
|
id: string;
|
|
@@ -44120,6 +44196,7 @@ export declare const creatorPickSchema: z.ZodObject<{
|
|
|
44120
44196
|
badge?: string | undefined;
|
|
44121
44197
|
};
|
|
44122
44198
|
comment?: string | undefined;
|
|
44199
|
+
boosted?: boolean | undefined;
|
|
44123
44200
|
}, {
|
|
44124
44201
|
user: {
|
|
44125
44202
|
id: string;
|
|
@@ -44129,6 +44206,7 @@ export declare const creatorPickSchema: z.ZodObject<{
|
|
|
44129
44206
|
badge?: string | undefined;
|
|
44130
44207
|
};
|
|
44131
44208
|
comment?: string | undefined;
|
|
44209
|
+
boosted?: boolean | undefined;
|
|
44132
44210
|
}>>;
|
|
44133
44211
|
chatEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
44134
44212
|
lastPlay: z.ZodOptional<z.ZodString>;
|
|
@@ -44454,6 +44532,7 @@ export declare const creatorPickSchema: z.ZodObject<{
|
|
|
44454
44532
|
badge?: string | undefined;
|
|
44455
44533
|
};
|
|
44456
44534
|
comment?: string | undefined;
|
|
44535
|
+
boosted?: boolean | undefined;
|
|
44457
44536
|
} | undefined;
|
|
44458
44537
|
chatEnabled?: boolean | undefined;
|
|
44459
44538
|
lastPlay?: string | undefined;
|
|
@@ -44652,6 +44731,7 @@ export declare const creatorPickSchema: z.ZodObject<{
|
|
|
44652
44731
|
badge?: string | undefined;
|
|
44653
44732
|
};
|
|
44654
44733
|
comment?: string | undefined;
|
|
44734
|
+
boosted?: boolean | undefined;
|
|
44655
44735
|
} | undefined;
|
|
44656
44736
|
chatEnabled?: boolean | undefined;
|
|
44657
44737
|
lastPlay?: string | undefined;
|
|
@@ -46836,6 +46916,7 @@ export declare const creatorPickSchema: z.ZodObject<{
|
|
|
46836
46916
|
badge?: string | undefined;
|
|
46837
46917
|
}>;
|
|
46838
46918
|
comment: z.ZodOptional<z.ZodString>;
|
|
46919
|
+
boosted: z.ZodOptional<z.ZodBoolean>;
|
|
46839
46920
|
}, "strip", z.ZodTypeAny, {
|
|
46840
46921
|
user: {
|
|
46841
46922
|
id: string;
|
|
@@ -46845,6 +46926,7 @@ export declare const creatorPickSchema: z.ZodObject<{
|
|
|
46845
46926
|
badge?: string | undefined;
|
|
46846
46927
|
};
|
|
46847
46928
|
comment?: string | undefined;
|
|
46929
|
+
boosted?: boolean | undefined;
|
|
46848
46930
|
}, {
|
|
46849
46931
|
user: {
|
|
46850
46932
|
id: string;
|
|
@@ -46854,6 +46936,7 @@ export declare const creatorPickSchema: z.ZodObject<{
|
|
|
46854
46936
|
badge?: string | undefined;
|
|
46855
46937
|
};
|
|
46856
46938
|
comment?: string | undefined;
|
|
46939
|
+
boosted?: boolean | undefined;
|
|
46857
46940
|
}>>;
|
|
46858
46941
|
chatEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
46859
46942
|
lastPlay: z.ZodOptional<z.ZodString>;
|
|
@@ -47116,6 +47199,7 @@ export declare const creatorPickSchema: z.ZodObject<{
|
|
|
47116
47199
|
badge?: string | undefined;
|
|
47117
47200
|
};
|
|
47118
47201
|
comment?: string | undefined;
|
|
47202
|
+
boosted?: boolean | undefined;
|
|
47119
47203
|
} | undefined;
|
|
47120
47204
|
chatEnabled?: boolean | undefined;
|
|
47121
47205
|
lastPlay?: string | undefined;
|
|
@@ -47331,6 +47415,7 @@ export declare const creatorPickSchema: z.ZodObject<{
|
|
|
47331
47415
|
badge?: string | undefined;
|
|
47332
47416
|
};
|
|
47333
47417
|
comment?: string | undefined;
|
|
47418
|
+
boosted?: boolean | undefined;
|
|
47334
47419
|
} | undefined;
|
|
47335
47420
|
chatEnabled?: boolean | undefined;
|
|
47336
47421
|
lastPlay?: string | undefined;
|
|
@@ -49526,6 +49611,7 @@ export declare const creatorPickSchema: z.ZodObject<{
|
|
|
49526
49611
|
badge?: string | undefined;
|
|
49527
49612
|
}>;
|
|
49528
49613
|
comment: z.ZodOptional<z.ZodString>;
|
|
49614
|
+
boosted: z.ZodOptional<z.ZodBoolean>;
|
|
49529
49615
|
}, "strip", z.ZodTypeAny, {
|
|
49530
49616
|
user: {
|
|
49531
49617
|
id: string;
|
|
@@ -49535,6 +49621,7 @@ export declare const creatorPickSchema: z.ZodObject<{
|
|
|
49535
49621
|
badge?: string | undefined;
|
|
49536
49622
|
};
|
|
49537
49623
|
comment?: string | undefined;
|
|
49624
|
+
boosted?: boolean | undefined;
|
|
49538
49625
|
}, {
|
|
49539
49626
|
user: {
|
|
49540
49627
|
id: string;
|
|
@@ -49544,6 +49631,7 @@ export declare const creatorPickSchema: z.ZodObject<{
|
|
|
49544
49631
|
badge?: string | undefined;
|
|
49545
49632
|
};
|
|
49546
49633
|
comment?: string | undefined;
|
|
49634
|
+
boosted?: boolean | undefined;
|
|
49547
49635
|
}>>;
|
|
49548
49636
|
chatEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
49549
49637
|
lastPlay: z.ZodOptional<z.ZodString>;
|
|
@@ -49797,6 +49885,7 @@ export declare const creatorPickSchema: z.ZodObject<{
|
|
|
49797
49885
|
badge?: string | undefined;
|
|
49798
49886
|
};
|
|
49799
49887
|
comment?: string | undefined;
|
|
49888
|
+
boosted?: boolean | undefined;
|
|
49800
49889
|
} | undefined;
|
|
49801
49890
|
chatEnabled?: boolean | undefined;
|
|
49802
49891
|
lastPlay?: string | undefined;
|
|
@@ -50005,6 +50094,7 @@ export declare const creatorPickSchema: z.ZodObject<{
|
|
|
50005
50094
|
badge?: string | undefined;
|
|
50006
50095
|
};
|
|
50007
50096
|
comment?: string | undefined;
|
|
50097
|
+
boosted?: boolean | undefined;
|
|
50008
50098
|
} | undefined;
|
|
50009
50099
|
chatEnabled?: boolean | undefined;
|
|
50010
50100
|
lastPlay?: string | undefined;
|
|
@@ -52198,6 +52288,7 @@ export declare const creatorPickSchema: z.ZodObject<{
|
|
|
52198
52288
|
badge?: string | undefined;
|
|
52199
52289
|
}>;
|
|
52200
52290
|
comment: z.ZodOptional<z.ZodString>;
|
|
52291
|
+
boosted: z.ZodOptional<z.ZodBoolean>;
|
|
52201
52292
|
}, "strip", z.ZodTypeAny, {
|
|
52202
52293
|
user: {
|
|
52203
52294
|
id: string;
|
|
@@ -52207,6 +52298,7 @@ export declare const creatorPickSchema: z.ZodObject<{
|
|
|
52207
52298
|
badge?: string | undefined;
|
|
52208
52299
|
};
|
|
52209
52300
|
comment?: string | undefined;
|
|
52301
|
+
boosted?: boolean | undefined;
|
|
52210
52302
|
}, {
|
|
52211
52303
|
user: {
|
|
52212
52304
|
id: string;
|
|
@@ -52216,6 +52308,7 @@ export declare const creatorPickSchema: z.ZodObject<{
|
|
|
52216
52308
|
badge?: string | undefined;
|
|
52217
52309
|
};
|
|
52218
52310
|
comment?: string | undefined;
|
|
52311
|
+
boosted?: boolean | undefined;
|
|
52219
52312
|
}>>;
|
|
52220
52313
|
chatEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
52221
52314
|
lastPlay: z.ZodOptional<z.ZodString>;
|
|
@@ -52412,6 +52505,7 @@ export declare const creatorPickSchema: z.ZodObject<{
|
|
|
52412
52505
|
badge?: string | undefined;
|
|
52413
52506
|
};
|
|
52414
52507
|
comment?: string | undefined;
|
|
52508
|
+
boosted?: boolean | undefined;
|
|
52415
52509
|
} | undefined;
|
|
52416
52510
|
chatEnabled?: boolean | undefined;
|
|
52417
52511
|
lastPlay?: string | undefined;
|
|
@@ -52600,6 +52694,7 @@ export declare const creatorPickSchema: z.ZodObject<{
|
|
|
52600
52694
|
badge?: string | undefined;
|
|
52601
52695
|
};
|
|
52602
52696
|
comment?: string | undefined;
|
|
52697
|
+
boosted?: boolean | undefined;
|
|
52603
52698
|
} | undefined;
|
|
52604
52699
|
chatEnabled?: boolean | undefined;
|
|
52605
52700
|
lastPlay?: string | undefined;
|
|
@@ -53710,6 +53805,7 @@ export declare const creatorPickSchema: z.ZodObject<{
|
|
|
53710
53805
|
}>;
|
|
53711
53806
|
comment: z.ZodOptional<z.ZodString>;
|
|
53712
53807
|
createdAt: z.ZodOptional<z.ZodNumber>;
|
|
53808
|
+
boosted: z.ZodOptional<z.ZodBoolean>;
|
|
53713
53809
|
}, "strip", z.ZodTypeAny, {
|
|
53714
53810
|
user: {
|
|
53715
53811
|
id: string;
|
|
@@ -53902,6 +53998,7 @@ export declare const creatorPickSchema: z.ZodObject<{
|
|
|
53902
53998
|
badge?: string | undefined;
|
|
53903
53999
|
};
|
|
53904
54000
|
comment?: string | undefined;
|
|
54001
|
+
boosted?: boolean | undefined;
|
|
53905
54002
|
} | undefined;
|
|
53906
54003
|
chatEnabled?: boolean | undefined;
|
|
53907
54004
|
lastPlay?: string | undefined;
|
|
@@ -54100,6 +54197,7 @@ export declare const creatorPickSchema: z.ZodObject<{
|
|
|
54100
54197
|
badge?: string | undefined;
|
|
54101
54198
|
};
|
|
54102
54199
|
comment?: string | undefined;
|
|
54200
|
+
boosted?: boolean | undefined;
|
|
54103
54201
|
} | undefined;
|
|
54104
54202
|
chatEnabled?: boolean | undefined;
|
|
54105
54203
|
lastPlay?: string | undefined;
|
|
@@ -54303,6 +54401,7 @@ export declare const creatorPickSchema: z.ZodObject<{
|
|
|
54303
54401
|
badge?: string | undefined;
|
|
54304
54402
|
};
|
|
54305
54403
|
comment?: string | undefined;
|
|
54404
|
+
boosted?: boolean | undefined;
|
|
54306
54405
|
} | undefined;
|
|
54307
54406
|
chatEnabled?: boolean | undefined;
|
|
54308
54407
|
lastPlay?: string | undefined;
|
|
@@ -54507,6 +54606,7 @@ export declare const creatorPickSchema: z.ZodObject<{
|
|
|
54507
54606
|
badge?: string | undefined;
|
|
54508
54607
|
};
|
|
54509
54608
|
comment?: string | undefined;
|
|
54609
|
+
boosted?: boolean | undefined;
|
|
54510
54610
|
} | undefined;
|
|
54511
54611
|
chatEnabled?: boolean | undefined;
|
|
54512
54612
|
lastPlay?: string | undefined;
|
|
@@ -54717,6 +54817,7 @@ export declare const creatorPickSchema: z.ZodObject<{
|
|
|
54717
54817
|
badge?: string | undefined;
|
|
54718
54818
|
};
|
|
54719
54819
|
comment?: string | undefined;
|
|
54820
|
+
boosted?: boolean | undefined;
|
|
54720
54821
|
} | undefined;
|
|
54721
54822
|
chatEnabled?: boolean | undefined;
|
|
54722
54823
|
lastPlay?: string | undefined;
|
|
@@ -54915,6 +55016,7 @@ export declare const creatorPickSchema: z.ZodObject<{
|
|
|
54915
55016
|
badge?: string | undefined;
|
|
54916
55017
|
};
|
|
54917
55018
|
comment?: string | undefined;
|
|
55019
|
+
boosted?: boolean | undefined;
|
|
54918
55020
|
} | undefined;
|
|
54919
55021
|
chatEnabled?: boolean | undefined;
|
|
54920
55022
|
lastPlay?: string | undefined;
|
|
@@ -54927,6 +55029,7 @@ export declare const creatorPickSchema: z.ZodObject<{
|
|
|
54927
55029
|
};
|
|
54928
55030
|
createdAt?: number | undefined;
|
|
54929
55031
|
comment?: string | undefined;
|
|
55032
|
+
boosted?: boolean | undefined;
|
|
54930
55033
|
}, {
|
|
54931
55034
|
user: {
|
|
54932
55035
|
id: string;
|
|
@@ -55119,6 +55222,7 @@ export declare const creatorPickSchema: z.ZodObject<{
|
|
|
55119
55222
|
badge?: string | undefined;
|
|
55120
55223
|
};
|
|
55121
55224
|
comment?: string | undefined;
|
|
55225
|
+
boosted?: boolean | undefined;
|
|
55122
55226
|
} | undefined;
|
|
55123
55227
|
chatEnabled?: boolean | undefined;
|
|
55124
55228
|
lastPlay?: string | undefined;
|
|
@@ -55317,6 +55421,7 @@ export declare const creatorPickSchema: z.ZodObject<{
|
|
|
55317
55421
|
badge?: string | undefined;
|
|
55318
55422
|
};
|
|
55319
55423
|
comment?: string | undefined;
|
|
55424
|
+
boosted?: boolean | undefined;
|
|
55320
55425
|
} | undefined;
|
|
55321
55426
|
chatEnabled?: boolean | undefined;
|
|
55322
55427
|
lastPlay?: string | undefined;
|
|
@@ -55520,6 +55625,7 @@ export declare const creatorPickSchema: z.ZodObject<{
|
|
|
55520
55625
|
badge?: string | undefined;
|
|
55521
55626
|
};
|
|
55522
55627
|
comment?: string | undefined;
|
|
55628
|
+
boosted?: boolean | undefined;
|
|
55523
55629
|
} | undefined;
|
|
55524
55630
|
chatEnabled?: boolean | undefined;
|
|
55525
55631
|
lastPlay?: string | undefined;
|
|
@@ -55724,6 +55830,7 @@ export declare const creatorPickSchema: z.ZodObject<{
|
|
|
55724
55830
|
badge?: string | undefined;
|
|
55725
55831
|
};
|
|
55726
55832
|
comment?: string | undefined;
|
|
55833
|
+
boosted?: boolean | undefined;
|
|
55727
55834
|
} | undefined;
|
|
55728
55835
|
chatEnabled?: boolean | undefined;
|
|
55729
55836
|
lastPlay?: string | undefined;
|
|
@@ -55934,6 +56041,7 @@ export declare const creatorPickSchema: z.ZodObject<{
|
|
|
55934
56041
|
badge?: string | undefined;
|
|
55935
56042
|
};
|
|
55936
56043
|
comment?: string | undefined;
|
|
56044
|
+
boosted?: boolean | undefined;
|
|
55937
56045
|
} | undefined;
|
|
55938
56046
|
chatEnabled?: boolean | undefined;
|
|
55939
56047
|
lastPlay?: string | undefined;
|
|
@@ -56132,6 +56240,7 @@ export declare const creatorPickSchema: z.ZodObject<{
|
|
|
56132
56240
|
badge?: string | undefined;
|
|
56133
56241
|
};
|
|
56134
56242
|
comment?: string | undefined;
|
|
56243
|
+
boosted?: boolean | undefined;
|
|
56135
56244
|
} | undefined;
|
|
56136
56245
|
chatEnabled?: boolean | undefined;
|
|
56137
56246
|
lastPlay?: string | undefined;
|
|
@@ -56144,6 +56253,7 @@ export declare const creatorPickSchema: z.ZodObject<{
|
|
|
56144
56253
|
};
|
|
56145
56254
|
createdAt?: number | undefined;
|
|
56146
56255
|
comment?: string | undefined;
|
|
56256
|
+
boosted?: boolean | undefined;
|
|
56147
56257
|
}>;
|
|
56148
56258
|
export declare const overviewSchema: z.ZodObject<{
|
|
56149
56259
|
games: z.ZodNumber;
|