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.
@@ -4871,6 +4871,7 @@ export declare const playerWithVotesAndGameSchema: z.ZodObject<{
4871
4871
  badge?: string | undefined;
4872
4872
  }>;
4873
4873
  comment: z.ZodOptional<z.ZodString>;
4874
+ boosted: z.ZodOptional<z.ZodBoolean>;
4874
4875
  }, "strip", z.ZodTypeAny, {
4875
4876
  user: {
4876
4877
  id: string;
@@ -4880,6 +4881,7 @@ export declare const playerWithVotesAndGameSchema: z.ZodObject<{
4880
4881
  badge?: string | undefined;
4881
4882
  };
4882
4883
  comment?: string | undefined;
4884
+ boosted?: boolean | undefined;
4883
4885
  }, {
4884
4886
  user: {
4885
4887
  id: string;
@@ -4889,6 +4891,7 @@ export declare const playerWithVotesAndGameSchema: z.ZodObject<{
4889
4891
  badge?: string | undefined;
4890
4892
  };
4891
4893
  comment?: string | undefined;
4894
+ boosted?: boolean | undefined;
4892
4895
  }>>;
4893
4896
  chatEnabled: z.ZodOptional<z.ZodBoolean>;
4894
4897
  lastPlay: z.ZodOptional<z.ZodString>;
@@ -5104,6 +5107,7 @@ export declare const playerWithVotesAndGameSchema: z.ZodObject<{
5104
5107
  badge?: string | undefined;
5105
5108
  };
5106
5109
  comment?: string | undefined;
5110
+ boosted?: boolean | undefined;
5107
5111
  } | undefined;
5108
5112
  chatEnabled?: boolean | undefined;
5109
5113
  lastPlay?: string | undefined;
@@ -5299,6 +5303,7 @@ export declare const playerWithVotesAndGameSchema: z.ZodObject<{
5299
5303
  badge?: string | undefined;
5300
5304
  };
5301
5305
  comment?: string | undefined;
5306
+ boosted?: boolean | undefined;
5302
5307
  } | undefined;
5303
5308
  chatEnabled?: boolean | undefined;
5304
5309
  lastPlay?: string | undefined;
@@ -7484,6 +7489,7 @@ export declare const playerWithVotesAndGameSchema: z.ZodObject<{
7484
7489
  badge?: string | undefined;
7485
7490
  }>;
7486
7491
  comment: z.ZodOptional<z.ZodString>;
7492
+ boosted: z.ZodOptional<z.ZodBoolean>;
7487
7493
  }, "strip", z.ZodTypeAny, {
7488
7494
  user: {
7489
7495
  id: string;
@@ -7493,6 +7499,7 @@ export declare const playerWithVotesAndGameSchema: z.ZodObject<{
7493
7499
  badge?: string | undefined;
7494
7500
  };
7495
7501
  comment?: string | undefined;
7502
+ boosted?: boolean | undefined;
7496
7503
  }, {
7497
7504
  user: {
7498
7505
  id: string;
@@ -7502,6 +7509,7 @@ export declare const playerWithVotesAndGameSchema: z.ZodObject<{
7502
7509
  badge?: string | undefined;
7503
7510
  };
7504
7511
  comment?: string | undefined;
7512
+ boosted?: boolean | undefined;
7505
7513
  }>>;
7506
7514
  chatEnabled: z.ZodOptional<z.ZodBoolean>;
7507
7515
  lastPlay: z.ZodOptional<z.ZodString>;
@@ -7727,6 +7735,7 @@ export declare const playerWithVotesAndGameSchema: z.ZodObject<{
7727
7735
  badge?: string | undefined;
7728
7736
  };
7729
7737
  comment?: string | undefined;
7738
+ boosted?: boolean | undefined;
7730
7739
  } | undefined;
7731
7740
  chatEnabled?: boolean | undefined;
7732
7741
  lastPlay?: string | undefined;
@@ -7929,6 +7938,7 @@ export declare const playerWithVotesAndGameSchema: z.ZodObject<{
7929
7938
  badge?: string | undefined;
7930
7939
  };
7931
7940
  comment?: string | undefined;
7941
+ boosted?: boolean | undefined;
7932
7942
  } | undefined;
7933
7943
  chatEnabled?: boolean | undefined;
7934
7944
  lastPlay?: string | undefined;
@@ -10118,6 +10128,7 @@ export declare const playerWithVotesAndGameSchema: z.ZodObject<{
10118
10128
  badge?: string | undefined;
10119
10129
  }>;
10120
10130
  comment: z.ZodOptional<z.ZodString>;
