rategame-shared 1.1.308 → 1.1.310
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/helpers/index.js +44 -0
- package/dist/schemas/chat.d.ts +80 -15
- package/dist/schemas/game.d.ts +320 -60
- package/dist/schemas/list.d.ts +80 -15
- package/dist/schemas/moderation.d.ts +64 -12
- package/dist/schemas/rating.d.ts +48 -9
- package/dist/schemas/stadium.d.ts +64 -12
- package/dist/schemas/user.d.ts +92 -20
- package/dist/schemas/user.js +6 -0
- package/dist/schemas/userEvent.d.ts +53 -9
- package/dist/schemas/userEvent.js +1 -0
- package/dist/schemas/voting.d.ts +144 -27
- package/package.json +1 -1
|
@@ -1092,7 +1092,7 @@ export declare const stadiumRatingSchema: z.ZodObject<{
|
|
|
1092
1092
|
count: number;
|
|
1093
1093
|
}[] | undefined;
|
|
1094
1094
|
}>>;
|
|
1095
|
-
achievements: z.ZodOptional<z.ZodRecord<z.ZodUnion<[z.ZodLiteral<"speed_rater">, z.ZodLiteral<"take_this">, z.ZodLiteral<"front_runner">, z.ZodLiteral<"loyal_till_the_end">, z.ZodLiteral<"around_the_world">, z.ZodLiteral<"take_off">, z.ZodLiteral<"embrace_debate">, z.ZodLiteral<"fan_of_the_people">, z.ZodLiteral<"the_peoples_fan">, z.ZodLiteral<"take_titan">, z.ZodLiteral<"take_first">, z.ZodLiteral<"hall_of_takes">, z.ZodLiteral<"superfan">, z.ZodLiteral<"fan-tastic">, z.ZodLiteral<"marathon_fan">, z.ZodLiteral<"new_years_resolution">, z.ZodLiteral<"dog_days_of_summer">, z.ZodLiteral<"50_50_club">, z.ZodLiteral<"ball_knower">, z.ZodLiteral<"heating_up">, z.ZodLiteral<"full_court_press">, z.ZodLiteral<"grid_iron_guru">, z.ZodLiteral<"across_the_yard">, z.ZodLiteral<"pigskin_power">, z.ZodLiteral<"goal_getter">, z.ZodLiteral<"footie_fanatic">, z.ZodLiteral<"campaign_conqueror">, z.ZodLiteral<"diamond_hands">, z.ZodLiteral<"field_of_dreams">, z.ZodLiteral<"charlie_hustle">, z.ZodLiteral<"power_play">, z.ZodLiteral<"ice_king">, z.ZodLiteral<"marleau_master">, z.ZodLiteral<"the_admiral">, z.ZodLiteral<"the_kick_six">, z.ZodLiteral<"coin_toss">, z.ZodLiteral<"golden_jacket">, z.ZodLiteral<"pop_the_champagne">, z.ZodLiteral<"game_grower">, z.ZodLiteral<"fandon_donovan">, z.ZodLiteral<"soccer_stud">, z.ZodLiteral<"the_big_o">, z.ZodLiteral<"the_grateful_red">, z.ZodLiteral<"mad_march">, z.ZodLiteral<"the_logo">, z.ZodLiteral<"the_big_dipper">, z.ZodLiteral<"mid_table">, z.ZodLiteral<"fan_of_the_match">, z.ZodLiteral<"super_mario">, z.ZodLiteral<"dick_butkus">, z.ZodLiteral<"hit_the_heismann">, z.ZodLiteral<"lobos_legacy">, z.ZodLiteral<"tau3asi">, z.ZodLiteral<"queenb">, z.ZodLiteral<"rookie_rater">, z.ZodLiteral<"six_three">, z.ZodLiteral<"groupie">, z.ZodLiteral<"for_your_confederations">]>, z.ZodObject<{
|
|
1095
|
+
achievements: z.ZodOptional<z.ZodRecord<z.ZodUnion<[z.ZodLiteral<"speed_rater">, z.ZodLiteral<"take_this">, z.ZodLiteral<"front_runner">, z.ZodLiteral<"loyal_till_the_end">, z.ZodLiteral<"around_the_world">, z.ZodLiteral<"take_off">, z.ZodLiteral<"embrace_debate">, z.ZodLiteral<"fan_of_the_people">, z.ZodLiteral<"the_peoples_fan">, z.ZodLiteral<"take_titan">, z.ZodLiteral<"take_first">, z.ZodLiteral<"hall_of_takes">, z.ZodLiteral<"superfan">, z.ZodLiteral<"fan-tastic">, z.ZodLiteral<"marathon_fan">, z.ZodLiteral<"new_years_resolution">, z.ZodLiteral<"dog_days_of_summer">, z.ZodLiteral<"50_50_club">, z.ZodLiteral<"ball_knower">, z.ZodLiteral<"heating_up">, z.ZodLiteral<"full_court_press">, z.ZodLiteral<"grid_iron_guru">, z.ZodLiteral<"across_the_yard">, z.ZodLiteral<"pigskin_power">, z.ZodLiteral<"goal_getter">, z.ZodLiteral<"footie_fanatic">, z.ZodLiteral<"campaign_conqueror">, z.ZodLiteral<"diamond_hands">, z.ZodLiteral<"field_of_dreams">, z.ZodLiteral<"charlie_hustle">, z.ZodLiteral<"power_play">, z.ZodLiteral<"ice_king">, z.ZodLiteral<"marleau_master">, z.ZodLiteral<"the_admiral">, z.ZodLiteral<"the_kick_six">, z.ZodLiteral<"coin_toss">, z.ZodLiteral<"golden_jacket">, z.ZodLiteral<"pop_the_champagne">, z.ZodLiteral<"game_grower">, z.ZodLiteral<"fandon_donovan">, z.ZodLiteral<"soccer_stud">, z.ZodLiteral<"the_big_o">, z.ZodLiteral<"the_grateful_red">, z.ZodLiteral<"mad_march">, z.ZodLiteral<"the_logo">, z.ZodLiteral<"the_big_dipper">, z.ZodLiteral<"mid_table">, z.ZodLiteral<"fan_of_the_match">, z.ZodLiteral<"super_mario">, z.ZodLiteral<"dick_butkus">, z.ZodLiteral<"hit_the_heismann">, z.ZodLiteral<"lobos_legacy">, z.ZodLiteral<"tau3asi">, z.ZodLiteral<"queenb">, z.ZodLiteral<"rookie_rater">, z.ZodLiteral<"six_three">, z.ZodLiteral<"groupie">, z.ZodLiteral<"for_your_confederations">, z.ZodLiteral<"a_list">, z.ZodLiteral<"fan_in_the_arena">, z.ZodLiteral<"stadium_pulse">]>, z.ZodObject<{
|
|
1096
1096
|
id: z.ZodString;
|
|
1097
1097
|
name: z.ZodString;
|
|
1098
1098
|
description: z.ZodString;
|
|
@@ -1161,27 +1161,35 @@ export declare const stadiumRatingSchema: z.ZodObject<{
|
|
|
1161
1161
|
target: z.ZodNumber;
|
|
1162
1162
|
label: z.ZodOptional<z.ZodString>;
|
|
1163
1163
|
context: z.ZodOptional<z.ZodString>;
|
|
1164
|
+
achievedAt: z.ZodOptional<z.ZodNumber>;
|
|
1165
|
+
seen: z.ZodOptional<z.ZodBoolean>;
|
|
1164
1166
|
}, "strip", z.ZodTypeAny, {
|
|
1165
1167
|
target: number;
|
|
1166
1168
|
current: number;
|
|
1167
1169
|
label?: string | undefined;
|
|
1168
1170
|
context?: string | undefined;
|
|
1171
|
+
achievedAt?: number | undefined;
|
|
1172
|
+
seen?: boolean | undefined;
|
|
1169
1173
|
}, {
|
|
1170
1174
|
target: number;
|
|
1171
1175
|
current: number;
|
|
1172
1176
|
label?: string | undefined;
|
|
1173
1177
|
context?: string | undefined;
|
|
1178
|
+
achievedAt?: number | undefined;
|
|
1179
|
+
seen?: boolean | undefined;
|
|
1174
1180
|
}>>>;
|
|
1175
1181
|
seen: z.ZodOptional<z.ZodBoolean>;
|
|
1176
1182
|
type: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"global">, z.ZodLiteral<"sport">, z.ZodLiteral<"league">]>>;
|
|
1177
1183
|
league: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"nba">, z.ZodLiteral<"ncaa">, z.ZodLiteral<"nfl">, z.ZodLiteral<"nhl">, z.ZodLiteral<"mlb">, z.ZodLiteral<"cbb">, z.ZodLiteral<"cfb">, z.ZodLiteral<"epl">, z.ZodLiteral<"mls">, z.ZodLiteral<"wnba">, z.ZodLiteral<"cwc">, z.ZodLiteral<"global">]>>;
|
|
1178
1184
|
sport: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"basketball">, z.ZodLiteral<"football">, z.ZodLiteral<"soccer">, z.ZodLiteral<"baseball">, z.ZodLiteral<"hockey">]>>;
|
|
1185
|
+
seasonal: z.ZodOptional<z.ZodBoolean>;
|
|
1179
1186
|
}, "strip", z.ZodTypeAny, {
|
|
1180
1187
|
id: string;
|
|
1181
1188
|
name: string;
|
|
1182
1189
|
description: string;
|
|
1183
1190
|
type?: "global" | "sport" | "league" | undefined;
|
|
1184
1191
|
progress?: number | undefined;
|
|
1192
|
+
seen?: boolean | undefined;
|
|
1185
1193
|
tiers?: {
|
|
1186
1194
|
bronze: {
|
|
1187
1195
|
threshold: number;
|
|
@@ -1202,16 +1210,19 @@ export declare const stadiumRatingSchema: z.ZodObject<{
|
|
|
1202
1210
|
current: number;
|
|
1203
1211
|
label?: string | undefined;
|
|
1204
1212
|
context?: string | undefined;
|
|
1213
|
+
achievedAt?: number | undefined;
|
|
1214
|
+
seen?: boolean | undefined;
|
|
1205
1215
|
}> | undefined;
|
|
1206
|
-
seen?: boolean | undefined;
|
|
1207
1216
|
sport?: "basketball" | "football" | "soccer" | "baseball" | "hockey" | undefined;
|
|
1208
1217
|
league?: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba" | "cwc" | undefined;
|
|
1218
|
+
seasonal?: boolean | undefined;
|
|
1209
1219
|
}, {
|
|
1210
1220
|
id: string;
|
|
1211
1221
|
name: string;
|
|
1212
1222
|
description: string;
|
|
1213
1223
|
type?: "global" | "sport" | "league" | undefined;
|
|
1214
1224
|
progress?: number | undefined;
|
|
1225
|
+
seen?: boolean | undefined;
|
|
1215
1226
|
tiers?: {
|
|
1216
1227
|
bronze: {
|
|
1217
1228
|
threshold: number;
|
|
@@ -1232,10 +1243,12 @@ export declare const stadiumRatingSchema: z.ZodObject<{
|
|
|
1232
1243
|
current: number;
|
|
1233
1244
|
label?: string | undefined;
|
|
1234
1245
|
context?: string | undefined;
|
|
1246
|
+
achievedAt?: number | undefined;
|
|
1247
|
+
seen?: boolean | undefined;
|
|
1235
1248
|
}> | undefined;
|
|
1236
|
-
seen?: boolean | undefined;
|
|
1237
1249
|
sport?: "basketball" | "football" | "soccer" | "baseball" | "hockey" | undefined;
|
|
1238
1250
|
league?: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba" | "cwc" | undefined;
|
|
1251
|
+
seasonal?: boolean | undefined;
|
|
1239
1252
|
}>>>;
|
|
1240
1253
|
repliesLeft: z.ZodOptional<z.ZodNumber>;
|
|
1241
1254
|
listRepliesLeft: z.ZodOptional<z.ZodNumber>;
|
|
@@ -2690,7 +2703,7 @@ export declare const createStadiumRatingSchema: z.ZodObject<z.objectUtil.extendS
|
|
|
2690
2703
|
count: number;
|
|
2691
2704
|
}[] | undefined;
|
|
2692
2705
|
}>>;
|
|
2693
|
-
achievements: z.ZodOptional<z.ZodRecord<z.ZodUnion<[z.ZodLiteral<"speed_rater">, z.ZodLiteral<"take_this">, z.ZodLiteral<"front_runner">, z.ZodLiteral<"loyal_till_the_end">, z.ZodLiteral<"around_the_world">, z.ZodLiteral<"take_off">, z.ZodLiteral<"embrace_debate">, z.ZodLiteral<"fan_of_the_people">, z.ZodLiteral<"the_peoples_fan">, z.ZodLiteral<"take_titan">, z.ZodLiteral<"take_first">, z.ZodLiteral<"hall_of_takes">, z.ZodLiteral<"superfan">, z.ZodLiteral<"fan-tastic">, z.ZodLiteral<"marathon_fan">, z.ZodLiteral<"new_years_resolution">, z.ZodLiteral<"dog_days_of_summer">, z.ZodLiteral<"50_50_club">, z.ZodLiteral<"ball_knower">, z.ZodLiteral<"heating_up">, z.ZodLiteral<"full_court_press">, z.ZodLiteral<"grid_iron_guru">, z.ZodLiteral<"across_the_yard">, z.ZodLiteral<"pigskin_power">, z.ZodLiteral<"goal_getter">, z.ZodLiteral<"footie_fanatic">, z.ZodLiteral<"campaign_conqueror">, z.ZodLiteral<"diamond_hands">, z.ZodLiteral<"field_of_dreams">, z.ZodLiteral<"charlie_hustle">, z.ZodLiteral<"power_play">, z.ZodLiteral<"ice_king">, z.ZodLiteral<"marleau_master">, z.ZodLiteral<"the_admiral">, z.ZodLiteral<"the_kick_six">, z.ZodLiteral<"coin_toss">, z.ZodLiteral<"golden_jacket">, z.ZodLiteral<"pop_the_champagne">, z.ZodLiteral<"game_grower">, z.ZodLiteral<"fandon_donovan">, z.ZodLiteral<"soccer_stud">, z.ZodLiteral<"the_big_o">, z.ZodLiteral<"the_grateful_red">, z.ZodLiteral<"mad_march">, z.ZodLiteral<"the_logo">, z.ZodLiteral<"the_big_dipper">, z.ZodLiteral<"mid_table">, z.ZodLiteral<"fan_of_the_match">, z.ZodLiteral<"super_mario">, z.ZodLiteral<"dick_butkus">, z.ZodLiteral<"hit_the_heismann">, z.ZodLiteral<"lobos_legacy">, z.ZodLiteral<"tau3asi">, z.ZodLiteral<"queenb">, z.ZodLiteral<"rookie_rater">, z.ZodLiteral<"six_three">, z.ZodLiteral<"groupie">, z.ZodLiteral<"for_your_confederations">]>, z.ZodObject<{
|
|
2706
|
+
achievements: z.ZodOptional<z.ZodRecord<z.ZodUnion<[z.ZodLiteral<"speed_rater">, z.ZodLiteral<"take_this">, z.ZodLiteral<"front_runner">, z.ZodLiteral<"loyal_till_the_end">, z.ZodLiteral<"around_the_world">, z.ZodLiteral<"take_off">, z.ZodLiteral<"embrace_debate">, z.ZodLiteral<"fan_of_the_people">, z.ZodLiteral<"the_peoples_fan">, z.ZodLiteral<"take_titan">, z.ZodLiteral<"take_first">, z.ZodLiteral<"hall_of_takes">, z.ZodLiteral<"superfan">, z.ZodLiteral<"fan-tastic">, z.ZodLiteral<"marathon_fan">, z.ZodLiteral<"new_years_resolution">, z.ZodLiteral<"dog_days_of_summer">, z.ZodLiteral<"50_50_club">, z.ZodLiteral<"ball_knower">, z.ZodLiteral<"heating_up">, z.ZodLiteral<"full_court_press">, z.ZodLiteral<"grid_iron_guru">, z.ZodLiteral<"across_the_yard">, z.ZodLiteral<"pigskin_power">, z.ZodLiteral<"goal_getter">, z.ZodLiteral<"footie_fanatic">, z.ZodLiteral<"campaign_conqueror">, z.ZodLiteral<"diamond_hands">, z.ZodLiteral<"field_of_dreams">, z.ZodLiteral<"charlie_hustle">, z.ZodLiteral<"power_play">, z.ZodLiteral<"ice_king">, z.ZodLiteral<"marleau_master">, z.ZodLiteral<"the_admiral">, z.ZodLiteral<"the_kick_six">, z.ZodLiteral<"coin_toss">, z.ZodLiteral<"golden_jacket">, z.ZodLiteral<"pop_the_champagne">, z.ZodLiteral<"game_grower">, z.ZodLiteral<"fandon_donovan">, z.ZodLiteral<"soccer_stud">, z.ZodLiteral<"the_big_o">, z.ZodLiteral<"the_grateful_red">, z.ZodLiteral<"mad_march">, z.ZodLiteral<"the_logo">, z.ZodLiteral<"the_big_dipper">, z.ZodLiteral<"mid_table">, z.ZodLiteral<"fan_of_the_match">, z.ZodLiteral<"super_mario">, z.ZodLiteral<"dick_butkus">, z.ZodLiteral<"hit_the_heismann">, z.ZodLiteral<"lobos_legacy">, z.ZodLiteral<"tau3asi">, z.ZodLiteral<"queenb">, z.ZodLiteral<"rookie_rater">, z.ZodLiteral<"six_three">, z.ZodLiteral<"groupie">, z.ZodLiteral<"for_your_confederations">, z.ZodLiteral<"a_list">, z.ZodLiteral<"fan_in_the_arena">, z.ZodLiteral<"stadium_pulse">]>, z.ZodObject<{
|
|
2694
2707
|
id: z.ZodString;
|
|
2695
2708
|
name: z.ZodString;
|
|
2696
2709
|
description: z.ZodString;
|
|
@@ -2759,27 +2772,35 @@ export declare const createStadiumRatingSchema: z.ZodObject<z.objectUtil.extendS
|
|
|
2759
2772
|
target: z.ZodNumber;
|
|
2760
2773
|
label: z.ZodOptional<z.ZodString>;
|
|
2761
2774
|
context: z.ZodOptional<z.ZodString>;
|
|
2775
|
+
achievedAt: z.ZodOptional<z.ZodNumber>;
|
|
2776
|
+
seen: z.ZodOptional<z.ZodBoolean>;
|
|
2762
2777
|
}, "strip", z.ZodTypeAny, {
|
|
2763
2778
|
target: number;
|
|
2764
2779
|
current: number;
|
|
2765
2780
|
label?: string | undefined;
|
|
2766
2781
|
context?: string | undefined;
|
|
2782
|
+
achievedAt?: number | undefined;
|
|
2783
|
+
seen?: boolean | undefined;
|
|
2767
2784
|
}, {
|
|
2768
2785
|
target: number;
|
|
2769
2786
|
current: number;
|
|
2770
2787
|
label?: string | undefined;
|
|
2771
2788
|
context?: string | undefined;
|
|
2789
|
+
achievedAt?: number | undefined;
|
|
2790
|
+
seen?: boolean | undefined;
|
|
2772
2791
|
}>>>;
|
|
2773
2792
|
seen: z.ZodOptional<z.ZodBoolean>;
|
|
2774
2793
|
type: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"global">, z.ZodLiteral<"sport">, z.ZodLiteral<"league">]>>;
|
|
2775
2794
|
league: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"nba">, z.ZodLiteral<"ncaa">, z.ZodLiteral<"nfl">, z.ZodLiteral<"nhl">, z.ZodLiteral<"mlb">, z.ZodLiteral<"cbb">, z.ZodLiteral<"cfb">, z.ZodLiteral<"epl">, z.ZodLiteral<"mls">, z.ZodLiteral<"wnba">, z.ZodLiteral<"cwc">, z.ZodLiteral<"global">]>>;
|
|
2776
2795
|
sport: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"basketball">, z.ZodLiteral<"football">, z.ZodLiteral<"soccer">, z.ZodLiteral<"baseball">, z.ZodLiteral<"hockey">]>>;
|
|
2796
|
+
seasonal: z.ZodOptional<z.ZodBoolean>;
|
|
2777
2797
|
}, "strip", z.ZodTypeAny, {
|
|
2778
2798
|
id: string;
|
|
2779
2799
|
name: string;
|
|
2780
2800
|
description: string;
|
|
2781
2801
|
type?: "global" | "sport" | "league" | undefined;
|
|
2782
2802
|
progress?: number | undefined;
|
|
2803
|
+
seen?: boolean | undefined;
|
|
2783
2804
|
tiers?: {
|
|
2784
2805
|
bronze: {
|
|
2785
2806
|
threshold: number;
|
|
@@ -2800,16 +2821,19 @@ export declare const createStadiumRatingSchema: z.ZodObject<z.objectUtil.extendS
|
|
|
2800
2821
|
current: number;
|
|
2801
2822
|
label?: string | undefined;
|
|
2802
2823
|
context?: string | undefined;
|
|
2824
|
+
achievedAt?: number | undefined;
|
|
2825
|
+
seen?: boolean | undefined;
|
|
2803
2826
|
}> | undefined;
|
|
2804
|
-
seen?: boolean | undefined;
|
|
2805
2827
|
sport?: "basketball" | "football" | "soccer" | "baseball" | "hockey" | undefined;
|
|
2806
2828
|
league?: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba" | "cwc" | undefined;
|
|
2829
|
+
seasonal?: boolean | undefined;
|
|
2807
2830
|
}, {
|
|
2808
2831
|
id: string;
|
|
2809
2832
|
name: string;
|
|
2810
2833
|
description: string;
|
|
2811
2834
|
type?: "global" | "sport" | "league" | undefined;
|
|
2812
2835
|
progress?: number | undefined;
|
|
2836
|
+
seen?: boolean | undefined;
|
|
2813
2837
|
tiers?: {
|
|
2814
2838
|
bronze: {
|
|
2815
2839
|
threshold: number;
|
|
@@ -2830,10 +2854,12 @@ export declare const createStadiumRatingSchema: z.ZodObject<z.objectUtil.extendS
|
|
|
2830
2854
|
current: number;
|
|
2831
2855
|
label?: string | undefined;
|
|
2832
2856
|
context?: string | undefined;
|
|
2857
|
+
achievedAt?: number | undefined;
|
|
2858
|
+
seen?: boolean | undefined;
|
|
2833
2859
|
}> | undefined;
|
|
2834
|
-
seen?: boolean | undefined;
|
|
2835
2860
|
sport?: "basketball" | "football" | "soccer" | "baseball" | "hockey" | undefined;
|
|
2836
2861
|
league?: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba" | "cwc" | undefined;
|
|
2862
|
+
seasonal?: boolean | undefined;
|
|
2837
2863
|
}>>>;
|
|
2838
2864
|
repliesLeft: z.ZodOptional<z.ZodNumber>;
|
|
2839
2865
|
listRepliesLeft: z.ZodOptional<z.ZodNumber>;
|
|
@@ -4347,7 +4373,7 @@ export declare const stadiumThreadCommentSchema: z.ZodObject<{
|
|
|
4347
4373
|
count: number;
|
|
4348
4374
|
}[] | undefined;
|
|
4349
4375
|
}>>;
|
|
4350
|
-
achievements: z.ZodOptional<z.ZodRecord<z.ZodUnion<[z.ZodLiteral<"speed_rater">, z.ZodLiteral<"take_this">, z.ZodLiteral<"front_runner">, z.ZodLiteral<"loyal_till_the_end">, z.ZodLiteral<"around_the_world">, z.ZodLiteral<"take_off">, z.ZodLiteral<"embrace_debate">, z.ZodLiteral<"fan_of_the_people">, z.ZodLiteral<"the_peoples_fan">, z.ZodLiteral<"take_titan">, z.ZodLiteral<"take_first">, z.ZodLiteral<"hall_of_takes">, z.ZodLiteral<"superfan">, z.ZodLiteral<"fan-tastic">, z.ZodLiteral<"marathon_fan">, z.ZodLiteral<"new_years_resolution">, z.ZodLiteral<"dog_days_of_summer">, z.ZodLiteral<"50_50_club">, z.ZodLiteral<"ball_knower">, z.ZodLiteral<"heating_up">, z.ZodLiteral<"full_court_press">, z.ZodLiteral<"grid_iron_guru">, z.ZodLiteral<"across_the_yard">, z.ZodLiteral<"pigskin_power">, z.ZodLiteral<"goal_getter">, z.ZodLiteral<"footie_fanatic">, z.ZodLiteral<"campaign_conqueror">, z.ZodLiteral<"diamond_hands">, z.ZodLiteral<"field_of_dreams">, z.ZodLiteral<"charlie_hustle">, z.ZodLiteral<"power_play">, z.ZodLiteral<"ice_king">, z.ZodLiteral<"marleau_master">, z.ZodLiteral<"the_admiral">, z.ZodLiteral<"the_kick_six">, z.ZodLiteral<"coin_toss">, z.ZodLiteral<"golden_jacket">, z.ZodLiteral<"pop_the_champagne">, z.ZodLiteral<"game_grower">, z.ZodLiteral<"fandon_donovan">, z.ZodLiteral<"soccer_stud">, z.ZodLiteral<"the_big_o">, z.ZodLiteral<"the_grateful_red">, z.ZodLiteral<"mad_march">, z.ZodLiteral<"the_logo">, z.ZodLiteral<"the_big_dipper">, z.ZodLiteral<"mid_table">, z.ZodLiteral<"fan_of_the_match">, z.ZodLiteral<"super_mario">, z.ZodLiteral<"dick_butkus">, z.ZodLiteral<"hit_the_heismann">, z.ZodLiteral<"lobos_legacy">, z.ZodLiteral<"tau3asi">, z.ZodLiteral<"queenb">, z.ZodLiteral<"rookie_rater">, z.ZodLiteral<"six_three">, z.ZodLiteral<"groupie">, z.ZodLiteral<"for_your_confederations">]>, z.ZodObject<{
|
|
4376
|
+
achievements: z.ZodOptional<z.ZodRecord<z.ZodUnion<[z.ZodLiteral<"speed_rater">, z.ZodLiteral<"take_this">, z.ZodLiteral<"front_runner">, z.ZodLiteral<"loyal_till_the_end">, z.ZodLiteral<"around_the_world">, z.ZodLiteral<"take_off">, z.ZodLiteral<"embrace_debate">, z.ZodLiteral<"fan_of_the_people">, z.ZodLiteral<"the_peoples_fan">, z.ZodLiteral<"take_titan">, z.ZodLiteral<"take_first">, z.ZodLiteral<"hall_of_takes">, z.ZodLiteral<"superfan">, z.ZodLiteral<"fan-tastic">, z.ZodLiteral<"marathon_fan">, z.ZodLiteral<"new_years_resolution">, z.ZodLiteral<"dog_days_of_summer">, z.ZodLiteral<"50_50_club">, z.ZodLiteral<"ball_knower">, z.ZodLiteral<"heating_up">, z.ZodLiteral<"full_court_press">, z.ZodLiteral<"grid_iron_guru">, z.ZodLiteral<"across_the_yard">, z.ZodLiteral<"pigskin_power">, z.ZodLiteral<"goal_getter">, z.ZodLiteral<"footie_fanatic">, z.ZodLiteral<"campaign_conqueror">, z.ZodLiteral<"diamond_hands">, z.ZodLiteral<"field_of_dreams">, z.ZodLiteral<"charlie_hustle">, z.ZodLiteral<"power_play">, z.ZodLiteral<"ice_king">, z.ZodLiteral<"marleau_master">, z.ZodLiteral<"the_admiral">, z.ZodLiteral<"the_kick_six">, z.ZodLiteral<"coin_toss">, z.ZodLiteral<"golden_jacket">, z.ZodLiteral<"pop_the_champagne">, z.ZodLiteral<"game_grower">, z.ZodLiteral<"fandon_donovan">, z.ZodLiteral<"soccer_stud">, z.ZodLiteral<"the_big_o">, z.ZodLiteral<"the_grateful_red">, z.ZodLiteral<"mad_march">, z.ZodLiteral<"the_logo">, z.ZodLiteral<"the_big_dipper">, z.ZodLiteral<"mid_table">, z.ZodLiteral<"fan_of_the_match">, z.ZodLiteral<"super_mario">, z.ZodLiteral<"dick_butkus">, z.ZodLiteral<"hit_the_heismann">, z.ZodLiteral<"lobos_legacy">, z.ZodLiteral<"tau3asi">, z.ZodLiteral<"queenb">, z.ZodLiteral<"rookie_rater">, z.ZodLiteral<"six_three">, z.ZodLiteral<"groupie">, z.ZodLiteral<"for_your_confederations">, z.ZodLiteral<"a_list">, z.ZodLiteral<"fan_in_the_arena">, z.ZodLiteral<"stadium_pulse">]>, z.ZodObject<{
|
|
4351
4377
|
id: z.ZodString;
|
|
4352
4378
|
name: z.ZodString;
|
|
4353
4379
|
description: z.ZodString;
|
|
@@ -4416,27 +4442,35 @@ export declare const stadiumThreadCommentSchema: z.ZodObject<{
|
|
|
4416
4442
|
target: z.ZodNumber;
|
|
4417
4443
|
label: z.ZodOptional<z.ZodString>;
|
|
4418
4444
|
context: z.ZodOptional<z.ZodString>;
|
|
4445
|
+
achievedAt: z.ZodOptional<z.ZodNumber>;
|
|
4446
|
+
seen: z.ZodOptional<z.ZodBoolean>;
|
|
4419
4447
|
}, "strip", z.ZodTypeAny, {
|
|
4420
4448
|
target: number;
|
|
4421
4449
|
current: number;
|
|
4422
4450
|
label?: string | undefined;
|
|
4423
4451
|
context?: string | undefined;
|
|
4452
|
+
achievedAt?: number | undefined;
|
|
4453
|
+
seen?: boolean | undefined;
|
|
4424
4454
|
}, {
|
|
4425
4455
|
target: number;
|
|
4426
4456
|
current: number;
|
|
4427
4457
|
label?: string | undefined;
|
|
4428
4458
|
context?: string | undefined;
|
|
4459
|
+
achievedAt?: number | undefined;
|
|
4460
|
+
seen?: boolean | undefined;
|
|
4429
4461
|
}>>>;
|
|
4430
4462
|
seen: z.ZodOptional<z.ZodBoolean>;
|
|
4431
4463
|
type: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"global">, z.ZodLiteral<"sport">, z.ZodLiteral<"league">]>>;
|
|
4432
4464
|
league: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"nba">, z.ZodLiteral<"ncaa">, z.ZodLiteral<"nfl">, z.ZodLiteral<"nhl">, z.ZodLiteral<"mlb">, z.ZodLiteral<"cbb">, z.ZodLiteral<"cfb">, z.ZodLiteral<"epl">, z.ZodLiteral<"mls">, z.ZodLiteral<"wnba">, z.ZodLiteral<"cwc">, z.ZodLiteral<"global">]>>;
|
|
4433
4465
|
sport: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"basketball">, z.ZodLiteral<"football">, z.ZodLiteral<"soccer">, z.ZodLiteral<"baseball">, z.ZodLiteral<"hockey">]>>;
|
|
4466
|
+
seasonal: z.ZodOptional<z.ZodBoolean>;
|
|
4434
4467
|
}, "strip", z.ZodTypeAny, {
|
|
4435
4468
|
id: string;
|
|
4436
4469
|
name: string;
|
|
4437
4470
|
description: string;
|
|
4438
4471
|
type?: "global" | "sport" | "league" | undefined;
|
|
4439
4472
|
progress?: number | undefined;
|
|
4473
|
+
seen?: boolean | undefined;
|
|
4440
4474
|
tiers?: {
|
|
4441
4475
|
bronze: {
|
|
4442
4476
|
threshold: number;
|
|
@@ -4457,16 +4491,19 @@ export declare const stadiumThreadCommentSchema: z.ZodObject<{
|
|
|
4457
4491
|
current: number;
|
|
4458
4492
|
label?: string | undefined;
|
|
4459
4493
|
context?: string | undefined;
|
|
4494
|
+
achievedAt?: number | undefined;
|
|
4495
|
+
seen?: boolean | undefined;
|
|
4460
4496
|
}> | undefined;
|
|
4461
|
-
seen?: boolean | undefined;
|
|
4462
4497
|
sport?: "basketball" | "football" | "soccer" | "baseball" | "hockey" | undefined;
|
|
4463
4498
|
league?: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba" | "cwc" | undefined;
|
|
4499
|
+
seasonal?: boolean | undefined;
|
|
4464
4500
|
}, {
|
|
4465
4501
|
id: string;
|
|
4466
4502
|
name: string;
|
|
4467
4503
|
description: string;
|
|
4468
4504
|
type?: "global" | "sport" | "league" | undefined;
|
|
4469
4505
|
progress?: number | undefined;
|
|
4506
|
+
seen?: boolean | undefined;
|
|
4470
4507
|
tiers?: {
|
|
4471
4508
|
bronze: {
|
|
4472
4509
|
threshold: number;
|
|
@@ -4487,10 +4524,12 @@ export declare const stadiumThreadCommentSchema: z.ZodObject<{
|
|
|
4487
4524
|
current: number;
|
|
4488
4525
|
label?: string | undefined;
|
|
4489
4526
|
context?: string | undefined;
|
|
4527
|
+
achievedAt?: number | undefined;
|
|
4528
|
+
seen?: boolean | undefined;
|
|
4490
4529
|
}> | undefined;
|
|
4491
|
-
seen?: boolean | undefined;
|
|
4492
4530
|
sport?: "basketball" | "football" | "soccer" | "baseball" | "hockey" | undefined;
|
|
4493
4531
|
league?: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba" | "cwc" | undefined;
|
|
4532
|
+
seasonal?: boolean | undefined;
|
|
4494
4533
|
}>>>;
|
|
4495
4534
|
repliesLeft: z.ZodOptional<z.ZodNumber>;
|
|
4496
4535
|
listRepliesLeft: z.ZodOptional<z.ZodNumber>;
|
|
@@ -5404,7 +5443,7 @@ export declare const stadiumThreadCommentSchema: z.ZodObject<{
|
|
|
5404
5443
|
count: number;
|
|
5405
5444
|
}[] | undefined;
|
|
5406
5445
|
}>>;
|
|
5407
|
-
achievements: z.ZodOptional<z.ZodRecord<z.ZodUnion<[z.ZodLiteral<"speed_rater">, z.ZodLiteral<"take_this">, z.ZodLiteral<"front_runner">, z.ZodLiteral<"loyal_till_the_end">, z.ZodLiteral<"around_the_world">, z.ZodLiteral<"take_off">, z.ZodLiteral<"embrace_debate">, z.ZodLiteral<"fan_of_the_people">, z.ZodLiteral<"the_peoples_fan">, z.ZodLiteral<"take_titan">, z.ZodLiteral<"take_first">, z.ZodLiteral<"hall_of_takes">, z.ZodLiteral<"superfan">, z.ZodLiteral<"fan-tastic">, z.ZodLiteral<"marathon_fan">, z.ZodLiteral<"new_years_resolution">, z.ZodLiteral<"dog_days_of_summer">, z.ZodLiteral<"50_50_club">, z.ZodLiteral<"ball_knower">, z.ZodLiteral<"heating_up">, z.ZodLiteral<"full_court_press">, z.ZodLiteral<"grid_iron_guru">, z.ZodLiteral<"across_the_yard">, z.ZodLiteral<"pigskin_power">, z.ZodLiteral<"goal_getter">, z.ZodLiteral<"footie_fanatic">, z.ZodLiteral<"campaign_conqueror">, z.ZodLiteral<"diamond_hands">, z.ZodLiteral<"field_of_dreams">, z.ZodLiteral<"charlie_hustle">, z.ZodLiteral<"power_play">, z.ZodLiteral<"ice_king">, z.ZodLiteral<"marleau_master">, z.ZodLiteral<"the_admiral">, z.ZodLiteral<"the_kick_six">, z.ZodLiteral<"coin_toss">, z.ZodLiteral<"golden_jacket">, z.ZodLiteral<"pop_the_champagne">, z.ZodLiteral<"game_grower">, z.ZodLiteral<"fandon_donovan">, z.ZodLiteral<"soccer_stud">, z.ZodLiteral<"the_big_o">, z.ZodLiteral<"the_grateful_red">, z.ZodLiteral<"mad_march">, z.ZodLiteral<"the_logo">, z.ZodLiteral<"the_big_dipper">, z.ZodLiteral<"mid_table">, z.ZodLiteral<"fan_of_the_match">, z.ZodLiteral<"super_mario">, z.ZodLiteral<"dick_butkus">, z.ZodLiteral<"hit_the_heismann">, z.ZodLiteral<"lobos_legacy">, z.ZodLiteral<"tau3asi">, z.ZodLiteral<"queenb">, z.ZodLiteral<"rookie_rater">, z.ZodLiteral<"six_three">, z.ZodLiteral<"groupie">, z.ZodLiteral<"for_your_confederations">]>, z.ZodObject<{
|
|
5446
|
+
achievements: z.ZodOptional<z.ZodRecord<z.ZodUnion<[z.ZodLiteral<"speed_rater">, z.ZodLiteral<"take_this">, z.ZodLiteral<"front_runner">, z.ZodLiteral<"loyal_till_the_end">, z.ZodLiteral<"around_the_world">, z.ZodLiteral<"take_off">, z.ZodLiteral<"embrace_debate">, z.ZodLiteral<"fan_of_the_people">, z.ZodLiteral<"the_peoples_fan">, z.ZodLiteral<"take_titan">, z.ZodLiteral<"take_first">, z.ZodLiteral<"hall_of_takes">, z.ZodLiteral<"superfan">, z.ZodLiteral<"fan-tastic">, z.ZodLiteral<"marathon_fan">, z.ZodLiteral<"new_years_resolution">, z.ZodLiteral<"dog_days_of_summer">, z.ZodLiteral<"50_50_club">, z.ZodLiteral<"ball_knower">, z.ZodLiteral<"heating_up">, z.ZodLiteral<"full_court_press">, z.ZodLiteral<"grid_iron_guru">, z.ZodLiteral<"across_the_yard">, z.ZodLiteral<"pigskin_power">, z.ZodLiteral<"goal_getter">, z.ZodLiteral<"footie_fanatic">, z.ZodLiteral<"campaign_conqueror">, z.ZodLiteral<"diamond_hands">, z.ZodLiteral<"field_of_dreams">, z.ZodLiteral<"charlie_hustle">, z.ZodLiteral<"power_play">, z.ZodLiteral<"ice_king">, z.ZodLiteral<"marleau_master">, z.ZodLiteral<"the_admiral">, z.ZodLiteral<"the_kick_six">, z.ZodLiteral<"coin_toss">, z.ZodLiteral<"golden_jacket">, z.ZodLiteral<"pop_the_champagne">, z.ZodLiteral<"game_grower">, z.ZodLiteral<"fandon_donovan">, z.ZodLiteral<"soccer_stud">, z.ZodLiteral<"the_big_o">, z.ZodLiteral<"the_grateful_red">, z.ZodLiteral<"mad_march">, z.ZodLiteral<"the_logo">, z.ZodLiteral<"the_big_dipper">, z.ZodLiteral<"mid_table">, z.ZodLiteral<"fan_of_the_match">, z.ZodLiteral<"super_mario">, z.ZodLiteral<"dick_butkus">, z.ZodLiteral<"hit_the_heismann">, z.ZodLiteral<"lobos_legacy">, z.ZodLiteral<"tau3asi">, z.ZodLiteral<"queenb">, z.ZodLiteral<"rookie_rater">, z.ZodLiteral<"six_three">, z.ZodLiteral<"groupie">, z.ZodLiteral<"for_your_confederations">, z.ZodLiteral<"a_list">, z.ZodLiteral<"fan_in_the_arena">, z.ZodLiteral<"stadium_pulse">]>, z.ZodObject<{
|
|
5408
5447
|
id: z.ZodString;
|
|
5409
5448
|
name: z.ZodString;
|
|
5410
5449
|
description: z.ZodString;
|
|
@@ -5473,27 +5512,35 @@ export declare const stadiumThreadCommentSchema: z.ZodObject<{
|
|
|
5473
5512
|
target: z.ZodNumber;
|
|
5474
5513
|
label: z.ZodOptional<z.ZodString>;
|
|
5475
5514
|
context: z.ZodOptional<z.ZodString>;
|
|
5515
|
+
achievedAt: z.ZodOptional<z.ZodNumber>;
|
|
5516
|
+
seen: z.ZodOptional<z.ZodBoolean>;
|
|
5476
5517
|
}, "strip", z.ZodTypeAny, {
|
|
5477
5518
|
target: number;
|
|
5478
5519
|
current: number;
|
|
5479
5520
|
label?: string | undefined;
|
|
5480
5521
|
context?: string | undefined;
|
|
5522
|
+
achievedAt?: number | undefined;
|
|
5523
|
+
seen?: boolean | undefined;
|
|
5481
5524
|
}, {
|
|
5482
5525
|
target: number;
|
|
5483
5526
|
current: number;
|
|
5484
5527
|
label?: string | undefined;
|
|
5485
5528
|
context?: string | undefined;
|
|
5529
|
+
achievedAt?: number | undefined;
|
|
5530
|
+
seen?: boolean | undefined;
|
|
5486
5531
|
}>>>;
|
|
5487
5532
|
seen: z.ZodOptional<z.ZodBoolean>;
|
|
5488
5533
|
type: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"global">, z.ZodLiteral<"sport">, z.ZodLiteral<"league">]>>;
|
|
5489
5534
|
league: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"nba">, z.ZodLiteral<"ncaa">, z.ZodLiteral<"nfl">, z.ZodLiteral<"nhl">, z.ZodLiteral<"mlb">, z.ZodLiteral<"cbb">, z.ZodLiteral<"cfb">, z.ZodLiteral<"epl">, z.ZodLiteral<"mls">, z.ZodLiteral<"wnba">, z.ZodLiteral<"cwc">, z.ZodLiteral<"global">]>>;
|
|
5490
5535
|
sport: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"basketball">, z.ZodLiteral<"football">, z.ZodLiteral<"soccer">, z.ZodLiteral<"baseball">, z.ZodLiteral<"hockey">]>>;
|
|
5536
|
+
seasonal: z.ZodOptional<z.ZodBoolean>;
|
|
5491
5537
|
}, "strip", z.ZodTypeAny, {
|
|
5492
5538
|
id: string;
|
|
5493
5539
|
name: string;
|
|
5494
5540
|
description: string;
|
|
5495
5541
|
type?: "global" | "sport" | "league" | undefined;
|
|
5496
5542
|
progress?: number | undefined;
|
|
5543
|
+
seen?: boolean | undefined;
|
|
5497
5544
|
tiers?: {
|
|
5498
5545
|
bronze: {
|
|
5499
5546
|
threshold: number;
|
|
@@ -5514,16 +5561,19 @@ export declare const stadiumThreadCommentSchema: z.ZodObject<{
|
|
|
5514
5561
|
current: number;
|
|
5515
5562
|
label?: string | undefined;
|
|
5516
5563
|
context?: string | undefined;
|
|
5564
|
+
achievedAt?: number | undefined;
|
|
5565
|
+
seen?: boolean | undefined;
|
|
5517
5566
|
}> | undefined;
|
|
5518
|
-
seen?: boolean | undefined;
|
|
5519
5567
|
sport?: "basketball" | "football" | "soccer" | "baseball" | "hockey" | undefined;
|
|
5520
5568
|
league?: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba" | "cwc" | undefined;
|
|
5569
|
+
seasonal?: boolean | undefined;
|
|
5521
5570
|
}, {
|
|
5522
5571
|
id: string;
|
|
5523
5572
|
name: string;
|
|
5524
5573
|
description: string;
|
|
5525
5574
|
type?: "global" | "sport" | "league" | undefined;
|
|
5526
5575
|
progress?: number | undefined;
|
|
5576
|
+
seen?: boolean | undefined;
|
|
5527
5577
|
tiers?: {
|
|
5528
5578
|
bronze: {
|
|
5529
5579
|
threshold: number;
|
|
@@ -5544,10 +5594,12 @@ export declare const stadiumThreadCommentSchema: z.ZodObject<{
|
|
|
5544
5594
|
current: number;
|
|
5545
5595
|
label?: string | undefined;
|
|
5546
5596
|
context?: string | undefined;
|
|
5597
|
+
achievedAt?: number | undefined;
|
|
5598
|
+
seen?: boolean | undefined;
|
|
5547
5599
|
}> | undefined;
|
|
5548
|
-
seen?: boolean | undefined;
|
|
5549
5600
|
sport?: "basketball" | "football" | "soccer" | "baseball" | "hockey" | undefined;
|
|
5550
5601
|
league?: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba" | "cwc" | undefined;
|
|
5602
|
+
seasonal?: boolean | undefined;
|
|
5551
5603
|
}>>>;
|
|
5552
5604
|
repliesLeft: z.ZodOptional<z.ZodNumber>;
|
|
5553
5605
|
listRepliesLeft: z.ZodOptional<z.ZodNumber>;
|