rategame-shared 1.1.287 → 1.1.288
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/chat.d.ts +5 -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/rating.d.ts +3 -0
- package/dist/schemas/stadium.d.ts +4 -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 +3 -0
- package/package.json +1 -1
package/dist/schemas/chat.d.ts
CHANGED
|
@@ -1010,6 +1010,7 @@ export declare const chatMessageSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
1010
1010
|
}>>;
|
|
1011
1011
|
phoneNumber: z.ZodOptional<z.ZodString>;
|
|
1012
1012
|
phoneNumberVerified: z.ZodOptional<z.ZodBoolean>;
|
|
1013
|
+
phoneNumberVerifiedAt: z.ZodOptional<z.ZodString>;
|
|
1013
1014
|
}, "id" | "email" | "username" | "avatarUrl" | "badge">, "strip", z.ZodTypeAny, {
|
|
1014
1015
|
id: string;
|
|
1015
1016
|
email: string;
|
|
@@ -2034,6 +2035,7 @@ export declare const chatMessageSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
2034
2035
|
}>>;
|
|
2035
2036
|
phoneNumber: z.ZodOptional<z.ZodString>;
|
|
2036
2037
|
phoneNumberVerified: z.ZodOptional<z.ZodBoolean>;
|
|
2038
|
+
phoneNumberVerifiedAt: z.ZodOptional<z.ZodString>;
|
|
2037
2039
|
}, "id" | "email" | "username" | "avatarUrl" | "badge">, "strip", z.ZodTypeAny, {
|
|
2038
2040
|
id: string;
|
|
2039
2041
|
email: string;
|
|
@@ -3114,6 +3116,7 @@ export declare const communityChatMessageSchema: z.ZodObject<z.objectUtil.extend
|
|
|
3114
3116
|
}>>;
|
|
3115
3117
|
phoneNumber: z.ZodOptional<z.ZodString>;
|
|
3116
3118
|
phoneNumberVerified: z.ZodOptional<z.ZodBoolean>;
|
|
3119
|
+
phoneNumberVerifiedAt: z.ZodOptional<z.ZodString>;
|
|
3117
3120
|
}, "id" | "email" | "username" | "avatarUrl" | "badge">, "strip", z.ZodTypeAny, {
|
|
3118
3121
|
id: string;
|
|
3119
3122
|
email: string;
|
|
@@ -4137,6 +4140,7 @@ export declare const communityChatMessageSchema: z.ZodObject<z.objectUtil.extend
|
|
|
4137
4140
|
}>>;
|
|
4138
4141
|
phoneNumber: z.ZodOptional<z.ZodString>;
|
|
4139
4142
|
phoneNumberVerified: z.ZodOptional<z.ZodBoolean>;
|
|
4143
|
+
phoneNumberVerifiedAt: z.ZodOptional<z.ZodString>;
|
|
4140
4144
|
}, "id" | "email" | "username" | "avatarUrl" | "badge">, "strip", z.ZodTypeAny, {
|
|
4141
4145
|
id: string;
|
|
4142
4146
|
email: string;
|
|
@@ -5212,6 +5216,7 @@ export declare const messageReactionSchema: z.ZodObject<{
|
|
|
5212
5216
|
}>>;
|
|
5213
5217
|
phoneNumber: z.ZodOptional<z.ZodString>;
|
|
5214
5218
|
phoneNumberVerified: z.ZodOptional<z.ZodBoolean>;
|
|
5219
|
+
phoneNumberVerifiedAt: z.ZodOptional<z.ZodString>;
|
|
5215
5220
|
}, "id" | "email" | "username" | "avatarUrl" | "badge">, "strip", z.ZodTypeAny, {
|
|
5216
5221
|
id: string;
|
|
5217
5222
|
email: string;
|
package/dist/schemas/game.d.ts
CHANGED
|
@@ -4277,6 +4277,7 @@ export declare const commonGameSchema: z.ZodObject<{
|
|
|
4277
4277
|
}>>;
|
|
4278
4278
|
phoneNumber: z.ZodOptional<z.ZodString>;
|
|
4279
4279
|
phoneNumberVerified: z.ZodOptional<z.ZodBoolean>;
|
|
4280
|
+
phoneNumberVerifiedAt: z.ZodOptional<z.ZodString>;
|
|
4280
4281
|
}, "id" | "email" | "username" | "avatarUrl" | "badge">, "strip", z.ZodTypeAny, {
|
|
4281
4282
|
id: string;
|
|
4282
4283
|
email: string;
|
|
@@ -6753,6 +6754,7 @@ export declare const basketballGameSchema: z.ZodObject<z.objectUtil.extendShape<
|
|
|
6753
6754
|
}>>;
|
|
6754
6755
|
phoneNumber: z.ZodOptional<z.ZodString>;
|
|
6755
6756
|
phoneNumberVerified: z.ZodOptional<z.ZodBoolean>;
|
|
6757
|
+
phoneNumberVerifiedAt: z.ZodOptional<z.ZodString>;
|
|
6756
6758
|
}, "id" | "email" | "username" | "avatarUrl" | "badge">, "strip", z.ZodTypeAny, {
|
|
6757
6759
|
id: string;
|
|
6758
6760
|
email: string;
|
|
@@ -9290,6 +9292,7 @@ export declare const mlbGameSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
9290
9292
|
}>>;
|
|
9291
9293
|
phoneNumber: z.ZodOptional<z.ZodString>;
|
|
9292
9294
|
phoneNumberVerified: z.ZodOptional<z.ZodBoolean>;
|
|
9295
|
+
phoneNumberVerifiedAt: z.ZodOptional<z.ZodString>;
|
|
9293
9296
|
}, "id" | "email" | "username" | "avatarUrl" | "badge">, "strip", z.ZodTypeAny, {
|
|
9294
9297
|
id: string;
|
|
9295
9298
|
email: string;
|
|
@@ -11835,6 +11838,7 @@ export declare const footballGameSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
11835
11838
|
}>>;
|
|
11836
11839
|
phoneNumber: z.ZodOptional<z.ZodString>;
|
|
11837
11840
|
phoneNumberVerified: z.ZodOptional<z.ZodBoolean>;
|
|
11841
|
+
phoneNumberVerifiedAt: z.ZodOptional<z.ZodString>;
|
|
11838
11842
|
}, "id" | "email" | "username" | "avatarUrl" | "badge">, "strip", z.ZodTypeAny, {
|
|
11839
11843
|
id: string;
|
|
11840
11844
|
email: string;
|
|
@@ -14465,6 +14469,7 @@ export declare const nflGameSchema: z.ZodObject<z.objectUtil.extendShape<z.objec
|
|
|
14465
14469
|
}>>;
|
|
14466
14470
|
phoneNumber: z.ZodOptional<z.ZodString>;
|
|
14467
14471
|
phoneNumberVerified: z.ZodOptional<z.ZodBoolean>;
|
|
14472
|
+
phoneNumberVerifiedAt: z.ZodOptional<z.ZodString>;
|
|
14468
14473
|
}, "id" | "email" | "username" | "avatarUrl" | "badge">, "strip", z.ZodTypeAny, {
|
|
14469
14474
|
id: string;
|
|
14470
14475
|
email: string;
|
|
@@ -17066,6 +17071,7 @@ export declare const cfbGameSchema: z.ZodObject<z.objectUtil.extendShape<z.objec
|
|
|
17066
17071
|
}>>;
|
|
17067
17072
|
phoneNumber: z.ZodOptional<z.ZodString>;
|
|
17068
17073
|
phoneNumberVerified: z.ZodOptional<z.ZodBoolean>;
|
|
17074
|
+
phoneNumberVerifiedAt: z.ZodOptional<z.ZodString>;
|
|
17069
17075
|
}, "id" | "email" | "username" | "avatarUrl" | "badge">, "strip", z.ZodTypeAny, {
|
|
17070
17076
|
id: string;
|
|
17071
17077
|
email: string;
|
|
@@ -19649,6 +19655,7 @@ export declare const nhlGameSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
19649
19655
|
}>>;
|
|
19650
19656
|
phoneNumber: z.ZodOptional<z.ZodString>;
|
|
19651
19657
|
phoneNumberVerified: z.ZodOptional<z.ZodBoolean>;
|
|
19658
|
+
phoneNumberVerifiedAt: z.ZodOptional<z.ZodString>;
|
|
19652
19659
|
}, "id" | "email" | "username" | "avatarUrl" | "badge">, "strip", z.ZodTypeAny, {
|
|
19653
19660
|
id: string;
|
|
19654
19661
|
email: string;
|
|
@@ -22145,6 +22152,7 @@ export declare const unionGameSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.exten
|
|
|
22145
22152
|
}>>;
|
|
22146
22153
|
phoneNumber: z.ZodOptional<z.ZodString>;
|
|
22147
22154
|
phoneNumberVerified: z.ZodOptional<z.ZodBoolean>;
|
|
22155
|
+
phoneNumberVerifiedAt: z.ZodOptional<z.ZodString>;
|
|
22148
22156
|
}, "id" | "email" | "username" | "avatarUrl" | "badge">, "strip", z.ZodTypeAny, {
|
|
22149
22157
|
id: string;
|
|
22150
22158
|
email: string;
|
|
@@ -24668,6 +24676,7 @@ export declare const unionGameSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.exten
|
|
|
24668
24676
|
}>>;
|
|
24669
24677
|
phoneNumber: z.ZodOptional<z.ZodString>;
|
|
24670
24678
|
phoneNumberVerified: z.ZodOptional<z.ZodBoolean>;
|
|
24679
|
+
phoneNumberVerifiedAt: z.ZodOptional<z.ZodString>;
|
|
24671
24680
|
}, "id" | "email" | "username" | "avatarUrl" | "badge">, "strip", z.ZodTypeAny, {
|
|
24672
24681
|
id: string;
|
|
24673
24682
|
email: string;
|
|
@@ -27212,6 +27221,7 @@ export declare const unionGameSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.exten
|
|
|
27212
27221
|
}>>;
|
|
27213
27222
|
phoneNumber: z.ZodOptional<z.ZodString>;
|
|
27214
27223
|
phoneNumberVerified: z.ZodOptional<z.ZodBoolean>;
|
|
27224
|
+
phoneNumberVerifiedAt: z.ZodOptional<z.ZodString>;
|
|
27215
27225
|
}, "id" | "email" | "username" | "avatarUrl" | "badge">, "strip", z.ZodTypeAny, {
|
|
27216
27226
|
id: string;
|
|
27217
27227
|
email: string;
|
|
@@ -29841,6 +29851,7 @@ export declare const unionGameSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.exten
|
|
|
29841
29851
|
}>>;
|
|
29842
29852
|
phoneNumber: z.ZodOptional<z.ZodString>;
|
|
29843
29853
|
phoneNumberVerified: z.ZodOptional<z.ZodBoolean>;
|
|
29854
|
+
phoneNumberVerifiedAt: z.ZodOptional<z.ZodString>;
|
|
29844
29855
|
}, "id" | "email" | "username" | "avatarUrl" | "badge">, "strip", z.ZodTypeAny, {
|
|
29845
29856
|
id: string;
|
|
29846
29857
|
email: string;
|
|
@@ -32441,6 +32452,7 @@ export declare const unionGameSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.exten
|
|
|
32441
32452
|
}>>;
|
|
32442
32453
|
phoneNumber: z.ZodOptional<z.ZodString>;
|
|
32443
32454
|
phoneNumberVerified: z.ZodOptional<z.ZodBoolean>;
|
|
32455
|
+
phoneNumberVerifiedAt: z.ZodOptional<z.ZodString>;
|
|
32444
32456
|
}, "id" | "email" | "username" | "avatarUrl" | "badge">, "strip", z.ZodTypeAny, {
|
|
32445
32457
|
id: string;
|
|
32446
32458
|
email: string;
|
|
@@ -35023,6 +35035,7 @@ export declare const unionGameSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.exten
|
|
|
35023
35035
|
}>>;
|
|
35024
35036
|
phoneNumber: z.ZodOptional<z.ZodString>;
|
|
35025
35037
|
phoneNumberVerified: z.ZodOptional<z.ZodBoolean>;
|
|
35038
|
+
phoneNumberVerifiedAt: z.ZodOptional<z.ZodString>;
|
|
35026
35039
|
}, "id" | "email" | "username" | "avatarUrl" | "badge">, "strip", z.ZodTypeAny, {
|
|
35027
35040
|
id: string;
|
|
35028
35041
|
email: string;
|
|
@@ -37569,6 +37582,7 @@ export declare const creatorPickSchema: z.ZodObject<{
|
|
|
37569
37582
|
}>>;
|
|
37570
37583
|
phoneNumber: z.ZodOptional<z.ZodString>;
|
|
37571
37584
|
phoneNumberVerified: z.ZodOptional<z.ZodBoolean>;
|
|
37585
|
+
phoneNumberVerifiedAt: z.ZodOptional<z.ZodString>;
|
|
37572
37586
|
}, "id" | "email" | "username" | "avatarUrl" | "badge">, "strip", z.ZodTypeAny, {
|
|
37573
37587
|
id: string;
|
|
37574
37588
|
email: string;
|
|
@@ -40092,6 +40106,7 @@ export declare const creatorPickSchema: z.ZodObject<{
|
|
|
40092
40106
|
}>>;
|
|
40093
40107
|
phoneNumber: z.ZodOptional<z.ZodString>;
|
|
40094
40108
|
phoneNumberVerified: z.ZodOptional<z.ZodBoolean>;
|
|
40109
|
+
phoneNumberVerifiedAt: z.ZodOptional<z.ZodString>;
|
|
40095
40110
|
}, "id" | "email" | "username" | "avatarUrl" | "badge">, "strip", z.ZodTypeAny, {
|
|
40096
40111
|
id: string;
|
|
40097
40112
|
email: string;
|
|
@@ -42636,6 +42651,7 @@ export declare const creatorPickSchema: z.ZodObject<{
|
|
|
42636
42651
|
}>>;
|
|
42637
42652
|
phoneNumber: z.ZodOptional<z.ZodString>;
|
|
42638
42653
|
phoneNumberVerified: z.ZodOptional<z.ZodBoolean>;
|
|
42654
|
+
phoneNumberVerifiedAt: z.ZodOptional<z.ZodString>;
|
|
42639
42655
|
}, "id" | "email" | "username" | "avatarUrl" | "badge">, "strip", z.ZodTypeAny, {
|
|
42640
42656
|
id: string;
|
|
42641
42657
|
email: string;
|
|
@@ -45265,6 +45281,7 @@ export declare const creatorPickSchema: z.ZodObject<{
|
|
|
45265
45281
|
}>>;
|
|
45266
45282
|
phoneNumber: z.ZodOptional<z.ZodString>;
|
|
45267
45283
|
phoneNumberVerified: z.ZodOptional<z.ZodBoolean>;
|
|
45284
|
+
phoneNumberVerifiedAt: z.ZodOptional<z.ZodString>;
|
|
45268
45285
|
}, "id" | "email" | "username" | "avatarUrl" | "badge">, "strip", z.ZodTypeAny, {
|
|
45269
45286
|
id: string;
|
|
45270
45287
|
email: string;
|
|
@@ -47865,6 +47882,7 @@ export declare const creatorPickSchema: z.ZodObject<{
|
|
|
47865
47882
|
}>>;
|
|
47866
47883
|
phoneNumber: z.ZodOptional<z.ZodString>;
|
|
47867
47884
|
phoneNumberVerified: z.ZodOptional<z.ZodBoolean>;
|
|
47885
|
+
phoneNumberVerifiedAt: z.ZodOptional<z.ZodString>;
|
|
47868
47886
|
}, "id" | "email" | "username" | "avatarUrl" | "badge">, "strip", z.ZodTypeAny, {
|
|
47869
47887
|
id: string;
|
|
47870
47888
|
email: string;
|
|
@@ -50447,6 +50465,7 @@ export declare const creatorPickSchema: z.ZodObject<{
|
|
|
50447
50465
|
}>>;
|
|
50448
50466
|
phoneNumber: z.ZodOptional<z.ZodString>;
|
|
50449
50467
|
phoneNumberVerified: z.ZodOptional<z.ZodBoolean>;
|
|
50468
|
+
phoneNumberVerifiedAt: z.ZodOptional<z.ZodString>;
|
|
50450
50469
|
}, "id" | "email" | "username" | "avatarUrl" | "badge">, "strip", z.ZodTypeAny, {
|
|
50451
50470
|
id: string;
|
|
50452
50471
|
email: string;
|
|
@@ -51874,6 +51893,7 @@ export declare const creatorPickSchema: z.ZodObject<{
|
|
|
51874
51893
|
}>>;
|
|
51875
51894
|
phoneNumber: z.ZodOptional<z.ZodString>;
|
|
51876
51895
|
phoneNumberVerified: z.ZodOptional<z.ZodBoolean>;
|
|
51896
|
+
phoneNumberVerifiedAt: z.ZodOptional<z.ZodString>;
|
|
51877
51897
|
}, "id" | "email" | "username" | "avatarUrl" | "badge">, "strip", z.ZodTypeAny, {
|
|
51878
51898
|
id: string;
|
|
51879
51899
|
email: string;
|
package/dist/schemas/list.d.ts
CHANGED
|
@@ -1010,6 +1010,7 @@ export declare const listSchema: z.ZodObject<{
|
|
|
1010
1010
|
}>>;
|
|
1011
1011
|
phoneNumber: z.ZodOptional<z.ZodString>;
|
|
1012
1012
|
phoneNumberVerified: z.ZodOptional<z.ZodBoolean>;
|
|
1013
|
+
phoneNumberVerifiedAt: z.ZodOptional<z.ZodString>;
|
|
1013
1014
|
}, "id" | "email" | "username" | "avatarUrl" | "badge">, "strip", z.ZodTypeAny, {
|
|
1014
1015
|
id: string;
|
|
1015
1016
|
email: string;
|
|
@@ -2079,6 +2080,7 @@ export declare const listCreateSchema: z.ZodObject<Omit<{
|
|
|
2079
2080
|
}>>;
|
|
2080
2081
|
phoneNumber: z.ZodOptional<z.ZodString>;
|
|
2081
2082
|
phoneNumberVerified: z.ZodOptional<z.ZodBoolean>;
|
|
2083
|
+
phoneNumberVerifiedAt: z.ZodOptional<z.ZodString>;
|
|
2082
2084
|
}, "id" | "email" | "username" | "avatarUrl" | "badge">, "strip", z.ZodTypeAny, {
|
|
2083
2085
|
id: string;
|
|
2084
2086
|
email: string;
|
|
@@ -3140,6 +3142,7 @@ export declare const listCommentSchema: z.ZodObject<{
|
|
|
3140
3142
|
}>>;
|
|
3141
3143
|
phoneNumber: z.ZodOptional<z.ZodString>;
|
|
3142
3144
|
phoneNumberVerified: z.ZodOptional<z.ZodBoolean>;
|
|
3145
|
+
phoneNumberVerifiedAt: z.ZodOptional<z.ZodString>;
|
|
3143
3146
|
}, "id" | "email" | "username" | "avatarUrl" | "badge">, "strip", z.ZodTypeAny, {
|
|
3144
3147
|
id: string;
|
|
3145
3148
|
email: string;
|
|
@@ -4161,6 +4164,7 @@ export declare const listCommentSchema: z.ZodObject<{
|
|
|
4161
4164
|
}>>;
|
|
4162
4165
|
phoneNumber: z.ZodOptional<z.ZodString>;
|
|
4163
4166
|
phoneNumberVerified: z.ZodOptional<z.ZodBoolean>;
|
|
4167
|
+
phoneNumberVerifiedAt: z.ZodOptional<z.ZodString>;
|
|
4164
4168
|
}, "id" | "email" | "username" | "avatarUrl" | "badge">, "strip", z.ZodTypeAny, {
|
|
4165
4169
|
id: string;
|
|
4166
4170
|
email: string;
|
|
@@ -5227,6 +5231,7 @@ export declare const listCommentLikeSchema: z.ZodObject<{
|
|
|
5227
5231
|
}>>;
|
|
5228
5232
|
phoneNumber: z.ZodOptional<z.ZodString>;
|
|
5229
5233
|
phoneNumberVerified: z.ZodOptional<z.ZodBoolean>;
|
|
5234
|
+
phoneNumberVerifiedAt: z.ZodOptional<z.ZodString>;
|
|
5230
5235
|
}, "id" | "email" | "username" | "avatarUrl" | "badge">, "strip", z.ZodTypeAny, {
|
|
5231
5236
|
id: string;
|
|
5232
5237
|
email: string;
|
|
@@ -1023,6 +1023,7 @@ export declare const banInfoSchema: z.ZodObject<{
|
|
|
1023
1023
|
}>>;
|
|
1024
1024
|
phoneNumber: z.ZodOptional<z.ZodString>;
|
|
1025
1025
|
phoneNumberVerified: z.ZodOptional<z.ZodBoolean>;
|
|
1026
|
+
phoneNumberVerifiedAt: z.ZodOptional<z.ZodString>;
|
|
1026
1027
|
}, "id" | "email" | "username" | "avatarUrl" | "badge">, "strip", z.ZodTypeAny, {
|
|
1027
1028
|
id: string;
|
|
1028
1029
|
email: string;
|
|
@@ -2071,6 +2072,7 @@ export declare const bannedUserSchema: z.ZodObject<{
|
|
|
2071
2072
|
}>>;
|
|
2072
2073
|
phoneNumber: z.ZodOptional<z.ZodString>;
|
|
2073
2074
|
phoneNumberVerified: z.ZodOptional<z.ZodBoolean>;
|
|
2075
|
+
phoneNumberVerifiedAt: z.ZodOptional<z.ZodString>;
|
|
2074
2076
|
}, "id" | "email" | "username" | "avatarUrl" | "badge">, "strip", z.ZodTypeAny, {
|
|
2075
2077
|
id: string;
|
|
2076
2078
|
email: string;
|
|
@@ -3155,6 +3157,7 @@ export declare const bannedUsersResponseSchema: z.ZodObject<{
|
|
|
3155
3157
|
}>>;
|
|
3156
3158
|
phoneNumber: z.ZodOptional<z.ZodString>;
|
|
3157
3159
|
phoneNumberVerified: z.ZodOptional<z.ZodBoolean>;
|
|
3160
|
+
phoneNumberVerifiedAt: z.ZodOptional<z.ZodString>;
|
|
3158
3161
|
}, "id" | "email" | "username" | "avatarUrl" | "badge">, "strip", z.ZodTypeAny, {
|
|
3159
3162
|
id: string;
|
|
3160
3163
|
email: string;
|
|
@@ -4283,6 +4286,7 @@ export declare const banStatusResponseSchema: z.ZodObject<{
|
|
|
4283
4286
|
}>>;
|
|
4284
4287
|
phoneNumber: z.ZodOptional<z.ZodString>;
|
|
4285
4288
|
phoneNumberVerified: z.ZodOptional<z.ZodBoolean>;
|
|
4289
|
+
phoneNumberVerifiedAt: z.ZodOptional<z.ZodString>;
|
|
4286
4290
|
}, "id" | "email" | "username" | "avatarUrl" | "badge">, "strip", z.ZodTypeAny, {
|
|
4287
4291
|
id: string;
|
|
4288
4292
|
email: string;
|
package/dist/schemas/rating.d.ts
CHANGED
|
@@ -1939,6 +1939,7 @@ export declare const threadCommentSchema: import("zod").ZodObject<{
|
|
|
1939
1939
|
}>>;
|
|
1940
1940
|
phoneNumber: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1941
1941
|
phoneNumberVerified: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
1942
|
+
phoneNumberVerifiedAt: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1942
1943
|
}, "id" | "email" | "username" | "avatarUrl" | "badge">, "strip", import("zod").ZodTypeAny, {
|
|
1943
1944
|
id: string;
|
|
1944
1945
|
email: string;
|
|
@@ -2960,6 +2961,7 @@ export declare const threadCommentSchema: import("zod").ZodObject<{
|
|
|
2960
2961
|
}>>;
|
|
2961
2962
|
phoneNumber: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2962
2963
|
phoneNumberVerified: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
2964
|
+
phoneNumberVerifiedAt: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2963
2965
|
}, "id" | "email" | "username" | "avatarUrl" | "badge">, "strip", import("zod").ZodTypeAny, {
|
|
2964
2966
|
id: string;
|
|
2965
2967
|
email: string;
|
|
@@ -4052,6 +4054,7 @@ export declare const threadCommentLikeSchema: import("zod").ZodObject<{
|
|
|
4052
4054
|
}>>;
|
|
4053
4055
|
phoneNumber: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4054
4056
|
phoneNumberVerified: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
4057
|
+
phoneNumberVerifiedAt: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4055
4058
|
}, "id" | "email" | "username" | "avatarUrl" | "badge">, "strip", import("zod").ZodTypeAny, {
|
|
4056
4059
|
id: string;
|
|
4057
4060
|
email: string;
|
|
@@ -1254,6 +1254,7 @@ export declare const stadiumRatingSchema: z.ZodObject<{
|
|
|
1254
1254
|
}>>;
|
|
1255
1255
|
phoneNumber: z.ZodOptional<z.ZodString>;
|
|
1256
1256
|
phoneNumberVerified: z.ZodOptional<z.ZodBoolean>;
|
|
1257
|
+
phoneNumberVerifiedAt: z.ZodOptional<z.ZodString>;
|
|
1257
1258
|
}, "id" | "email" | "username" | "avatarUrl" | "badge">, "strip", z.ZodTypeAny, {
|
|
1258
1259
|
id: string;
|
|
1259
1260
|
email: string;
|
|
@@ -2805,6 +2806,7 @@ export declare const createStadiumRatingSchema: z.ZodObject<z.objectUtil.extendS
|
|
|
2805
2806
|
}>>;
|
|
2806
2807
|
phoneNumber: z.ZodOptional<z.ZodString>;
|
|
2807
2808
|
phoneNumberVerified: z.ZodOptional<z.ZodBoolean>;
|
|
2809
|
+
phoneNumberVerifiedAt: z.ZodOptional<z.ZodString>;
|
|
2808
2810
|
}, "id" | "email" | "username" | "avatarUrl" | "badge">, "strip", z.ZodTypeAny, {
|
|
2809
2811
|
id: string;
|
|
2810
2812
|
email: string;
|
|
@@ -4418,6 +4420,7 @@ export declare const stadiumThreadCommentSchema: z.ZodObject<{
|
|
|
4418
4420
|
}>>;
|
|
4419
4421
|
phoneNumber: z.ZodOptional<z.ZodString>;
|
|
4420
4422
|
phoneNumberVerified: z.ZodOptional<z.ZodBoolean>;
|
|
4423
|
+
phoneNumberVerifiedAt: z.ZodOptional<z.ZodString>;
|
|
4421
4424
|
}, "id" | "email" | "username" | "avatarUrl" | "badge">, "strip", z.ZodTypeAny, {
|
|
4422
4425
|
id: string;
|
|
4423
4426
|
email: string;
|
|
@@ -5439,6 +5442,7 @@ export declare const stadiumThreadCommentSchema: z.ZodObject<{
|
|
|
5439
5442
|
}>>;
|
|
5440
5443
|
phoneNumber: z.ZodOptional<z.ZodString>;
|
|
5441
5444
|
phoneNumberVerified: z.ZodOptional<z.ZodBoolean>;
|
|
5445
|
+
phoneNumberVerifiedAt: z.ZodOptional<z.ZodString>;
|
|
5442
5446
|
}, "id" | "email" | "username" | "avatarUrl" | "badge">, "strip", z.ZodTypeAny, {
|
|
5443
5447
|
id: string;
|
|
5444
5448
|
email: string;
|
package/dist/schemas/user.d.ts
CHANGED
|
@@ -1202,6 +1202,7 @@ export declare const userSchema: z.ZodObject<{
|
|
|
1202
1202
|
}>>;
|
|
1203
1203
|
phoneNumber: z.ZodOptional<z.ZodString>;
|
|
1204
1204
|
phoneNumberVerified: z.ZodOptional<z.ZodBoolean>;
|
|
1205
|
+
phoneNumberVerifiedAt: z.ZodOptional<z.ZodString>;
|
|
1205
1206
|
}, "strip", z.ZodTypeAny, {
|
|
1206
1207
|
id: string;
|
|
1207
1208
|
email: string;
|
|
@@ -1449,6 +1450,7 @@ export declare const userSchema: z.ZodObject<{
|
|
|
1449
1450
|
} | undefined;
|
|
1450
1451
|
phoneNumber?: string | undefined;
|
|
1451
1452
|
phoneNumberVerified?: boolean | undefined;
|
|
1453
|
+
phoneNumberVerifiedAt?: string | undefined;
|
|
1452
1454
|
}, {
|
|
1453
1455
|
id: string;
|
|
1454
1456
|
email: string;
|
|
@@ -1696,6 +1698,7 @@ export declare const userSchema: z.ZodObject<{
|
|
|
1696
1698
|
} | undefined;
|
|
1697
1699
|
phoneNumber?: string | undefined;
|
|
1698
1700
|
phoneNumberVerified?: boolean | undefined;
|
|
1701
|
+
phoneNumberVerifiedAt?: string | undefined;
|
|
1699
1702
|
}>;
|
|
1700
1703
|
export declare const createUserSchema: z.ZodObject<Omit<{
|
|
1701
1704
|
id: z.ZodString;
|
|
@@ -2702,6 +2705,7 @@ export declare const createUserSchema: z.ZodObject<Omit<{
|
|
|
2702
2705
|
}>>;
|
|
2703
2706
|
phoneNumber: z.ZodOptional<z.ZodString>;
|
|
2704
2707
|
phoneNumberVerified: z.ZodOptional<z.ZodBoolean>;
|
|
2708
|
+
phoneNumberVerifiedAt: z.ZodOptional<z.ZodString>;
|
|
2705
2709
|
}, "id" | "totalRatedGames" | "avgRating" | "createdAt" | "updatedAt" | "deviceTokens" | "askedForPushNotifications" | "acceptedPushNotifications">, "strip", z.ZodTypeAny, {
|
|
2706
2710
|
email: string;
|
|
2707
2711
|
username: string;
|
|
@@ -2938,6 +2942,7 @@ export declare const createUserSchema: z.ZodObject<Omit<{
|
|
|
2938
2942
|
} | undefined;
|
|
2939
2943
|
phoneNumber?: string | undefined;
|
|
2940
2944
|
phoneNumberVerified?: boolean | undefined;
|
|
2945
|
+
phoneNumberVerifiedAt?: string | undefined;
|
|
2941
2946
|
}, {
|
|
2942
2947
|
email: string;
|
|
2943
2948
|
username: string;
|
|
@@ -3174,6 +3179,7 @@ export declare const createUserSchema: z.ZodObject<Omit<{
|
|
|
3174
3179
|
} | undefined;
|
|
3175
3180
|
phoneNumber?: string | undefined;
|
|
3176
3181
|
phoneNumberVerified?: boolean | undefined;
|
|
3182
|
+
phoneNumberVerifiedAt?: string | undefined;
|
|
3177
3183
|
}>;
|
|
3178
3184
|
export declare const reducedUserSchema: z.ZodObject<Pick<{
|
|
3179
3185
|
id: z.ZodString;
|
|
@@ -4180,6 +4186,7 @@ export declare const reducedUserSchema: z.ZodObject<Pick<{
|
|
|
4180
4186
|
}>>;
|
|
4181
4187
|
phoneNumber: z.ZodOptional<z.ZodString>;
|
|
4182
4188
|
phoneNumberVerified: z.ZodOptional<z.ZodBoolean>;
|
|
4189
|
+
phoneNumberVerifiedAt: z.ZodOptional<z.ZodString>;
|
|
4183
4190
|
}, "id" | "email" | "username" | "avatarUrl" | "badge">, "strip", z.ZodTypeAny, {
|
|
4184
4191
|
id: string;
|
|
4185
4192
|
email: string;
|
package/dist/schemas/user.js
CHANGED
|
@@ -251,6 +251,7 @@ exports.userSchema = (0, zod_1.object)({
|
|
|
251
251
|
}).optional(),
|
|
252
252
|
phoneNumber: (0, zod_1.string)().optional(),
|
|
253
253
|
phoneNumberVerified: (0, zod_1.boolean)().optional(),
|
|
254
|
+
phoneNumberVerifiedAt: (0, zod_1.string)().optional(),
|
|
254
255
|
});
|
|
255
256
|
exports.createUserSchema = exports.userSchema.omit({
|
|
256
257
|
id: true,
|
|
@@ -1119,6 +1119,7 @@ export declare const userEventCommentSchema: z.ZodObject<{
|
|
|
1119
1119
|
}>>;
|
|
1120
1120
|
phoneNumber: z.ZodOptional<z.ZodString>;
|
|
1121
1121
|
phoneNumberVerified: z.ZodOptional<z.ZodBoolean>;
|
|
1122
|
+
phoneNumberVerifiedAt: z.ZodOptional<z.ZodString>;
|
|
1122
1123
|
}, "id" | "email" | "username" | "avatarUrl" | "badge">, "strip", z.ZodTypeAny, {
|
|
1123
1124
|
id: string;
|
|
1124
1125
|
email: string;
|
|
@@ -2140,6 +2141,7 @@ export declare const userEventCommentSchema: z.ZodObject<{
|
|
|
2140
2141
|
}>>;
|
|
2141
2142
|
phoneNumber: z.ZodOptional<z.ZodString>;
|
|
2142
2143
|
phoneNumberVerified: z.ZodOptional<z.ZodBoolean>;
|
|
2144
|
+
phoneNumberVerifiedAt: z.ZodOptional<z.ZodString>;
|
|
2143
2145
|
}, "id" | "email" | "username" | "avatarUrl" | "badge">, "strip", z.ZodTypeAny, {
|
|
2144
2146
|
id: string;
|
|
2145
2147
|
email: string;
|
|
@@ -3214,6 +3216,7 @@ export declare const userEventCommentLikeSchema: z.ZodObject<{
|
|
|
3214
3216
|
}>>;
|
|
3215
3217
|
phoneNumber: z.ZodOptional<z.ZodString>;
|
|
3216
3218
|
phoneNumberVerified: z.ZodOptional<z.ZodBoolean>;
|
|
3219
|
+
phoneNumberVerifiedAt: z.ZodOptional<z.ZodString>;
|
|
3217
3220
|
}, "id" | "email" | "username" | "avatarUrl" | "badge">, "strip", z.ZodTypeAny, {
|
|
3218
3221
|
id: string;
|
|
3219
3222
|
email: string;
|
package/dist/schemas/voting.d.ts
CHANGED
|
@@ -1006,6 +1006,7 @@ export declare const playerVoteSchema: z.ZodObject<{
|
|
|
1006
1006
|
}>>;
|
|
1007
1007
|
phoneNumber: z.ZodOptional<z.ZodString>;
|
|
1008
1008
|
phoneNumberVerified: z.ZodOptional<z.ZodBoolean>;
|
|
1009
|
+
phoneNumberVerifiedAt: z.ZodOptional<z.ZodString>;
|
|
1009
1010
|
}, "id" | "email" | "username" | "avatarUrl" | "badge">, "strip", z.ZodTypeAny, {
|
|
1010
1011
|
id: string;
|
|
1011
1012
|
email: string;
|
|
@@ -2145,6 +2146,7 @@ export declare const voteSubmissionDtoSchema: z.ZodObject<{
|
|
|
2145
2146
|
}>>;
|
|
2146
2147
|
phoneNumber: z.ZodOptional<z.ZodString>;
|
|
2147
2148
|
phoneNumberVerified: z.ZodOptional<z.ZodBoolean>;
|
|
2149
|
+
phoneNumberVerifiedAt: z.ZodOptional<z.ZodString>;
|
|
2148
2150
|
}, "id" | "email" | "username" | "avatarUrl" | "badge">, "strip", z.ZodTypeAny, {
|
|
2149
2151
|
id: string;
|
|
2150
2152
|
email: string;
|
|
@@ -3768,6 +3770,7 @@ export declare const userVoteResponseDtoSchema: z.ZodObject<{
|
|
|
3768
3770
|
}>>;
|
|
3769
3771
|
phoneNumber: z.ZodOptional<z.ZodString>;
|
|
3770
3772
|
phoneNumberVerified: z.ZodOptional<z.ZodBoolean>;
|
|
3773
|
+
phoneNumberVerifiedAt: z.ZodOptional<z.ZodString>;
|
|
3771
3774
|
}, "id" | "email" | "username" | "avatarUrl" | "badge">, "strip", z.ZodTypeAny, {
|
|
3772
3775
|
id: string;
|
|
3773
3776
|
email: string;
|