10131
+ boosted: z.ZodOptional<z.ZodBoolean>;
10121
10132
  }, "strip", z.ZodTypeAny, {
10122
10133
  user: {
10123
10134
  id: string;
@@ -10127,6 +10138,7 @@ export declare const playerWithVotesAndGameSchema: z.ZodObject<{
10127
10138
  badge?: string | undefined;
10128
10139
  };
10129
10140
  comment?: string | undefined;
10141
+ boosted?: boolean | undefined;
10130
10142
  }, {
10131
10143
  user: {
10132
10144
  id: string;
@@ -10136,6 +10148,7 @@ export declare const playerWithVotesAndGameSchema: z.ZodObject<{
10136
10148
  badge?: string | undefined;
10137
10149
  };
10138
10150
  comment?: string | undefined;
10151
+ boosted?: boolean | undefined;
10139
10152
  }>>;
10140
10153
  chatEnabled: z.ZodOptional<z.ZodBoolean>;
10141
10154
  lastPlay: z.ZodOptional<z.ZodString>;
@@ -10461,6 +10474,7 @@ export declare const playerWithVotesAndGameSchema: z.ZodObject<{
10461
10474
  badge?: string | undefined;
10462
10475
  };
10463
10476
  comment?: string | undefined;
10477
+ boosted?: boolean | undefined;
10464
10478
  } | undefined;
10465
10479
  chatEnabled?: boolean | undefined;
10466
10480
  lastPlay?: string | undefined;
@@ -10659,6 +10673,7 @@ export declare const playerWithVotesAndGameSchema: z.ZodObject<{
10659
10673
  badge?: string | undefined;
10660
10674
  };
10661
10675
  comment?: string | undefined;
10676
+ boosted?: boolean | undefined;
10662
10677
  } | undefined;
10663
10678
  chatEnabled?: boolean | undefined;
10664
10679
  lastPlay?: string | undefined;
@@ -12843,6 +12858,7 @@ export declare const playerWithVotesAndGameSchema: z.ZodObject<{
12843
12858
  badge?: string | undefined;
12844
12859
  }>;
12845
12860
  comment: z.ZodOptional<z.ZodString>;
12861
+ boosted: z.ZodOptional<z.ZodBoolean>;
12846
12862
  }, "strip", z.ZodTypeAny, {
12847
12863
  user: {
12848
12864
  id: string;
@@ -12852,6 +12868,7 @@ export declare const playerWithVotesAndGameSchema: z.ZodObject<{
12852
12868
  badge?: string | undefined;
12853
12869
  };
12854
12870
  comment?: string | undefined;
12871
+ boosted?: boolean | undefined;
12855
12872
  }, {
12856
12873
  user: {
12857
12874
  id: string;
@@ -12861,6 +12878,7 @@ export declare const playerWithVotesAndGameSchema: z.ZodObject<{
12861
12878
  badge?: string | undefined;
12862
12879
  };
12863
12880
  comment?: string | undefined;
12881
+ boosted?: boolean | undefined;
12864
12882
  }>>;
12865
12883
  chatEnabled: z.ZodOptional<z.ZodBoolean>;
12866
12884
  lastPlay: z.ZodOptional<z.ZodString>;
@@ -13123,6 +13141,7 @@ export declare const playerWithVotesAndGameSchema: z.ZodObject<{
13123
13141
  badge?: string | undefined;
13124
13142
  };
13125
13143
  comment?: string | undefined;
13144
+ boosted?: boolean | undefined;
13126
13145
  } | undefined;
13127
13146
  chatEnabled?: boolean | undefined;
13128
13147
  lastPlay?: string | undefined;
@@ -13338,6 +13357,7 @@ export declare const playerWithVotesAndGameSchema: z.ZodObject<{
13338
13357
  badge?: string | undefined;
13339
13358
  };
13340
13359
  comment?: string | undefined;
13360
+ boosted?: boolean | undefined;
13341
13361
  } | undefined;
13342
13362
  chatEnabled?: boolean | undefined;
13343
13363
  lastPlay?: string | undefined;
@@ -15533,6 +15553,7 @@ export declare const playerWithVotesAndGameSchema: z.ZodObject<{
15533
15553
  badge?: string | undefined;
15534
15554
  }>;
15535
15555
  comment: z.ZodOptional<z.ZodString>;
