rategame-shared 1.1.466 → 1.1.467
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/article.d.ts +5 -0
- package/dist/schemas/chat.d.ts +5 -0
- package/dist/schemas/experience.d.ts +4 -0
- package/dist/schemas/game.d.ts +20 -0
- package/dist/schemas/list.d.ts +5 -0
- package/dist/schemas/moderation.d.ts +4 -0
- package/dist/schemas/pick.d.ts +38 -0
- package/dist/schemas/poll.d.ts +16 -0
- package/dist/schemas/rating.d.ts +3 -0
- package/dist/schemas/scorePrediction.d.ts +27 -0
- package/dist/schemas/stadium.d.ts +4 -0
- package/dist/schemas/trivia.d.ts +5 -0
- package/dist/schemas/user.d.ts +7 -0
- package/dist/schemas/user.js +1 -0
- package/dist/schemas/userEvent.d.ts +3 -0
- package/dist/schemas/voting.d.ts +9 -0
- package/package.json +1 -1
|
@@ -1035,6 +1035,7 @@ export declare const articleSchema: z.ZodObject<{
|
|
|
1035
1035
|
timeZone?: string | undefined;
|
|
1036
1036
|
}>>;
|
|
1037
1037
|
currentPickStreak: z.ZodOptional<z.ZodNumber>;
|
|
1038
|
+
currentPickStreakExpiringAt: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
1038
1039
|
allTimeHighStreak: z.ZodOptional<z.ZodNumber>;
|
|
1039
1040
|
milestones: z.ZodOptional<z.ZodObject<{
|
|
1040
1041
|
ratings: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -2418,6 +2419,7 @@ export declare const createArticleSchema: z.ZodObject<{
|
|
|
2418
2419
|
timeZone?: string | undefined;
|
|
2419
2420
|
}>>;
|
|
2420
2421
|
currentPickStreak: z.ZodOptional<z.ZodNumber>;
|
|
2422
|
+
currentPickStreakExpiringAt: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
2421
2423
|
allTimeHighStreak: z.ZodOptional<z.ZodNumber>;
|
|
2422
2424
|
milestones: z.ZodOptional<z.ZodObject<{
|
|
2423
2425
|
ratings: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -3864,6 +3866,7 @@ export declare const articleThreadCommentSchema: z.ZodObject<{
|
|
|
3864
3866
|
timeZone?: string | undefined;
|
|
3865
3867
|
}>>;
|
|
3866
3868
|
currentPickStreak: z.ZodOptional<z.ZodNumber>;
|
|
3869
|
+
currentPickStreakExpiringAt: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
3867
3870
|
allTimeHighStreak: z.ZodOptional<z.ZodNumber>;
|
|
3868
3871
|
milestones: z.ZodOptional<z.ZodObject<{
|
|
3869
3872
|
ratings: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -5115,6 +5118,7 @@ export declare const articleThreadCommentSchema: z.ZodObject<{
|
|
|
5115
5118
|
timeZone?: string | undefined;
|
|
5116
5119
|
}>>;
|
|
5117
5120
|
currentPickStreak: z.ZodOptional<z.ZodNumber>;
|
|
5121
|
+
currentPickStreakExpiringAt: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
5118
5122
|
allTimeHighStreak: z.ZodOptional<z.ZodNumber>;
|
|
5119
5123
|
milestones: z.ZodOptional<z.ZodObject<{
|
|
5120
5124
|
ratings: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -6418,6 +6422,7 @@ export declare const articleThreadCommentLikeSchema: z.ZodObject<{
|
|
|
6418
6422
|
timeZone?: string | undefined;
|
|
6419
6423
|
}>>;
|
|
6420
6424
|
currentPickStreak: z.ZodOptional<z.ZodNumber>;
|
|
6425
|
+
currentPickStreakExpiringAt: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
6421
6426
|
allTimeHighStreak: z.ZodOptional<z.ZodNumber>;
|
|
6422
6427
|
milestones: z.ZodOptional<z.ZodObject<{
|
|
6423
6428
|
ratings: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
package/dist/schemas/chat.d.ts
CHANGED
|
@@ -917,6 +917,7 @@ export declare const chatMessageSchema: z.ZodObject<{
|
|
|
917
917
|
timeZone?: string | undefined;
|
|
918
918
|
}>>;
|
|
919
919
|
currentPickStreak: z.ZodOptional<z.ZodNumber>;
|
|
920
|
+
currentPickStreakExpiringAt: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
920
921
|
allTimeHighStreak: z.ZodOptional<z.ZodNumber>;
|
|
921
922
|
milestones: z.ZodOptional<z.ZodObject<{
|
|
922
923
|
ratings: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -2170,6 +2171,7 @@ export declare const chatMessageSchema: z.ZodObject<{
|
|
|
2170
2171
|
timeZone?: string | undefined;
|
|
2171
2172
|
}>>;
|
|
2172
2173
|
currentPickStreak: z.ZodOptional<z.ZodNumber>;
|
|
2174
|
+
currentPickStreakExpiringAt: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
2173
2175
|
allTimeHighStreak: z.ZodOptional<z.ZodNumber>;
|
|
2174
2176
|
milestones: z.ZodOptional<z.ZodObject<{
|
|
2175
2177
|
ratings: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -3482,6 +3484,7 @@ export declare const communityChatMessageSchema: z.ZodObject<{
|
|
|
3482
3484
|
timeZone?: string | undefined;
|
|
3483
3485
|
}>>;
|
|
3484
3486
|
currentPickStreak: z.ZodOptional<z.ZodNumber>;
|
|
3487
|
+
currentPickStreakExpiringAt: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
3485
3488
|
allTimeHighStreak: z.ZodOptional<z.ZodNumber>;
|
|
3486
3489
|
milestones: z.ZodOptional<z.ZodObject<{
|
|
3487
3490
|
ratings: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -4734,6 +4737,7 @@ export declare const communityChatMessageSchema: z.ZodObject<{
|
|
|
4734
4737
|
timeZone?: string | undefined;
|
|
4735
4738
|
}>>;
|
|
4736
4739
|
currentPickStreak: z.ZodOptional<z.ZodNumber>;
|
|
4740
|
+
currentPickStreakExpiringAt: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
4737
4741
|
allTimeHighStreak: z.ZodOptional<z.ZodNumber>;
|
|
4738
4742
|
milestones: z.ZodOptional<z.ZodObject<{
|
|
4739
4743
|
ratings: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -6040,6 +6044,7 @@ export declare const messageReactionSchema: z.ZodObject<{
|
|
|
6040
6044
|
timeZone?: string | undefined;
|
|
6041
6045
|
}>>;
|
|
6042
6046
|
currentPickStreak: z.ZodOptional<z.ZodNumber>;
|
|
6047
|
+
currentPickStreakExpiringAt: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
6043
6048
|
allTimeHighStreak: z.ZodOptional<z.ZodNumber>;
|
|
6044
6049
|
milestones: z.ZodOptional<z.ZodObject<{
|
|
6045
6050
|
ratings: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -1056,6 +1056,7 @@ export declare const experienceRatingSchema: z.ZodObject<{
|
|
|
1056
1056
|
timeZone?: string | undefined;
|
|
1057
1057
|
}>>;
|
|
1058
1058
|
currentPickStreak: z.ZodOptional<z.ZodNumber>;
|
|
1059
|
+
currentPickStreakExpiringAt: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
1059
1060
|
allTimeHighStreak: z.ZodOptional<z.ZodNumber>;
|
|
1060
1061
|
milestones: z.ZodOptional<z.ZodObject<{
|
|
1061
1062
|
ratings: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -2564,6 +2565,7 @@ export declare const createExperienceRatingSchema: z.ZodObject<{
|
|
|
2564
2565
|
timeZone?: string | undefined;
|
|
2565
2566
|
}>>;
|
|
2566
2567
|
currentPickStreak: z.ZodOptional<z.ZodNumber>;
|
|
2568
|
+
currentPickStreakExpiringAt: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
2567
2569
|
allTimeHighStreak: z.ZodOptional<z.ZodNumber>;
|
|
2568
2570
|
milestones: z.ZodOptional<z.ZodObject<{
|
|
2569
2571
|
ratings: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -4005,6 +4007,7 @@ export declare const experienceThreadCommentSchema: z.ZodObject<{
|
|
|
4005
4007
|
timeZone?: string | undefined;
|
|
4006
4008
|
}>>;
|
|
4007
4009
|
currentPickStreak: z.ZodOptional<z.ZodNumber>;
|
|
4010
|
+
currentPickStreakExpiringAt: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
4008
4011
|
allTimeHighStreak: z.ZodOptional<z.ZodNumber>;
|
|
4009
4012
|
milestones: z.ZodOptional<z.ZodObject<{
|
|
4010
4013
|
ratings: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -5253,6 +5256,7 @@ export declare const experienceThreadCommentSchema: z.ZodObject<{
|
|
|
5253
5256
|
timeZone?: string | undefined;
|
|
5254
5257
|
}>>;
|
|
5255
5258
|
currentPickStreak: z.ZodOptional<z.ZodNumber>;
|
|
5259
|
+
currentPickStreakExpiringAt: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
5256
5260
|
allTimeHighStreak: z.ZodOptional<z.ZodNumber>;
|
|
5257
5261
|
milestones: z.ZodOptional<z.ZodObject<{
|
|
5258
5262
|
ratings: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
package/dist/schemas/game.d.ts
CHANGED
|
@@ -4284,6 +4284,7 @@ export declare const commonGameSchema: z.ZodObject<{
|
|
|
4284
4284
|
timeZone?: string | undefined;
|
|
4285
4285
|
}>>;
|
|
4286
4286
|
currentPickStreak: z.ZodOptional<z.ZodNumber>;
|
|
4287
|
+
currentPickStreakExpiringAt: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
4287
4288
|
allTimeHighStreak: z.ZodOptional<z.ZodNumber>;
|
|
4288
4289
|
milestones: z.ZodOptional<z.ZodObject<{
|
|
4289
4290
|
ratings: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -7083,6 +7084,7 @@ export declare const basketballGameSchema: z.ZodObject<{
|
|
|
7083
7084
|
timeZone?: string | undefined;
|
|
7084
7085
|
}>>;
|
|
7085
7086
|
currentPickStreak: z.ZodOptional<z.ZodNumber>;
|
|
7087
|
+
currentPickStreakExpiringAt: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
7086
7088
|
allTimeHighStreak: z.ZodOptional<z.ZodNumber>;
|
|
7087
7089
|
milestones: z.ZodOptional<z.ZodObject<{
|
|
7088
7090
|
ratings: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -9943,6 +9945,7 @@ export declare const mlbGameSchema: z.ZodObject<{
|
|
|
9943
9945
|
timeZone?: string | undefined;
|
|
9944
9946
|
}>>;
|
|
9945
9947
|
currentPickStreak: z.ZodOptional<z.ZodNumber>;
|
|
9948
|
+
currentPickStreakExpiringAt: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
9946
9949
|
allTimeHighStreak: z.ZodOptional<z.ZodNumber>;
|
|
9947
9950
|
milestones: z.ZodOptional<z.ZodObject<{
|
|
9948
9951
|
ratings: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -12706,6 +12709,7 @@ export declare const footballGameSchema: z.ZodObject<{
|
|
|
12706
12709
|
timeZone?: string | undefined;
|
|
12707
12710
|
}>>;
|
|
12708
12711
|
currentPickStreak: z.ZodOptional<z.ZodNumber>;
|
|
12712
|
+
currentPickStreakExpiringAt: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
12709
12713
|
allTimeHighStreak: z.ZodOptional<z.ZodNumber>;
|
|
12710
12714
|
milestones: z.ZodOptional<z.ZodObject<{
|
|
12711
12715
|
ratings: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -15674,6 +15678,7 @@ export declare const nflGameSchema: z.ZodObject<{
|
|
|
15674
15678
|
timeZone?: string | undefined;
|
|
15675
15679
|
}>>;
|
|
15676
15680
|
currentPickStreak: z.ZodOptional<z.ZodNumber>;
|
|
15681
|
+
currentPickStreakExpiringAt: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
15677
15682
|
allTimeHighStreak: z.ZodOptional<z.ZodNumber>;
|
|
15678
15683
|
milestones: z.ZodOptional<z.ZodObject<{
|
|
15679
15684
|
ratings: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -18596,6 +18601,7 @@ export declare const cfbGameSchema: z.ZodObject<{
|
|
|
18596
18601
|
timeZone?: string | undefined;
|
|
18597
18602
|
}>>;
|
|
18598
18603
|
currentPickStreak: z.ZodOptional<z.ZodNumber>;
|
|
18604
|
+
currentPickStreakExpiringAt: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
18599
18605
|
allTimeHighStreak: z.ZodOptional<z.ZodNumber>;
|
|
18600
18606
|
milestones: z.ZodOptional<z.ZodObject<{
|
|
18601
18607
|
ratings: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -21501,6 +21507,7 @@ export declare const nhlGameSchema: z.ZodObject<{
|
|
|
21501
21507
|
timeZone?: string | undefined;
|
|
21502
21508
|
}>>;
|
|
21503
21509
|
currentPickStreak: z.ZodOptional<z.ZodNumber>;
|
|
21510
|
+
currentPickStreakExpiringAt: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
21504
21511
|
allTimeHighStreak: z.ZodOptional<z.ZodNumber>;
|
|
21505
21512
|
milestones: z.ZodOptional<z.ZodObject<{
|
|
21506
21513
|
ratings: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -24320,6 +24327,7 @@ export declare const unionGameSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
24320
24327
|
timeZone?: string | undefined;
|
|
24321
24328
|
}>>;
|
|
24322
24329
|
currentPickStreak: z.ZodOptional<z.ZodNumber>;
|
|
24330
|
+
currentPickStreakExpiringAt: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
24323
24331
|
allTimeHighStreak: z.ZodOptional<z.ZodNumber>;
|
|
24324
24332
|
milestones: z.ZodOptional<z.ZodObject<{
|
|
24325
24333
|
ratings: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -27166,6 +27174,7 @@ export declare const unionGameSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
27166
27174
|
timeZone?: string | undefined;
|
|
27167
27175
|
}>>;
|
|
27168
27176
|
currentPickStreak: z.ZodOptional<z.ZodNumber>;
|
|
27177
|
+
currentPickStreakExpiringAt: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
27169
27178
|
allTimeHighStreak: z.ZodOptional<z.ZodNumber>;
|
|
27170
27179
|
milestones: z.ZodOptional<z.ZodObject<{
|
|
27171
27180
|
ratings: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -29928,6 +29937,7 @@ export declare const unionGameSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
29928
29937
|
timeZone?: string | undefined;
|
|
29929
29938
|
}>>;
|
|
29930
29939
|
currentPickStreak: z.ZodOptional<z.ZodNumber>;
|
|
29940
|
+
currentPickStreakExpiringAt: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
29931
29941
|
allTimeHighStreak: z.ZodOptional<z.ZodNumber>;
|
|
29932
29942
|
milestones: z.ZodOptional<z.ZodObject<{
|
|
29933
29943
|
ratings: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -32895,6 +32905,7 @@ export declare const unionGameSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
32895
32905
|
timeZone?: string | undefined;
|
|
32896
32906
|
}>>;
|
|
32897
32907
|
currentPickStreak: z.ZodOptional<z.ZodNumber>;
|
|
32908
|
+
currentPickStreakExpiringAt: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
32898
32909
|
allTimeHighStreak: z.ZodOptional<z.ZodNumber>;
|
|
32899
32910
|
milestones: z.ZodOptional<z.ZodObject<{
|
|
32900
32911
|
ratings: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -35816,6 +35827,7 @@ export declare const unionGameSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
35816
35827
|
timeZone?: string | undefined;
|
|
35817
35828
|
}>>;
|
|
35818
35829
|
currentPickStreak: z.ZodOptional<z.ZodNumber>;
|
|
35830
|
+
currentPickStreakExpiringAt: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
35819
35831
|
allTimeHighStreak: z.ZodOptional<z.ZodNumber>;
|
|
35820
35832
|
milestones: z.ZodOptional<z.ZodObject<{
|
|
35821
35833
|
ratings: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -38720,6 +38732,7 @@ export declare const unionGameSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
38720
38732
|
timeZone?: string | undefined;
|
|
38721
38733
|
}>>;
|
|
38722
38734
|
currentPickStreak: z.ZodOptional<z.ZodNumber>;
|
|
38735
|
+
currentPickStreakExpiringAt: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
38723
38736
|
allTimeHighStreak: z.ZodOptional<z.ZodNumber>;
|
|
38724
38737
|
milestones: z.ZodOptional<z.ZodObject<{
|
|
38725
38738
|
ratings: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -41613,6 +41626,7 @@ export declare const creatorPickSchema: z.ZodObject<{
|
|
|
41613
41626
|
timeZone?: string | undefined;
|
|
41614
41627
|
}>>;
|
|
41615
41628
|
currentPickStreak: z.ZodOptional<z.ZodNumber>;
|
|
41629
|
+
currentPickStreakExpiringAt: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
41616
41630
|
allTimeHighStreak: z.ZodOptional<z.ZodNumber>;
|
|
41617
41631
|
milestones: z.ZodOptional<z.ZodObject<{
|
|
41618
41632
|
ratings: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -44459,6 +44473,7 @@ export declare const creatorPickSchema: z.ZodObject<{
|
|
|
44459
44473
|
timeZone?: string | undefined;
|
|
44460
44474
|
}>>;
|
|
44461
44475
|
currentPickStreak: z.ZodOptional<z.ZodNumber>;
|
|
44476
|
+
currentPickStreakExpiringAt: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
44462
44477
|
allTimeHighStreak: z.ZodOptional<z.ZodNumber>;
|
|
44463
44478
|
milestones: z.ZodOptional<z.ZodObject<{
|
|
44464
44479
|
ratings: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -47221,6 +47236,7 @@ export declare const creatorPickSchema: z.ZodObject<{
|
|
|
47221
47236
|
timeZone?: string | undefined;
|
|
47222
47237
|
}>>;
|
|
47223
47238
|
currentPickStreak: z.ZodOptional<z.ZodNumber>;
|
|
47239
|
+
currentPickStreakExpiringAt: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
47224
47240
|
allTimeHighStreak: z.ZodOptional<z.ZodNumber>;
|
|
47225
47241
|
milestones: z.ZodOptional<z.ZodObject<{
|
|
47226
47242
|
ratings: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -50188,6 +50204,7 @@ export declare const creatorPickSchema: z.ZodObject<{
|
|
|
50188
50204
|
timeZone?: string | undefined;
|
|
50189
50205
|
}>>;
|
|
50190
50206
|
currentPickStreak: z.ZodOptional<z.ZodNumber>;
|
|
50207
|
+
currentPickStreakExpiringAt: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
50191
50208
|
allTimeHighStreak: z.ZodOptional<z.ZodNumber>;
|
|
50192
50209
|
milestones: z.ZodOptional<z.ZodObject<{
|
|
50193
50210
|
ratings: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -53109,6 +53126,7 @@ export declare const creatorPickSchema: z.ZodObject<{
|
|
|
53109
53126
|
timeZone?: string | undefined;
|
|
53110
53127
|
}>>;
|
|
53111
53128
|
currentPickStreak: z.ZodOptional<z.ZodNumber>;
|
|
53129
|
+
currentPickStreakExpiringAt: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
53112
53130
|
allTimeHighStreak: z.ZodOptional<z.ZodNumber>;
|
|
53113
53131
|
milestones: z.ZodOptional<z.ZodObject<{
|
|
53114
53132
|
ratings: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -56013,6 +56031,7 @@ export declare const creatorPickSchema: z.ZodObject<{
|
|
|
56013
56031
|
timeZone?: string | undefined;
|
|
56014
56032
|
}>>;
|
|
56015
56033
|
currentPickStreak: z.ZodOptional<z.ZodNumber>;
|
|
56034
|
+
currentPickStreakExpiringAt: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
56016
56035
|
allTimeHighStreak: z.ZodOptional<z.ZodNumber>;
|
|
56017
56036
|
milestones: z.ZodOptional<z.ZodObject<{
|
|
56018
56037
|
ratings: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -57738,6 +57757,7 @@ export declare const creatorPickSchema: z.ZodObject<{
|
|
|
57738
57757
|
timeZone?: string | undefined;
|
|
57739
57758
|
}>>;
|
|
57740
57759
|
currentPickStreak: z.ZodOptional<z.ZodNumber>;
|
|
57760
|
+
currentPickStreakExpiringAt: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
57741
57761
|
allTimeHighStreak: z.ZodOptional<z.ZodNumber>;
|
|
57742
57762
|
milestones: z.ZodOptional<z.ZodObject<{
|
|
57743
57763
|
ratings: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
package/dist/schemas/list.d.ts
CHANGED
|
@@ -917,6 +917,7 @@ export declare const listSchema: z.ZodObject<{
|
|
|
917
917
|
timeZone?: string | undefined;
|
|
918
918
|
}>>;
|
|
919
919
|
currentPickStreak: z.ZodOptional<z.ZodNumber>;
|
|
920
|
+
currentPickStreakExpiringAt: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
920
921
|
allTimeHighStreak: z.ZodOptional<z.ZodNumber>;
|
|
921
922
|
milestones: z.ZodOptional<z.ZodObject<{
|
|
922
923
|
ratings: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -2216,6 +2217,7 @@ export declare const listCreateSchema: z.ZodObject<Omit<{
|
|
|
2216
2217
|
timeZone?: string | undefined;
|
|
2217
2218
|
}>>;
|
|
2218
2219
|
currentPickStreak: z.ZodOptional<z.ZodNumber>;
|
|
2220
|
+
currentPickStreakExpiringAt: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
2219
2221
|
allTimeHighStreak: z.ZodOptional<z.ZodNumber>;
|
|
2220
2222
|
milestones: z.ZodOptional<z.ZodObject<{
|
|
2221
2223
|
ratings: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -3506,6 +3508,7 @@ export declare const listCommentSchema: z.ZodObject<{
|
|
|
3506
3508
|
timeZone?: string | undefined;
|
|
3507
3509
|
}>>;
|
|
3508
3510
|
currentPickStreak: z.ZodOptional<z.ZodNumber>;
|
|
3511
|
+
currentPickStreakExpiringAt: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
3509
3512
|
allTimeHighStreak: z.ZodOptional<z.ZodNumber>;
|
|
3510
3513
|
milestones: z.ZodOptional<z.ZodObject<{
|
|
3511
3514
|
ratings: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -4754,6 +4757,7 @@ export declare const listCommentSchema: z.ZodObject<{
|
|
|
4754
4757
|
timeZone?: string | undefined;
|
|
4755
4758
|
}>>;
|
|
4756
4759
|
currentPickStreak: z.ZodOptional<z.ZodNumber>;
|
|
4760
|
+
currentPickStreakExpiringAt: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
4757
4761
|
allTimeHighStreak: z.ZodOptional<z.ZodNumber>;
|
|
4758
4762
|
milestones: z.ZodOptional<z.ZodObject<{
|
|
4759
4763
|
ratings: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -6047,6 +6051,7 @@ export declare const listCommentLikeSchema: z.ZodObject<{
|
|
|
6047
6051
|
timeZone?: string | undefined;
|
|
6048
6052
|
}>>;
|
|
6049
6053
|
currentPickStreak: z.ZodOptional<z.ZodNumber>;
|
|
6054
|
+
currentPickStreakExpiringAt: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
6050
6055
|
allTimeHighStreak: z.ZodOptional<z.ZodNumber>;
|
|
6051
6056
|
milestones: z.ZodOptional<z.ZodObject<{
|
|
6052
6057
|
ratings: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -929,6 +929,7 @@ export declare const banInfoSchema: z.ZodObject<{
|
|
|
929
929
|
timeZone?: string | undefined;
|
|
930
930
|
}>>;
|
|
931
931
|
currentPickStreak: z.ZodOptional<z.ZodNumber>;
|
|
932
|
+
currentPickStreakExpiringAt: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
932
933
|
allTimeHighStreak: z.ZodOptional<z.ZodNumber>;
|
|
933
934
|
milestones: z.ZodOptional<z.ZodObject<{
|
|
934
935
|
ratings: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -2204,6 +2205,7 @@ export declare const bannedUserSchema: z.ZodObject<{
|
|
|
2204
2205
|
timeZone?: string | undefined;
|
|
2205
2206
|
}>>;
|
|
2206
2207
|
currentPickStreak: z.ZodOptional<z.ZodNumber>;
|
|
2208
|
+
currentPickStreakExpiringAt: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
2207
2209
|
allTimeHighStreak: z.ZodOptional<z.ZodNumber>;
|
|
2208
2210
|
milestones: z.ZodOptional<z.ZodObject<{
|
|
2209
2211
|
ratings: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -3515,6 +3517,7 @@ export declare const bannedUsersResponseSchema: z.ZodObject<{
|
|
|
3515
3517
|
timeZone?: string | undefined;
|
|
3516
3518
|
}>>;
|
|
3517
3519
|
currentPickStreak: z.ZodOptional<z.ZodNumber>;
|
|
3520
|
+
currentPickStreakExpiringAt: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
3518
3521
|
allTimeHighStreak: z.ZodOptional<z.ZodNumber>;
|
|
3519
3522
|
milestones: z.ZodOptional<z.ZodObject<{
|
|
3520
3523
|
ratings: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -4870,6 +4873,7 @@ export declare const banStatusResponseSchema: z.ZodObject<{
|
|
|
4870
4873
|
timeZone?: string | undefined;
|
|
4871
4874
|
}>>;
|
|
4872
4875
|
currentPickStreak: z.ZodOptional<z.ZodNumber>;
|
|
4876
|
+
currentPickStreakExpiringAt: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
4873
4877
|
allTimeHighStreak: z.ZodOptional<z.ZodNumber>;
|
|
4874
4878
|
milestones: z.ZodOptional<z.ZodObject<{
|
|
4875
4879
|
ratings: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
package/dist/schemas/pick.d.ts
CHANGED
|
@@ -912,6 +912,7 @@ export declare const pickSchema: z.ZodObject<{
|
|
|
912
912
|
timeZone?: string | undefined;
|
|
913
913
|
}>>;
|
|
914
914
|
currentPickStreak: z.ZodOptional<z.ZodNumber>;
|
|
915
|
+
currentPickStreakExpiringAt: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
915
916
|
allTimeHighStreak: z.ZodOptional<z.ZodNumber>;
|
|
916
917
|
milestones: z.ZodOptional<z.ZodObject<{
|
|
917
918
|
ratings: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -3303,6 +3304,7 @@ export declare const pickSchema: z.ZodObject<{
|
|
|
3303
3304
|
timeZone?: string | undefined;
|
|
3304
3305
|
}>>;
|
|
3305
3306
|
currentPickStreak: z.ZodOptional<z.ZodNumber>;
|
|
3307
|
+
currentPickStreakExpiringAt: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
3306
3308
|
allTimeHighStreak: z.ZodOptional<z.ZodNumber>;
|
|
3307
3309
|
milestones: z.ZodOptional<z.ZodObject<{
|
|
3308
3310
|
ratings: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -6149,6 +6151,7 @@ export declare const pickSchema: z.ZodObject<{
|
|
|
6149
6151
|
timeZone?: string | undefined;
|
|
6150
6152
|
}>>;
|
|
6151
6153
|
currentPickStreak: z.ZodOptional<z.ZodNumber>;
|
|
6154
|
+
currentPickStreakExpiringAt: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
6152
6155
|
allTimeHighStreak: z.ZodOptional<z.ZodNumber>;
|
|
6153
6156
|
milestones: z.ZodOptional<z.ZodObject<{
|
|
6154
6157
|
ratings: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -8911,6 +8914,7 @@ export declare const pickSchema: z.ZodObject<{
|
|
|
8911
8914
|
timeZone?: string | undefined;
|
|
8912
8915
|
}>>;
|
|
8913
8916
|
currentPickStreak: z.ZodOptional<z.ZodNumber>;
|
|
8917
|
+
currentPickStreakExpiringAt: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
8914
8918
|
allTimeHighStreak: z.ZodOptional<z.ZodNumber>;
|
|
8915
8919
|
milestones: z.ZodOptional<z.ZodObject<{
|
|
8916
8920
|
ratings: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -11878,6 +11882,7 @@ export declare const pickSchema: z.ZodObject<{
|
|
|
11878
11882
|
timeZone?: string | undefined;
|
|
11879
11883
|
}>>;
|
|
11880
11884
|
currentPickStreak: z.ZodOptional<z.ZodNumber>;
|
|
11885
|
+
currentPickStreakExpiringAt: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
11881
11886
|
allTimeHighStreak: z.ZodOptional<z.ZodNumber>;
|
|
11882
11887
|
milestones: z.ZodOptional<z.ZodObject<{
|
|
11883
11888
|
ratings: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -14799,6 +14804,7 @@ export declare const pickSchema: z.ZodObject<{
|
|
|
14799
14804
|
timeZone?: string | undefined;
|
|
14800
14805
|
}>>;
|
|
14801
14806
|
currentPickStreak: z.ZodOptional<z.ZodNumber>;
|
|
14807
|
+
currentPickStreakExpiringAt: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
14802
14808
|
allTimeHighStreak: z.ZodOptional<z.ZodNumber>;
|
|
14803
14809
|
milestones: z.ZodOptional<z.ZodObject<{
|
|
14804
14810
|
ratings: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -17703,6 +17709,7 @@ export declare const pickSchema: z.ZodObject<{
|
|
|
17703
17709
|
timeZone?: string | undefined;
|
|
17704
17710
|
}>>;
|
|
17705
17711
|
currentPickStreak: z.ZodOptional<z.ZodNumber>;
|
|
17712
|
+
currentPickStreakExpiringAt: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
17706
17713
|
allTimeHighStreak: z.ZodOptional<z.ZodNumber>;
|
|
17707
17714
|
milestones: z.ZodOptional<z.ZodObject<{
|
|
17708
17715
|
ratings: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -22331,6 +22338,7 @@ export declare const pickSubmissionDtoSchema: z.ZodObject<{
|
|
|
22331
22338
|
timeZone?: string | undefined;
|
|
22332
22339
|
}>>;
|
|
22333
22340
|
currentPickStreak: z.ZodOptional<z.ZodNumber>;
|
|
22341
|
+
currentPickStreakExpiringAt: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
22334
22342
|
allTimeHighStreak: z.ZodOptional<z.ZodNumber>;
|
|
22335
22343
|
milestones: z.ZodOptional<z.ZodObject<{
|
|
22336
22344
|
ratings: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -24670,6 +24678,7 @@ export declare const pickSubmissionDtoSchema: z.ZodObject<{
|
|
|
24670
24678
|
timeZone?: string | undefined;
|
|
24671
24679
|
}>>;
|
|
24672
24680
|
currentPickStreak: z.ZodOptional<z.ZodNumber>;
|
|
24681
|
+
currentPickStreakExpiringAt: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
24673
24682
|
allTimeHighStreak: z.ZodOptional<z.ZodNumber>;
|
|
24674
24683
|
milestones: z.ZodOptional<z.ZodObject<{
|
|
24675
24684
|
ratings: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -27516,6 +27525,7 @@ export declare const pickSubmissionDtoSchema: z.ZodObject<{
|
|
|
27516
27525
|
timeZone?: string | undefined;
|
|
27517
27526
|
}>>;
|
|
27518
27527
|
currentPickStreak: z.ZodOptional<z.ZodNumber>;
|
|
27528
|
+
currentPickStreakExpiringAt: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
27519
27529
|
allTimeHighStreak: z.ZodOptional<z.ZodNumber>;
|
|
27520
27530
|
milestones: z.ZodOptional<z.ZodObject<{
|
|
27521
27531
|
ratings: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -30278,6 +30288,7 @@ export declare const pickSubmissionDtoSchema: z.ZodObject<{
|
|
|
30278
30288
|
timeZone?: string | undefined;
|
|
30279
30289
|
}>>;
|
|
30280
30290
|
currentPickStreak: z.ZodOptional<z.ZodNumber>;
|
|
30291
|
+
currentPickStreakExpiringAt: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
30281
30292
|
allTimeHighStreak: z.ZodOptional<z.ZodNumber>;
|
|
30282
30293
|
milestones: z.ZodOptional<z.ZodObject<{
|
|
30283
30294
|
ratings: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -33245,6 +33256,7 @@ export declare const pickSubmissionDtoSchema: z.ZodObject<{
|
|
|
33245
33256
|
timeZone?: string | undefined;
|
|
33246
33257
|
}>>;
|
|
33247
33258
|
currentPickStreak: z.ZodOptional<z.ZodNumber>;
|
|
33259
|
+
currentPickStreakExpiringAt: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
33248
33260
|
allTimeHighStreak: z.ZodOptional<z.ZodNumber>;
|
|
33249
33261
|
milestones: z.ZodOptional<z.ZodObject<{
|
|
33250
33262
|
ratings: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -36166,6 +36178,7 @@ export declare const pickSubmissionDtoSchema: z.ZodObject<{
|
|
|
36166
36178
|
timeZone?: string | undefined;
|
|
36167
36179
|
}>>;
|
|
36168
36180
|
currentPickStreak: z.ZodOptional<z.ZodNumber>;
|
|
36181
|
+
currentPickStreakExpiringAt: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
36169
36182
|
allTimeHighStreak: z.ZodOptional<z.ZodNumber>;
|
|
36170
36183
|
milestones: z.ZodOptional<z.ZodObject<{
|
|
36171
36184
|
ratings: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -39070,6 +39083,7 @@ export declare const pickSubmissionDtoSchema: z.ZodObject<{
|
|
|
39070
39083
|
timeZone?: string | undefined;
|
|
39071
39084
|
}>>;
|
|
39072
39085
|
currentPickStreak: z.ZodOptional<z.ZodNumber>;
|
|
39086
|
+
currentPickStreakExpiringAt: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
39073
39087
|
allTimeHighStreak: z.ZodOptional<z.ZodNumber>;
|
|
39074
39088
|
milestones: z.ZodOptional<z.ZodObject<{
|
|
39075
39089
|
ratings: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -43671,6 +43685,7 @@ export declare const userPickResponseDtoSchema: z.ZodObject<{
|
|
|
43671
43685
|
timeZone?: string | undefined;
|
|
43672
43686
|
}>>;
|
|
43673
43687
|
currentPickStreak: z.ZodOptional<z.ZodNumber>;
|
|
43688
|
+
currentPickStreakExpiringAt: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
43674
43689
|
allTimeHighStreak: z.ZodOptional<z.ZodNumber>;
|
|
43675
43690
|
milestones: z.ZodOptional<z.ZodObject<{
|
|
43676
43691
|
ratings: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -46062,6 +46077,7 @@ export declare const userPickResponseDtoSchema: z.ZodObject<{
|
|
|
46062
46077
|
timeZone?: string | undefined;
|
|
46063
46078
|
}>>;
|
|
46064
46079
|
currentPickStreak: z.ZodOptional<z.ZodNumber>;
|
|
46080
|
+
currentPickStreakExpiringAt: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
46065
46081
|
allTimeHighStreak: z.ZodOptional<z.ZodNumber>;
|
|
46066
46082
|
milestones: z.ZodOptional<z.ZodObject<{
|
|
46067
46083
|
ratings: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -48908,6 +48924,7 @@ export declare const userPickResponseDtoSchema: z.ZodObject<{
|
|
|
48908
48924
|
timeZone?: string | undefined;
|
|
48909
48925
|
}>>;
|
|
48910
48926
|
currentPickStreak: z.ZodOptional<z.ZodNumber>;
|
|
48927
|
+
currentPickStreakExpiringAt: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
48911
48928
|
allTimeHighStreak: z.ZodOptional<z.ZodNumber>;
|
|
48912
48929
|
milestones: z.ZodOptional<z.ZodObject<{
|
|
48913
48930
|
ratings: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -51670,6 +51687,7 @@ export declare const userPickResponseDtoSchema: z.ZodObject<{
|
|
|
51670
51687
|
timeZone?: string | undefined;
|
|
51671
51688
|
}>>;
|
|
51672
51689
|
currentPickStreak: z.ZodOptional<z.ZodNumber>;
|
|
51690
|
+
currentPickStreakExpiringAt: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
51673
51691
|
allTimeHighStreak: z.ZodOptional<z.ZodNumber>;
|
|
51674
51692
|
milestones: z.ZodOptional<z.ZodObject<{
|
|
51675
51693
|
ratings: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -54637,6 +54655,7 @@ export declare const userPickResponseDtoSchema: z.ZodObject<{
|
|
|
54637
54655
|
timeZone?: string | undefined;
|
|
54638
54656
|
}>>;
|
|
54639
54657
|
currentPickStreak: z.ZodOptional<z.ZodNumber>;
|
|
54658
|
+
currentPickStreakExpiringAt: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
54640
54659
|
allTimeHighStreak: z.ZodOptional<z.ZodNumber>;
|
|
54641
54660
|
milestones: z.ZodOptional<z.ZodObject<{
|
|
54642
54661
|
ratings: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -57558,6 +57577,7 @@ export declare const userPickResponseDtoSchema: z.ZodObject<{
|
|
|
57558
57577
|
timeZone?: string | undefined;
|
|
57559
57578
|
}>>;
|
|
57560
57579
|
currentPickStreak: z.ZodOptional<z.ZodNumber>;
|
|
57580
|
+
currentPickStreakExpiringAt: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
57561
57581
|
allTimeHighStreak: z.ZodOptional<z.ZodNumber>;
|
|
57562
57582
|
milestones: z.ZodOptional<z.ZodObject<{
|
|
57563
57583
|
ratings: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -60462,6 +60482,7 @@ export declare const userPickResponseDtoSchema: z.ZodObject<{
|
|
|
60462
60482
|
timeZone?: string | undefined;
|
|
60463
60483
|
}>>;
|
|
60464
60484
|
currentPickStreak: z.ZodOptional<z.ZodNumber>;
|
|
60485
|
+
currentPickStreakExpiringAt: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
60465
60486
|
allTimeHighStreak: z.ZodOptional<z.ZodNumber>;
|
|
60466
60487
|
milestones: z.ZodOptional<z.ZodObject<{
|
|
60467
60488
|
ratings: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -67837,6 +67858,7 @@ export declare const gamePickUsersResponseDtoSchema: z.ZodObject<{
|
|
|
67837
67858
|
timeZone?: string | undefined;
|
|
67838
67859
|
}>>;
|
|
67839
67860
|
currentPickStreak: z.ZodOptional<z.ZodNumber>;
|
|
67861
|
+
currentPickStreakExpiringAt: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
67840
67862
|
allTimeHighStreak: z.ZodOptional<z.ZodNumber>;
|
|
67841
67863
|
milestones: z.ZodOptional<z.ZodObject<{
|
|
67842
67864
|
ratings: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -69082,6 +69104,7 @@ export declare const gamePickUsersResponseDtoSchema: z.ZodObject<{
|
|
|
69082
69104
|
timeZone?: string | undefined;
|
|
69083
69105
|
}>>;
|
|
69084
69106
|
currentPickStreak: z.ZodOptional<z.ZodNumber>;
|
|
69107
|
+
currentPickStreakExpiringAt: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
69085
69108
|
allTimeHighStreak: z.ZodOptional<z.ZodNumber>;
|
|
69086
69109
|
milestones: z.ZodOptional<z.ZodObject<{
|
|
69087
69110
|
ratings: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -70366,6 +70389,7 @@ export declare const gamePickUsersPaginatedResponseDtoSchema: z.ZodObject<{
|
|
|
70366
70389
|
timeZone?: string | undefined;
|
|
70367
70390
|
}>>;
|
|
70368
70391
|
currentPickStreak: z.ZodOptional<z.ZodNumber>;
|
|
70392
|
+
currentPickStreakExpiringAt: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
70369
70393
|
allTimeHighStreak: z.ZodOptional<z.ZodNumber>;
|
|
70370
70394
|
milestones: z.ZodOptional<z.ZodObject<{
|
|
70371
70395
|
ratings: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -71697,6 +71721,7 @@ export declare const pickEmPicksResponseDtoSchema: z.ZodObject<{
|
|
|
71697
71721
|
timeZone?: string | undefined;
|
|
71698
71722
|
}>>;
|
|
71699
71723
|
currentPickStreak: z.ZodOptional<z.ZodNumber>;
|
|
71724
|
+
currentPickStreakExpiringAt: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
71700
71725
|
allTimeHighStreak: z.ZodOptional<z.ZodNumber>;
|
|
71701
71726
|
milestones: z.ZodOptional<z.ZodObject<{
|
|
71702
71727
|
ratings: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -74088,6 +74113,7 @@ export declare const pickEmPicksResponseDtoSchema: z.ZodObject<{
|
|
|
74088
74113
|
timeZone?: string | undefined;
|
|
74089
74114
|
}>>;
|
|
74090
74115
|
currentPickStreak: z.ZodOptional<z.ZodNumber>;
|
|
74116
|
+
currentPickStreakExpiringAt: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
74091
74117
|
allTimeHighStreak: z.ZodOptional<z.ZodNumber>;
|
|
74092
74118
|
milestones: z.ZodOptional<z.ZodObject<{
|
|
74093
74119
|
ratings: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -76934,6 +76960,7 @@ export declare const pickEmPicksResponseDtoSchema: z.ZodObject<{
|
|
|
76934
76960
|
timeZone?: string | undefined;
|
|
76935
76961
|
}>>;
|
|
76936
76962
|
currentPickStreak: z.ZodOptional<z.ZodNumber>;
|
|
76963
|
+
currentPickStreakExpiringAt: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
76937
76964
|
allTimeHighStreak: z.ZodOptional<z.ZodNumber>;
|
|
76938
76965
|
milestones: z.ZodOptional<z.ZodObject<{
|
|
76939
76966
|
ratings: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -79696,6 +79723,7 @@ export declare const pickEmPicksResponseDtoSchema: z.ZodObject<{
|
|
|
79696
79723
|
timeZone?: string | undefined;
|
|
79697
79724
|
}>>;
|
|
79698
79725
|
currentPickStreak: z.ZodOptional<z.ZodNumber>;
|
|
79726
|
+
currentPickStreakExpiringAt: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
79699
79727
|
allTimeHighStreak: z.ZodOptional<z.ZodNumber>;
|
|
79700
79728
|
milestones: z.ZodOptional<z.ZodObject<{
|
|
79701
79729
|
ratings: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -82663,6 +82691,7 @@ export declare const pickEmPicksResponseDtoSchema: z.ZodObject<{
|
|
|
82663
82691
|
timeZone?: string | undefined;
|
|
82664
82692
|
}>>;
|
|
82665
82693
|
currentPickStreak: z.ZodOptional<z.ZodNumber>;
|
|
82694
|
+
currentPickStreakExpiringAt: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
82666
82695
|
allTimeHighStreak: z.ZodOptional<z.ZodNumber>;
|
|
82667
82696
|
milestones: z.ZodOptional<z.ZodObject<{
|
|
82668
82697
|
ratings: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -85584,6 +85613,7 @@ export declare const pickEmPicksResponseDtoSchema: z.ZodObject<{
|
|
|
85584
85613
|
timeZone?: string | undefined;
|
|
85585
85614
|
}>>;
|
|
85586
85615
|
currentPickStreak: z.ZodOptional<z.ZodNumber>;
|
|
85616
|
+
currentPickStreakExpiringAt: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
85587
85617
|
allTimeHighStreak: z.ZodOptional<z.ZodNumber>;
|
|
85588
85618
|
milestones: z.ZodOptional<z.ZodObject<{
|
|
85589
85619
|
ratings: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -88488,6 +88518,7 @@ export declare const pickEmPicksResponseDtoSchema: z.ZodObject<{
|
|
|
88488
88518
|
timeZone?: string | undefined;
|
|
88489
88519
|
}>>;
|
|
88490
88520
|
currentPickStreak: z.ZodOptional<z.ZodNumber>;
|
|
88521
|
+
currentPickStreakExpiringAt: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
88491
88522
|
allTimeHighStreak: z.ZodOptional<z.ZodNumber>;
|
|
88492
88523
|
milestones: z.ZodOptional<z.ZodObject<{
|
|
88493
88524
|
ratings: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -95885,6 +95916,7 @@ export declare const pickDeleteDtoSchema: z.ZodObject<{
|
|
|
95885
95916
|
timeZone?: string | undefined;
|
|
95886
95917
|
}>>;
|
|
95887
95918
|
currentPickStreak: z.ZodOptional<z.ZodNumber>;
|
|
95919
|
+
currentPickStreakExpiringAt: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
95888
95920
|
allTimeHighStreak: z.ZodOptional<z.ZodNumber>;
|
|
95889
95921
|
milestones: z.ZodOptional<z.ZodObject<{
|
|
95890
95922
|
ratings: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -98276,6 +98308,7 @@ export declare const pickDeleteDtoSchema: z.ZodObject<{
|
|
|
98276
98308
|
timeZone?: string | undefined;
|
|
98277
98309
|
}>>;
|
|
98278
98310
|
currentPickStreak: z.ZodOptional<z.ZodNumber>;
|
|
98311
|
+
currentPickStreakExpiringAt: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
98279
98312
|
allTimeHighStreak: z.ZodOptional<z.ZodNumber>;
|
|
98280
98313
|
milestones: z.ZodOptional<z.ZodObject<{
|
|
98281
98314
|
ratings: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -101122,6 +101155,7 @@ export declare const pickDeleteDtoSchema: z.ZodObject<{
|
|
|
101122
101155
|
timeZone?: string | undefined;
|
|
101123
101156
|
}>>;
|
|
101124
101157
|
currentPickStreak: z.ZodOptional<z.ZodNumber>;
|
|
101158
|
+
currentPickStreakExpiringAt: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
101125
101159
|
allTimeHighStreak: z.ZodOptional<z.ZodNumber>;
|
|
101126
101160
|
milestones: z.ZodOptional<z.ZodObject<{
|
|
101127
101161
|
ratings: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -103884,6 +103918,7 @@ export declare const pickDeleteDtoSchema: z.ZodObject<{
|
|
|
103884
103918
|
timeZone?: string | undefined;
|
|
103885
103919
|
}>>;
|
|
103886
103920
|
currentPickStreak: z.ZodOptional<z.ZodNumber>;
|
|
103921
|
+
currentPickStreakExpiringAt: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
103887
103922
|
allTimeHighStreak: z.ZodOptional<z.ZodNumber>;
|
|
103888
103923
|
milestones: z.ZodOptional<z.ZodObject<{
|
|
103889
103924
|
ratings: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -106851,6 +106886,7 @@ export declare const pickDeleteDtoSchema: z.ZodObject<{
|
|
|
106851
106886
|
timeZone?: string | undefined;
|
|
106852
106887
|
}>>;
|
|
106853
106888
|
currentPickStreak: z.ZodOptional<z.ZodNumber>;
|
|
106889
|
+
currentPickStreakExpiringAt: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
106854
106890
|
allTimeHighStreak: z.ZodOptional<z.ZodNumber>;
|
|
106855
106891
|
milestones: z.ZodOptional<z.ZodObject<{
|
|
106856
106892
|
ratings: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -109772,6 +109808,7 @@ export declare const pickDeleteDtoSchema: z.ZodObject<{
|
|
|
109772
109808
|
timeZone?: string | undefined;
|
|
109773
109809
|
}>>;
|
|
109774
109810
|
currentPickStreak: z.ZodOptional<z.ZodNumber>;
|
|
109811
|
+
currentPickStreakExpiringAt: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
109775
109812
|
allTimeHighStreak: z.ZodOptional<z.ZodNumber>;
|
|
109776
109813
|
milestones: z.ZodOptional<z.ZodObject<{
|
|
109777
109814
|
ratings: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -112676,6 +112713,7 @@ export declare const pickDeleteDtoSchema: z.ZodObject<{
|
|
|
112676
112713
|
timeZone?: string | undefined;
|
|
112677
112714
|
}>>;
|
|
112678
112715
|
currentPickStreak: z.ZodOptional<z.ZodNumber>;
|
|
112716
|
+
currentPickStreakExpiringAt: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
112679
112717
|
allTimeHighStreak: z.ZodOptional<z.ZodNumber>;
|
|
112680
112718
|
milestones: z.ZodOptional<z.ZodObject<{
|
|
112681
112719
|
ratings: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
package/dist/schemas/poll.d.ts
CHANGED
|
@@ -2054,6 +2054,7 @@ export declare const pollOptionSchema: z.ZodObject<{
|
|
|
2054
2054
|
timeZone?: string | undefined;
|
|
2055
2055
|
}>>;
|
|
2056
2056
|
currentPickStreak: z.ZodOptional<z.ZodNumber>;
|
|
2057
|
+
currentPickStreakExpiringAt: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
2057
2058
|
allTimeHighStreak: z.ZodOptional<z.ZodNumber>;
|
|
2058
2059
|
milestones: z.ZodOptional<z.ZodObject<{
|
|
2059
2060
|
ratings: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -4900,6 +4901,7 @@ export declare const pollOptionSchema: z.ZodObject<{
|
|
|
4900
4901
|
timeZone?: string | undefined;
|
|
4901
4902
|
}>>;
|
|
4902
4903
|
currentPickStreak: z.ZodOptional<z.ZodNumber>;
|
|
4904
|
+
currentPickStreakExpiringAt: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
4903
4905
|
allTimeHighStreak: z.ZodOptional<z.ZodNumber>;
|
|
4904
4906
|
milestones: z.ZodOptional<z.ZodObject<{
|
|
4905
4907
|
ratings: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -7662,6 +7664,7 @@ export declare const pollOptionSchema: z.ZodObject<{
|
|
|
7662
7664
|
timeZone?: string | undefined;
|
|
7663
7665
|
}>>;
|
|
7664
7666
|
currentPickStreak: z.ZodOptional<z.ZodNumber>;
|
|
7667
|
+
currentPickStreakExpiringAt: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
7665
7668
|
allTimeHighStreak: z.ZodOptional<z.ZodNumber>;
|
|
7666
7669
|
milestones: z.ZodOptional<z.ZodObject<{
|
|
7667
7670
|
ratings: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -10629,6 +10632,7 @@ export declare const pollOptionSchema: z.ZodObject<{
|
|
|
10629
10632
|
timeZone?: string | undefined;
|
|
10630
10633
|
}>>;
|
|
10631
10634
|
currentPickStreak: z.ZodOptional<z.ZodNumber>;
|
|
10635
|
+
currentPickStreakExpiringAt: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
10632
10636
|
allTimeHighStreak: z.ZodOptional<z.ZodNumber>;
|
|
10633
10637
|
milestones: z.ZodOptional<z.ZodObject<{
|
|
10634
10638
|
ratings: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -13550,6 +13554,7 @@ export declare const pollOptionSchema: z.ZodObject<{
|
|
|
13550
13554
|
timeZone?: string | undefined;
|
|
13551
13555
|
}>>;
|
|
13552
13556
|
currentPickStreak: z.ZodOptional<z.ZodNumber>;
|
|
13557
|
+
currentPickStreakExpiringAt: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
13553
13558
|
allTimeHighStreak: z.ZodOptional<z.ZodNumber>;
|
|
13554
13559
|
milestones: z.ZodOptional<z.ZodObject<{
|
|
13555
13560
|
ratings: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -16454,6 +16459,7 @@ export declare const pollOptionSchema: z.ZodObject<{
|
|
|
16454
16459
|
timeZone?: string | undefined;
|
|
16455
16460
|
}>>;
|
|
16456
16461
|
currentPickStreak: z.ZodOptional<z.ZodNumber>;
|
|
16462
|
+
currentPickStreakExpiringAt: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
16457
16463
|
allTimeHighStreak: z.ZodOptional<z.ZodNumber>;
|
|
16458
16464
|
milestones: z.ZodOptional<z.ZodObject<{
|
|
16459
16465
|
ratings: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -20909,6 +20915,7 @@ export declare const pollSchema: z.ZodObject<{
|
|
|
20909
20915
|
timeZone?: string | undefined;
|
|
20910
20916
|
}>>;
|
|
20911
20917
|
currentPickStreak: z.ZodOptional<z.ZodNumber>;
|
|
20918
|
+
currentPickStreakExpiringAt: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
20912
20919
|
allTimeHighStreak: z.ZodOptional<z.ZodNumber>;
|
|
20913
20920
|
milestones: z.ZodOptional<z.ZodObject<{
|
|
20914
20921
|
ratings: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -23285,6 +23292,7 @@ export declare const pollSchema: z.ZodObject<{
|
|
|
23285
23292
|
timeZone?: string | undefined;
|
|
23286
23293
|
}>>;
|
|
23287
23294
|
currentPickStreak: z.ZodOptional<z.ZodNumber>;
|
|
23295
|
+
currentPickStreakExpiringAt: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
23288
23296
|
allTimeHighStreak: z.ZodOptional<z.ZodNumber>;
|
|
23289
23297
|
milestones: z.ZodOptional<z.ZodObject<{
|
|
23290
23298
|
ratings: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -26131,6 +26139,7 @@ export declare const pollSchema: z.ZodObject<{
|
|
|
26131
26139
|
timeZone?: string | undefined;
|
|
26132
26140
|
}>>;
|
|
26133
26141
|
currentPickStreak: z.ZodOptional<z.ZodNumber>;
|
|
26142
|
+
currentPickStreakExpiringAt: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
26134
26143
|
allTimeHighStreak: z.ZodOptional<z.ZodNumber>;
|
|
26135
26144
|
milestones: z.ZodOptional<z.ZodObject<{
|
|
26136
26145
|
ratings: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -28893,6 +28902,7 @@ export declare const pollSchema: z.ZodObject<{
|
|
|
28893
28902
|
timeZone?: string | undefined;
|
|
28894
28903
|
}>>;
|
|
28895
28904
|
currentPickStreak: z.ZodOptional<z.ZodNumber>;
|
|
28905
|
+
currentPickStreakExpiringAt: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
28896
28906
|
allTimeHighStreak: z.ZodOptional<z.ZodNumber>;
|
|
28897
28907
|
milestones: z.ZodOptional<z.ZodObject<{
|
|
28898
28908
|
ratings: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -31860,6 +31870,7 @@ export declare const pollSchema: z.ZodObject<{
|
|
|
31860
31870
|
timeZone?: string | undefined;
|
|
31861
31871
|
}>>;
|
|
31862
31872
|
currentPickStreak: z.ZodOptional<z.ZodNumber>;
|
|
31873
|
+
currentPickStreakExpiringAt: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
31863
31874
|
allTimeHighStreak: z.ZodOptional<z.ZodNumber>;
|
|
31864
31875
|
milestones: z.ZodOptional<z.ZodObject<{
|
|
31865
31876
|
ratings: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -34781,6 +34792,7 @@ export declare const pollSchema: z.ZodObject<{
|
|
|
34781
34792
|
timeZone?: string | undefined;
|
|
34782
34793
|
}>>;
|
|
34783
34794
|
currentPickStreak: z.ZodOptional<z.ZodNumber>;
|
|
34795
|
+
currentPickStreakExpiringAt: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
34784
34796
|
allTimeHighStreak: z.ZodOptional<z.ZodNumber>;
|
|
34785
34797
|
milestones: z.ZodOptional<z.ZodObject<{
|
|
34786
34798
|
ratings: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -37685,6 +37697,7 @@ export declare const pollSchema: z.ZodObject<{
|
|
|
37685
37697
|
timeZone?: string | undefined;
|
|
37686
37698
|
}>>;
|
|
37687
37699
|
currentPickStreak: z.ZodOptional<z.ZodNumber>;
|
|
37700
|
+
currentPickStreakExpiringAt: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
37688
37701
|
allTimeHighStreak: z.ZodOptional<z.ZodNumber>;
|
|
37689
37702
|
milestones: z.ZodOptional<z.ZodObject<{
|
|
37690
37703
|
ratings: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -44960,6 +44973,7 @@ export declare const pollThreadCommentSchema: z.ZodObject<{
|
|
|
44960
44973
|
timeZone?: string | undefined;
|
|
44961
44974
|
}>>;
|
|
44962
44975
|
currentPickStreak: z.ZodOptional<z.ZodNumber>;
|
|
44976
|
+
currentPickStreakExpiringAt: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
44963
44977
|
allTimeHighStreak: z.ZodOptional<z.ZodNumber>;
|
|
44964
44978
|
milestones: z.ZodOptional<z.ZodObject<{
|
|
44965
44979
|
ratings: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -46208,6 +46222,7 @@ export declare const pollThreadCommentSchema: z.ZodObject<{
|
|
|
46208
46222
|
timeZone?: string | undefined;
|
|
46209
46223
|
}>>;
|
|
46210
46224
|
currentPickStreak: z.ZodOptional<z.ZodNumber>;
|
|
46225
|
+
currentPickStreakExpiringAt: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
46211
46226
|
allTimeHighStreak: z.ZodOptional<z.ZodNumber>;
|
|
46212
46227
|
milestones: z.ZodOptional<z.ZodObject<{
|
|
46213
46228
|
ratings: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -47508,6 +47523,7 @@ export declare const pollThreadCommentLikeSchema: z.ZodObject<{
|
|
|
47508
47523
|
timeZone?: string | undefined;
|
|
47509
47524
|
}>>;
|
|
47510
47525
|
currentPickStreak: z.ZodOptional<z.ZodNumber>;
|
|
47526
|
+
currentPickStreakExpiringAt: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
47511
47527
|
allTimeHighStreak: z.ZodOptional<z.ZodNumber>;
|
|
47512
47528
|
milestones: z.ZodOptional<z.ZodObject<{
|
|
47513
47529
|
ratings: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
package/dist/schemas/rating.d.ts
CHANGED
|
@@ -2357,6 +2357,7 @@ export declare const threadCommentSchema: import("zod").ZodObject<{
|
|
|
2357
2357
|
timeZone?: string | undefined;
|
|
2358
2358
|
}>>;
|
|
2359
2359
|
currentPickStreak: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
2360
|
+
currentPickStreakExpiringAt: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodNumber>>;
|
|
2360
2361
|
allTimeHighStreak: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
2361
2362
|
milestones: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
2362
2363
|
ratings: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -3605,6 +3606,7 @@ export declare const threadCommentSchema: import("zod").ZodObject<{
|
|
|
3605
3606
|
timeZone?: string | undefined;
|
|
3606
3607
|
}>>;
|
|
3607
3608
|
currentPickStreak: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
3609
|
+
currentPickStreakExpiringAt: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodNumber>>;
|
|
3608
3610
|
allTimeHighStreak: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
3609
3611
|
milestones: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
3610
3612
|
ratings: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -4927,6 +4929,7 @@ export declare const threadCommentLikeSchema: import("zod").ZodObject<{
|
|
|
4927
4929
|
timeZone?: string | undefined;
|
|
4928
4930
|
}>>;
|
|
4929
4931
|
currentPickStreak: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
4932
|
+
currentPickStreakExpiringAt: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodNumber>>;
|
|
4930
4933
|
allTimeHighStreak: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
4931
4934
|
milestones: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
4932
4935
|
ratings: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -2007,6 +2007,7 @@ export declare const scorePredictionSchema: z.ZodObject<{
|
|
|
2007
2007
|
timeZone?: string | undefined;
|
|
2008
2008
|
}>>;
|
|
2009
2009
|
currentPickStreak: z.ZodOptional<z.ZodNumber>;
|
|
2010
|
+
currentPickStreakExpiringAt: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
2010
2011
|
allTimeHighStreak: z.ZodOptional<z.ZodNumber>;
|
|
2011
2012
|
milestones: z.ZodOptional<z.ZodObject<{
|
|
2012
2013
|
ratings: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -4853,6 +4854,7 @@ export declare const scorePredictionSchema: z.ZodObject<{
|
|
|
4853
4854
|
timeZone?: string | undefined;
|
|
4854
4855
|
}>>;
|
|
4855
4856
|
currentPickStreak: z.ZodOptional<z.ZodNumber>;
|
|
4857
|
+
currentPickStreakExpiringAt: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
4856
4858
|
allTimeHighStreak: z.ZodOptional<z.ZodNumber>;
|
|
4857
4859
|
milestones: z.ZodOptional<z.ZodObject<{
|
|
4858
4860
|
ratings: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -7615,6 +7617,7 @@ export declare const scorePredictionSchema: z.ZodObject<{
|
|
|
7615
7617
|
timeZone?: string | undefined;
|
|
7616
7618
|
}>>;
|
|
7617
7619
|
currentPickStreak: z.ZodOptional<z.ZodNumber>;
|
|
7620
|
+
currentPickStreakExpiringAt: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
7618
7621
|
allTimeHighStreak: z.ZodOptional<z.ZodNumber>;
|
|
7619
7622
|
milestones: z.ZodOptional<z.ZodObject<{
|
|
7620
7623
|
ratings: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -10582,6 +10585,7 @@ export declare const scorePredictionSchema: z.ZodObject<{
|
|
|
10582
10585
|
timeZone?: string | undefined;
|
|
10583
10586
|
}>>;
|
|
10584
10587
|
currentPickStreak: z.ZodOptional<z.ZodNumber>;
|
|
10588
|
+
currentPickStreakExpiringAt: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
10585
10589
|
allTimeHighStreak: z.ZodOptional<z.ZodNumber>;
|
|
10586
10590
|
milestones: z.ZodOptional<z.ZodObject<{
|
|
10587
10591
|
ratings: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -13503,6 +13507,7 @@ export declare const scorePredictionSchema: z.ZodObject<{
|
|
|
13503
13507
|
timeZone?: string | undefined;
|
|
13504
13508
|
}>>;
|
|
13505
13509
|
currentPickStreak: z.ZodOptional<z.ZodNumber>;
|
|
13510
|
+
currentPickStreakExpiringAt: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
13506
13511
|
allTimeHighStreak: z.ZodOptional<z.ZodNumber>;
|
|
13507
13512
|
milestones: z.ZodOptional<z.ZodObject<{
|
|
13508
13513
|
ratings: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -16407,6 +16412,7 @@ export declare const scorePredictionSchema: z.ZodObject<{
|
|
|
16407
16412
|
timeZone?: string | undefined;
|
|
16408
16413
|
}>>;
|
|
16409
16414
|
currentPickStreak: z.ZodOptional<z.ZodNumber>;
|
|
16415
|
+
currentPickStreakExpiringAt: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
16410
16416
|
allTimeHighStreak: z.ZodOptional<z.ZodNumber>;
|
|
16411
16417
|
milestones: z.ZodOptional<z.ZodObject<{
|
|
16412
16418
|
ratings: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -18135,6 +18141,7 @@ export declare const scorePredictionSchema: z.ZodObject<{
|
|
|
18135
18141
|
timeZone?: string | undefined;
|
|
18136
18142
|
}>>;
|
|
18137
18143
|
currentPickStreak: z.ZodOptional<z.ZodNumber>;
|
|
18144
|
+
currentPickStreakExpiringAt: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
18138
18145
|
allTimeHighStreak: z.ZodOptional<z.ZodNumber>;
|
|
18139
18146
|
milestones: z.ZodOptional<z.ZodObject<{
|
|
18140
18147
|
ratings: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -23195,6 +23202,7 @@ export declare const scorePredictionSubmissionDtoSchema: z.ZodObject<{
|
|
|
23195
23202
|
timeZone?: string | undefined;
|
|
23196
23203
|
}>>;
|
|
23197
23204
|
currentPickStreak: z.ZodOptional<z.ZodNumber>;
|
|
23205
|
+
currentPickStreakExpiringAt: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
23198
23206
|
allTimeHighStreak: z.ZodOptional<z.ZodNumber>;
|
|
23199
23207
|
milestones: z.ZodOptional<z.ZodObject<{
|
|
23200
23208
|
ratings: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -26041,6 +26049,7 @@ export declare const scorePredictionSubmissionDtoSchema: z.ZodObject<{
|
|
|
26041
26049
|
timeZone?: string | undefined;
|
|
26042
26050
|
}>>;
|
|
26043
26051
|
currentPickStreak: z.ZodOptional<z.ZodNumber>;
|
|
26052
|
+
currentPickStreakExpiringAt: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
26044
26053
|
allTimeHighStreak: z.ZodOptional<z.ZodNumber>;
|
|
26045
26054
|
milestones: z.ZodOptional<z.ZodObject<{
|
|
26046
26055
|
ratings: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -28803,6 +28812,7 @@ export declare const scorePredictionSubmissionDtoSchema: z.ZodObject<{
|
|
|
28803
28812
|
timeZone?: string | undefined;
|
|
28804
28813
|
}>>;
|
|
28805
28814
|
currentPickStreak: z.ZodOptional<z.ZodNumber>;
|
|
28815
|
+
currentPickStreakExpiringAt: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
28806
28816
|
allTimeHighStreak: z.ZodOptional<z.ZodNumber>;
|
|
28807
28817
|
milestones: z.ZodOptional<z.ZodObject<{
|
|
28808
28818
|
ratings: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -31770,6 +31780,7 @@ export declare const scorePredictionSubmissionDtoSchema: z.ZodObject<{
|
|
|
31770
31780
|
timeZone?: string | undefined;
|
|
31771
31781
|
}>>;
|
|
31772
31782
|
currentPickStreak: z.ZodOptional<z.ZodNumber>;
|
|
31783
|
+
currentPickStreakExpiringAt: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
31773
31784
|
allTimeHighStreak: z.ZodOptional<z.ZodNumber>;
|
|
31774
31785
|
milestones: z.ZodOptional<z.ZodObject<{
|
|
31775
31786
|
ratings: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -34691,6 +34702,7 @@ export declare const scorePredictionSubmissionDtoSchema: z.ZodObject<{
|
|
|
34691
34702
|
timeZone?: string | undefined;
|
|
34692
34703
|
}>>;
|
|
34693
34704
|
currentPickStreak: z.ZodOptional<z.ZodNumber>;
|
|
34705
|
+
currentPickStreakExpiringAt: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
34694
34706
|
allTimeHighStreak: z.ZodOptional<z.ZodNumber>;
|
|
34695
34707
|
milestones: z.ZodOptional<z.ZodObject<{
|
|
34696
34708
|
ratings: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -37595,6 +37607,7 @@ export declare const scorePredictionSubmissionDtoSchema: z.ZodObject<{
|
|
|
37595
37607
|
timeZone?: string | undefined;
|
|
37596
37608
|
}>>;
|
|
37597
37609
|
currentPickStreak: z.ZodOptional<z.ZodNumber>;
|
|
37610
|
+
currentPickStreakExpiringAt: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
37598
37611
|
allTimeHighStreak: z.ZodOptional<z.ZodNumber>;
|
|
37599
37612
|
milestones: z.ZodOptional<z.ZodObject<{
|
|
37600
37613
|
ratings: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -43132,6 +43145,7 @@ export declare const userScorePredictionResponseDtoSchema: z.ZodObject<{
|
|
|
43132
43145
|
timeZone?: string | undefined;
|
|
43133
43146
|
}>>;
|
|
43134
43147
|
currentPickStreak: z.ZodOptional<z.ZodNumber>;
|
|
43148
|
+
currentPickStreakExpiringAt: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
43135
43149
|
allTimeHighStreak: z.ZodOptional<z.ZodNumber>;
|
|
43136
43150
|
milestones: z.ZodOptional<z.ZodObject<{
|
|
43137
43151
|
ratings: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -45978,6 +45992,7 @@ export declare const userScorePredictionResponseDtoSchema: z.ZodObject<{
|
|
|
45978
45992
|
timeZone?: string | undefined;
|
|
45979
45993
|
}>>;
|
|
45980
45994
|
currentPickStreak: z.ZodOptional<z.ZodNumber>;
|
|
45995
|
+
currentPickStreakExpiringAt: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
45981
45996
|
allTimeHighStreak: z.ZodOptional<z.ZodNumber>;
|
|
45982
45997
|
milestones: z.ZodOptional<z.ZodObject<{
|
|
45983
45998
|
ratings: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -48740,6 +48755,7 @@ export declare const userScorePredictionResponseDtoSchema: z.ZodObject<{
|
|
|
48740
48755
|
timeZone?: string | undefined;
|
|
48741
48756
|
}>>;
|
|
48742
48757
|
currentPickStreak: z.ZodOptional<z.ZodNumber>;
|
|
48758
|
+
currentPickStreakExpiringAt: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
48743
48759
|
allTimeHighStreak: z.ZodOptional<z.ZodNumber>;
|
|
48744
48760
|
milestones: z.ZodOptional<z.ZodObject<{
|
|
48745
48761
|
ratings: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -51707,6 +51723,7 @@ export declare const userScorePredictionResponseDtoSchema: z.ZodObject<{
|
|
|
51707
51723
|
timeZone?: string | undefined;
|
|
51708
51724
|
}>>;
|
|
51709
51725
|
currentPickStreak: z.ZodOptional<z.ZodNumber>;
|
|
51726
|
+
currentPickStreakExpiringAt: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
51710
51727
|
allTimeHighStreak: z.ZodOptional<z.ZodNumber>;
|
|
51711
51728
|
milestones: z.ZodOptional<z.ZodObject<{
|
|
51712
51729
|
ratings: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -54628,6 +54645,7 @@ export declare const userScorePredictionResponseDtoSchema: z.ZodObject<{
|
|
|
54628
54645
|
timeZone?: string | undefined;
|
|
54629
54646
|
}>>;
|
|
54630
54647
|
currentPickStreak: z.ZodOptional<z.ZodNumber>;
|
|
54648
|
+
currentPickStreakExpiringAt: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
54631
54649
|
allTimeHighStreak: z.ZodOptional<z.ZodNumber>;
|
|
54632
54650
|
milestones: z.ZodOptional<z.ZodObject<{
|
|
54633
54651
|
ratings: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -57532,6 +57550,7 @@ export declare const userScorePredictionResponseDtoSchema: z.ZodObject<{
|
|
|
57532
57550
|
timeZone?: string | undefined;
|
|
57533
57551
|
}>>;
|
|
57534
57552
|
currentPickStreak: z.ZodOptional<z.ZodNumber>;
|
|
57553
|
+
currentPickStreakExpiringAt: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
57535
57554
|
allTimeHighStreak: z.ZodOptional<z.ZodNumber>;
|
|
57536
57555
|
milestones: z.ZodOptional<z.ZodObject<{
|
|
57537
57556
|
ratings: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -59260,6 +59279,7 @@ export declare const userScorePredictionResponseDtoSchema: z.ZodObject<{
|
|
|
59260
59279
|
timeZone?: string | undefined;
|
|
59261
59280
|
}>>;
|
|
59262
59281
|
currentPickStreak: z.ZodOptional<z.ZodNumber>;
|
|
59282
|
+
currentPickStreakExpiringAt: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
59263
59283
|
allTimeHighStreak: z.ZodOptional<z.ZodNumber>;
|
|
59264
59284
|
milestones: z.ZodOptional<z.ZodObject<{
|
|
59265
59285
|
ratings: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -67037,6 +67057,7 @@ export declare const gameScorePredictionsResponseDtoSchema: z.ZodObject<{
|
|
|
67037
67057
|
timeZone?: string | undefined;
|
|
67038
67058
|
}>>;
|
|
67039
67059
|
currentPickStreak: z.ZodOptional<z.ZodNumber>;
|
|
67060
|
+
currentPickStreakExpiringAt: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
67040
67061
|
allTimeHighStreak: z.ZodOptional<z.ZodNumber>;
|
|
67041
67062
|
milestones: z.ZodOptional<z.ZodObject<{
|
|
67042
67063
|
ratings: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -69883,6 +69904,7 @@ export declare const gameScorePredictionsResponseDtoSchema: z.ZodObject<{
|
|
|
69883
69904
|
timeZone?: string | undefined;
|
|
69884
69905
|
}>>;
|
|
69885
69906
|
currentPickStreak: z.ZodOptional<z.ZodNumber>;
|
|
69907
|
+
currentPickStreakExpiringAt: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
69886
69908
|
allTimeHighStreak: z.ZodOptional<z.ZodNumber>;
|
|
69887
69909
|
milestones: z.ZodOptional<z.ZodObject<{
|
|
69888
69910
|
ratings: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -72645,6 +72667,7 @@ export declare const gameScorePredictionsResponseDtoSchema: z.ZodObject<{
|
|
|
72645
72667
|
timeZone?: string | undefined;
|
|
72646
72668
|
}>>;
|
|
72647
72669
|
currentPickStreak: z.ZodOptional<z.ZodNumber>;
|
|
72670
|
+
currentPickStreakExpiringAt: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
72648
72671
|
allTimeHighStreak: z.ZodOptional<z.ZodNumber>;
|
|
72649
72672
|
milestones: z.ZodOptional<z.ZodObject<{
|
|
72650
72673
|
ratings: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -75612,6 +75635,7 @@ export declare const gameScorePredictionsResponseDtoSchema: z.ZodObject<{
|
|
|
75612
75635
|
timeZone?: string | undefined;
|
|
75613
75636
|
}>>;
|
|
75614
75637
|
currentPickStreak: z.ZodOptional<z.ZodNumber>;
|
|
75638
|
+
currentPickStreakExpiringAt: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
75615
75639
|
allTimeHighStreak: z.ZodOptional<z.ZodNumber>;
|
|
75616
75640
|
milestones: z.ZodOptional<z.ZodObject<{
|
|
75617
75641
|
ratings: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -78533,6 +78557,7 @@ export declare const gameScorePredictionsResponseDtoSchema: z.ZodObject<{
|
|
|
78533
78557
|
timeZone?: string | undefined;
|
|
78534
78558
|
}>>;
|
|
78535
78559
|
currentPickStreak: z.ZodOptional<z.ZodNumber>;
|
|
78560
|
+
currentPickStreakExpiringAt: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
78536
78561
|
allTimeHighStreak: z.ZodOptional<z.ZodNumber>;
|
|
78537
78562
|
milestones: z.ZodOptional<z.ZodObject<{
|
|
78538
78563
|
ratings: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -81437,6 +81462,7 @@ export declare const gameScorePredictionsResponseDtoSchema: z.ZodObject<{
|
|
|
81437
81462
|
timeZone?: string | undefined;
|
|
81438
81463
|
}>>;
|
|
81439
81464
|
currentPickStreak: z.ZodOptional<z.ZodNumber>;
|
|
81465
|
+
currentPickStreakExpiringAt: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
81440
81466
|
allTimeHighStreak: z.ZodOptional<z.ZodNumber>;
|
|
81441
81467
|
milestones: z.ZodOptional<z.ZodObject<{
|
|
81442
81468
|
ratings: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -83165,6 +83191,7 @@ export declare const gameScorePredictionsResponseDtoSchema: z.ZodObject<{
|
|
|
83165
83191
|
timeZone?: string | undefined;
|
|
83166
83192
|
}>>;
|
|
83167
83193
|
currentPickStreak: z.ZodOptional<z.ZodNumber>;
|
|
83194
|
+
currentPickStreakExpiringAt: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
83168
83195
|
allTimeHighStreak: z.ZodOptional<z.ZodNumber>;
|
|
83169
83196
|
milestones: z.ZodOptional<z.ZodObject<{
|
|
83170
83197
|
ratings: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -1226,6 +1226,7 @@ export declare const stadiumRatingSchema: z.ZodObject<{
|
|
|
1226
1226
|
timeZone?: string | undefined;
|
|
1227
1227
|
}>>;
|
|
1228
1228
|
currentPickStreak: z.ZodOptional<z.ZodNumber>;
|
|
1229
|
+
currentPickStreakExpiringAt: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
1229
1230
|
allTimeHighStreak: z.ZodOptional<z.ZodNumber>;
|
|
1230
1231
|
milestones: z.ZodOptional<z.ZodObject<{
|
|
1231
1232
|
ratings: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -3176,6 +3177,7 @@ export declare const createStadiumRatingSchema: z.ZodObject<{
|
|
|
3176
3177
|
timeZone?: string | undefined;
|
|
3177
3178
|
}>>;
|
|
3178
3179
|
currentPickStreak: z.ZodOptional<z.ZodNumber>;
|
|
3180
|
+
currentPickStreakExpiringAt: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
3179
3181
|
allTimeHighStreak: z.ZodOptional<z.ZodNumber>;
|
|
3180
3182
|
milestones: z.ZodOptional<z.ZodObject<{
|
|
3181
3183
|
ratings: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -5051,6 +5053,7 @@ export declare const stadiumThreadCommentSchema: z.ZodObject<{
|
|
|
5051
5053
|
timeZone?: string | undefined;
|
|
5052
5054
|
}>>;
|
|
5053
5055
|
currentPickStreak: z.ZodOptional<z.ZodNumber>;
|
|
5056
|
+
currentPickStreakExpiringAt: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
5054
5057
|
allTimeHighStreak: z.ZodOptional<z.ZodNumber>;
|
|
5055
5058
|
milestones: z.ZodOptional<z.ZodObject<{
|
|
5056
5059
|
ratings: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -6299,6 +6302,7 @@ export declare const stadiumThreadCommentSchema: z.ZodObject<{
|
|
|
6299
6302
|
timeZone?: string | undefined;
|
|
6300
6303
|
}>>;
|
|
6301
6304
|
currentPickStreak: z.ZodOptional<z.ZodNumber>;
|
|
6305
|
+
currentPickStreakExpiringAt: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
6302
6306
|
allTimeHighStreak: z.ZodOptional<z.ZodNumber>;
|
|
6303
6307
|
milestones: z.ZodOptional<z.ZodObject<{
|
|
6304
6308
|
ratings: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
package/dist/schemas/trivia.d.ts
CHANGED
|
@@ -1030,6 +1030,7 @@ export declare const triviaSchema: z.ZodObject<{
|
|
|
1030
1030
|
timeZone?: string | undefined;
|
|
1031
1031
|
}>>;
|
|
1032
1032
|
currentPickStreak: z.ZodOptional<z.ZodNumber>;
|
|
1033
|
+
currentPickStreakExpiringAt: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
1033
1034
|
allTimeHighStreak: z.ZodOptional<z.ZodNumber>;
|
|
1034
1035
|
milestones: z.ZodOptional<z.ZodObject<{
|
|
1035
1036
|
ratings: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -2379,6 +2380,7 @@ export declare const createTriviaSchema: z.ZodObject<{
|
|
|
2379
2380
|
timeZone?: string | undefined;
|
|
2380
2381
|
}>>;
|
|
2381
2382
|
currentPickStreak: z.ZodOptional<z.ZodNumber>;
|
|
2383
|
+
currentPickStreakExpiringAt: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
2382
2384
|
allTimeHighStreak: z.ZodOptional<z.ZodNumber>;
|
|
2383
2385
|
milestones: z.ZodOptional<z.ZodObject<{
|
|
2384
2386
|
ratings: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -3744,6 +3746,7 @@ export declare const triviaThreadCommentSchema: z.ZodObject<{
|
|
|
3744
3746
|
timeZone?: string | undefined;
|
|
3745
3747
|
}>>;
|
|
3746
3748
|
currentPickStreak: z.ZodOptional<z.ZodNumber>;
|
|
3749
|
+
currentPickStreakExpiringAt: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
3747
3750
|
allTimeHighStreak: z.ZodOptional<z.ZodNumber>;
|
|
3748
3751
|
milestones: z.ZodOptional<z.ZodObject<{
|
|
3749
3752
|
ratings: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -4992,6 +4995,7 @@ export declare const triviaThreadCommentSchema: z.ZodObject<{
|
|
|
4992
4995
|
timeZone?: string | undefined;
|
|
4993
4996
|
}>>;
|
|
4994
4997
|
currentPickStreak: z.ZodOptional<z.ZodNumber>;
|
|
4998
|
+
currentPickStreakExpiringAt: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
4995
4999
|
allTimeHighStreak: z.ZodOptional<z.ZodNumber>;
|
|
4996
5000
|
milestones: z.ZodOptional<z.ZodObject<{
|
|
4997
5001
|
ratings: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -6292,6 +6296,7 @@ export declare const triviaThreadCommentLikeSchema: z.ZodObject<{
|
|
|
6292
6296
|
timeZone?: string | undefined;
|
|
6293
6297
|
}>>;
|
|
6294
6298
|
currentPickStreak: z.ZodOptional<z.ZodNumber>;
|
|
6299
|
+
currentPickStreakExpiringAt: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
6295
6300
|
allTimeHighStreak: z.ZodOptional<z.ZodNumber>;
|
|
6296
6301
|
milestones: z.ZodOptional<z.ZodObject<{
|
|
6297
6302
|
ratings: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
package/dist/schemas/user.d.ts
CHANGED
|
@@ -1157,6 +1157,7 @@ export declare const userSchema: z.ZodObject<{
|
|
|
1157
1157
|
}>>;
|
|
1158
1158
|
/** Consecutive correct game-winner picks (resets on an incorrect pick). */
|
|
1159
1159
|
currentPickStreak: z.ZodOptional<z.ZodNumber>;
|
|
1160
|
+
currentPickStreakExpiringAt: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
1160
1161
|
/** Best-ever pick streak; never decreases. */
|
|
1161
1162
|
allTimeHighStreak: z.ZodOptional<z.ZodNumber>;
|
|
1162
1163
|
milestones: z.ZodOptional<z.ZodObject<{
|
|
@@ -1705,6 +1706,7 @@ export declare const userSchema: z.ZodObject<{
|
|
|
1705
1706
|
timeZone?: string | undefined;
|
|
1706
1707
|
} | undefined;
|
|
1707
1708
|
currentPickStreak?: number | undefined;
|
|
1709
|
+
currentPickStreakExpiringAt?: number | null | undefined;
|
|
1708
1710
|
allTimeHighStreak?: number | undefined;
|
|
1709
1711
|
milestones?: {
|
|
1710
1712
|
ratings?: {
|
|
@@ -2021,6 +2023,7 @@ export declare const userSchema: z.ZodObject<{
|
|
|
2021
2023
|
timeZone?: string | undefined;
|
|
2022
2024
|
} | undefined;
|
|
2023
2025
|
currentPickStreak?: number | undefined;
|
|
2026
|
+
currentPickStreakExpiringAt?: number | null | undefined;
|
|
2024
2027
|
allTimeHighStreak?: number | undefined;
|
|
2025
2028
|
milestones?: {
|
|
2026
2029
|
ratings?: {
|
|
@@ -3024,6 +3027,7 @@ export declare const createUserSchema: z.ZodObject<Omit<{
|
|
|
3024
3027
|
}>>;
|
|
3025
3028
|
/** Consecutive correct game-winner picks (resets on an incorrect pick). */
|
|
3026
3029
|
currentPickStreak: z.ZodOptional<z.ZodNumber>;
|
|
3030
|
+
currentPickStreakExpiringAt: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
3027
3031
|
/** Best-ever pick streak; never decreases. */
|
|
3028
3032
|
allTimeHighStreak: z.ZodOptional<z.ZodNumber>;
|
|
3029
3033
|
milestones: z.ZodOptional<z.ZodObject<{
|
|
@@ -3561,6 +3565,7 @@ export declare const createUserSchema: z.ZodObject<Omit<{
|
|
|
3561
3565
|
timeZone?: string | undefined;
|
|
3562
3566
|
} | undefined;
|
|
3563
3567
|
currentPickStreak?: number | undefined;
|
|
3568
|
+
currentPickStreakExpiringAt?: number | null | undefined;
|
|
3564
3569
|
allTimeHighStreak?: number | undefined;
|
|
3565
3570
|
milestones?: {
|
|
3566
3571
|
ratings?: {
|
|
@@ -3866,6 +3871,7 @@ export declare const createUserSchema: z.ZodObject<Omit<{
|
|
|
3866
3871
|
timeZone?: string | undefined;
|
|
3867
3872
|
} | undefined;
|
|
3868
3873
|
currentPickStreak?: number | undefined;
|
|
3874
|
+
currentPickStreakExpiringAt?: number | null | undefined;
|
|
3869
3875
|
allTimeHighStreak?: number | undefined;
|
|
3870
3876
|
milestones?: {
|
|
3871
3877
|
ratings?: {
|
|
@@ -4869,6 +4875,7 @@ export declare const reducedUserSchema: z.ZodObject<Pick<{
|
|
|
4869
4875
|
}>>;
|
|
4870
4876
|
/** Consecutive correct game-winner picks (resets on an incorrect pick). */
|
|
4871
4877
|
currentPickStreak: z.ZodOptional<z.ZodNumber>;
|
|
4878
|
+
currentPickStreakExpiringAt: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
4872
4879
|
/** Best-ever pick streak; never decreases. */
|
|
4873
4880
|
allTimeHighStreak: z.ZodOptional<z.ZodNumber>;
|
|
4874
4881
|
milestones: z.ZodOptional<z.ZodObject<{
|
package/dist/schemas/user.js
CHANGED
|
@@ -306,6 +306,7 @@ exports.userSchema = (0, zod_1.object)({
|
|
|
306
306
|
}).optional(),
|
|
307
307
|
/** Consecutive correct game-winner picks (resets on an incorrect pick). */
|
|
308
308
|
currentPickStreak: (0, zod_1.number)().optional(),
|
|
309
|
+
currentPickStreakExpiringAt: (0, zod_1.number)().optional().nullable(),
|
|
309
310
|
/** Best-ever pick streak; never decreases. */
|
|
310
311
|
allTimeHighStreak: (0, zod_1.number)().optional(),
|
|
311
312
|
milestones: (0, zod_1.object)({
|
|
@@ -1068,6 +1068,7 @@ export declare const userEventCommentSchema: z.ZodObject<{
|
|
|
1068
1068
|
timeZone?: string | undefined;
|
|
1069
1069
|
}>>;
|
|
1070
1070
|
currentPickStreak: z.ZodOptional<z.ZodNumber>;
|
|
1071
|
+
currentPickStreakExpiringAt: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
1071
1072
|
allTimeHighStreak: z.ZodOptional<z.ZodNumber>;
|
|
1072
1073
|
milestones: z.ZodOptional<z.ZodObject<{
|
|
1073
1074
|
ratings: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -2316,6 +2317,7 @@ export declare const userEventCommentSchema: z.ZodObject<{
|
|
|
2316
2317
|
timeZone?: string | undefined;
|
|
2317
2318
|
}>>;
|
|
2318
2319
|
currentPickStreak: z.ZodOptional<z.ZodNumber>;
|
|
2320
|
+
currentPickStreakExpiringAt: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
2319
2321
|
allTimeHighStreak: z.ZodOptional<z.ZodNumber>;
|
|
2320
2322
|
milestones: z.ZodOptional<z.ZodObject<{
|
|
2321
2323
|
ratings: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -3617,6 +3619,7 @@ export declare const userEventCommentLikeSchema: z.ZodObject<{
|
|
|
3617
3619
|
timeZone?: string | undefined;
|
|
3618
3620
|
}>>;
|
|
3619
3621
|
currentPickStreak: z.ZodOptional<z.ZodNumber>;
|
|
3622
|
+
currentPickStreakExpiringAt: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
3620
3623
|
allTimeHighStreak: z.ZodOptional<z.ZodNumber>;
|
|
3621
3624
|
milestones: z.ZodOptional<z.ZodObject<{
|
|
3622
3625
|
ratings: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
package/dist/schemas/voting.d.ts
CHANGED
|
@@ -912,6 +912,7 @@ export declare const playerVoteSchema: z.ZodObject<{
|
|
|
912
912
|
timeZone?: string | undefined;
|
|
913
913
|
}>>;
|
|
914
914
|
currentPickStreak: z.ZodOptional<z.ZodNumber>;
|
|
915
|
+
currentPickStreakExpiringAt: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
915
916
|
allTimeHighStreak: z.ZodOptional<z.ZodNumber>;
|
|
916
917
|
milestones: z.ZodOptional<z.ZodObject<{
|
|
917
918
|
ratings: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -2289,6 +2290,7 @@ export declare const voteSubmissionDtoSchema: z.ZodObject<{
|
|
|
2289
2290
|
timeZone?: string | undefined;
|
|
2290
2291
|
}>>;
|
|
2291
2292
|
currentPickStreak: z.ZodOptional<z.ZodNumber>;
|
|
2293
|
+
currentPickStreakExpiringAt: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
2292
2294
|
allTimeHighStreak: z.ZodOptional<z.ZodNumber>;
|
|
2293
2295
|
milestones: z.ZodOptional<z.ZodObject<{
|
|
2294
2296
|
ratings: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -5031,6 +5033,7 @@ export declare const playerWithVotesAndGameSchema: z.ZodObject<{
|
|
|
5031
5033
|
timeZone?: string | undefined;
|
|
5032
5034
|
}>>;
|
|
5033
5035
|
currentPickStreak: z.ZodOptional<z.ZodNumber>;
|
|
5036
|
+
currentPickStreakExpiringAt: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
5034
5037
|
allTimeHighStreak: z.ZodOptional<z.ZodNumber>;
|
|
5035
5038
|
milestones: z.ZodOptional<z.ZodObject<{
|
|
5036
5039
|
ratings: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -7877,6 +7880,7 @@ export declare const playerWithVotesAndGameSchema: z.ZodObject<{
|
|
|
7877
7880
|
timeZone?: string | undefined;
|
|
7878
7881
|
}>>;
|
|
7879
7882
|
currentPickStreak: z.ZodOptional<z.ZodNumber>;
|
|
7883
|
+
currentPickStreakExpiringAt: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
7880
7884
|
allTimeHighStreak: z.ZodOptional<z.ZodNumber>;
|
|
7881
7885
|
milestones: z.ZodOptional<z.ZodObject<{
|
|
7882
7886
|
ratings: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -10639,6 +10643,7 @@ export declare const playerWithVotesAndGameSchema: z.ZodObject<{
|
|
|
10639
10643
|
timeZone?: string | undefined;
|
|
10640
10644
|
}>>;
|
|
10641
10645
|
currentPickStreak: z.ZodOptional<z.ZodNumber>;
|
|
10646
|
+
currentPickStreakExpiringAt: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
10642
10647
|
allTimeHighStreak: z.ZodOptional<z.ZodNumber>;
|
|
10643
10648
|
milestones: z.ZodOptional<z.ZodObject<{
|
|
10644
10649
|
ratings: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -13606,6 +13611,7 @@ export declare const playerWithVotesAndGameSchema: z.ZodObject<{
|
|
|
13606
13611
|
timeZone?: string | undefined;
|
|
13607
13612
|
}>>;
|
|
13608
13613
|
currentPickStreak: z.ZodOptional<z.ZodNumber>;
|
|
13614
|
+
currentPickStreakExpiringAt: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
13609
13615
|
allTimeHighStreak: z.ZodOptional<z.ZodNumber>;
|
|
13610
13616
|
milestones: z.ZodOptional<z.ZodObject<{
|
|
13611
13617
|
ratings: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -16527,6 +16533,7 @@ export declare const playerWithVotesAndGameSchema: z.ZodObject<{
|
|
|
16527
16533
|
timeZone?: string | undefined;
|
|
16528
16534
|
}>>;
|
|
16529
16535
|
currentPickStreak: z.ZodOptional<z.ZodNumber>;
|
|
16536
|
+
currentPickStreakExpiringAt: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
16530
16537
|
allTimeHighStreak: z.ZodOptional<z.ZodNumber>;
|
|
16531
16538
|
milestones: z.ZodOptional<z.ZodObject<{
|
|
16532
16539
|
ratings: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -19431,6 +19438,7 @@ export declare const playerWithVotesAndGameSchema: z.ZodObject<{
|
|
|
19431
19438
|
timeZone?: string | undefined;
|
|
19432
19439
|
}>>;
|
|
19433
19440
|
currentPickStreak: z.ZodOptional<z.ZodNumber>;
|
|
19441
|
+
currentPickStreakExpiringAt: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
19434
19442
|
allTimeHighStreak: z.ZodOptional<z.ZodNumber>;
|
|
19435
19443
|
milestones: z.ZodOptional<z.ZodObject<{
|
|
19436
19444
|
ratings: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -24148,6 +24156,7 @@ export declare const userVoteResponseDtoSchema: z.ZodObject<{
|
|
|
24148
24156
|
timeZone?: string | undefined;
|
|
24149
24157
|
}>>;
|
|
24150
24158
|
currentPickStreak: z.ZodOptional<z.ZodNumber>;
|
|
24159
|
+
currentPickStreakExpiringAt: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
24151
24160
|
allTimeHighStreak: z.ZodOptional<z.ZodNumber>;
|
|
24152
24161
|
milestones: z.ZodOptional<z.ZodObject<{
|
|
24153
24162
|
ratings: z.ZodOptional<z.ZodArray<z.ZodObject<{
|