rategame-shared 1.1.299 → 1.1.301

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.
@@ -685,6 +685,7 @@ export declare const playerVoteSchema: z.ZodObject<{
685
685
  listLikes: z.ZodOptional<z.ZodBoolean>;
686
686
  eventLikes: z.ZodOptional<z.ZodBoolean>;
687
687
  commentLikes: z.ZodOptional<z.ZodBoolean>;
688
+ threadActivityNotifications: z.ZodOptional<z.ZodBoolean>;
688
689
  trendingGames: z.ZodOptional<z.ZodBoolean>;
689
690
  gameChanges: z.ZodOptional<z.ZodObject<{
690
691
  topRatedGameChanges: z.ZodNullable<z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"16hr">, z.ZodLiteral<"Today">, z.ZodLiteral<"Last 3 Days">, z.ZodLiteral<"This Week">, z.ZodLiteral<"This Season">, z.ZodLiteral<"This Month">, z.ZodLiteral<"This Year">, z.ZodLiteral<"All">, z.ZodLiteral<"All Time">, z.ZodLiteral<"12h">, z.ZodLiteral<"daily">, z.ZodLiteral<"weekly">]>>>;
@@ -727,6 +728,7 @@ export declare const playerVoteSchema: z.ZodObject<{
727
728
  listLikes?: boolean | undefined;
728
729
  eventLikes?: boolean | undefined;
729
730
  commentLikes?: boolean | undefined;
731
+ threadActivityNotifications?: boolean | undefined;
730
732
  trendingGames?: boolean | undefined;
731
733
  gameChanges?: {
732
734
  topRatedGameChanges?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
@@ -753,6 +755,7 @@ export declare const playerVoteSchema: z.ZodObject<{
753
755
  listLikes?: boolean | undefined;
754
756
  eventLikes?: boolean | undefined;
755
757
  commentLikes?: boolean | undefined;
758
+ threadActivityNotifications?: boolean | undefined;
756
759
  trendingGames?: boolean | undefined;
757
760
  gameChanges?: {
758
761
  topRatedGameChanges?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
@@ -1829,6 +1832,7 @@ export declare const voteSubmissionDtoSchema: z.ZodObject<{
1829
1832
  listLikes: z.ZodOptional<z.ZodBoolean>;
1830
1833
  eventLikes: z.ZodOptional<z.ZodBoolean>;
1831
1834
  commentLikes: z.ZodOptional<z.ZodBoolean>;
1835
+ threadActivityNotifications: z.ZodOptional<z.ZodBoolean>;
1832
1836
  trendingGames: z.ZodOptional<z.ZodBoolean>;
1833
1837
  gameChanges: z.ZodOptional<z.ZodObject<{
1834
1838
  topRatedGameChanges: z.ZodNullable<z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"16hr">, z.ZodLiteral<"Today">, z.ZodLiteral<"Last 3 Days">, z.ZodLiteral<"This Week">, z.ZodLiteral<"This Season">, z.ZodLiteral<"This Month">, z.ZodLiteral<"This Year">, z.ZodLiteral<"All">, z.ZodLiteral<"All Time">, z.ZodLiteral<"12h">, z.ZodLiteral<"daily">, z.ZodLiteral<"weekly">]>>>;
@@ -1871,6 +1875,7 @@ export declare const voteSubmissionDtoSchema: z.ZodObject<{
1871
1875
  listLikes?: boolean | undefined;
1872
1876
  eventLikes?: boolean | undefined;
1873
1877
  commentLikes?: boolean | undefined;
1878
+ threadActivityNotifications?: boolean | undefined;
1874
1879
  trendingGames?: boolean | undefined;
1875
1880
  gameChanges?: {
1876
1881
  topRatedGameChanges?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
@@ -1897,6 +1902,7 @@ export declare const voteSubmissionDtoSchema: z.ZodObject<{
1897
1902
  listLikes?: boolean | undefined;
1898
1903
  eventLikes?: boolean | undefined;
1899
1904
  commentLikes?: boolean | undefined;
1905
+ threadActivityNotifications?: boolean | undefined;
1900
1906
  trendingGames?: boolean | undefined;
1901
1907
  gameChanges?: {
1902
1908
  topRatedGameChanges?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
@@ -4294,6 +4300,7 @@ export declare const playerWithVotesAndGameSchema: z.ZodObject<{
4294
4300
  listLikes: z.ZodOptional<z.ZodBoolean>;
4295
4301
  eventLikes: z.ZodOptional<z.ZodBoolean>;
4296
4302
  commentLikes: z.ZodOptional<z.ZodBoolean>;
4303
+ threadActivityNotifications: z.ZodOptional<z.ZodBoolean>;
4297
4304
  trendingGames: z.ZodOptional<z.ZodBoolean>;
4298
4305
  gameChanges: z.ZodOptional<z.ZodObject<{
4299
4306
  topRatedGameChanges: z.ZodNullable<z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"16hr">, z.ZodLiteral<"Today">, z.ZodLiteral<"Last 3 Days">, z.ZodLiteral<"This Week">, z.ZodLiteral<"This Season">, z.ZodLiteral<"This Month">, z.ZodLiteral<"This Year">, z.ZodLiteral<"All">, z.ZodLiteral<"All Time">, z.ZodLiteral<"12h">, z.ZodLiteral<"daily">, z.ZodLiteral<"weekly">]>>>;
@@ -4336,6 +4343,7 @@ export declare const playerWithVotesAndGameSchema: z.ZodObject<{
4336
4343
  listLikes?: boolean | undefined;
4337
4344
  eventLikes?: boolean | undefined;
4338
4345
  commentLikes?: boolean | undefined;
4346
+ threadActivityNotifications?: boolean | undefined;
4339
4347
  trendingGames?: boolean | undefined;
4340
4348
  gameChanges?: {
4341
4349
  topRatedGameChanges?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
@@ -4362,6 +4370,7 @@ export declare const playerWithVotesAndGameSchema: z.ZodObject<{
4362
4370
  listLikes?: boolean | undefined;
4363
4371
  eventLikes?: boolean | undefined;
4364
4372
  commentLikes?: boolean | undefined;
4373
+ threadActivityNotifications?: boolean | undefined;
4365
4374
  trendingGames?: boolean | undefined;
4366
4375
  gameChanges?: {
4367
4376
  topRatedGameChanges?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
@@ -6819,6 +6828,7 @@ export declare const playerWithVotesAndGameSchema: z.ZodObject<{
6819
6828
  listLikes: z.ZodOptional<z.ZodBoolean>;
6820
6829
  eventLikes: z.ZodOptional<z.ZodBoolean>;
6821
6830
  commentLikes: z.ZodOptional<z.ZodBoolean>;
6831
+ threadActivityNotifications: z.ZodOptional<z.ZodBoolean>;
6822
6832
  trendingGames: z.ZodOptional<z.ZodBoolean>;
6823
6833
  gameChanges: z.ZodOptional<z.ZodObject<{
6824
6834
  topRatedGameChanges: z.ZodNullable<z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"16hr">, z.ZodLiteral<"Today">, z.ZodLiteral<"Last 3 Days">, z.ZodLiteral<"This Week">, z.ZodLiteral<"This Season">, z.ZodLiteral<"This Month">, z.ZodLiteral<"This Year">, z.ZodLiteral<"All">, z.ZodLiteral<"All Time">, z.ZodLiteral<"12h">, z.ZodLiteral<"daily">, z.ZodLiteral<"weekly">]>>>;
@@ -6861,6 +6871,7 @@ export declare const playerWithVotesAndGameSchema: z.ZodObject<{
6861
6871
  listLikes?: boolean | undefined;
6862
6872
  eventLikes?: boolean | undefined;
6863
6873
  commentLikes?: boolean | undefined;
6874
+ threadActivityNotifications?: boolean | undefined;
6864
6875
  trendingGames?: boolean | undefined;
6865
6876
  gameChanges?: {
6866
6877
  topRatedGameChanges?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
@@ -6887,6 +6898,7 @@ export declare const playerWithVotesAndGameSchema: z.ZodObject<{
6887
6898
  listLikes?: boolean | undefined;
6888
6899
  eventLikes?: boolean | undefined;
6889
6900
  commentLikes?: boolean | undefined;
6901
+ threadActivityNotifications?: boolean | undefined;
6890
6902
  trendingGames?: boolean | undefined;
6891
6903
  gameChanges?: {
6892
6904
  topRatedGameChanges?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
@@ -9365,6 +9377,7 @@ export declare const playerWithVotesAndGameSchema: z.ZodObject<{
9365
9377
  listLikes: z.ZodOptional<z.ZodBoolean>;
9366
9378
  eventLikes: z.ZodOptional<z.ZodBoolean>;
9367
9379
  commentLikes: z.ZodOptional<z.ZodBoolean>;
9380
+ threadActivityNotifications: z.ZodOptional<z.ZodBoolean>;
9368
9381
  trendingGames: z.ZodOptional<z.ZodBoolean>;
9369
9382
  gameChanges: z.ZodOptional<z.ZodObject<{
9370
9383
  topRatedGameChanges: z.ZodNullable<z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"16hr">, z.ZodLiteral<"Today">, z.ZodLiteral<"Last 3 Days">, z.ZodLiteral<"This Week">, z.ZodLiteral<"This Season">, z.ZodLiteral<"This Month">, z.ZodLiteral<"This Year">, z.ZodLiteral<"All">, z.ZodLiteral<"All Time">, z.ZodLiteral<"12h">, z.ZodLiteral<"daily">, z.ZodLiteral<"weekly">]>>>;
@@ -9407,6 +9420,7 @@ export declare const playerWithVotesAndGameSchema: z.ZodObject<{
9407
9420
  listLikes?: boolean | undefined;
9408
9421
  eventLikes?: boolean | undefined;
9409
9422
  commentLikes?: boolean | undefined;
9423
+ threadActivityNotifications?: boolean | undefined;
9410
9424
  trendingGames?: boolean | undefined;
9411
9425
  gameChanges?: {
9412
9426
  topRatedGameChanges?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
@@ -9433,6 +9447,7 @@ export declare const playerWithVotesAndGameSchema: z.ZodObject<{
9433
9447
  listLikes?: boolean | undefined;
9434
9448
  eventLikes?: boolean | undefined;
9435
9449
  commentLikes?: boolean | undefined;
9450
+ threadActivityNotifications?: boolean | undefined;
9436
9451
  trendingGames?: boolean | undefined;
9437
9452
  gameChanges?: {
9438
9453
  topRatedGameChanges?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
@@ -11996,6 +12011,7 @@ export declare const playerWithVotesAndGameSchema: z.ZodObject<{
11996
12011
  listLikes: z.ZodOptional<z.ZodBoolean>;
11997
12012
  eventLikes: z.ZodOptional<z.ZodBoolean>;
11998
12013
  commentLikes: z.ZodOptional<z.ZodBoolean>;
12014
+ threadActivityNotifications: z.ZodOptional<z.ZodBoolean>;
11999
12015
  trendingGames: z.ZodOptional<z.ZodBoolean>;
12000
12016
  gameChanges: z.ZodOptional<z.ZodObject<{
12001
12017
  topRatedGameChanges: z.ZodNullable<z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"16hr">, z.ZodLiteral<"Today">, z.ZodLiteral<"Last 3 Days">, z.ZodLiteral<"This Week">, z.ZodLiteral<"This Season">, z.ZodLiteral<"This Month">, z.ZodLiteral<"This Year">, z.ZodLiteral<"All">, z.ZodLiteral<"All Time">, z.ZodLiteral<"12h">, z.ZodLiteral<"daily">, z.ZodLiteral<"weekly">]>>>;
@@ -12038,6 +12054,7 @@ export declare const playerWithVotesAndGameSchema: z.ZodObject<{
12038
12054
  listLikes?: boolean | undefined;
12039
12055
  eventLikes?: boolean | undefined;
12040
12056
  commentLikes?: boolean | undefined;
12057
+ threadActivityNotifications?: boolean | undefined;
12041
12058
  trendingGames?: boolean | undefined;
12042
12059
  gameChanges?: {
12043
12060
  topRatedGameChanges?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
@@ -12064,6 +12081,7 @@ export declare const playerWithVotesAndGameSchema: z.ZodObject<{
12064
12081
  listLikes?: boolean | undefined;
12065
12082
  eventLikes?: boolean | undefined;
12066
12083
  commentLikes?: boolean | undefined;
12084
+ threadActivityNotifications?: boolean | undefined;
12067
12085
  trendingGames?: boolean | undefined;
12068
12086
  gameChanges?: {
12069
12087
  topRatedGameChanges?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
@@ -14598,6 +14616,7 @@ export declare const playerWithVotesAndGameSchema: z.ZodObject<{
14598
14616
  listLikes: z.ZodOptional<z.ZodBoolean>;
14599
14617
  eventLikes: z.ZodOptional<z.ZodBoolean>;
14600
14618
  commentLikes: z.ZodOptional<z.ZodBoolean>;
14619
+ threadActivityNotifications: z.ZodOptional<z.ZodBoolean>;
14601
14620
  trendingGames: z.ZodOptional<z.ZodBoolean>;
14602
14621
  gameChanges: z.ZodOptional<z.ZodObject<{
14603
14622
  topRatedGameChanges: z.ZodNullable<z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"16hr">, z.ZodLiteral<"Today">, z.ZodLiteral<"Last 3 Days">, z.ZodLiteral<"This Week">, z.ZodLiteral<"This Season">, z.ZodLiteral<"This Month">, z.ZodLiteral<"This Year">, z.ZodLiteral<"All">, z.ZodLiteral<"All Time">, z.ZodLiteral<"12h">, z.ZodLiteral<"daily">, z.ZodLiteral<"weekly">]>>>;
@@ -14640,6 +14659,7 @@ export declare const playerWithVotesAndGameSchema: z.ZodObject<{
14640
14659
  listLikes?: boolean | undefined;
14641
14660
  eventLikes?: boolean | undefined;
14642
14661
  commentLikes?: boolean | undefined;
14662
+ threadActivityNotifications?: boolean | undefined;
14643
14663
  trendingGames?: boolean | undefined;
14644
14664
  gameChanges?: {
14645
14665
  topRatedGameChanges?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
@@ -14666,6 +14686,7 @@ export declare const playerWithVotesAndGameSchema: z.ZodObject<{
14666
14686
  listLikes?: boolean | undefined;
14667
14687
  eventLikes?: boolean | undefined;
14668
14688
  commentLikes?: boolean | undefined;
14689
+ threadActivityNotifications?: boolean | undefined;
14669
14690
  trendingGames?: boolean | undefined;
14670
14691
  gameChanges?: {
14671
14692
  topRatedGameChanges?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
@@ -17182,6 +17203,7 @@ export declare const playerWithVotesAndGameSchema: z.ZodObject<{
17182
17203
  listLikes: z.ZodOptional<z.ZodBoolean>;
17183
17204
  eventLikes: z.ZodOptional<z.ZodBoolean>;
17184
17205
  commentLikes: z.ZodOptional<z.ZodBoolean>;
17206
+ threadActivityNotifications: z.ZodOptional<z.ZodBoolean>;
17185
17207
  trendingGames: z.ZodOptional<z.ZodBoolean>;
17186
17208
  gameChanges: z.ZodOptional<z.ZodObject<{
17187
17209
  topRatedGameChanges: z.ZodNullable<z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"16hr">, z.ZodLiteral<"Today">, z.ZodLiteral<"Last 3 Days">, z.ZodLiteral<"This Week">, z.ZodLiteral<"This Season">, z.ZodLiteral<"This Month">, z.ZodLiteral<"This Year">, z.ZodLiteral<"All">, z.ZodLiteral<"All Time">, z.ZodLiteral<"12h">, z.ZodLiteral<"daily">, z.ZodLiteral<"weekly">]>>>;
@@ -17224,6 +17246,7 @@ export declare const playerWithVotesAndGameSchema: z.ZodObject<{
17224
17246
  listLikes?: boolean | undefined;
17225
17247
  eventLikes?: boolean | undefined;
17226
17248
  commentLikes?: boolean | undefined;
17249
+ threadActivityNotifications?: boolean | undefined;
17227
17250
  trendingGames?: boolean | undefined;
17228
17251
  gameChanges?: {
17229
17252
  topRatedGameChanges?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
@@ -17250,6 +17273,7 @@ export declare const playerWithVotesAndGameSchema: z.ZodObject<{
17250
17273
  listLikes?: boolean | undefined;
17251
17274
  eventLikes?: boolean | undefined;
17252
17275
  commentLikes?: boolean | undefined;
17276
+ threadActivityNotifications?: boolean | undefined;
17253
17277
  trendingGames?: boolean | undefined;
17254
17278
  gameChanges?: {
17255
17279
  topRatedGameChanges?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
@@ -21293,6 +21317,7 @@ export declare const userVoteResponseDtoSchema: z.ZodObject<{
21293
21317
  listLikes: z.ZodOptional<z.ZodBoolean>;
21294
21318
  eventLikes: z.ZodOptional<z.ZodBoolean>;
21295
21319
  commentLikes: z.ZodOptional<z.ZodBoolean>;
21320
+ threadActivityNotifications: z.ZodOptional<z.ZodBoolean>;
21296
21321
  trendingGames: z.ZodOptional<z.ZodBoolean>;
21297
21322
  gameChanges: z.ZodOptional<z.ZodObject<{
21298
21323
  topRatedGameChanges: z.ZodNullable<z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"16hr">, z.ZodLiteral<"Today">, z.ZodLiteral<"Last 3 Days">, z.ZodLiteral<"This Week">, z.ZodLiteral<"This Season">, z.ZodLiteral<"This Month">, z.ZodLiteral<"This Year">, z.ZodLiteral<"All">, z.ZodLiteral<"All Time">, z.ZodLiteral<"12h">, z.ZodLiteral<"daily">, z.ZodLiteral<"weekly">]>>>;
@@ -21335,6 +21360,7 @@ export declare const userVoteResponseDtoSchema: z.ZodObject<{
21335
21360
  listLikes?: boolean | undefined;
21336
21361
  eventLikes?: boolean | undefined;
21337
21362
  commentLikes?: boolean | undefined;
21363
+ threadActivityNotifications?: boolean | undefined;
21338
21364
  trendingGames?: boolean | undefined;
21339
21365
  gameChanges?: {
21340
21366
  topRatedGameChanges?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
@@ -21361,6 +21387,7 @@ export declare const userVoteResponseDtoSchema: z.ZodObject<{
21361
21387
  listLikes?: boolean | undefined;
21362
21388
  eventLikes?: boolean | undefined;
21363
21389
  commentLikes?: boolean | undefined;
21390
+ threadActivityNotifications?: boolean | undefined;
21364
21391
  trendingGames?: boolean | undefined;
21365
21392
  gameChanges?: {
21366
21393
  topRatedGameChanges?: "16hr" | "Today" | "Last 3 Days" | "This Week" | "This Season" | "This Month" | "This Year" | "All" | "All Time" | "12h" | "daily" | "weekly" | null | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rategame-shared",
3
- "version": "1.1.299",
3
+ "version": "1.1.301",
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",