rategame-shared 1.1.438 → 1.1.440
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 +12 -0
- package/dist/schemas/article.d.ts +5 -5
- package/dist/schemas/chat.d.ts +11 -11
- package/dist/schemas/content.d.ts +9 -9
- package/dist/schemas/experience.d.ts +11 -85
- package/dist/schemas/game.d.ts +95 -419
- package/dist/schemas/list.d.ts +5 -5
- package/dist/schemas/moderation.d.ts +4 -4
- package/dist/schemas/pick.d.ts +163 -703
- package/dist/schemas/rating.d.ts +16 -267
- package/dist/schemas/scorePrediction.d.ts +127 -559
- package/dist/schemas/stadium.d.ts +13 -137
- package/dist/schemas/team.d.ts +21 -22
- package/dist/schemas/trivia.d.ts +5 -20
- package/dist/schemas/user.d.ts +8 -8
- package/dist/schemas/user.js +2 -0
- package/dist/schemas/userEvent.d.ts +3 -3
- package/dist/schemas/voting.d.ts +34 -142
- package/package.json +5 -2
package/dist/helpers/index.js
CHANGED
|
@@ -81,6 +81,18 @@ exports.achievementsMap = {
|
|
|
81
81
|
},
|
|
82
82
|
type: "global",
|
|
83
83
|
},
|
|
84
|
+
card_complete: {
|
|
85
|
+
id: "card_complete",
|
|
86
|
+
name: "Card Complete",
|
|
87
|
+
description: "Complete every field of your profile card (picture, bio, favorite team, pinned ratings, favorite games, gradient color).",
|
|
88
|
+
type: "global",
|
|
89
|
+
},
|
|
90
|
+
pride_of_a_nation: {
|
|
91
|
+
id: "pride_of_a_nation",
|
|
92
|
+
name: "Pride of a Nation",
|
|
93
|
+
description: "Choose your country and rate a game your chosen country played in.",
|
|
94
|
+
type: "global",
|
|
95
|
+
},
|
|
84
96
|
speed_rater: {
|
|
85
97
|
id: "speed_rater",
|
|
86
98
|
name: "Speed Rater",
|
|
@@ -1008,7 +1008,7 @@ export declare const articleSchema: z.ZodObject<{
|
|
|
1008
1008
|
count: number;
|
|
1009
1009
|
}[] | undefined;
|
|
1010
1010
|
}>>;
|
|
1011
|
-
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<"group_stage_glory">, z.ZodLiteral<"six_confederations">, z.ZodLiteral<"world_on_a_string">, z.ZodLiteral<"knockout_king">, z.ZodLiteral<"host_with_the_most">, z.ZodLiteral<"the_golden_globe">, z.ZodLiteral<"world_beater">, z.ZodLiteral<"group_theory">, z.ZodLiteral<"cold_reading">, z.ZodLiteral<"sixteenth_sense">, z.ZodLiteral<"quarter_oracle">, z.ZodLiteral<"penultimate_prophet">, z.ZodLiteral<"called_the_cup">, z.ZodLiteral<"a_list">, z.ZodLiteral<"fan_in_the_arena">, z.ZodLiteral<"stadium_pulse">, z.ZodLiteral<"ballot_box">, z.ZodLiteral<"pin_drop">, z.ZodLiteral<"flow_state">, z.ZodLiteral<"strive_for_greatness">, z.ZodLiteral<"like_mike">, z.ZodLiteral<"joltin_joe">]>, z.ZodObject<{
|
|
1011
|
+
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<"group_stage_glory">, z.ZodLiteral<"six_confederations">, z.ZodLiteral<"world_on_a_string">, z.ZodLiteral<"knockout_king">, z.ZodLiteral<"host_with_the_most">, z.ZodLiteral<"the_golden_globe">, z.ZodLiteral<"world_beater">, z.ZodLiteral<"group_theory">, z.ZodLiteral<"cold_reading">, z.ZodLiteral<"sixteenth_sense">, z.ZodLiteral<"quarter_oracle">, z.ZodLiteral<"penultimate_prophet">, z.ZodLiteral<"called_the_cup">, z.ZodLiteral<"a_list">, z.ZodLiteral<"fan_in_the_arena">, z.ZodLiteral<"stadium_pulse">, z.ZodLiteral<"ballot_box">, z.ZodLiteral<"pin_drop">, z.ZodLiteral<"card_complete">, z.ZodLiteral<"pride_of_a_nation">, z.ZodLiteral<"flow_state">, z.ZodLiteral<"strive_for_greatness">, z.ZodLiteral<"like_mike">, z.ZodLiteral<"joltin_joe">]>, z.ZodObject<{
|
|
1012
1012
|
id: z.ZodString;
|
|
1013
1013
|
name: z.ZodString;
|
|
1014
1014
|
description: z.ZodString;
|
|
@@ -2323,7 +2323,7 @@ export declare const createArticleSchema: z.ZodObject<{
|
|
|
2323
2323
|
count: number;
|
|
2324
2324
|
}[] | undefined;
|
|
2325
2325
|
}>>;
|
|
2326
|
-
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<"group_stage_glory">, z.ZodLiteral<"six_confederations">, z.ZodLiteral<"world_on_a_string">, z.ZodLiteral<"knockout_king">, z.ZodLiteral<"host_with_the_most">, z.ZodLiteral<"the_golden_globe">, z.ZodLiteral<"world_beater">, z.ZodLiteral<"group_theory">, z.ZodLiteral<"cold_reading">, z.ZodLiteral<"sixteenth_sense">, z.ZodLiteral<"quarter_oracle">, z.ZodLiteral<"penultimate_prophet">, z.ZodLiteral<"called_the_cup">, z.ZodLiteral<"a_list">, z.ZodLiteral<"fan_in_the_arena">, z.ZodLiteral<"stadium_pulse">, z.ZodLiteral<"ballot_box">, z.ZodLiteral<"pin_drop">, z.ZodLiteral<"flow_state">, z.ZodLiteral<"strive_for_greatness">, z.ZodLiteral<"like_mike">, z.ZodLiteral<"joltin_joe">]>, z.ZodObject<{
|
|
2326
|
+
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<"group_stage_glory">, z.ZodLiteral<"six_confederations">, z.ZodLiteral<"world_on_a_string">, z.ZodLiteral<"knockout_king">, z.ZodLiteral<"host_with_the_most">, z.ZodLiteral<"the_golden_globe">, z.ZodLiteral<"world_beater">, z.ZodLiteral<"group_theory">, z.ZodLiteral<"cold_reading">, z.ZodLiteral<"sixteenth_sense">, z.ZodLiteral<"quarter_oracle">, z.ZodLiteral<"penultimate_prophet">, z.ZodLiteral<"called_the_cup">, z.ZodLiteral<"a_list">, z.ZodLiteral<"fan_in_the_arena">, z.ZodLiteral<"stadium_pulse">, z.ZodLiteral<"ballot_box">, z.ZodLiteral<"pin_drop">, z.ZodLiteral<"card_complete">, z.ZodLiteral<"pride_of_a_nation">, z.ZodLiteral<"flow_state">, z.ZodLiteral<"strive_for_greatness">, z.ZodLiteral<"like_mike">, z.ZodLiteral<"joltin_joe">]>, z.ZodObject<{
|
|
2327
2327
|
id: z.ZodString;
|
|
2328
2328
|
name: z.ZodString;
|
|
2329
2329
|
description: z.ZodString;
|
|
@@ -3692,7 +3692,7 @@ export declare const articleThreadCommentSchema: z.ZodObject<{
|
|
|
3692
3692
|
count: number;
|
|
3693
3693
|
}[] | undefined;
|
|
3694
3694
|
}>>;
|
|
3695
|
-
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<"group_stage_glory">, z.ZodLiteral<"six_confederations">, z.ZodLiteral<"world_on_a_string">, z.ZodLiteral<"knockout_king">, z.ZodLiteral<"host_with_the_most">, z.ZodLiteral<"the_golden_globe">, z.ZodLiteral<"world_beater">, z.ZodLiteral<"group_theory">, z.ZodLiteral<"cold_reading">, z.ZodLiteral<"sixteenth_sense">, z.ZodLiteral<"quarter_oracle">, z.ZodLiteral<"penultimate_prophet">, z.ZodLiteral<"called_the_cup">, z.ZodLiteral<"a_list">, z.ZodLiteral<"fan_in_the_arena">, z.ZodLiteral<"stadium_pulse">, z.ZodLiteral<"ballot_box">, z.ZodLiteral<"pin_drop">, z.ZodLiteral<"flow_state">, z.ZodLiteral<"strive_for_greatness">, z.ZodLiteral<"like_mike">, z.ZodLiteral<"joltin_joe">]>, z.ZodObject<{
|
|
3695
|
+
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<"group_stage_glory">, z.ZodLiteral<"six_confederations">, z.ZodLiteral<"world_on_a_string">, z.ZodLiteral<"knockout_king">, z.ZodLiteral<"host_with_the_most">, z.ZodLiteral<"the_golden_globe">, z.ZodLiteral<"world_beater">, z.ZodLiteral<"group_theory">, z.ZodLiteral<"cold_reading">, z.ZodLiteral<"sixteenth_sense">, z.ZodLiteral<"quarter_oracle">, z.ZodLiteral<"penultimate_prophet">, z.ZodLiteral<"called_the_cup">, z.ZodLiteral<"a_list">, z.ZodLiteral<"fan_in_the_arena">, z.ZodLiteral<"stadium_pulse">, z.ZodLiteral<"ballot_box">, z.ZodLiteral<"pin_drop">, z.ZodLiteral<"card_complete">, z.ZodLiteral<"pride_of_a_nation">, z.ZodLiteral<"flow_state">, z.ZodLiteral<"strive_for_greatness">, z.ZodLiteral<"like_mike">, z.ZodLiteral<"joltin_joe">]>, z.ZodObject<{
|
|
3696
3696
|
id: z.ZodString;
|
|
3697
3697
|
name: z.ZodString;
|
|
3698
3698
|
description: z.ZodString;
|
|
@@ -4875,7 +4875,7 @@ export declare const articleThreadCommentSchema: z.ZodObject<{
|
|
|
4875
4875
|
count: number;
|
|
4876
4876
|
}[] | undefined;
|
|
4877
4877
|
}>>;
|
|
4878
|
-
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<"group_stage_glory">, z.ZodLiteral<"six_confederations">, z.ZodLiteral<"world_on_a_string">, z.ZodLiteral<"knockout_king">, z.ZodLiteral<"host_with_the_most">, z.ZodLiteral<"the_golden_globe">, z.ZodLiteral<"world_beater">, z.ZodLiteral<"group_theory">, z.ZodLiteral<"cold_reading">, z.ZodLiteral<"sixteenth_sense">, z.ZodLiteral<"quarter_oracle">, z.ZodLiteral<"penultimate_prophet">, z.ZodLiteral<"called_the_cup">, z.ZodLiteral<"a_list">, z.ZodLiteral<"fan_in_the_arena">, z.ZodLiteral<"stadium_pulse">, z.ZodLiteral<"ballot_box">, z.ZodLiteral<"pin_drop">, z.ZodLiteral<"flow_state">, z.ZodLiteral<"strive_for_greatness">, z.ZodLiteral<"like_mike">, z.ZodLiteral<"joltin_joe">]>, z.ZodObject<{
|
|
4878
|
+
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<"group_stage_glory">, z.ZodLiteral<"six_confederations">, z.ZodLiteral<"world_on_a_string">, z.ZodLiteral<"knockout_king">, z.ZodLiteral<"host_with_the_most">, z.ZodLiteral<"the_golden_globe">, z.ZodLiteral<"world_beater">, z.ZodLiteral<"group_theory">, z.ZodLiteral<"cold_reading">, z.ZodLiteral<"sixteenth_sense">, z.ZodLiteral<"quarter_oracle">, z.ZodLiteral<"penultimate_prophet">, z.ZodLiteral<"called_the_cup">, z.ZodLiteral<"a_list">, z.ZodLiteral<"fan_in_the_arena">, z.ZodLiteral<"stadium_pulse">, z.ZodLiteral<"ballot_box">, z.ZodLiteral<"pin_drop">, z.ZodLiteral<"card_complete">, z.ZodLiteral<"pride_of_a_nation">, z.ZodLiteral<"flow_state">, z.ZodLiteral<"strive_for_greatness">, z.ZodLiteral<"like_mike">, z.ZodLiteral<"joltin_joe">]>, z.ZodObject<{
|
|
4879
4879
|
id: z.ZodString;
|
|
4880
4880
|
name: z.ZodString;
|
|
4881
4881
|
description: z.ZodString;
|
|
@@ -6110,7 +6110,7 @@ export declare const articleThreadCommentLikeSchema: z.ZodObject<{
|
|
|
6110
6110
|
count: number;
|
|
6111
6111
|
}[] | undefined;
|
|
6112
6112
|
}>>;
|
|
6113
|
-
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<"group_stage_glory">, z.ZodLiteral<"six_confederations">, z.ZodLiteral<"world_on_a_string">, z.ZodLiteral<"knockout_king">, z.ZodLiteral<"host_with_the_most">, z.ZodLiteral<"the_golden_globe">, z.ZodLiteral<"world_beater">, z.ZodLiteral<"group_theory">, z.ZodLiteral<"cold_reading">, z.ZodLiteral<"sixteenth_sense">, z.ZodLiteral<"quarter_oracle">, z.ZodLiteral<"penultimate_prophet">, z.ZodLiteral<"called_the_cup">, z.ZodLiteral<"a_list">, z.ZodLiteral<"fan_in_the_arena">, z.ZodLiteral<"stadium_pulse">, z.ZodLiteral<"ballot_box">, z.ZodLiteral<"pin_drop">, z.ZodLiteral<"flow_state">, z.ZodLiteral<"strive_for_greatness">, z.ZodLiteral<"like_mike">, z.ZodLiteral<"joltin_joe">]>, z.ZodObject<{
|
|
6113
|
+
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<"group_stage_glory">, z.ZodLiteral<"six_confederations">, z.ZodLiteral<"world_on_a_string">, z.ZodLiteral<"knockout_king">, z.ZodLiteral<"host_with_the_most">, z.ZodLiteral<"the_golden_globe">, z.ZodLiteral<"world_beater">, z.ZodLiteral<"group_theory">, z.ZodLiteral<"cold_reading">, z.ZodLiteral<"sixteenth_sense">, z.ZodLiteral<"quarter_oracle">, z.ZodLiteral<"penultimate_prophet">, z.ZodLiteral<"called_the_cup">, z.ZodLiteral<"a_list">, z.ZodLiteral<"fan_in_the_arena">, z.ZodLiteral<"stadium_pulse">, z.ZodLiteral<"ballot_box">, z.ZodLiteral<"pin_drop">, z.ZodLiteral<"card_complete">, z.ZodLiteral<"pride_of_a_nation">, z.ZodLiteral<"flow_state">, z.ZodLiteral<"strive_for_greatness">, z.ZodLiteral<"like_mike">, z.ZodLiteral<"joltin_joe">]>, z.ZodObject<{
|
|
6114
6114
|
id: z.ZodString;
|
|
6115
6115
|
name: z.ZodString;
|
|
6116
6116
|
description: z.ZodString;
|
package/dist/schemas/chat.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
|
-
export declare const chatMessageSchema: z.ZodObject<
|
|
2
|
+
export declare const chatMessageSchema: z.ZodObject<{
|
|
3
3
|
id: z.ZodString;
|
|
4
4
|
content: z.ZodString;
|
|
5
5
|
createdAt: z.ZodAny;
|
|
@@ -897,7 +897,7 @@ export declare const chatMessageSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
897
897
|
count: number;
|
|
898
898
|
}[] | undefined;
|
|
899
899
|
}>>;
|
|
900
|
-
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<"group_stage_glory">, z.ZodLiteral<"six_confederations">, z.ZodLiteral<"world_on_a_string">, z.ZodLiteral<"knockout_king">, z.ZodLiteral<"host_with_the_most">, z.ZodLiteral<"the_golden_globe">, z.ZodLiteral<"world_beater">, z.ZodLiteral<"group_theory">, z.ZodLiteral<"cold_reading">, z.ZodLiteral<"sixteenth_sense">, z.ZodLiteral<"quarter_oracle">, z.ZodLiteral<"penultimate_prophet">, z.ZodLiteral<"called_the_cup">, z.ZodLiteral<"a_list">, z.ZodLiteral<"fan_in_the_arena">, z.ZodLiteral<"stadium_pulse">, z.ZodLiteral<"ballot_box">, z.ZodLiteral<"pin_drop">, z.ZodLiteral<"flow_state">, z.ZodLiteral<"strive_for_greatness">, z.ZodLiteral<"like_mike">, z.ZodLiteral<"joltin_joe">]>, z.ZodObject<{
|
|
900
|
+
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<"group_stage_glory">, z.ZodLiteral<"six_confederations">, z.ZodLiteral<"world_on_a_string">, z.ZodLiteral<"knockout_king">, z.ZodLiteral<"host_with_the_most">, z.ZodLiteral<"the_golden_globe">, z.ZodLiteral<"world_beater">, z.ZodLiteral<"group_theory">, z.ZodLiteral<"cold_reading">, z.ZodLiteral<"sixteenth_sense">, z.ZodLiteral<"quarter_oracle">, z.ZodLiteral<"penultimate_prophet">, z.ZodLiteral<"called_the_cup">, z.ZodLiteral<"a_list">, z.ZodLiteral<"fan_in_the_arena">, z.ZodLiteral<"stadium_pulse">, z.ZodLiteral<"ballot_box">, z.ZodLiteral<"pin_drop">, z.ZodLiteral<"card_complete">, z.ZodLiteral<"pride_of_a_nation">, z.ZodLiteral<"flow_state">, z.ZodLiteral<"strive_for_greatness">, z.ZodLiteral<"like_mike">, z.ZodLiteral<"joltin_joe">]>, z.ZodObject<{
|
|
901
901
|
id: z.ZodString;
|
|
902
902
|
name: z.ZodString;
|
|
903
903
|
description: z.ZodString;
|
|
@@ -2085,7 +2085,7 @@ export declare const chatMessageSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
2085
2085
|
count: number;
|
|
2086
2086
|
}[] | undefined;
|
|
2087
2087
|
}>>;
|
|
2088
|
-
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<"group_stage_glory">, z.ZodLiteral<"six_confederations">, z.ZodLiteral<"world_on_a_string">, z.ZodLiteral<"knockout_king">, z.ZodLiteral<"host_with_the_most">, z.ZodLiteral<"the_golden_globe">, z.ZodLiteral<"world_beater">, z.ZodLiteral<"group_theory">, z.ZodLiteral<"cold_reading">, z.ZodLiteral<"sixteenth_sense">, z.ZodLiteral<"quarter_oracle">, z.ZodLiteral<"penultimate_prophet">, z.ZodLiteral<"called_the_cup">, z.ZodLiteral<"a_list">, z.ZodLiteral<"fan_in_the_arena">, z.ZodLiteral<"stadium_pulse">, z.ZodLiteral<"ballot_box">, z.ZodLiteral<"pin_drop">, z.ZodLiteral<"flow_state">, z.ZodLiteral<"strive_for_greatness">, z.ZodLiteral<"like_mike">, z.ZodLiteral<"joltin_joe">]>, z.ZodObject<{
|
|
2088
|
+
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<"group_stage_glory">, z.ZodLiteral<"six_confederations">, z.ZodLiteral<"world_on_a_string">, z.ZodLiteral<"knockout_king">, z.ZodLiteral<"host_with_the_most">, z.ZodLiteral<"the_golden_globe">, z.ZodLiteral<"world_beater">, z.ZodLiteral<"group_theory">, z.ZodLiteral<"cold_reading">, z.ZodLiteral<"sixteenth_sense">, z.ZodLiteral<"quarter_oracle">, z.ZodLiteral<"penultimate_prophet">, z.ZodLiteral<"called_the_cup">, z.ZodLiteral<"a_list">, z.ZodLiteral<"fan_in_the_arena">, z.ZodLiteral<"stadium_pulse">, z.ZodLiteral<"ballot_box">, z.ZodLiteral<"pin_drop">, z.ZodLiteral<"card_complete">, z.ZodLiteral<"pride_of_a_nation">, z.ZodLiteral<"flow_state">, z.ZodLiteral<"strive_for_greatness">, z.ZodLiteral<"like_mike">, z.ZodLiteral<"joltin_joe">]>, z.ZodObject<{
|
|
2089
2089
|
id: z.ZodString;
|
|
2090
2090
|
name: z.ZodString;
|
|
2091
2091
|
description: z.ZodString;
|
|
@@ -2374,9 +2374,9 @@ export declare const chatMessageSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
2374
2374
|
avatarUrl?: string | null | undefined;
|
|
2375
2375
|
badge?: string | undefined;
|
|
2376
2376
|
}>>>;
|
|
2377
|
-
}
|
|
2377
|
+
} & {
|
|
2378
2378
|
replyToMessage: z.ZodOptional<z.ZodNullable<z.ZodType<any, z.ZodTypeDef, any>>>;
|
|
2379
|
-
}
|
|
2379
|
+
}, "strip", z.ZodTypeAny, {
|
|
2380
2380
|
type: "text" | "rating" | "game" | "profile" | "list" | "gif" | "trivia";
|
|
2381
2381
|
id: string;
|
|
2382
2382
|
content: string;
|
|
@@ -2435,7 +2435,7 @@ export declare const chatMessageSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
2435
2435
|
replyToDeleted?: boolean | undefined;
|
|
2436
2436
|
replyToMessage?: any;
|
|
2437
2437
|
}>;
|
|
2438
|
-
export declare const communityChatMessageSchema: z.ZodObject<
|
|
2438
|
+
export declare const communityChatMessageSchema: z.ZodObject<{
|
|
2439
2439
|
id: z.ZodString;
|
|
2440
2440
|
content: z.ZodOptional<z.ZodString>;
|
|
2441
2441
|
createdAt: z.ZodAny;
|
|
@@ -3332,7 +3332,7 @@ export declare const communityChatMessageSchema: z.ZodObject<z.objectUtil.extend
|
|
|
3332
3332
|
count: number;
|
|
3333
3333
|
}[] | undefined;
|
|
3334
3334
|
}>>;
|
|
3335
|
-
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<"group_stage_glory">, z.ZodLiteral<"six_confederations">, z.ZodLiteral<"world_on_a_string">, z.ZodLiteral<"knockout_king">, z.ZodLiteral<"host_with_the_most">, z.ZodLiteral<"the_golden_globe">, z.ZodLiteral<"world_beater">, z.ZodLiteral<"group_theory">, z.ZodLiteral<"cold_reading">, z.ZodLiteral<"sixteenth_sense">, z.ZodLiteral<"quarter_oracle">, z.ZodLiteral<"penultimate_prophet">, z.ZodLiteral<"called_the_cup">, z.ZodLiteral<"a_list">, z.ZodLiteral<"fan_in_the_arena">, z.ZodLiteral<"stadium_pulse">, z.ZodLiteral<"ballot_box">, z.ZodLiteral<"pin_drop">, z.ZodLiteral<"flow_state">, z.ZodLiteral<"strive_for_greatness">, z.ZodLiteral<"like_mike">, z.ZodLiteral<"joltin_joe">]>, z.ZodObject<{
|
|
3335
|
+
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<"group_stage_glory">, z.ZodLiteral<"six_confederations">, z.ZodLiteral<"world_on_a_string">, z.ZodLiteral<"knockout_king">, z.ZodLiteral<"host_with_the_most">, z.ZodLiteral<"the_golden_globe">, z.ZodLiteral<"world_beater">, z.ZodLiteral<"group_theory">, z.ZodLiteral<"cold_reading">, z.ZodLiteral<"sixteenth_sense">, z.ZodLiteral<"quarter_oracle">, z.ZodLiteral<"penultimate_prophet">, z.ZodLiteral<"called_the_cup">, z.ZodLiteral<"a_list">, z.ZodLiteral<"fan_in_the_arena">, z.ZodLiteral<"stadium_pulse">, z.ZodLiteral<"ballot_box">, z.ZodLiteral<"pin_drop">, z.ZodLiteral<"card_complete">, z.ZodLiteral<"pride_of_a_nation">, z.ZodLiteral<"flow_state">, z.ZodLiteral<"strive_for_greatness">, z.ZodLiteral<"like_mike">, z.ZodLiteral<"joltin_joe">]>, z.ZodObject<{
|
|
3336
3336
|
id: z.ZodString;
|
|
3337
3337
|
name: z.ZodString;
|
|
3338
3338
|
description: z.ZodString;
|
|
@@ -4519,7 +4519,7 @@ export declare const communityChatMessageSchema: z.ZodObject<z.objectUtil.extend
|
|
|
4519
4519
|
count: number;
|
|
4520
4520
|
}[] | undefined;
|
|
4521
4521
|
}>>;
|
|
4522
|
-
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<"group_stage_glory">, z.ZodLiteral<"six_confederations">, z.ZodLiteral<"world_on_a_string">, z.ZodLiteral<"knockout_king">, z.ZodLiteral<"host_with_the_most">, z.ZodLiteral<"the_golden_globe">, z.ZodLiteral<"world_beater">, z.ZodLiteral<"group_theory">, z.ZodLiteral<"cold_reading">, z.ZodLiteral<"sixteenth_sense">, z.ZodLiteral<"quarter_oracle">, z.ZodLiteral<"penultimate_prophet">, z.ZodLiteral<"called_the_cup">, z.ZodLiteral<"a_list">, z.ZodLiteral<"fan_in_the_arena">, z.ZodLiteral<"stadium_pulse">, z.ZodLiteral<"ballot_box">, z.ZodLiteral<"pin_drop">, z.ZodLiteral<"flow_state">, z.ZodLiteral<"strive_for_greatness">, z.ZodLiteral<"like_mike">, z.ZodLiteral<"joltin_joe">]>, z.ZodObject<{
|
|
4522
|
+
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<"group_stage_glory">, z.ZodLiteral<"six_confederations">, z.ZodLiteral<"world_on_a_string">, z.ZodLiteral<"knockout_king">, z.ZodLiteral<"host_with_the_most">, z.ZodLiteral<"the_golden_globe">, z.ZodLiteral<"world_beater">, z.ZodLiteral<"group_theory">, z.ZodLiteral<"cold_reading">, z.ZodLiteral<"sixteenth_sense">, z.ZodLiteral<"quarter_oracle">, z.ZodLiteral<"penultimate_prophet">, z.ZodLiteral<"called_the_cup">, z.ZodLiteral<"a_list">, z.ZodLiteral<"fan_in_the_arena">, z.ZodLiteral<"stadium_pulse">, z.ZodLiteral<"ballot_box">, z.ZodLiteral<"pin_drop">, z.ZodLiteral<"card_complete">, z.ZodLiteral<"pride_of_a_nation">, z.ZodLiteral<"flow_state">, z.ZodLiteral<"strive_for_greatness">, z.ZodLiteral<"like_mike">, z.ZodLiteral<"joltin_joe">]>, z.ZodObject<{
|
|
4523
4523
|
id: z.ZodString;
|
|
4524
4524
|
name: z.ZodString;
|
|
4525
4525
|
description: z.ZodString;
|
|
@@ -4808,9 +4808,9 @@ export declare const communityChatMessageSchema: z.ZodObject<z.objectUtil.extend
|
|
|
4808
4808
|
avatarUrl?: string | null | undefined;
|
|
4809
4809
|
badge?: string | undefined;
|
|
4810
4810
|
}>>>;
|
|
4811
|
-
}
|
|
4811
|
+
} & {
|
|
4812
4812
|
replyToMessage: z.ZodOptional<z.ZodNullable<z.ZodType<any, z.ZodTypeDef, any>>>;
|
|
4813
|
-
}
|
|
4813
|
+
}, "strip", z.ZodTypeAny, {
|
|
4814
4814
|
type: "text" | "rating" | "game" | "profile" | "list" | "gif" | "trivia";
|
|
4815
4815
|
id: string;
|
|
4816
4816
|
user: {
|
|
@@ -5760,7 +5760,7 @@ export declare const messageReactionSchema: z.ZodObject<{
|
|
|
5760
5760
|
count: number;
|
|
5761
5761
|
}[] | undefined;
|
|
5762
5762
|
}>>;
|
|
5763
|
-
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<"group_stage_glory">, z.ZodLiteral<"six_confederations">, z.ZodLiteral<"world_on_a_string">, z.ZodLiteral<"knockout_king">, z.ZodLiteral<"host_with_the_most">, z.ZodLiteral<"the_golden_globe">, z.ZodLiteral<"world_beater">, z.ZodLiteral<"group_theory">, z.ZodLiteral<"cold_reading">, z.ZodLiteral<"sixteenth_sense">, z.ZodLiteral<"quarter_oracle">, z.ZodLiteral<"penultimate_prophet">, z.ZodLiteral<"called_the_cup">, z.ZodLiteral<"a_list">, z.ZodLiteral<"fan_in_the_arena">, z.ZodLiteral<"stadium_pulse">, z.ZodLiteral<"ballot_box">, z.ZodLiteral<"pin_drop">, z.ZodLiteral<"flow_state">, z.ZodLiteral<"strive_for_greatness">, z.ZodLiteral<"like_mike">, z.ZodLiteral<"joltin_joe">]>, z.ZodObject<{
|
|
5763
|
+
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<"group_stage_glory">, z.ZodLiteral<"six_confederations">, z.ZodLiteral<"world_on_a_string">, z.ZodLiteral<"knockout_king">, z.ZodLiteral<"host_with_the_most">, z.ZodLiteral<"the_golden_globe">, z.ZodLiteral<"world_beater">, z.ZodLiteral<"group_theory">, z.ZodLiteral<"cold_reading">, z.ZodLiteral<"sixteenth_sense">, z.ZodLiteral<"quarter_oracle">, z.ZodLiteral<"penultimate_prophet">, z.ZodLiteral<"called_the_cup">, z.ZodLiteral<"a_list">, z.ZodLiteral<"fan_in_the_arena">, z.ZodLiteral<"stadium_pulse">, z.ZodLiteral<"ballot_box">, z.ZodLiteral<"pin_drop">, z.ZodLiteral<"card_complete">, z.ZodLiteral<"pride_of_a_nation">, z.ZodLiteral<"flow_state">, z.ZodLiteral<"strive_for_greatness">, z.ZodLiteral<"like_mike">, z.ZodLiteral<"joltin_joe">]>, z.ZodObject<{
|
|
5764
5764
|
id: z.ZodString;
|
|
5765
5765
|
name: z.ZodString;
|
|
5766
5766
|
description: z.ZodString;
|
|
@@ -17,16 +17,16 @@ export declare const featuredVideoSchema: import("zod").ZodObject<{
|
|
|
17
17
|
description: string;
|
|
18
18
|
thumbnail: string;
|
|
19
19
|
}>;
|
|
20
|
-
export declare const createFeaturedVideoScheduleInputSchema: import("zod").ZodObject<
|
|
20
|
+
export declare const createFeaturedVideoScheduleInputSchema: import("zod").ZodObject<{
|
|
21
21
|
id: import("zod").ZodString;
|
|
22
22
|
title: import("zod").ZodString;
|
|
23
23
|
description: import("zod").ZodString;
|
|
24
24
|
url: import("zod").ZodString;
|
|
25
25
|
thumbnail: import("zod").ZodString;
|
|
26
|
-
}
|
|
26
|
+
} & {
|
|
27
27
|
startsAt: import("zod").ZodNumber;
|
|
28
28
|
endsAt: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
29
|
-
}
|
|
29
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
30
30
|
id: string;
|
|
31
31
|
url: string;
|
|
32
32
|
title: string;
|
|
@@ -43,16 +43,16 @@ export declare const createFeaturedVideoScheduleInputSchema: import("zod").ZodOb
|
|
|
43
43
|
startsAt: number;
|
|
44
44
|
endsAt?: number | undefined;
|
|
45
45
|
}>;
|
|
46
|
-
export declare const updateFeaturedVideoScheduleInputSchema: import("zod").ZodObject<
|
|
46
|
+
export declare const updateFeaturedVideoScheduleInputSchema: import("zod").ZodObject<{
|
|
47
47
|
id: import("zod").ZodString;
|
|
48
48
|
title: import("zod").ZodString;
|
|
49
49
|
description: import("zod").ZodString;
|
|
50
50
|
url: import("zod").ZodString;
|
|
51
51
|
thumbnail: import("zod").ZodString;
|
|
52
|
-
}
|
|
52
|
+
} & {
|
|
53
53
|
startsAt: import("zod").ZodNumber;
|
|
54
54
|
endsAt: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
55
|
-
}
|
|
55
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
56
56
|
id: string;
|
|
57
57
|
url: string;
|
|
58
58
|
title: string;
|
|
@@ -69,19 +69,19 @@ export declare const updateFeaturedVideoScheduleInputSchema: import("zod").ZodOb
|
|
|
69
69
|
startsAt: number;
|
|
70
70
|
endsAt?: number | undefined;
|
|
71
71
|
}>;
|
|
72
|
-
export declare const featuredVideoScheduleSchema: import("zod").ZodObject<
|
|
72
|
+
export declare const featuredVideoScheduleSchema: import("zod").ZodObject<{
|
|
73
73
|
id: import("zod").ZodString;
|
|
74
74
|
title: import("zod").ZodString;
|
|
75
75
|
description: import("zod").ZodString;
|
|
76
76
|
url: import("zod").ZodString;
|
|
77
77
|
thumbnail: import("zod").ZodString;
|
|
78
|
-
}
|
|
78
|
+
} & {
|
|
79
79
|
scheduleId: import("zod").ZodString;
|
|
80
80
|
startsAt: import("zod").ZodNumber;
|
|
81
81
|
endsAt: import("zod").ZodNumber;
|
|
82
82
|
createdAt: import("zod").ZodNumber;
|
|
83
83
|
updatedAt: import("zod").ZodNumber;
|
|
84
|
-
}
|
|
84
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
85
85
|
id: string;
|
|
86
86
|
url: string;
|
|
87
87
|
title: string;
|
|
@@ -1036,7 +1036,7 @@ export declare const experienceRatingSchema: z.ZodObject<{
|
|
|
1036
1036
|
count: number;
|
|
1037
1037
|
}[] | undefined;
|
|
1038
1038
|
}>>;
|
|
1039
|
-
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<"group_stage_glory">, z.ZodLiteral<"six_confederations">, z.ZodLiteral<"world_on_a_string">, z.ZodLiteral<"knockout_king">, z.ZodLiteral<"host_with_the_most">, z.ZodLiteral<"the_golden_globe">, z.ZodLiteral<"world_beater">, z.ZodLiteral<"group_theory">, z.ZodLiteral<"cold_reading">, z.ZodLiteral<"sixteenth_sense">, z.ZodLiteral<"quarter_oracle">, z.ZodLiteral<"penultimate_prophet">, z.ZodLiteral<"called_the_cup">, z.ZodLiteral<"a_list">, z.ZodLiteral<"fan_in_the_arena">, z.ZodLiteral<"stadium_pulse">, z.ZodLiteral<"ballot_box">, z.ZodLiteral<"pin_drop">, z.ZodLiteral<"flow_state">, z.ZodLiteral<"strive_for_greatness">, z.ZodLiteral<"like_mike">, z.ZodLiteral<"joltin_joe">]>, z.ZodObject<{
|
|
1039
|
+
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<"group_stage_glory">, z.ZodLiteral<"six_confederations">, z.ZodLiteral<"world_on_a_string">, z.ZodLiteral<"knockout_king">, z.ZodLiteral<"host_with_the_most">, z.ZodLiteral<"the_golden_globe">, z.ZodLiteral<"world_beater">, z.ZodLiteral<"group_theory">, z.ZodLiteral<"cold_reading">, z.ZodLiteral<"sixteenth_sense">, z.ZodLiteral<"quarter_oracle">, z.ZodLiteral<"penultimate_prophet">, z.ZodLiteral<"called_the_cup">, z.ZodLiteral<"a_list">, z.ZodLiteral<"fan_in_the_arena">, z.ZodLiteral<"stadium_pulse">, z.ZodLiteral<"ballot_box">, z.ZodLiteral<"pin_drop">, z.ZodLiteral<"card_complete">, z.ZodLiteral<"pride_of_a_nation">, z.ZodLiteral<"flow_state">, z.ZodLiteral<"strive_for_greatness">, z.ZodLiteral<"like_mike">, z.ZodLiteral<"joltin_joe">]>, z.ZodObject<{
|
|
1040
1040
|
id: z.ZodString;
|
|
1041
1041
|
name: z.ZodString;
|
|
1042
1042
|
description: z.ZodString;
|
|
@@ -1586,12 +1586,8 @@ export declare const searchExperienceRatingSchema: z.ZodObject<{
|
|
|
1586
1586
|
/**
|
|
1587
1587
|
* Schema for creating a new experience rating
|
|
1588
1588
|
*/
|
|
1589
|
-
export declare const createExperienceRatingSchema: z.ZodObject<
|
|
1589
|
+
export declare const createExperienceRatingSchema: z.ZodObject<{
|
|
1590
1590
|
id: z.ZodString;
|
|
1591
|
-
createdAt: z.ZodNumber;
|
|
1592
|
-
rating: z.ZodNumber;
|
|
1593
|
-
comment: z.ZodOptional<z.ZodString>;
|
|
1594
|
-
commentLanguage: z.ZodOptional<z.ZodString>;
|
|
1595
1591
|
user: z.ZodObject<Pick<{
|
|
1596
1592
|
id: z.ZodString;
|
|
1597
1593
|
email: z.ZodString;
|
|
@@ -2483,7 +2479,7 @@ export declare const createExperienceRatingSchema: z.ZodObject<z.objectUtil.exte
|
|
|
2483
2479
|
count: number;
|
|
2484
2480
|
}[] | undefined;
|
|
2485
2481
|
}>>;
|
|
2486
|
-
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<"group_stage_glory">, z.ZodLiteral<"six_confederations">, z.ZodLiteral<"world_on_a_string">, z.ZodLiteral<"knockout_king">, z.ZodLiteral<"host_with_the_most">, z.ZodLiteral<"the_golden_globe">, z.ZodLiteral<"world_beater">, z.ZodLiteral<"group_theory">, z.ZodLiteral<"cold_reading">, z.ZodLiteral<"sixteenth_sense">, z.ZodLiteral<"quarter_oracle">, z.ZodLiteral<"penultimate_prophet">, z.ZodLiteral<"called_the_cup">, z.ZodLiteral<"a_list">, z.ZodLiteral<"fan_in_the_arena">, z.ZodLiteral<"stadium_pulse">, z.ZodLiteral<"ballot_box">, z.ZodLiteral<"pin_drop">, z.ZodLiteral<"flow_state">, z.ZodLiteral<"strive_for_greatness">, z.ZodLiteral<"like_mike">, z.ZodLiteral<"joltin_joe">]>, z.ZodObject<{
|
|
2482
|
+
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<"group_stage_glory">, z.ZodLiteral<"six_confederations">, z.ZodLiteral<"world_on_a_string">, z.ZodLiteral<"knockout_king">, z.ZodLiteral<"host_with_the_most">, z.ZodLiteral<"the_golden_globe">, z.ZodLiteral<"world_beater">, z.ZodLiteral<"group_theory">, z.ZodLiteral<"cold_reading">, z.ZodLiteral<"sixteenth_sense">, z.ZodLiteral<"quarter_oracle">, z.ZodLiteral<"penultimate_prophet">, z.ZodLiteral<"called_the_cup">, z.ZodLiteral<"a_list">, z.ZodLiteral<"fan_in_the_arena">, z.ZodLiteral<"stadium_pulse">, z.ZodLiteral<"ballot_box">, z.ZodLiteral<"pin_drop">, z.ZodLiteral<"card_complete">, z.ZodLiteral<"pride_of_a_nation">, z.ZodLiteral<"flow_state">, z.ZodLiteral<"strive_for_greatness">, z.ZodLiteral<"like_mike">, z.ZodLiteral<"joltin_joe">]>, z.ZodObject<{
|
|
2487
2483
|
id: z.ZodString;
|
|
2488
2484
|
name: z.ZodString;
|
|
2489
2485
|
description: z.ZodString;
|
|
@@ -2772,81 +2768,10 @@ export declare const createExperienceRatingSchema: z.ZodObject<z.objectUtil.exte
|
|
|
2772
2768
|
avatarUrl?: string | null | undefined;
|
|
2773
2769
|
badge?: string | undefined;
|
|
2774
2770
|
}>;
|
|
2775
|
-
experience: z.ZodObject<{
|
|
2776
|
-
id: z.ZodString;
|
|
2777
|
-
name: z.ZodString;
|
|
2778
|
-
description: z.ZodString;
|
|
2779
|
-
thumbnailUrl: z.ZodString;
|
|
2780
|
-
gameId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
2781
|
-
stadiumId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
2782
|
-
stadiumVenueName: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
2783
|
-
stadiumUrl: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
2784
|
-
rating: z.ZodOptional<z.ZodObject<{
|
|
2785
|
-
avg: z.ZodNumber;
|
|
2786
|
-
votes: z.ZodObject<{
|
|
2787
|
-
options: z.ZodRecord<z.ZodNumber, z.ZodNumber>;
|
|
2788
|
-
total: z.ZodNumber;
|
|
2789
|
-
}, "strip", z.ZodTypeAny, {
|
|
2790
|
-
total: number;
|
|
2791
|
-
options: Record<number, number>;
|
|
2792
|
-
}, {
|
|
2793
|
-
total: number;
|
|
2794
|
-
options: Record<number, number>;
|
|
2795
|
-
}>;
|
|
2796
|
-
}, "strip", z.ZodTypeAny, {
|
|
2797
|
-
avg: number;
|
|
2798
|
-
votes: {
|
|
2799
|
-
total: number;
|
|
2800
|
-
options: Record<number, number>;
|
|
2801
|
-
};
|
|
2802
|
-
}, {
|
|
2803
|
-
avg: number;
|
|
2804
|
-
votes: {
|
|
2805
|
-
total: number;
|
|
2806
|
-
options: Record<number, number>;
|
|
2807
|
-
};
|
|
2808
|
-
}>>;
|
|
2809
|
-
createdAt: z.ZodNumber;
|
|
2810
|
-
happenedAt: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
2811
|
-
}, "strip", z.ZodTypeAny, {
|
|
2812
|
-
id: string;
|
|
2813
|
-
name: string;
|
|
2814
|
-
description: string;
|
|
2815
|
-
createdAt: number;
|
|
2816
|
-
thumbnailUrl: string;
|
|
2817
|
-
stadiumUrl?: string | null | undefined;
|
|
2818
|
-
rating?: {
|
|
2819
|
-
avg: number;
|
|
2820
|
-
votes: {
|
|
2821
|
-
total: number;
|
|
2822
|
-
options: Record<number, number>;
|
|
2823
|
-
};
|
|
2824
|
-
} | undefined;
|
|
2825
|
-
stadiumId?: string | null | undefined;
|
|
2826
|
-
gameId?: string | null | undefined;
|
|
2827
|
-
stadiumVenueName?: string | null | undefined;
|
|
2828
|
-
happenedAt?: number | null | undefined;
|
|
2829
|
-
}, {
|
|
2830
|
-
id: string;
|
|
2831
|
-
name: string;
|
|
2832
|
-
description: string;
|
|
2833
|
-
createdAt: number;
|
|
2834
|
-
thumbnailUrl: string;
|
|
2835
|
-
stadiumUrl?: string | null | undefined;
|
|
2836
|
-
rating?: {
|
|
2837
|
-
avg: number;
|
|
2838
|
-
votes: {
|
|
2839
|
-
total: number;
|
|
2840
|
-
options: Record<number, number>;
|
|
2841
|
-
};
|
|
2842
|
-
} | undefined;
|
|
2843
|
-
stadiumId?: string | null | undefined;
|
|
2844
|
-
gameId?: string | null | undefined;
|
|
2845
|
-
stadiumVenueName?: string | null | undefined;
|
|
2846
|
-
happenedAt?: number | null | undefined;
|
|
2847
|
-
}>;
|
|
2848
|
-
userLikes: z.ZodOptional<z.ZodNumber>;
|
|
2849
2771
|
updatedAt: z.ZodOptional<z.ZodNumber>;
|
|
2772
|
+
rating: z.ZodNumber;
|
|
2773
|
+
comment: z.ZodOptional<z.ZodString>;
|
|
2774
|
+
userLikes: z.ZodOptional<z.ZodNumber>;
|
|
2850
2775
|
edited: z.ZodOptional<z.ZodBoolean>;
|
|
2851
2776
|
userLocation: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
2852
2777
|
events: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -2892,7 +2817,8 @@ export declare const createExperienceRatingSchema: z.ZodObject<z.objectUtil.exte
|
|
|
2892
2817
|
ratingCount?: number | undefined;
|
|
2893
2818
|
};
|
|
2894
2819
|
}>, "many">>;
|
|
2895
|
-
|
|
2820
|
+
commentLanguage: z.ZodOptional<z.ZodString>;
|
|
2821
|
+
} & {
|
|
2896
2822
|
experience: z.ZodObject<Omit<{
|
|
2897
2823
|
id: z.ZodString;
|
|
2898
2824
|
name: z.ZodString;
|
|
@@ -2952,7 +2878,7 @@ export declare const createExperienceRatingSchema: z.ZodObject<z.objectUtil.exte
|
|
|
2952
2878
|
stadiumVenueName?: string | null | undefined;
|
|
2953
2879
|
happenedAt?: number | null | undefined;
|
|
2954
2880
|
}>;
|
|
2955
|
-
}
|
|
2881
|
+
}, "strip", z.ZodTypeAny, {
|
|
2956
2882
|
id: string;
|
|
2957
2883
|
user: {
|
|
2958
2884
|
id: string;
|
|
@@ -3929,7 +3855,7 @@ export declare const experienceThreadCommentSchema: z.ZodObject<{
|
|
|
3929
3855
|
count: number;
|
|
3930
3856
|
}[] | undefined;
|
|
3931
3857
|
}>>;
|
|
3932
|
-
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<"group_stage_glory">, z.ZodLiteral<"six_confederations">, z.ZodLiteral<"world_on_a_string">, z.ZodLiteral<"knockout_king">, z.ZodLiteral<"host_with_the_most">, z.ZodLiteral<"the_golden_globe">, z.ZodLiteral<"world_beater">, z.ZodLiteral<"group_theory">, z.ZodLiteral<"cold_reading">, z.ZodLiteral<"sixteenth_sense">, z.ZodLiteral<"quarter_oracle">, z.ZodLiteral<"penultimate_prophet">, z.ZodLiteral<"called_the_cup">, z.ZodLiteral<"a_list">, z.ZodLiteral<"fan_in_the_arena">, z.ZodLiteral<"stadium_pulse">, z.ZodLiteral<"ballot_box">, z.ZodLiteral<"pin_drop">, z.ZodLiteral<"flow_state">, z.ZodLiteral<"strive_for_greatness">, z.ZodLiteral<"like_mike">, z.ZodLiteral<"joltin_joe">]>, z.ZodObject<{
|
|
3858
|
+
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<"group_stage_glory">, z.ZodLiteral<"six_confederations">, z.ZodLiteral<"world_on_a_string">, z.ZodLiteral<"knockout_king">, z.ZodLiteral<"host_with_the_most">, z.ZodLiteral<"the_golden_globe">, z.ZodLiteral<"world_beater">, z.ZodLiteral<"group_theory">, z.ZodLiteral<"cold_reading">, z.ZodLiteral<"sixteenth_sense">, z.ZodLiteral<"quarter_oracle">, z.ZodLiteral<"penultimate_prophet">, z.ZodLiteral<"called_the_cup">, z.ZodLiteral<"a_list">, z.ZodLiteral<"fan_in_the_arena">, z.ZodLiteral<"stadium_pulse">, z.ZodLiteral<"ballot_box">, z.ZodLiteral<"pin_drop">, z.ZodLiteral<"card_complete">, z.ZodLiteral<"pride_of_a_nation">, z.ZodLiteral<"flow_state">, z.ZodLiteral<"strive_for_greatness">, z.ZodLiteral<"like_mike">, z.ZodLiteral<"joltin_joe">]>, z.ZodObject<{
|
|
3933
3859
|
id: z.ZodString;
|
|
3934
3860
|
name: z.ZodString;
|
|
3935
3861
|
description: z.ZodString;
|
|
@@ -5112,7 +5038,7 @@ export declare const experienceThreadCommentSchema: z.ZodObject<{
|
|
|
5112
5038
|
count: number;
|
|
5113
5039
|
}[] | undefined;
|
|
5114
5040
|
}>>;
|
|
5115
|
-
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<"group_stage_glory">, z.ZodLiteral<"six_confederations">, z.ZodLiteral<"world_on_a_string">, z.ZodLiteral<"knockout_king">, z.ZodLiteral<"host_with_the_most">, z.ZodLiteral<"the_golden_globe">, z.ZodLiteral<"world_beater">, z.ZodLiteral<"group_theory">, z.ZodLiteral<"cold_reading">, z.ZodLiteral<"sixteenth_sense">, z.ZodLiteral<"quarter_oracle">, z.ZodLiteral<"penultimate_prophet">, z.ZodLiteral<"called_the_cup">, z.ZodLiteral<"a_list">, z.ZodLiteral<"fan_in_the_arena">, z.ZodLiteral<"stadium_pulse">, z.ZodLiteral<"ballot_box">, z.ZodLiteral<"pin_drop">, z.ZodLiteral<"flow_state">, z.ZodLiteral<"strive_for_greatness">, z.ZodLiteral<"like_mike">, z.ZodLiteral<"joltin_joe">]>, z.ZodObject<{
|
|
5041
|
+
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<"group_stage_glory">, z.ZodLiteral<"six_confederations">, z.ZodLiteral<"world_on_a_string">, z.ZodLiteral<"knockout_king">, z.ZodLiteral<"host_with_the_most">, z.ZodLiteral<"the_golden_globe">, z.ZodLiteral<"world_beater">, z.ZodLiteral<"group_theory">, z.ZodLiteral<"cold_reading">, z.ZodLiteral<"sixteenth_sense">, z.ZodLiteral<"quarter_oracle">, z.ZodLiteral<"penultimate_prophet">, z.ZodLiteral<"called_the_cup">, z.ZodLiteral<"a_list">, z.ZodLiteral<"fan_in_the_arena">, z.ZodLiteral<"stadium_pulse">, z.ZodLiteral<"ballot_box">, z.ZodLiteral<"pin_drop">, z.ZodLiteral<"card_complete">, z.ZodLiteral<"pride_of_a_nation">, z.ZodLiteral<"flow_state">, z.ZodLiteral<"strive_for_greatness">, z.ZodLiteral<"like_mike">, z.ZodLiteral<"joltin_joe">]>, z.ZodObject<{
|
|
5116
5042
|
id: z.ZodString;
|
|
5117
5043
|
name: z.ZodString;
|
|
5118
5044
|
description: z.ZodString;
|