15556
+ boosted: z.ZodOptional<z.ZodBoolean>;
15536
15557
  }, "strip", z.ZodTypeAny, {
15537
15558
  user: {
15538
15559
  id: string;
@@ -15542,6 +15563,7 @@ export declare const playerWithVotesAndGameSchema: z.ZodObject<{
15542
15563
  badge?: string | undefined;
15543
15564
  };
15544
15565
  comment?: string | undefined;
15566
+ boosted?: boolean | undefined;
15545
15567
  }, {
15546
15568
  user: {
15547
15569
  id: string;
@@ -15551,6 +15573,7 @@ export declare const playerWithVotesAndGameSchema: z.ZodObject<{
15551
15573
  badge?: string | undefined;
15552
15574
  };
15553
15575
  comment?: string | undefined;
15576
+ boosted?: boolean | undefined;
15554
15577
  }>>;
15555
15578
  chatEnabled: z.ZodOptional<z.ZodBoolean>;
15556
15579
  lastPlay: z.ZodOptional<z.ZodString>;
@@ -15804,6 +15827,7 @@ export declare const playerWithVotesAndGameSchema: z.ZodObject<{
15804
15827
  badge?: string | undefined;
15805
15828
  };
15806
15829
  comment?: string | undefined;
15830
+ boosted?: boolean | undefined;
15807
15831
  } | undefined;
15808
15832
  chatEnabled?: boolean | undefined;
15809
15833
  lastPlay?: string | undefined;
@@ -16012,6 +16036,7 @@ export declare const playerWithVotesAndGameSchema: z.ZodObject<{
16012
16036
  badge?: string | undefined;
16013
16037
  };
16014
16038
  comment?: string | undefined;
16039
+ boosted?: boolean | undefined;
16015
16040
  } | undefined;
16016
16041
  chatEnabled?: boolean | undefined;
16017
16042
  lastPlay?: string | undefined;
@@ -18205,6 +18230,7 @@ export declare const playerWithVotesAndGameSchema: z.ZodObject<{
18205
18230
  badge?: string | undefined;
18206
18231
  }>;
18207
18232
  comment: z.ZodOptional<z.ZodString>;
18233
+ boosted: z.ZodOptional<z.ZodBoolean>;
18208
18234
  }, "strip", z.ZodTypeAny, {
18209
18235
  user: {
18210
18236
  id: string;
@@ -18214,6 +18240,7 @@ export declare const playerWithVotesAndGameSchema: z.ZodObject<{
18214
18240
  badge?: string | undefined;
18215
18241
  };
18216
18242
  comment?: string | undefined;
18243
+ boosted?: boolean | undefined;
18217
18244
  }, {
18218
18245
  user: {
18219
18246
  id: string;
@@ -18223,6 +18250,7 @@ export declare const playerWithVotesAndGameSchema: z.ZodObject<{
18223
18250
  badge?: string | undefined;
18224
18251
  };
18225
18252
  comment?: string | undefined;
18253
+ boosted?: boolean | undefined;
18226
18254
  }>>;
18227
18255
  chatEnabled: z.ZodOptional<z.ZodBoolean>;
18228
18256
  lastPlay: z.ZodOptional<z.ZodString>;
@@ -18419,6 +18447,7 @@ export declare const playerWithVotesAndGameSchema: z.ZodObject<{
18419
18447
  badge?: string | undefined;
18420
18448
  };
18421
18449
  comment?: string | undefined;
18450
+ boosted?: boolean | undefined;
18422
18451
  } | undefined;
18423
18452
  chatEnabled?: boolean | undefined;
18424
18453
  lastPlay?: string | undefined;
@@ -18607,6 +18636,7 @@ export declare const playerWithVotesAndGameSchema: z.ZodObject<{
18607
18636
  badge?: string | undefined;
18608
18637
  };
18609
18638
  comment?: string | undefined;
18639
+ boosted?: boolean | undefined;
18610
18640
  } | undefined;
18611
18641
  chatEnabled?: boolean | undefined;
18612
18642
  lastPlay?: string | undefined;
@@ -18814,6 +18844,7 @@ export declare const playerWithVotesAndGameSchema: z.ZodObject<{
18814
18844
  badge?: string | undefined;
18815
18845
  };
18816
18846
  comment?: string | undefined;
18847
+ boosted?: boolean | undefined;
18817
18848
  } | undefined;
18818
18849
  chatEnabled?: boolean | undefined;
18819
18850
  lastPlay?: string | undefined;
@@ -19012,6 +19043,7 @@ export declare const playerWithVotesAndGameSchema: z.ZodObject<{
19012
19043
  badge?: string | undefined;
19013
19044
  };
19014
19045
  comment?: string | undefined;
19046
+ boosted?: boolean | undefined;
19015
19047
  } | undefined;
19016
19048
  chatEnabled?: boolean | undefined;
