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
package/dist/schemas/list.d.ts
CHANGED
|
@@ -842,7 +842,7 @@ export declare const listSchema: z.ZodObject<{
|
|
|
842
842
|
count: number;
|
|
843
843
|
}[] | undefined;
|
|
844
844
|
}>>;
|
|
845
|
-
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<{
|
|
845
|
+
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<{
|
|
846
846
|
id: z.ZodString;
|
|
847
847
|
name: z.ZodString;
|
|
848
848
|
description: z.ZodString;
|
|
@@ -911,27 +911,35 @@ export declare const listSchema: z.ZodObject<{
|
|
|
911
911
|
target: z.ZodNumber;
|
|
912
912
|
label: z.ZodOptional<z.ZodString>;
|
|
913
913
|
context: z.ZodOptional<z.ZodString>;
|
|
914
|
+
achievedAt: z.ZodOptional<z.ZodNumber>;
|
|
915
|
+
seen: z.ZodOptional<z.ZodBoolean>;
|
|
914
916
|
}, "strip", z.ZodTypeAny, {
|
|
915
917
|
target: number;
|
|
916
918
|
current: number;
|
|
917
919
|
label?: string | undefined;
|
|
918
920
|
context?: string | undefined;
|
|
921
|
+
achievedAt?: number | undefined;
|
|
922
|
+
seen?: boolean | undefined;
|
|
919
923
|
}, {
|
|
920
924
|
target: number;
|
|
921
925
|
current: number;
|
|
922
926
|
label?: string | undefined;
|
|
923
927
|
context?: string | undefined;
|
|
928
|
+
achievedAt?: number | undefined;
|
|
929
|
+
seen?: boolean | undefined;
|
|
924
930
|
}>>>;
|
|
925
931
|
seen: z.ZodOptional<z.ZodBoolean>;
|
|
926
932
|
type: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"global">, z.ZodLiteral<"sport">, z.ZodLiteral<"league">]>>;
|
|
927
933
|
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">]>>;
|
|
928
934
|
sport: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"basketball">, z.ZodLiteral<"football">, z.ZodLiteral<"soccer">, z.ZodLiteral<"baseball">, z.ZodLiteral<"hockey">]>>;
|
|
935
|
+
seasonal: z.ZodOptional<z.ZodBoolean>;
|
|
929
936
|
}, "strip", z.ZodTypeAny, {
|
|
930
937
|
id: string;
|
|
931
938
|
name: string;
|
|
932
939
|
description: string;
|
|
933
940
|
type?: "global" | "sport" | "league" | undefined;
|
|
934
941
|
progress?: number | undefined;
|
|
942
|
+
seen?: boolean | undefined;
|
|
935
943
|
tiers?: {
|
|
936
944
|
bronze: {
|
|
937
945
|
threshold: number;
|
|
@@ -952,16 +960,19 @@ export declare const listSchema: z.ZodObject<{
|
|
|
952
960
|
current: number;
|
|
953
961
|
label?: string | undefined;
|
|
954
962
|
context?: string | undefined;
|
|
963
|
+
achievedAt?: number | undefined;
|
|
964
|
+
seen?: boolean | undefined;
|
|
955
965
|
}> | undefined;
|
|
956
|
-
seen?: boolean | undefined;
|
|
957
966
|
sport?: "basketball" | "football" | "soccer" | "baseball" | "hockey" | undefined;
|
|
958
967
|
league?: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba" | "cwc" | undefined;
|
|
968
|
+
seasonal?: boolean | undefined;
|
|
959
969
|
}, {
|
|
960
970
|
id: string;
|
|
961
971
|
name: string;
|
|
962
972
|
description: string;
|
|
963
973
|
type?: "global" | "sport" | "league" | undefined;
|
|
964
974
|
progress?: number | undefined;
|
|
975
|
+
seen?: boolean | undefined;
|
|
965
976
|
tiers?: {
|
|
966
977
|
bronze: {
|
|
967
978
|
threshold: number;
|
|
@@ -982,10 +993,12 @@ export declare const listSchema: z.ZodObject<{
|
|
|
982
993
|
current: number;
|
|
983
994
|
label?: string | undefined;
|
|
984
995
|
context?: string | undefined;
|
|
996
|
+
achievedAt?: number | undefined;
|
|
997
|
+
seen?: boolean | undefined;
|
|
985
998
|
}> | undefined;
|
|
986
|
-
seen?: boolean | undefined;
|
|
987
999
|
sport?: "basketball" | "football" | "soccer" | "baseball" | "hockey" | undefined;
|
|
988
1000
|
league?: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba" | "cwc" | undefined;
|
|
1001
|
+
seasonal?: boolean | undefined;
|
|
989
1002
|
}>>>;
|
|
990
1003
|
repliesLeft: z.ZodOptional<z.ZodNumber>;
|
|
991
1004
|
listRepliesLeft: z.ZodOptional<z.ZodNumber>;
|
|
@@ -1947,7 +1960,7 @@ export declare const listCreateSchema: z.ZodObject<Omit<{
|
|
|
1947
1960
|
count: number;
|
|
1948
1961
|
}[] | undefined;
|
|
1949
1962
|
}>>;
|
|
1950
|
-
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<{
|
|
1963
|
+
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<{
|
|
1951
1964
|
id: z.ZodString;
|
|
1952
1965
|
name: z.ZodString;
|
|
1953
1966
|
description: z.ZodString;
|
|
@@ -2016,27 +2029,35 @@ export declare const listCreateSchema: z.ZodObject<Omit<{
|
|
|
2016
2029
|
target: z.ZodNumber;
|
|
2017
2030
|
label: z.ZodOptional<z.ZodString>;
|
|
2018
2031
|
context: z.ZodOptional<z.ZodString>;
|
|
2032
|
+
achievedAt: z.ZodOptional<z.ZodNumber>;
|
|
2033
|
+
seen: z.ZodOptional<z.ZodBoolean>;
|
|
2019
2034
|
}, "strip", z.ZodTypeAny, {
|
|
2020
2035
|
target: number;
|
|
2021
2036
|
current: number;
|
|
2022
2037
|
label?: string | undefined;
|
|
2023
2038
|
context?: string | undefined;
|
|
2039
|
+
achievedAt?: number | undefined;
|
|
2040
|
+
seen?: boolean | undefined;
|
|
2024
2041
|
}, {
|
|
2025
2042
|
target: number;
|
|
2026
2043
|
current: number;
|
|
2027
2044
|
label?: string | undefined;
|
|
2028
2045
|
context?: string | undefined;
|
|
2046
|
+
achievedAt?: number | undefined;
|
|
2047
|
+
seen?: boolean | undefined;
|
|
2029
2048
|
}>>>;
|
|
2030
2049
|
seen: z.ZodOptional<z.ZodBoolean>;
|
|
2031
2050
|
type: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"global">, z.ZodLiteral<"sport">, z.ZodLiteral<"league">]>>;
|
|
2032
2051
|
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">]>>;
|
|
2033
2052
|
sport: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"basketball">, z.ZodLiteral<"football">, z.ZodLiteral<"soccer">, z.ZodLiteral<"baseball">, z.ZodLiteral<"hockey">]>>;
|
|
2053
|
+
seasonal: z.ZodOptional<z.ZodBoolean>;
|
|
2034
2054
|
}, "strip", z.ZodTypeAny, {
|
|
2035
2055
|
id: string;
|
|
2036
2056
|
name: string;
|
|
2037
2057
|
description: string;
|
|
2038
2058
|
type?: "global" | "sport" | "league" | undefined;
|
|
2039
2059
|
progress?: number | undefined;
|
|
2060
|
+
seen?: boolean | undefined;
|
|
2040
2061
|
tiers?: {
|
|
2041
2062
|
bronze: {
|
|
2042
2063
|
threshold: number;
|
|
@@ -2057,16 +2078,19 @@ export declare const listCreateSchema: z.ZodObject<Omit<{
|
|
|
2057
2078
|
current: number;
|
|
2058
2079
|
label?: string | undefined;
|
|
2059
2080
|
context?: string | undefined;
|
|
2081
|
+
achievedAt?: number | undefined;
|
|
2082
|
+
seen?: boolean | undefined;
|
|
2060
2083
|
}> | undefined;
|
|
2061
|
-
seen?: boolean | undefined;
|
|
2062
2084
|
sport?: "basketball" | "football" | "soccer" | "baseball" | "hockey" | undefined;
|
|
2063
2085
|
league?: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba" | "cwc" | undefined;
|
|
2086
|
+
seasonal?: boolean | undefined;
|
|
2064
2087
|
}, {
|
|
2065
2088
|
id: string;
|
|
2066
2089
|
name: string;
|
|
2067
2090
|
description: string;
|
|
2068
2091
|
type?: "global" | "sport" | "league" | undefined;
|
|
2069
2092
|
progress?: number | undefined;
|
|
2093
|
+
seen?: boolean | undefined;
|
|
2070
2094
|
tiers?: {
|
|
2071
2095
|
bronze: {
|
|
2072
2096
|
threshold: number;
|
|
@@ -2087,10 +2111,12 @@ export declare const listCreateSchema: z.ZodObject<Omit<{
|
|
|
2087
2111
|
current: number;
|
|
2088
2112
|
label?: string | undefined;
|
|
2089
2113
|
context?: string | undefined;
|
|
2114
|
+
achievedAt?: number | undefined;
|
|
2115
|
+
seen?: boolean | undefined;
|
|
2090
2116
|
}> | undefined;
|
|
2091
|
-
seen?: boolean | undefined;
|
|
2092
2117
|
sport?: "basketball" | "football" | "soccer" | "baseball" | "hockey" | undefined;
|
|
2093
2118
|
league?: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba" | "cwc" | undefined;
|
|
2119
|
+
seasonal?: boolean | undefined;
|
|
2094
2120
|
}>>>;
|
|
2095
2121
|
repliesLeft: z.ZodOptional<z.ZodNumber>;
|
|
2096
2122
|
listRepliesLeft: z.ZodOptional<z.ZodNumber>;
|
|
@@ -3044,7 +3070,7 @@ export declare const listCommentSchema: z.ZodObject<{
|
|
|
3044
3070
|
count: number;
|
|
3045
3071
|
}[] | undefined;
|
|
3046
3072
|
}>>;
|
|
3047
|
-
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<{
|
|
3073
|
+
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<{
|
|
3048
3074
|
id: z.ZodString;
|
|
3049
3075
|
name: z.ZodString;
|
|
3050
3076
|
description: z.ZodString;
|
|
@@ -3113,27 +3139,35 @@ export declare const listCommentSchema: z.ZodObject<{
|
|
|
3113
3139
|
target: z.ZodNumber;
|
|
3114
3140
|
label: z.ZodOptional<z.ZodString>;
|
|
3115
3141
|
context: z.ZodOptional<z.ZodString>;
|
|
3142
|
+
achievedAt: z.ZodOptional<z.ZodNumber>;
|
|
3143
|
+
seen: z.ZodOptional<z.ZodBoolean>;
|
|
3116
3144
|
}, "strip", z.ZodTypeAny, {
|
|
3117
3145
|
target: number;
|
|
3118
3146
|
current: number;
|
|
3119
3147
|
label?: string | undefined;
|
|
3120
3148
|
context?: string | undefined;
|
|
3149
|
+
achievedAt?: number | undefined;
|
|
3150
|
+
seen?: boolean | undefined;
|
|
3121
3151
|
}, {
|
|
3122
3152
|
target: number;
|
|
3123
3153
|
current: number;
|
|
3124
3154
|
label?: string | undefined;
|
|
3125
3155
|
context?: string | undefined;
|
|
3156
|
+
achievedAt?: number | undefined;
|
|
3157
|
+
seen?: boolean | undefined;
|
|
3126
3158
|
}>>>;
|
|
3127
3159
|
seen: z.ZodOptional<z.ZodBoolean>;
|
|
3128
3160
|
type: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"global">, z.ZodLiteral<"sport">, z.ZodLiteral<"league">]>>;
|
|
3129
3161
|
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">]>>;
|
|
3130
3162
|
sport: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"basketball">, z.ZodLiteral<"football">, z.ZodLiteral<"soccer">, z.ZodLiteral<"baseball">, z.ZodLiteral<"hockey">]>>;
|
|
3163
|
+
seasonal: z.ZodOptional<z.ZodBoolean>;
|
|
3131
3164
|
}, "strip", z.ZodTypeAny, {
|
|
3132
3165
|
id: string;
|
|
3133
3166
|
name: string;
|
|
3134
3167
|
description: string;
|
|
3135
3168
|
type?: "global" | "sport" | "league" | undefined;
|
|
3136
3169
|
progress?: number | undefined;
|
|
3170
|
+
seen?: boolean | undefined;
|
|
3137
3171
|
tiers?: {
|
|
3138
3172
|
bronze: {
|
|
3139
3173
|
threshold: number;
|
|
@@ -3154,16 +3188,19 @@ export declare const listCommentSchema: z.ZodObject<{
|
|
|
3154
3188
|
current: number;
|
|
3155
3189
|
label?: string | undefined;
|
|
3156
3190
|
context?: string | undefined;
|
|
3191
|
+
achievedAt?: number | undefined;
|
|
3192
|
+
seen?: boolean | undefined;
|
|
3157
3193
|
}> | undefined;
|
|
3158
|
-
seen?: boolean | undefined;
|
|
3159
3194
|
sport?: "basketball" | "football" | "soccer" | "baseball" | "hockey" | undefined;
|
|
3160
3195
|
league?: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba" | "cwc" | undefined;
|
|
3196
|
+
seasonal?: boolean | undefined;
|
|
3161
3197
|
}, {
|
|
3162
3198
|
id: string;
|
|
3163
3199
|
name: string;
|
|
3164
3200
|
description: string;
|
|
3165
3201
|
type?: "global" | "sport" | "league" | undefined;
|
|
3166
3202
|
progress?: number | undefined;
|
|
3203
|
+
seen?: boolean | undefined;
|
|
3167
3204
|
tiers?: {
|
|
3168
3205
|
bronze: {
|
|
3169
3206
|
threshold: number;
|
|
@@ -3184,10 +3221,12 @@ export declare const listCommentSchema: z.ZodObject<{
|
|
|
3184
3221
|
current: number;
|
|
3185
3222
|
label?: string | undefined;
|
|
3186
3223
|
context?: string | undefined;
|
|
3224
|
+
achievedAt?: number | undefined;
|
|
3225
|
+
seen?: boolean | undefined;
|
|
3187
3226
|
}> | undefined;
|
|
3188
|
-
seen?: boolean | undefined;
|
|
3189
3227
|
sport?: "basketball" | "football" | "soccer" | "baseball" | "hockey" | undefined;
|
|
3190
3228
|
league?: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba" | "cwc" | undefined;
|
|
3229
|
+
seasonal?: boolean | undefined;
|
|
3191
3230
|
}>>>;
|
|
3192
3231
|
repliesLeft: z.ZodOptional<z.ZodNumber>;
|
|
3193
3232
|
listRepliesLeft: z.ZodOptional<z.ZodNumber>;
|
|
@@ -4101,7 +4140,7 @@ export declare const listCommentSchema: z.ZodObject<{
|
|
|
4101
4140
|
count: number;
|
|
4102
4141
|
}[] | undefined;
|
|
4103
4142
|
}>>;
|
|
4104
|
-
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<{
|
|
4143
|
+
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<{
|
|
4105
4144
|
id: z.ZodString;
|
|
4106
4145
|
name: z.ZodString;
|
|
4107
4146
|
description: z.ZodString;
|
|
@@ -4170,27 +4209,35 @@ export declare const listCommentSchema: z.ZodObject<{
|
|
|
4170
4209
|
target: z.ZodNumber;
|
|
4171
4210
|
label: z.ZodOptional<z.ZodString>;
|
|
4172
4211
|
context: z.ZodOptional<z.ZodString>;
|
|
4212
|
+
achievedAt: z.ZodOptional<z.ZodNumber>;
|
|
4213
|
+
seen: z.ZodOptional<z.ZodBoolean>;
|
|
4173
4214
|
}, "strip", z.ZodTypeAny, {
|
|
4174
4215
|
target: number;
|
|
4175
4216
|
current: number;
|
|
4176
4217
|
label?: string | undefined;
|
|
4177
4218
|
context?: string | undefined;
|
|
4219
|
+
achievedAt?: number | undefined;
|
|
4220
|
+
seen?: boolean | undefined;
|
|
4178
4221
|
}, {
|
|
4179
4222
|
target: number;
|
|
4180
4223
|
current: number;
|
|
4181
4224
|
label?: string | undefined;
|
|
4182
4225
|
context?: string | undefined;
|
|
4226
|
+
achievedAt?: number | undefined;
|
|
4227
|
+
seen?: boolean | undefined;
|
|
4183
4228
|
}>>>;
|
|
4184
4229
|
seen: z.ZodOptional<z.ZodBoolean>;
|
|
4185
4230
|
type: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"global">, z.ZodLiteral<"sport">, z.ZodLiteral<"league">]>>;
|
|
4186
4231
|
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">]>>;
|
|
4187
4232
|
sport: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"basketball">, z.ZodLiteral<"football">, z.ZodLiteral<"soccer">, z.ZodLiteral<"baseball">, z.ZodLiteral<"hockey">]>>;
|
|
4233
|
+
seasonal: z.ZodOptional<z.ZodBoolean>;
|
|
4188
4234
|
}, "strip", z.ZodTypeAny, {
|
|
4189
4235
|
id: string;
|
|
4190
4236
|
name: string;
|
|
4191
4237
|
description: string;
|
|
4192
4238
|
type?: "global" | "sport" | "league" | undefined;
|
|
4193
4239
|
progress?: number | undefined;
|
|
4240
|
+
seen?: boolean | undefined;
|
|
4194
4241
|
tiers?: {
|
|
4195
4242
|
bronze: {
|
|
4196
4243
|
threshold: number;
|
|
@@ -4211,16 +4258,19 @@ export declare const listCommentSchema: z.ZodObject<{
|
|
|
4211
4258
|
current: number;
|
|
4212
4259
|
label?: string | undefined;
|
|
4213
4260
|
context?: string | undefined;
|
|
4261
|
+
achievedAt?: number | undefined;
|
|
4262
|
+
seen?: boolean | undefined;
|
|
4214
4263
|
}> | undefined;
|
|
4215
|
-
seen?: boolean | undefined;
|
|
4216
4264
|
sport?: "basketball" | "football" | "soccer" | "baseball" | "hockey" | undefined;
|
|
4217
4265
|
league?: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba" | "cwc" | undefined;
|
|
4266
|
+
seasonal?: boolean | undefined;
|
|
4218
4267
|
}, {
|
|
4219
4268
|
id: string;
|
|
4220
4269
|
name: string;
|
|
4221
4270
|
description: string;
|
|
4222
4271
|
type?: "global" | "sport" | "league" | undefined;
|
|
4223
4272
|
progress?: number | undefined;
|
|
4273
|
+
seen?: boolean | undefined;
|
|
4224
4274
|
tiers?: {
|
|
4225
4275
|
bronze: {
|
|
4226
4276
|
threshold: number;
|
|
@@ -4241,10 +4291,12 @@ export declare const listCommentSchema: z.ZodObject<{
|
|
|
4241
4291
|
current: number;
|
|
4242
4292
|
label?: string | undefined;
|
|
4243
4293
|
context?: string | undefined;
|
|
4294
|
+
achievedAt?: number | undefined;
|
|
4295
|
+
seen?: boolean | undefined;
|
|
4244
4296
|
}> | undefined;
|
|
4245
|
-
seen?: boolean | undefined;
|
|
4246
4297
|
sport?: "basketball" | "football" | "soccer" | "baseball" | "hockey" | undefined;
|
|
4247
4298
|
league?: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba" | "cwc" | undefined;
|
|
4299
|
+
seasonal?: boolean | undefined;
|
|
4248
4300
|
}>>>;
|
|
4249
4301
|
repliesLeft: z.ZodOptional<z.ZodNumber>;
|
|
4250
4302
|
listRepliesLeft: z.ZodOptional<z.ZodNumber>;
|
|
@@ -5203,7 +5255,7 @@ export declare const listCommentLikeSchema: z.ZodObject<{
|
|
|
5203
5255
|
count: number;
|
|
5204
5256
|
}[] | undefined;
|
|
5205
5257
|
}>>;
|
|
5206
|
-
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<{
|
|
5258
|
+
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<{
|
|
5207
5259
|
id: z.ZodString;
|
|
5208
5260
|
name: z.ZodString;
|
|
5209
5261
|
description: z.ZodString;
|
|
@@ -5272,27 +5324,35 @@ export declare const listCommentLikeSchema: z.ZodObject<{
|
|
|
5272
5324
|
target: z.ZodNumber;
|
|
5273
5325
|
label: z.ZodOptional<z.ZodString>;
|
|
5274
5326
|
context: z.ZodOptional<z.ZodString>;
|
|
5327
|
+
achievedAt: z.ZodOptional<z.ZodNumber>;
|
|
5328
|
+
seen: z.ZodOptional<z.ZodBoolean>;
|
|
5275
5329
|
}, "strip", z.ZodTypeAny, {
|
|
5276
5330
|
target: number;
|
|
5277
5331
|
current: number;
|
|
5278
5332
|
label?: string | undefined;
|
|
5279
5333
|
context?: string | undefined;
|
|
5334
|
+
achievedAt?: number | undefined;
|
|
5335
|
+
seen?: boolean | undefined;
|
|
5280
5336
|
}, {
|
|
5281
5337
|
target: number;
|
|
5282
5338
|
current: number;
|
|
5283
5339
|
label?: string | undefined;
|
|
5284
5340
|
context?: string | undefined;
|
|
5341
|
+
achievedAt?: number | undefined;
|
|
5342
|
+
seen?: boolean | undefined;
|
|
5285
5343
|
}>>>;
|
|
5286
5344
|
seen: z.ZodOptional<z.ZodBoolean>;
|
|
5287
5345
|
type: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"global">, z.ZodLiteral<"sport">, z.ZodLiteral<"league">]>>;
|
|
5288
5346
|
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">]>>;
|
|
5289
5347
|
sport: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"basketball">, z.ZodLiteral<"football">, z.ZodLiteral<"soccer">, z.ZodLiteral<"baseball">, z.ZodLiteral<"hockey">]>>;
|
|
5348
|
+
seasonal: z.ZodOptional<z.ZodBoolean>;
|
|
5290
5349
|
}, "strip", z.ZodTypeAny, {
|
|
5291
5350
|
id: string;
|
|
5292
5351
|
name: string;
|
|
5293
5352
|
description: string;
|
|
5294
5353
|
type?: "global" | "sport" | "league" | undefined;
|
|
5295
5354
|
progress?: number | undefined;
|
|
5355
|
+
seen?: boolean | undefined;
|
|
5296
5356
|
tiers?: {
|
|
5297
5357
|
bronze: {
|
|
5298
5358
|
threshold: number;
|
|
@@ -5313,16 +5373,19 @@ export declare const listCommentLikeSchema: z.ZodObject<{
|
|
|
5313
5373
|
current: number;
|
|
5314
5374
|
label?: string | undefined;
|
|
5315
5375
|
context?: string | undefined;
|
|
5376
|
+
achievedAt?: number | undefined;
|
|
5377
|
+
seen?: boolean | undefined;
|
|
5316
5378
|
}> | undefined;
|
|
5317
|
-
seen?: boolean | undefined;
|
|
5318
5379
|
sport?: "basketball" | "football" | "soccer" | "baseball" | "hockey" | undefined;
|
|
5319
5380
|
league?: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba" | "cwc" | undefined;
|
|
5381
|
+
seasonal?: boolean | undefined;
|
|
5320
5382
|
}, {
|
|
5321
5383
|
id: string;
|
|
5322
5384
|
name: string;
|
|
5323
5385
|
description: string;
|
|
5324
5386
|
type?: "global" | "sport" | "league" | undefined;
|
|
5325
5387
|
progress?: number | undefined;
|
|
5388
|
+
seen?: boolean | undefined;
|
|
5326
5389
|
tiers?: {
|
|
5327
5390
|
bronze: {
|
|
5328
5391
|
threshold: number;
|
|
@@ -5343,10 +5406,12 @@ export declare const listCommentLikeSchema: z.ZodObject<{
|
|
|
5343
5406
|
current: number;
|
|
5344
5407
|
label?: string | undefined;
|
|
5345
5408
|
context?: string | undefined;
|
|
5409
|
+
achievedAt?: number | undefined;
|
|
5410
|
+
seen?: boolean | undefined;
|
|
5346
5411
|
}> | undefined;
|
|
5347
|
-
seen?: boolean | undefined;
|
|
5348
5412
|
sport?: "basketball" | "football" | "soccer" | "baseball" | "hockey" | undefined;
|
|
5349
5413
|
league?: "global" | "nba" | "ncaa" | "nfl" | "nhl" | "mlb" | "cbb" | "cfb" | "epl" | "mls" | "wnba" | "cwc" | undefined;
|
|
5414
|
+
seasonal?: boolean | undefined;
|
|
5350
5415
|
}>>>;
|
|
5351
5416
|
repliesLeft: z.ZodOptional<z.ZodNumber>;
|
|
5352
5417
|
listRepliesLeft: z.ZodOptional<z.ZodNumber>;
|