19017
19049
  lastPlay?: string | undefined;
@@ -19215,6 +19247,7 @@ export declare const playerWithVotesAndGameSchema: z.ZodObject<{
19215
19247
  badge?: string | undefined;
19216
19248
  };
19217
19249
  comment?: string | undefined;
19250
+ boosted?: boolean | undefined;
19218
19251
  } | undefined;
19219
19252
  chatEnabled?: boolean | undefined;
19220
19253
  lastPlay?: string | undefined;
@@ -19419,6 +19452,7 @@ export declare const playerWithVotesAndGameSchema: z.ZodObject<{
19419
19452
  badge?: string | undefined;
19420
19453
  };
19421
19454
  comment?: string | undefined;
19455
+ boosted?: boolean | undefined;
19422
19456
  } | undefined;
19423
19457
  chatEnabled?: boolean | undefined;
19424
19458
  lastPlay?: string | undefined;
@@ -19629,6 +19663,7 @@ export declare const playerWithVotesAndGameSchema: z.ZodObject<{
19629
19663
  badge?: string | undefined;
19630
19664
  };
19631
19665
  comment?: string | undefined;
19666
+ boosted?: boolean | undefined;
19632
19667
  } | undefined;
19633
19668
  chatEnabled?: boolean | undefined;
19634
19669
  lastPlay?: string | undefined;
@@ -19827,6 +19862,7 @@ export declare const playerWithVotesAndGameSchema: z.ZodObject<{
19827
19862
  badge?: string | undefined;
19828
19863
  };
19829
19864
  comment?: string | undefined;
19865
+ boosted?: boolean | undefined;
19830
19866
  } | undefined;
19831
19867
  chatEnabled?: boolean | undefined;
19832
19868
  lastPlay?: string | undefined;
@@ -20034,6 +20070,7 @@ export declare const playerWithVotesAndGameSchema: z.ZodObject<{
20034
20070
  badge?: string | undefined;
20035
20071
  };
20036
20072
  comment?: string | undefined;
20073
+ boosted?: boolean | undefined;
20037
20074
  } | undefined;
20038
20075
  chatEnabled?: boolean | undefined;
20039
20076
  lastPlay?: string | undefined;
@@ -20232,6 +20269,7 @@ export declare const playerWithVotesAndGameSchema: z.ZodObject<{
20232
20269
  badge?: string | undefined;
20233
20270
  };
20234
20271
  comment?: string | undefined;
20272
+ boosted?: boolean | undefined;
20235
20273
  } | undefined;
20236
20274
  chatEnabled?: boolean | undefined;
20237
20275
  lastPlay?: string | undefined;
@@ -20435,6 +20473,7 @@ export declare const playerWithVotesAndGameSchema: z.ZodObject<{
20435
20473
  badge?: string | undefined;
20436
20474
  };
20437
20475
  comment?: string | undefined;
20476
+ boosted?: boolean | undefined;
20438
20477
  } | undefined;
20439
20478
  chatEnabled?: boolean | undefined;
20440
20479
  lastPlay?: string | undefined;
@@ -20639,6 +20678,7 @@ export declare const playerWithVotesAndGameSchema: z.ZodObject<{
20639
20678
  badge?: string | undefined;
20640
20679
  };
20641
20680
  comment?: string | undefined;
20681
+ boosted?: boolean | undefined;
20642
20682
  } | undefined;
20643
20683
  chatEnabled?: boolean | undefined;
20644
20684
  lastPlay?: string | undefined;
@@ -20849,6 +20889,7 @@ export declare const playerWithVotesAndGameSchema: z.ZodObject<{
20849
20889
  badge?: string | undefined;
20850
20890
  };
20851
20891
  comment?: string | undefined;
20892
+ boosted?: boolean | undefined;
20852
20893
  } | undefined;
20853
20894
  chatEnabled?: boolean | undefined;
20854
20895
  lastPlay?: string | undefined;
@@ -21047,6 +21088,7 @@ export declare const playerWithVotesAndGameSchema: z.ZodObject<{
21047
21088
  badge?: string | undefined;
21048
21089
  };
21049
21090
  comment?: string | undefined;
21091
+ boosted?: boolean | undefined;
21050
21092
  } | undefined;
21051
21093
  chatEnabled?: boolean | undefined;
21052
21094
  lastPlay?: string | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rategame-shared",
3
- "version": "1.1.333",
3
+ "version": "1.1.334",
4
4
  "description": "This package contains shared resources for the Rate Game project.",
5
5
  "types": "./dist/index.d.ts",
6
6
  "main": "./dist/index.js",