rategame-shared 1.1.159 → 1.1.160
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 +90 -0
- package/dist/schemas/game.d.ts +20 -20
- package/dist/schemas/rating.d.ts +3 -3
- package/dist/schemas/team.d.ts +7 -7
- package/dist/schemas/user.d.ts +8 -8
- package/dist/schemas/user.js +18 -0
- package/package.json +1 -1
package/dist/helpers/index.js
CHANGED
|
@@ -256,4 +256,94 @@ exports.achievementsMap = {
|
|
|
256
256
|
name: "Marleau Master",
|
|
257
257
|
description: "Rate an entire season of NHL.",
|
|
258
258
|
},
|
|
259
|
+
the_admiral: {
|
|
260
|
+
id: "the_admiral",
|
|
261
|
+
name: "The Admiral",
|
|
262
|
+
description: "Rate 50 College Basketball games.",
|
|
263
|
+
},
|
|
264
|
+
the_grateful_red: {
|
|
265
|
+
id: "the_grateful_red",
|
|
266
|
+
name: "The Grateful Red",
|
|
267
|
+
description: "Rate 101 College Basketball games.",
|
|
268
|
+
},
|
|
269
|
+
mad_march: {
|
|
270
|
+
id: "mad_march",
|
|
271
|
+
name: "Mad March",
|
|
272
|
+
description: "Rate every March Madness game.",
|
|
273
|
+
},
|
|
274
|
+
the_logo: {
|
|
275
|
+
id: "the_logo",
|
|
276
|
+
name: "The Logo",
|
|
277
|
+
description: "Rate 44 NBA games.",
|
|
278
|
+
},
|
|
279
|
+
the_big_dipper: {
|
|
280
|
+
id: "the_big_dipper",
|
|
281
|
+
name: "The Big Dipper",
|
|
282
|
+
description: "Rate 100 NBA games.",
|
|
283
|
+
},
|
|
284
|
+
// the_big_o: {
|
|
285
|
+
// id: "the_big_o",
|
|
286
|
+
// name: "The Big O",
|
|
287
|
+
// description: "Rate 250 NBA games.",
|
|
288
|
+
// },
|
|
289
|
+
mid_table: {
|
|
290
|
+
id: "mid_table",
|
|
291
|
+
name: "Mid Table",
|
|
292
|
+
description: "Rate 50 EPL games.",
|
|
293
|
+
},
|
|
294
|
+
fan_of_the_match: {
|
|
295
|
+
id: "fan_of_the_match",
|
|
296
|
+
name: "Fan of the Match",
|
|
297
|
+
description: "Rate 100 EPL games.",
|
|
298
|
+
},
|
|
299
|
+
super_ai: {
|
|
300
|
+
id: "super_ai",
|
|
301
|
+
name: "Super AI",
|
|
302
|
+
description: "Rate 260 EPL games.",
|
|
303
|
+
},
|
|
304
|
+
dick_butkus: {
|
|
305
|
+
id: "dick_butkus",
|
|
306
|
+
name: "Dick Butkus",
|
|
307
|
+
description: "Rate 50 CFB games.",
|
|
308
|
+
},
|
|
309
|
+
the_kick_six: {
|
|
310
|
+
id: "the_kick_six",
|
|
311
|
+
name: "The Kick Six",
|
|
312
|
+
description: "Rate 100 CFB games.",
|
|
313
|
+
},
|
|
314
|
+
hit_the_heismann: {
|
|
315
|
+
id: "hit_the_heismann",
|
|
316
|
+
name: "Hit the Heismann",
|
|
317
|
+
description: "Rate an entire season of CFB.",
|
|
318
|
+
},
|
|
319
|
+
coin_toss: {
|
|
320
|
+
id: "coin_toss",
|
|
321
|
+
name: "Coin Toss",
|
|
322
|
+
description: "Rate 50 NFL games.",
|
|
323
|
+
},
|
|
324
|
+
golden_jacket: {
|
|
325
|
+
id: "golden_jacket",
|
|
326
|
+
name: "Golden Jacket",
|
|
327
|
+
description: "Rate 100 NFL games.",
|
|
328
|
+
},
|
|
329
|
+
pop_the_champagne: {
|
|
330
|
+
id: "pop_the_champagne",
|
|
331
|
+
name: "Pop the Champagne",
|
|
332
|
+
description: "Rate an entire season of NFL.",
|
|
333
|
+
},
|
|
334
|
+
game_grower: {
|
|
335
|
+
id: "game_grower",
|
|
336
|
+
name: "Game Grower",
|
|
337
|
+
description: "Rate 50 MLS games.",
|
|
338
|
+
},
|
|
339
|
+
fandon_donovan: {
|
|
340
|
+
id: "fandon_donovan",
|
|
341
|
+
name: "Fandon Donovan",
|
|
342
|
+
description: "Rate 100 MLS games.",
|
|
343
|
+
},
|
|
344
|
+
soccer_stud: {
|
|
345
|
+
id: "soccer_stud",
|
|
346
|
+
name: "Soccer Stud",
|
|
347
|
+
description: "Rate an entire season of MLS.",
|
|
348
|
+
},
|
|
259
349
|
};
|
package/dist/schemas/game.d.ts
CHANGED
|
@@ -3288,7 +3288,7 @@ export declare const commonGameSchema: z.ZodObject<{
|
|
|
3288
3288
|
count: number;
|
|
3289
3289
|
}[] | undefined;
|
|
3290
3290
|
}>>;
|
|
3291
|
-
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.ZodObject<{
|
|
3291
|
+
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_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_ai">, z.ZodLiteral<"dick_butkus">, z.ZodLiteral<"hit_the_heismann">]>, z.ZodObject<{
|
|
3292
3292
|
id: z.ZodString;
|
|
3293
3293
|
name: z.ZodString;
|
|
3294
3294
|
description: z.ZodString;
|
|
@@ -5460,7 +5460,7 @@ export declare const basketballGameSchema: z.ZodObject<z.objectUtil.extendShape<
|
|
|
5460
5460
|
count: number;
|
|
5461
5461
|
}[] | undefined;
|
|
5462
5462
|
}>>;
|
|
5463
|
-
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.ZodObject<{
|
|
5463
|
+
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_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_ai">, z.ZodLiteral<"dick_butkus">, z.ZodLiteral<"hit_the_heismann">]>, z.ZodObject<{
|
|
5464
5464
|
id: z.ZodString;
|
|
5465
5465
|
name: z.ZodString;
|
|
5466
5466
|
description: z.ZodString;
|
|
@@ -7693,7 +7693,7 @@ export declare const mlbGameSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
7693
7693
|
count: number;
|
|
7694
7694
|
}[] | undefined;
|
|
7695
7695
|
}>>;
|
|
7696
|
-
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.ZodObject<{
|
|
7696
|
+
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_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_ai">, z.ZodLiteral<"dick_butkus">, z.ZodLiteral<"hit_the_heismann">]>, z.ZodObject<{
|
|
7697
7697
|
id: z.ZodString;
|
|
7698
7698
|
name: z.ZodString;
|
|
7699
7699
|
description: z.ZodString;
|
|
@@ -9934,7 +9934,7 @@ export declare const footballGameSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
9934
9934
|
count: number;
|
|
9935
9935
|
}[] | undefined;
|
|
9936
9936
|
}>>;
|
|
9937
|
-
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.ZodObject<{
|
|
9937
|
+
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_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_ai">, z.ZodLiteral<"dick_butkus">, z.ZodLiteral<"hit_the_heismann">]>, z.ZodObject<{
|
|
9938
9938
|
id: z.ZodString;
|
|
9939
9939
|
name: z.ZodString;
|
|
9940
9940
|
description: z.ZodString;
|
|
@@ -12253,7 +12253,7 @@ export declare const nflGameSchema: z.ZodObject<z.objectUtil.extendShape<z.objec
|
|
|
12253
12253
|
count: number;
|
|
12254
12254
|
}[] | undefined;
|
|
12255
12255
|
}>>;
|
|
12256
|
-
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.ZodObject<{
|
|
12256
|
+
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_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_ai">, z.ZodLiteral<"dick_butkus">, z.ZodLiteral<"hit_the_heismann">]>, z.ZodObject<{
|
|
12257
12257
|
id: z.ZodString;
|
|
12258
12258
|
name: z.ZodString;
|
|
12259
12259
|
description: z.ZodString;
|
|
@@ -14550,7 +14550,7 @@ export declare const cfbGameSchema: z.ZodObject<z.objectUtil.extendShape<z.objec
|
|
|
14550
14550
|
count: number;
|
|
14551
14551
|
}[] | undefined;
|
|
14552
14552
|
}>>;
|
|
14553
|
-
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.ZodObject<{
|
|
14553
|
+
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_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_ai">, z.ZodLiteral<"dick_butkus">, z.ZodLiteral<"hit_the_heismann">]>, z.ZodObject<{
|
|
14554
14554
|
id: z.ZodString;
|
|
14555
14555
|
name: z.ZodString;
|
|
14556
14556
|
description: z.ZodString;
|
|
@@ -16829,7 +16829,7 @@ export declare const nhlGameSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
16829
16829
|
count: number;
|
|
16830
16830
|
}[] | undefined;
|
|
16831
16831
|
}>>;
|
|
16832
|
-
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.ZodObject<{
|
|
16832
|
+
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_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_ai">, z.ZodLiteral<"dick_butkus">, z.ZodLiteral<"hit_the_heismann">]>, z.ZodObject<{
|
|
16833
16833
|
id: z.ZodString;
|
|
16834
16834
|
name: z.ZodString;
|
|
16835
16835
|
description: z.ZodString;
|
|
@@ -19021,7 +19021,7 @@ export declare const unionGameSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.exten
|
|
|
19021
19021
|
count: number;
|
|
19022
19022
|
}[] | undefined;
|
|
19023
19023
|
}>>;
|
|
19024
|
-
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.ZodObject<{
|
|
19024
|
+
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_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_ai">, z.ZodLiteral<"dick_butkus">, z.ZodLiteral<"hit_the_heismann">]>, z.ZodObject<{
|
|
19025
19025
|
id: z.ZodString;
|
|
19026
19026
|
name: z.ZodString;
|
|
19027
19027
|
description: z.ZodString;
|
|
@@ -21240,7 +21240,7 @@ export declare const unionGameSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.exten
|
|
|
21240
21240
|
count: number;
|
|
21241
21241
|
}[] | undefined;
|
|
21242
21242
|
}>>;
|
|
21243
|
-
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.ZodObject<{
|
|
21243
|
+
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_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_ai">, z.ZodLiteral<"dick_butkus">, z.ZodLiteral<"hit_the_heismann">]>, z.ZodObject<{
|
|
21244
21244
|
id: z.ZodString;
|
|
21245
21245
|
name: z.ZodString;
|
|
21246
21246
|
description: z.ZodString;
|
|
@@ -23480,7 +23480,7 @@ export declare const unionGameSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.exten
|
|
|
23480
23480
|
count: number;
|
|
23481
23481
|
}[] | undefined;
|
|
23482
23482
|
}>>;
|
|
23483
|
-
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.ZodObject<{
|
|
23483
|
+
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_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_ai">, z.ZodLiteral<"dick_butkus">, z.ZodLiteral<"hit_the_heismann">]>, z.ZodObject<{
|
|
23484
23484
|
id: z.ZodString;
|
|
23485
23485
|
name: z.ZodString;
|
|
23486
23486
|
description: z.ZodString;
|
|
@@ -25798,7 +25798,7 @@ export declare const unionGameSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.exten
|
|
|
25798
25798
|
count: number;
|
|
25799
25799
|
}[] | undefined;
|
|
25800
25800
|
}>>;
|
|
25801
|
-
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.ZodObject<{
|
|
25801
|
+
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_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_ai">, z.ZodLiteral<"dick_butkus">, z.ZodLiteral<"hit_the_heismann">]>, z.ZodObject<{
|
|
25802
25802
|
id: z.ZodString;
|
|
25803
25803
|
name: z.ZodString;
|
|
25804
25804
|
description: z.ZodString;
|
|
@@ -28094,7 +28094,7 @@ export declare const unionGameSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.exten
|
|
|
28094
28094
|
count: number;
|
|
28095
28095
|
}[] | undefined;
|
|
28096
28096
|
}>>;
|
|
28097
|
-
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.ZodObject<{
|
|
28097
|
+
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_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_ai">, z.ZodLiteral<"dick_butkus">, z.ZodLiteral<"hit_the_heismann">]>, z.ZodObject<{
|
|
28098
28098
|
id: z.ZodString;
|
|
28099
28099
|
name: z.ZodString;
|
|
28100
28100
|
description: z.ZodString;
|
|
@@ -30372,7 +30372,7 @@ export declare const unionGameSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.exten
|
|
|
30372
30372
|
count: number;
|
|
30373
30373
|
}[] | undefined;
|
|
30374
30374
|
}>>;
|
|
30375
|
-
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.ZodObject<{
|
|
30375
|
+
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_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_ai">, z.ZodLiteral<"dick_butkus">, z.ZodLiteral<"hit_the_heismann">]>, z.ZodObject<{
|
|
30376
30376
|
id: z.ZodString;
|
|
30377
30377
|
name: z.ZodString;
|
|
30378
30378
|
description: z.ZodString;
|
|
@@ -32608,7 +32608,7 @@ export declare const creatorPickSchema: z.ZodObject<{
|
|
|
32608
32608
|
count: number;
|
|
32609
32609
|
}[] | undefined;
|
|
32610
32610
|
}>>;
|
|
32611
|
-
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.ZodObject<{
|
|
32611
|
+
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_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_ai">, z.ZodLiteral<"dick_butkus">, z.ZodLiteral<"hit_the_heismann">]>, z.ZodObject<{
|
|
32612
32612
|
id: z.ZodString;
|
|
32613
32613
|
name: z.ZodString;
|
|
32614
32614
|
description: z.ZodString;
|
|
@@ -34827,7 +34827,7 @@ export declare const creatorPickSchema: z.ZodObject<{
|
|
|
34827
34827
|
count: number;
|
|
34828
34828
|
}[] | undefined;
|
|
34829
34829
|
}>>;
|
|
34830
|
-
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.ZodObject<{
|
|
34830
|
+
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_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_ai">, z.ZodLiteral<"dick_butkus">, z.ZodLiteral<"hit_the_heismann">]>, z.ZodObject<{
|
|
34831
34831
|
id: z.ZodString;
|
|
34832
34832
|
name: z.ZodString;
|
|
34833
34833
|
description: z.ZodString;
|
|
@@ -37067,7 +37067,7 @@ export declare const creatorPickSchema: z.ZodObject<{
|
|
|
37067
37067
|
count: number;
|
|
37068
37068
|
}[] | undefined;
|
|
37069
37069
|
}>>;
|
|
37070
|
-
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.ZodObject<{
|
|
37070
|
+
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_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_ai">, z.ZodLiteral<"dick_butkus">, z.ZodLiteral<"hit_the_heismann">]>, z.ZodObject<{
|
|
37071
37071
|
id: z.ZodString;
|
|
37072
37072
|
name: z.ZodString;
|
|
37073
37073
|
description: z.ZodString;
|
|
@@ -39385,7 +39385,7 @@ export declare const creatorPickSchema: z.ZodObject<{
|
|
|
39385
39385
|
count: number;
|
|
39386
39386
|
}[] | undefined;
|
|
39387
39387
|
}>>;
|
|
39388
|
-
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.ZodObject<{
|
|
39388
|
+
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_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_ai">, z.ZodLiteral<"dick_butkus">, z.ZodLiteral<"hit_the_heismann">]>, z.ZodObject<{
|
|
39389
39389
|
id: z.ZodString;
|
|
39390
39390
|
name: z.ZodString;
|
|
39391
39391
|
description: z.ZodString;
|
|
@@ -41681,7 +41681,7 @@ export declare const creatorPickSchema: z.ZodObject<{
|
|
|
41681
41681
|
count: number;
|
|
41682
41682
|
}[] | undefined;
|
|
41683
41683
|
}>>;
|
|
41684
|
-
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.ZodObject<{
|
|
41684
|
+
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_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_ai">, z.ZodLiteral<"dick_butkus">, z.ZodLiteral<"hit_the_heismann">]>, z.ZodObject<{
|
|
41685
41685
|
id: z.ZodString;
|
|
41686
41686
|
name: z.ZodString;
|
|
41687
41687
|
description: z.ZodString;
|
|
@@ -43959,7 +43959,7 @@ export declare const creatorPickSchema: z.ZodObject<{
|
|
|
43959
43959
|
count: number;
|
|
43960
43960
|
}[] | undefined;
|
|
43961
43961
|
}>>;
|
|
43962
|
-
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.ZodObject<{
|
|
43962
|
+
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_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_ai">, z.ZodLiteral<"dick_butkus">, z.ZodLiteral<"hit_the_heismann">]>, z.ZodObject<{
|
|
43963
43963
|
id: z.ZodString;
|
|
43964
43964
|
name: z.ZodString;
|
|
43965
43965
|
description: z.ZodString;
|
|
@@ -45094,7 +45094,7 @@ export declare const creatorPickSchema: z.ZodObject<{
|
|
|
45094
45094
|
count: number;
|
|
45095
45095
|
}[] | undefined;
|
|
45096
45096
|
}>>;
|
|
45097
|
-
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.ZodObject<{
|
|
45097
|
+
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_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_ai">, z.ZodLiteral<"dick_butkus">, z.ZodLiteral<"hit_the_heismann">]>, z.ZodObject<{
|
|
45098
45098
|
id: z.ZodString;
|
|
45099
45099
|
name: z.ZodString;
|
|
45100
45100
|
description: z.ZodString;
|
package/dist/schemas/rating.d.ts
CHANGED
|
@@ -1455,7 +1455,7 @@ export declare const threadCommentSchema: import("zod").ZodObject<{
|
|
|
1455
1455
|
count: number;
|
|
1456
1456
|
}[] | undefined;
|
|
1457
1457
|
}>>;
|
|
1458
|
-
achievements: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodUnion<[import("zod").ZodLiteral<"speed_rater">, import("zod").ZodLiteral<"take_this">, import("zod").ZodLiteral<"front_runner">, import("zod").ZodLiteral<"loyal_till_the_end">, import("zod").ZodLiteral<"around_the_world">, import("zod").ZodLiteral<"take_off">, import("zod").ZodLiteral<"embrace_debate">, import("zod").ZodLiteral<"fan_of_the_people">, import("zod").ZodLiteral<"the_peoples_fan">, import("zod").ZodLiteral<"take_titan">, import("zod").ZodLiteral<"take_first">, import("zod").ZodLiteral<"hall_of_takes">, import("zod").ZodLiteral<"superfan">, import("zod").ZodLiteral<"fan-tastic">, import("zod").ZodLiteral<"marathon_fan">, import("zod").ZodLiteral<"new_years_resolution">, import("zod").ZodLiteral<"dog_days_of_summer">, import("zod").ZodLiteral<"50_50_club">, import("zod").ZodLiteral<"ball_knower">, import("zod").ZodLiteral<"heating_up">, import("zod").ZodLiteral<"full_court_press">, import("zod").ZodLiteral<"grid_iron_guru">, import("zod").ZodLiteral<"across_the_yard">, import("zod").ZodLiteral<"pigskin_power">, import("zod").ZodLiteral<"goal_getter">, import("zod").ZodLiteral<"footie_fanatic">, import("zod").ZodLiteral<"campaign_conqueror">, import("zod").ZodLiteral<"diamond_hands">, import("zod").ZodLiteral<"field_of_dreams">, import("zod").ZodLiteral<"charlie_hustle">, import("zod").ZodLiteral<"power_play">, import("zod").ZodLiteral<"ice_king">, import("zod").ZodLiteral<"marleau_master">]>, import("zod").ZodObject<{
|
|
1458
|
+
achievements: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodUnion<[import("zod").ZodLiteral<"speed_rater">, import("zod").ZodLiteral<"take_this">, import("zod").ZodLiteral<"front_runner">, import("zod").ZodLiteral<"loyal_till_the_end">, import("zod").ZodLiteral<"around_the_world">, import("zod").ZodLiteral<"take_off">, import("zod").ZodLiteral<"embrace_debate">, import("zod").ZodLiteral<"fan_of_the_people">, import("zod").ZodLiteral<"the_peoples_fan">, import("zod").ZodLiteral<"take_titan">, import("zod").ZodLiteral<"take_first">, import("zod").ZodLiteral<"hall_of_takes">, import("zod").ZodLiteral<"superfan">, import("zod").ZodLiteral<"fan-tastic">, import("zod").ZodLiteral<"marathon_fan">, import("zod").ZodLiteral<"new_years_resolution">, import("zod").ZodLiteral<"dog_days_of_summer">, import("zod").ZodLiteral<"50_50_club">, import("zod").ZodLiteral<"ball_knower">, import("zod").ZodLiteral<"heating_up">, import("zod").ZodLiteral<"full_court_press">, import("zod").ZodLiteral<"grid_iron_guru">, import("zod").ZodLiteral<"across_the_yard">, import("zod").ZodLiteral<"pigskin_power">, import("zod").ZodLiteral<"goal_getter">, import("zod").ZodLiteral<"footie_fanatic">, import("zod").ZodLiteral<"campaign_conqueror">, import("zod").ZodLiteral<"diamond_hands">, import("zod").ZodLiteral<"field_of_dreams">, import("zod").ZodLiteral<"charlie_hustle">, import("zod").ZodLiteral<"power_play">, import("zod").ZodLiteral<"ice_king">, import("zod").ZodLiteral<"marleau_master">, import("zod").ZodLiteral<"the_admiral">, import("zod").ZodLiteral<"the_kick_six">, import("zod").ZodLiteral<"coin_toss">, import("zod").ZodLiteral<"golden_jacket">, import("zod").ZodLiteral<"pop_the_champagne">, import("zod").ZodLiteral<"game_grower">, import("zod").ZodLiteral<"fandon_donovan">, import("zod").ZodLiteral<"soccer_stud">, import("zod").ZodLiteral<"the_grateful_red">, import("zod").ZodLiteral<"mad_march">, import("zod").ZodLiteral<"the_logo">, import("zod").ZodLiteral<"the_big_dipper">, import("zod").ZodLiteral<"mid_table">, import("zod").ZodLiteral<"fan_of_the_match">, import("zod").ZodLiteral<"super_ai">, import("zod").ZodLiteral<"dick_butkus">, import("zod").ZodLiteral<"hit_the_heismann">]>, import("zod").ZodObject<{
|
|
1459
1459
|
id: import("zod").ZodString;
|
|
1460
1460
|
name: import("zod").ZodString;
|
|
1461
1461
|
description: import("zod").ZodString;
|
|
@@ -2210,7 +2210,7 @@ export declare const threadCommentSchema: import("zod").ZodObject<{
|
|
|
2210
2210
|
count: number;
|
|
2211
2211
|
}[] | undefined;
|
|
2212
2212
|
}>>;
|
|
2213
|
-
achievements: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodUnion<[import("zod").ZodLiteral<"speed_rater">, import("zod").ZodLiteral<"take_this">, import("zod").ZodLiteral<"front_runner">, import("zod").ZodLiteral<"loyal_till_the_end">, import("zod").ZodLiteral<"around_the_world">, import("zod").ZodLiteral<"take_off">, import("zod").ZodLiteral<"embrace_debate">, import("zod").ZodLiteral<"fan_of_the_people">, import("zod").ZodLiteral<"the_peoples_fan">, import("zod").ZodLiteral<"take_titan">, import("zod").ZodLiteral<"take_first">, import("zod").ZodLiteral<"hall_of_takes">, import("zod").ZodLiteral<"superfan">, import("zod").ZodLiteral<"fan-tastic">, import("zod").ZodLiteral<"marathon_fan">, import("zod").ZodLiteral<"new_years_resolution">, import("zod").ZodLiteral<"dog_days_of_summer">, import("zod").ZodLiteral<"50_50_club">, import("zod").ZodLiteral<"ball_knower">, import("zod").ZodLiteral<"heating_up">, import("zod").ZodLiteral<"full_court_press">, import("zod").ZodLiteral<"grid_iron_guru">, import("zod").ZodLiteral<"across_the_yard">, import("zod").ZodLiteral<"pigskin_power">, import("zod").ZodLiteral<"goal_getter">, import("zod").ZodLiteral<"footie_fanatic">, import("zod").ZodLiteral<"campaign_conqueror">, import("zod").ZodLiteral<"diamond_hands">, import("zod").ZodLiteral<"field_of_dreams">, import("zod").ZodLiteral<"charlie_hustle">, import("zod").ZodLiteral<"power_play">, import("zod").ZodLiteral<"ice_king">, import("zod").ZodLiteral<"marleau_master">]>, import("zod").ZodObject<{
|
|
2213
|
+
achievements: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodUnion<[import("zod").ZodLiteral<"speed_rater">, import("zod").ZodLiteral<"take_this">, import("zod").ZodLiteral<"front_runner">, import("zod").ZodLiteral<"loyal_till_the_end">, import("zod").ZodLiteral<"around_the_world">, import("zod").ZodLiteral<"take_off">, import("zod").ZodLiteral<"embrace_debate">, import("zod").ZodLiteral<"fan_of_the_people">, import("zod").ZodLiteral<"the_peoples_fan">, import("zod").ZodLiteral<"take_titan">, import("zod").ZodLiteral<"take_first">, import("zod").ZodLiteral<"hall_of_takes">, import("zod").ZodLiteral<"superfan">, import("zod").ZodLiteral<"fan-tastic">, import("zod").ZodLiteral<"marathon_fan">, import("zod").ZodLiteral<"new_years_resolution">, import("zod").ZodLiteral<"dog_days_of_summer">, import("zod").ZodLiteral<"50_50_club">, import("zod").ZodLiteral<"ball_knower">, import("zod").ZodLiteral<"heating_up">, import("zod").ZodLiteral<"full_court_press">, import("zod").ZodLiteral<"grid_iron_guru">, import("zod").ZodLiteral<"across_the_yard">, import("zod").ZodLiteral<"pigskin_power">, import("zod").ZodLiteral<"goal_getter">, import("zod").ZodLiteral<"footie_fanatic">, import("zod").ZodLiteral<"campaign_conqueror">, import("zod").ZodLiteral<"diamond_hands">, import("zod").ZodLiteral<"field_of_dreams">, import("zod").ZodLiteral<"charlie_hustle">, import("zod").ZodLiteral<"power_play">, import("zod").ZodLiteral<"ice_king">, import("zod").ZodLiteral<"marleau_master">, import("zod").ZodLiteral<"the_admiral">, import("zod").ZodLiteral<"the_kick_six">, import("zod").ZodLiteral<"coin_toss">, import("zod").ZodLiteral<"golden_jacket">, import("zod").ZodLiteral<"pop_the_champagne">, import("zod").ZodLiteral<"game_grower">, import("zod").ZodLiteral<"fandon_donovan">, import("zod").ZodLiteral<"soccer_stud">, import("zod").ZodLiteral<"the_grateful_red">, import("zod").ZodLiteral<"mad_march">, import("zod").ZodLiteral<"the_logo">, import("zod").ZodLiteral<"the_big_dipper">, import("zod").ZodLiteral<"mid_table">, import("zod").ZodLiteral<"fan_of_the_match">, import("zod").ZodLiteral<"super_ai">, import("zod").ZodLiteral<"dick_butkus">, import("zod").ZodLiteral<"hit_the_heismann">]>, import("zod").ZodObject<{
|
|
2214
2214
|
id: import("zod").ZodString;
|
|
2215
2215
|
name: import("zod").ZodString;
|
|
2216
2216
|
description: import("zod").ZodString;
|
|
@@ -3031,7 +3031,7 @@ export declare const threadCommentLikeSchema: import("zod").ZodObject<{
|
|
|
3031
3031
|
count: number;
|
|
3032
3032
|
}[] | undefined;
|
|
3033
3033
|
}>>;
|
|
3034
|
-
achievements: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodUnion<[import("zod").ZodLiteral<"speed_rater">, import("zod").ZodLiteral<"take_this">, import("zod").ZodLiteral<"front_runner">, import("zod").ZodLiteral<"loyal_till_the_end">, import("zod").ZodLiteral<"around_the_world">, import("zod").ZodLiteral<"take_off">, import("zod").ZodLiteral<"embrace_debate">, import("zod").ZodLiteral<"fan_of_the_people">, import("zod").ZodLiteral<"the_peoples_fan">, import("zod").ZodLiteral<"take_titan">, import("zod").ZodLiteral<"take_first">, import("zod").ZodLiteral<"hall_of_takes">, import("zod").ZodLiteral<"superfan">, import("zod").ZodLiteral<"fan-tastic">, import("zod").ZodLiteral<"marathon_fan">, import("zod").ZodLiteral<"new_years_resolution">, import("zod").ZodLiteral<"dog_days_of_summer">, import("zod").ZodLiteral<"50_50_club">, import("zod").ZodLiteral<"ball_knower">, import("zod").ZodLiteral<"heating_up">, import("zod").ZodLiteral<"full_court_press">, import("zod").ZodLiteral<"grid_iron_guru">, import("zod").ZodLiteral<"across_the_yard">, import("zod").ZodLiteral<"pigskin_power">, import("zod").ZodLiteral<"goal_getter">, import("zod").ZodLiteral<"footie_fanatic">, import("zod").ZodLiteral<"campaign_conqueror">, import("zod").ZodLiteral<"diamond_hands">, import("zod").ZodLiteral<"field_of_dreams">, import("zod").ZodLiteral<"charlie_hustle">, import("zod").ZodLiteral<"power_play">, import("zod").ZodLiteral<"ice_king">, import("zod").ZodLiteral<"marleau_master">]>, import("zod").ZodObject<{
|
|
3034
|
+
achievements: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodUnion<[import("zod").ZodLiteral<"speed_rater">, import("zod").ZodLiteral<"take_this">, import("zod").ZodLiteral<"front_runner">, import("zod").ZodLiteral<"loyal_till_the_end">, import("zod").ZodLiteral<"around_the_world">, import("zod").ZodLiteral<"take_off">, import("zod").ZodLiteral<"embrace_debate">, import("zod").ZodLiteral<"fan_of_the_people">, import("zod").ZodLiteral<"the_peoples_fan">, import("zod").ZodLiteral<"take_titan">, import("zod").ZodLiteral<"take_first">, import("zod").ZodLiteral<"hall_of_takes">, import("zod").ZodLiteral<"superfan">, import("zod").ZodLiteral<"fan-tastic">, import("zod").ZodLiteral<"marathon_fan">, import("zod").ZodLiteral<"new_years_resolution">, import("zod").ZodLiteral<"dog_days_of_summer">, import("zod").ZodLiteral<"50_50_club">, import("zod").ZodLiteral<"ball_knower">, import("zod").ZodLiteral<"heating_up">, import("zod").ZodLiteral<"full_court_press">, import("zod").ZodLiteral<"grid_iron_guru">, import("zod").ZodLiteral<"across_the_yard">, import("zod").ZodLiteral<"pigskin_power">, import("zod").ZodLiteral<"goal_getter">, import("zod").ZodLiteral<"footie_fanatic">, import("zod").ZodLiteral<"campaign_conqueror">, import("zod").ZodLiteral<"diamond_hands">, import("zod").ZodLiteral<"field_of_dreams">, import("zod").ZodLiteral<"charlie_hustle">, import("zod").ZodLiteral<"power_play">, import("zod").ZodLiteral<"ice_king">, import("zod").ZodLiteral<"marleau_master">, import("zod").ZodLiteral<"the_admiral">, import("zod").ZodLiteral<"the_kick_six">, import("zod").ZodLiteral<"coin_toss">, import("zod").ZodLiteral<"golden_jacket">, import("zod").ZodLiteral<"pop_the_champagne">, import("zod").ZodLiteral<"game_grower">, import("zod").ZodLiteral<"fandon_donovan">, import("zod").ZodLiteral<"soccer_stud">, import("zod").ZodLiteral<"the_grateful_red">, import("zod").ZodLiteral<"mad_march">, import("zod").ZodLiteral<"the_logo">, import("zod").ZodLiteral<"the_big_dipper">, import("zod").ZodLiteral<"mid_table">, import("zod").ZodLiteral<"fan_of_the_match">, import("zod").ZodLiteral<"super_ai">, import("zod").ZodLiteral<"dick_butkus">, import("zod").ZodLiteral<"hit_the_heismann">]>, import("zod").ZodObject<{
|
|
3035
3035
|
id: import("zod").ZodString;
|
|
3036
3036
|
name: import("zod").ZodString;
|
|
3037
3037
|
description: import("zod").ZodString;
|
package/dist/schemas/team.d.ts
CHANGED
|
@@ -639,7 +639,7 @@ export declare const teamSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
639
639
|
count: number;
|
|
640
640
|
}[] | undefined;
|
|
641
641
|
}>>;
|
|
642
|
-
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.ZodObject<{
|
|
642
|
+
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_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_ai">, z.ZodLiteral<"dick_butkus">, z.ZodLiteral<"hit_the_heismann">]>, z.ZodObject<{
|
|
643
643
|
id: z.ZodString;
|
|
644
644
|
name: z.ZodString;
|
|
645
645
|
description: z.ZodString;
|
|
@@ -1451,7 +1451,7 @@ export declare const mlbTeamSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
1451
1451
|
count: number;
|
|
1452
1452
|
}[] | undefined;
|
|
1453
1453
|
}>>;
|
|
1454
|
-
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.ZodObject<{
|
|
1454
|
+
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_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_ai">, z.ZodLiteral<"dick_butkus">, z.ZodLiteral<"hit_the_heismann">]>, z.ZodObject<{
|
|
1455
1455
|
id: z.ZodString;
|
|
1456
1456
|
name: z.ZodString;
|
|
1457
1457
|
description: z.ZodString;
|
|
@@ -2261,7 +2261,7 @@ export declare const footballTeamSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
2261
2261
|
count: number;
|
|
2262
2262
|
}[] | undefined;
|
|
2263
2263
|
}>>;
|
|
2264
|
-
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.ZodObject<{
|
|
2264
|
+
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_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_ai">, z.ZodLiteral<"dick_butkus">, z.ZodLiteral<"hit_the_heismann">]>, z.ZodObject<{
|
|
2265
2265
|
id: z.ZodString;
|
|
2266
2266
|
name: z.ZodString;
|
|
2267
2267
|
description: z.ZodString;
|
|
@@ -3068,7 +3068,7 @@ export declare const nflTeamSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
3068
3068
|
count: number;
|
|
3069
3069
|
}[] | undefined;
|
|
3070
3070
|
}>>;
|
|
3071
|
-
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.ZodObject<{
|
|
3071
|
+
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_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_ai">, z.ZodLiteral<"dick_butkus">, z.ZodLiteral<"hit_the_heismann">]>, z.ZodObject<{
|
|
3072
3072
|
id: z.ZodString;
|
|
3073
3073
|
name: z.ZodString;
|
|
3074
3074
|
description: z.ZodString;
|
|
@@ -3878,7 +3878,7 @@ export declare const cfbTeamSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
3878
3878
|
count: number;
|
|
3879
3879
|
}[] | undefined;
|
|
3880
3880
|
}>>;
|
|
3881
|
-
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.ZodObject<{
|
|
3881
|
+
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_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_ai">, z.ZodLiteral<"dick_butkus">, z.ZodLiteral<"hit_the_heismann">]>, z.ZodObject<{
|
|
3882
3882
|
id: z.ZodString;
|
|
3883
3883
|
name: z.ZodString;
|
|
3884
3884
|
description: z.ZodString;
|
|
@@ -4691,7 +4691,7 @@ export declare const cbbTeamSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
4691
4691
|
count: number;
|
|
4692
4692
|
}[] | undefined;
|
|
4693
4693
|
}>>;
|
|
4694
|
-
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.ZodObject<{
|
|
4694
|
+
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_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_ai">, z.ZodLiteral<"dick_butkus">, z.ZodLiteral<"hit_the_heismann">]>, z.ZodObject<{
|
|
4695
4695
|
id: z.ZodString;
|
|
4696
4696
|
name: z.ZodString;
|
|
4697
4697
|
description: z.ZodString;
|
|
@@ -5504,7 +5504,7 @@ export declare const nhlTeamSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
5504
5504
|
count: number;
|
|
5505
5505
|
}[] | undefined;
|
|
5506
5506
|
}>>;
|
|
5507
|
-
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.ZodObject<{
|
|
5507
|
+
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_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_ai">, z.ZodLiteral<"dick_butkus">, z.ZodLiteral<"hit_the_heismann">]>, z.ZodObject<{
|
|
5508
5508
|
id: z.ZodString;
|
|
5509
5509
|
name: z.ZodString;
|
|
5510
5510
|
description: z.ZodString;
|
package/dist/schemas/user.d.ts
CHANGED
|
@@ -34,7 +34,7 @@ export declare const leagueStatsSchema: import("zod").ZodObject<{
|
|
|
34
34
|
weightedRating: number;
|
|
35
35
|
};
|
|
36
36
|
}>;
|
|
37
|
-
export declare const achievementId: import("zod").ZodUnion<[import("zod").ZodLiteral<"speed_rater">, import("zod").ZodLiteral<"take_this">, import("zod").ZodLiteral<"front_runner">, import("zod").ZodLiteral<"loyal_till_the_end">, import("zod").ZodLiteral<"around_the_world">, import("zod").ZodLiteral<"take_off">, import("zod").ZodLiteral<"embrace_debate">, import("zod").ZodLiteral<"fan_of_the_people">, import("zod").ZodLiteral<"the_peoples_fan">, import("zod").ZodLiteral<"take_titan">, import("zod").ZodLiteral<"take_first">, import("zod").ZodLiteral<"hall_of_takes">, import("zod").ZodLiteral<"superfan">, import("zod").ZodLiteral<"fan-tastic">, import("zod").ZodLiteral<"marathon_fan">, import("zod").ZodLiteral<"new_years_resolution">, import("zod").ZodLiteral<"dog_days_of_summer">, import("zod").ZodLiteral<"50_50_club">, import("zod").ZodLiteral<"ball_knower">, import("zod").ZodLiteral<"heating_up">, import("zod").ZodLiteral<"full_court_press">, import("zod").ZodLiteral<"grid_iron_guru">, import("zod").ZodLiteral<"across_the_yard">, import("zod").ZodLiteral<"pigskin_power">, import("zod").ZodLiteral<"goal_getter">, import("zod").ZodLiteral<"footie_fanatic">, import("zod").ZodLiteral<"campaign_conqueror">, import("zod").ZodLiteral<"diamond_hands">, import("zod").ZodLiteral<"field_of_dreams">, import("zod").ZodLiteral<"charlie_hustle">, import("zod").ZodLiteral<"power_play">, import("zod").ZodLiteral<"ice_king">, import("zod").ZodLiteral<"marleau_master">]>;
|
|
37
|
+
export declare const achievementId: import("zod").ZodUnion<[import("zod").ZodLiteral<"speed_rater">, import("zod").ZodLiteral<"take_this">, import("zod").ZodLiteral<"front_runner">, import("zod").ZodLiteral<"loyal_till_the_end">, import("zod").ZodLiteral<"around_the_world">, import("zod").ZodLiteral<"take_off">, import("zod").ZodLiteral<"embrace_debate">, import("zod").ZodLiteral<"fan_of_the_people">, import("zod").ZodLiteral<"the_peoples_fan">, import("zod").ZodLiteral<"take_titan">, import("zod").ZodLiteral<"take_first">, import("zod").ZodLiteral<"hall_of_takes">, import("zod").ZodLiteral<"superfan">, import("zod").ZodLiteral<"fan-tastic">, import("zod").ZodLiteral<"marathon_fan">, import("zod").ZodLiteral<"new_years_resolution">, import("zod").ZodLiteral<"dog_days_of_summer">, import("zod").ZodLiteral<"50_50_club">, import("zod").ZodLiteral<"ball_knower">, import("zod").ZodLiteral<"heating_up">, import("zod").ZodLiteral<"full_court_press">, import("zod").ZodLiteral<"grid_iron_guru">, import("zod").ZodLiteral<"across_the_yard">, import("zod").ZodLiteral<"pigskin_power">, import("zod").ZodLiteral<"goal_getter">, import("zod").ZodLiteral<"footie_fanatic">, import("zod").ZodLiteral<"campaign_conqueror">, import("zod").ZodLiteral<"diamond_hands">, import("zod").ZodLiteral<"field_of_dreams">, import("zod").ZodLiteral<"charlie_hustle">, import("zod").ZodLiteral<"power_play">, import("zod").ZodLiteral<"ice_king">, import("zod").ZodLiteral<"marleau_master">, import("zod").ZodLiteral<"the_admiral">, import("zod").ZodLiteral<"the_kick_six">, import("zod").ZodLiteral<"coin_toss">, import("zod").ZodLiteral<"golden_jacket">, import("zod").ZodLiteral<"pop_the_champagne">, import("zod").ZodLiteral<"game_grower">, import("zod").ZodLiteral<"fandon_donovan">, import("zod").ZodLiteral<"soccer_stud">, import("zod").ZodLiteral<"the_grateful_red">, import("zod").ZodLiteral<"mad_march">, import("zod").ZodLiteral<"the_logo">, import("zod").ZodLiteral<"the_big_dipper">, import("zod").ZodLiteral<"mid_table">, import("zod").ZodLiteral<"fan_of_the_match">, import("zod").ZodLiteral<"super_ai">, import("zod").ZodLiteral<"dick_butkus">, import("zod").ZodLiteral<"hit_the_heismann">]>;
|
|
38
38
|
export declare const achievementSchema: import("zod").ZodObject<{
|
|
39
39
|
id: import("zod").ZodString;
|
|
40
40
|
name: import("zod").ZodString;
|
|
@@ -773,7 +773,7 @@ export declare const userSchema: import("zod").ZodObject<{
|
|
|
773
773
|
count: number;
|
|
774
774
|
}[] | undefined;
|
|
775
775
|
}>>;
|
|
776
|
-
achievements: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodUnion<[import("zod").ZodLiteral<"speed_rater">, import("zod").ZodLiteral<"take_this">, import("zod").ZodLiteral<"front_runner">, import("zod").ZodLiteral<"loyal_till_the_end">, import("zod").ZodLiteral<"around_the_world">, import("zod").ZodLiteral<"take_off">, import("zod").ZodLiteral<"embrace_debate">, import("zod").ZodLiteral<"fan_of_the_people">, import("zod").ZodLiteral<"the_peoples_fan">, import("zod").ZodLiteral<"take_titan">, import("zod").ZodLiteral<"take_first">, import("zod").ZodLiteral<"hall_of_takes">, import("zod").ZodLiteral<"superfan">, import("zod").ZodLiteral<"fan-tastic">, import("zod").ZodLiteral<"marathon_fan">, import("zod").ZodLiteral<"new_years_resolution">, import("zod").ZodLiteral<"dog_days_of_summer">, import("zod").ZodLiteral<"50_50_club">, import("zod").ZodLiteral<"ball_knower">, import("zod").ZodLiteral<"heating_up">, import("zod").ZodLiteral<"full_court_press">, import("zod").ZodLiteral<"grid_iron_guru">, import("zod").ZodLiteral<"across_the_yard">, import("zod").ZodLiteral<"pigskin_power">, import("zod").ZodLiteral<"goal_getter">, import("zod").ZodLiteral<"footie_fanatic">, import("zod").ZodLiteral<"campaign_conqueror">, import("zod").ZodLiteral<"diamond_hands">, import("zod").ZodLiteral<"field_of_dreams">, import("zod").ZodLiteral<"charlie_hustle">, import("zod").ZodLiteral<"power_play">, import("zod").ZodLiteral<"ice_king">, import("zod").ZodLiteral<"marleau_master">]>, import("zod").ZodObject<{
|
|
776
|
+
achievements: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodUnion<[import("zod").ZodLiteral<"speed_rater">, import("zod").ZodLiteral<"take_this">, import("zod").ZodLiteral<"front_runner">, import("zod").ZodLiteral<"loyal_till_the_end">, import("zod").ZodLiteral<"around_the_world">, import("zod").ZodLiteral<"take_off">, import("zod").ZodLiteral<"embrace_debate">, import("zod").ZodLiteral<"fan_of_the_people">, import("zod").ZodLiteral<"the_peoples_fan">, import("zod").ZodLiteral<"take_titan">, import("zod").ZodLiteral<"take_first">, import("zod").ZodLiteral<"hall_of_takes">, import("zod").ZodLiteral<"superfan">, import("zod").ZodLiteral<"fan-tastic">, import("zod").ZodLiteral<"marathon_fan">, import("zod").ZodLiteral<"new_years_resolution">, import("zod").ZodLiteral<"dog_days_of_summer">, import("zod").ZodLiteral<"50_50_club">, import("zod").ZodLiteral<"ball_knower">, import("zod").ZodLiteral<"heating_up">, import("zod").ZodLiteral<"full_court_press">, import("zod").ZodLiteral<"grid_iron_guru">, import("zod").ZodLiteral<"across_the_yard">, import("zod").ZodLiteral<"pigskin_power">, import("zod").ZodLiteral<"goal_getter">, import("zod").ZodLiteral<"footie_fanatic">, import("zod").ZodLiteral<"campaign_conqueror">, import("zod").ZodLiteral<"diamond_hands">, import("zod").ZodLiteral<"field_of_dreams">, import("zod").ZodLiteral<"charlie_hustle">, import("zod").ZodLiteral<"power_play">, import("zod").ZodLiteral<"ice_king">, import("zod").ZodLiteral<"marleau_master">, import("zod").ZodLiteral<"the_admiral">, import("zod").ZodLiteral<"the_kick_six">, import("zod").ZodLiteral<"coin_toss">, import("zod").ZodLiteral<"golden_jacket">, import("zod").ZodLiteral<"pop_the_champagne">, import("zod").ZodLiteral<"game_grower">, import("zod").ZodLiteral<"fandon_donovan">, import("zod").ZodLiteral<"soccer_stud">, import("zod").ZodLiteral<"the_grateful_red">, import("zod").ZodLiteral<"mad_march">, import("zod").ZodLiteral<"the_logo">, import("zod").ZodLiteral<"the_big_dipper">, import("zod").ZodLiteral<"mid_table">, import("zod").ZodLiteral<"fan_of_the_match">, import("zod").ZodLiteral<"super_ai">, import("zod").ZodLiteral<"dick_butkus">, import("zod").ZodLiteral<"hit_the_heismann">]>, import("zod").ZodObject<{
|
|
777
777
|
id: import("zod").ZodString;
|
|
778
778
|
name: import("zod").ZodString;
|
|
779
779
|
description: import("zod").ZodString;
|
|
@@ -1034,7 +1034,7 @@ export declare const userSchema: import("zod").ZodObject<{
|
|
|
1034
1034
|
count: number;
|
|
1035
1035
|
}[] | undefined;
|
|
1036
1036
|
} | undefined;
|
|
1037
|
-
achievements?: Partial<Record<"speed_rater" | "take_this" | "front_runner" | "loyal_till_the_end" | "around_the_world" | "take_off" | "embrace_debate" | "fan_of_the_people" | "the_peoples_fan" | "take_titan" | "take_first" | "hall_of_takes" | "superfan" | "fan-tastic" | "marathon_fan" | "new_years_resolution" | "dog_days_of_summer" | "50_50_club" | "ball_knower" | "heating_up" | "full_court_press" | "grid_iron_guru" | "across_the_yard" | "pigskin_power" | "goal_getter" | "footie_fanatic" | "campaign_conqueror" | "diamond_hands" | "field_of_dreams" | "charlie_hustle" | "power_play" | "ice_king" | "marleau_master", {
|
|
1037
|
+
achievements?: Partial<Record<"speed_rater" | "take_this" | "front_runner" | "loyal_till_the_end" | "around_the_world" | "take_off" | "embrace_debate" | "fan_of_the_people" | "the_peoples_fan" | "take_titan" | "take_first" | "hall_of_takes" | "superfan" | "fan-tastic" | "marathon_fan" | "new_years_resolution" | "dog_days_of_summer" | "50_50_club" | "ball_knower" | "heating_up" | "full_court_press" | "grid_iron_guru" | "across_the_yard" | "pigskin_power" | "goal_getter" | "footie_fanatic" | "campaign_conqueror" | "diamond_hands" | "field_of_dreams" | "charlie_hustle" | "power_play" | "ice_king" | "marleau_master" | "the_admiral" | "the_kick_six" | "coin_toss" | "golden_jacket" | "pop_the_champagne" | "game_grower" | "fandon_donovan" | "soccer_stud" | "the_grateful_red" | "mad_march" | "the_logo" | "the_big_dipper" | "mid_table" | "fan_of_the_match" | "super_ai" | "dick_butkus" | "hit_the_heismann", {
|
|
1038
1038
|
id: string;
|
|
1039
1039
|
name: string;
|
|
1040
1040
|
description: string;
|
|
@@ -1211,7 +1211,7 @@ export declare const userSchema: import("zod").ZodObject<{
|
|
|
1211
1211
|
count: number;
|
|
1212
1212
|
}[] | undefined;
|
|
1213
1213
|
} | undefined;
|
|
1214
|
-
achievements?: Partial<Record<"speed_rater" | "take_this" | "front_runner" | "loyal_till_the_end" | "around_the_world" | "take_off" | "embrace_debate" | "fan_of_the_people" | "the_peoples_fan" | "take_titan" | "take_first" | "hall_of_takes" | "superfan" | "fan-tastic" | "marathon_fan" | "new_years_resolution" | "dog_days_of_summer" | "50_50_club" | "ball_knower" | "heating_up" | "full_court_press" | "grid_iron_guru" | "across_the_yard" | "pigskin_power" | "goal_getter" | "footie_fanatic" | "campaign_conqueror" | "diamond_hands" | "field_of_dreams" | "charlie_hustle" | "power_play" | "ice_king" | "marleau_master", {
|
|
1214
|
+
achievements?: Partial<Record<"speed_rater" | "take_this" | "front_runner" | "loyal_till_the_end" | "around_the_world" | "take_off" | "embrace_debate" | "fan_of_the_people" | "the_peoples_fan" | "take_titan" | "take_first" | "hall_of_takes" | "superfan" | "fan-tastic" | "marathon_fan" | "new_years_resolution" | "dog_days_of_summer" | "50_50_club" | "ball_knower" | "heating_up" | "full_court_press" | "grid_iron_guru" | "across_the_yard" | "pigskin_power" | "goal_getter" | "footie_fanatic" | "campaign_conqueror" | "diamond_hands" | "field_of_dreams" | "charlie_hustle" | "power_play" | "ice_king" | "marleau_master" | "the_admiral" | "the_kick_six" | "coin_toss" | "golden_jacket" | "pop_the_champagne" | "game_grower" | "fandon_donovan" | "soccer_stud" | "the_grateful_red" | "mad_march" | "the_logo" | "the_big_dipper" | "mid_table" | "fan_of_the_match" | "super_ai" | "dick_butkus" | "hit_the_heismann", {
|
|
1215
1215
|
id: string;
|
|
1216
1216
|
name: string;
|
|
1217
1217
|
description: string;
|
|
@@ -1867,7 +1867,7 @@ export declare const createUserSchema: import("zod").ZodObject<Omit<{
|
|
|
1867
1867
|
count: number;
|
|
1868
1868
|
}[] | undefined;
|
|
1869
1869
|
}>>;
|
|
1870
|
-
achievements: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodUnion<[import("zod").ZodLiteral<"speed_rater">, import("zod").ZodLiteral<"take_this">, import("zod").ZodLiteral<"front_runner">, import("zod").ZodLiteral<"loyal_till_the_end">, import("zod").ZodLiteral<"around_the_world">, import("zod").ZodLiteral<"take_off">, import("zod").ZodLiteral<"embrace_debate">, import("zod").ZodLiteral<"fan_of_the_people">, import("zod").ZodLiteral<"the_peoples_fan">, import("zod").ZodLiteral<"take_titan">, import("zod").ZodLiteral<"take_first">, import("zod").ZodLiteral<"hall_of_takes">, import("zod").ZodLiteral<"superfan">, import("zod").ZodLiteral<"fan-tastic">, import("zod").ZodLiteral<"marathon_fan">, import("zod").ZodLiteral<"new_years_resolution">, import("zod").ZodLiteral<"dog_days_of_summer">, import("zod").ZodLiteral<"50_50_club">, import("zod").ZodLiteral<"ball_knower">, import("zod").ZodLiteral<"heating_up">, import("zod").ZodLiteral<"full_court_press">, import("zod").ZodLiteral<"grid_iron_guru">, import("zod").ZodLiteral<"across_the_yard">, import("zod").ZodLiteral<"pigskin_power">, import("zod").ZodLiteral<"goal_getter">, import("zod").ZodLiteral<"footie_fanatic">, import("zod").ZodLiteral<"campaign_conqueror">, import("zod").ZodLiteral<"diamond_hands">, import("zod").ZodLiteral<"field_of_dreams">, import("zod").ZodLiteral<"charlie_hustle">, import("zod").ZodLiteral<"power_play">, import("zod").ZodLiteral<"ice_king">, import("zod").ZodLiteral<"marleau_master">]>, import("zod").ZodObject<{
|
|
1870
|
+
achievements: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodUnion<[import("zod").ZodLiteral<"speed_rater">, import("zod").ZodLiteral<"take_this">, import("zod").ZodLiteral<"front_runner">, import("zod").ZodLiteral<"loyal_till_the_end">, import("zod").ZodLiteral<"around_the_world">, import("zod").ZodLiteral<"take_off">, import("zod").ZodLiteral<"embrace_debate">, import("zod").ZodLiteral<"fan_of_the_people">, import("zod").ZodLiteral<"the_peoples_fan">, import("zod").ZodLiteral<"take_titan">, import("zod").ZodLiteral<"take_first">, import("zod").ZodLiteral<"hall_of_takes">, import("zod").ZodLiteral<"superfan">, import("zod").ZodLiteral<"fan-tastic">, import("zod").ZodLiteral<"marathon_fan">, import("zod").ZodLiteral<"new_years_resolution">, import("zod").ZodLiteral<"dog_days_of_summer">, import("zod").ZodLiteral<"50_50_club">, import("zod").ZodLiteral<"ball_knower">, import("zod").ZodLiteral<"heating_up">, import("zod").ZodLiteral<"full_court_press">, import("zod").ZodLiteral<"grid_iron_guru">, import("zod").ZodLiteral<"across_the_yard">, import("zod").ZodLiteral<"pigskin_power">, import("zod").ZodLiteral<"goal_getter">, import("zod").ZodLiteral<"footie_fanatic">, import("zod").ZodLiteral<"campaign_conqueror">, import("zod").ZodLiteral<"diamond_hands">, import("zod").ZodLiteral<"field_of_dreams">, import("zod").ZodLiteral<"charlie_hustle">, import("zod").ZodLiteral<"power_play">, import("zod").ZodLiteral<"ice_king">, import("zod").ZodLiteral<"marleau_master">, import("zod").ZodLiteral<"the_admiral">, import("zod").ZodLiteral<"the_kick_six">, import("zod").ZodLiteral<"coin_toss">, import("zod").ZodLiteral<"golden_jacket">, import("zod").ZodLiteral<"pop_the_champagne">, import("zod").ZodLiteral<"game_grower">, import("zod").ZodLiteral<"fandon_donovan">, import("zod").ZodLiteral<"soccer_stud">, import("zod").ZodLiteral<"the_grateful_red">, import("zod").ZodLiteral<"mad_march">, import("zod").ZodLiteral<"the_logo">, import("zod").ZodLiteral<"the_big_dipper">, import("zod").ZodLiteral<"mid_table">, import("zod").ZodLiteral<"fan_of_the_match">, import("zod").ZodLiteral<"super_ai">, import("zod").ZodLiteral<"dick_butkus">, import("zod").ZodLiteral<"hit_the_heismann">]>, import("zod").ZodObject<{
|
|
1871
1871
|
id: import("zod").ZodString;
|
|
1872
1872
|
name: import("zod").ZodString;
|
|
1873
1873
|
description: import("zod").ZodString;
|
|
@@ -2117,7 +2117,7 @@ export declare const createUserSchema: import("zod").ZodObject<Omit<{
|
|
|
2117
2117
|
count: number;
|
|
2118
2118
|
}[] | undefined;
|
|
2119
2119
|
} | undefined;
|
|
2120
|
-
achievements?: Partial<Record<"speed_rater" | "take_this" | "front_runner" | "loyal_till_the_end" | "around_the_world" | "take_off" | "embrace_debate" | "fan_of_the_people" | "the_peoples_fan" | "take_titan" | "take_first" | "hall_of_takes" | "superfan" | "fan-tastic" | "marathon_fan" | "new_years_resolution" | "dog_days_of_summer" | "50_50_club" | "ball_knower" | "heating_up" | "full_court_press" | "grid_iron_guru" | "across_the_yard" | "pigskin_power" | "goal_getter" | "footie_fanatic" | "campaign_conqueror" | "diamond_hands" | "field_of_dreams" | "charlie_hustle" | "power_play" | "ice_king" | "marleau_master", {
|
|
2120
|
+
achievements?: Partial<Record<"speed_rater" | "take_this" | "front_runner" | "loyal_till_the_end" | "around_the_world" | "take_off" | "embrace_debate" | "fan_of_the_people" | "the_peoples_fan" | "take_titan" | "take_first" | "hall_of_takes" | "superfan" | "fan-tastic" | "marathon_fan" | "new_years_resolution" | "dog_days_of_summer" | "50_50_club" | "ball_knower" | "heating_up" | "full_court_press" | "grid_iron_guru" | "across_the_yard" | "pigskin_power" | "goal_getter" | "footie_fanatic" | "campaign_conqueror" | "diamond_hands" | "field_of_dreams" | "charlie_hustle" | "power_play" | "ice_king" | "marleau_master" | "the_admiral" | "the_kick_six" | "coin_toss" | "golden_jacket" | "pop_the_champagne" | "game_grower" | "fandon_donovan" | "soccer_stud" | "the_grateful_red" | "mad_march" | "the_logo" | "the_big_dipper" | "mid_table" | "fan_of_the_match" | "super_ai" | "dick_butkus" | "hit_the_heismann", {
|
|
2121
2121
|
id: string;
|
|
2122
2122
|
name: string;
|
|
2123
2123
|
description: string;
|
|
@@ -2283,7 +2283,7 @@ export declare const createUserSchema: import("zod").ZodObject<Omit<{
|
|
|
2283
2283
|
count: number;
|
|
2284
2284
|
}[] | undefined;
|
|
2285
2285
|
} | undefined;
|
|
2286
|
-
achievements?: Partial<Record<"speed_rater" | "take_this" | "front_runner" | "loyal_till_the_end" | "around_the_world" | "take_off" | "embrace_debate" | "fan_of_the_people" | "the_peoples_fan" | "take_titan" | "take_first" | "hall_of_takes" | "superfan" | "fan-tastic" | "marathon_fan" | "new_years_resolution" | "dog_days_of_summer" | "50_50_club" | "ball_knower" | "heating_up" | "full_court_press" | "grid_iron_guru" | "across_the_yard" | "pigskin_power" | "goal_getter" | "footie_fanatic" | "campaign_conqueror" | "diamond_hands" | "field_of_dreams" | "charlie_hustle" | "power_play" | "ice_king" | "marleau_master", {
|
|
2286
|
+
achievements?: Partial<Record<"speed_rater" | "take_this" | "front_runner" | "loyal_till_the_end" | "around_the_world" | "take_off" | "embrace_debate" | "fan_of_the_people" | "the_peoples_fan" | "take_titan" | "take_first" | "hall_of_takes" | "superfan" | "fan-tastic" | "marathon_fan" | "new_years_resolution" | "dog_days_of_summer" | "50_50_club" | "ball_knower" | "heating_up" | "full_court_press" | "grid_iron_guru" | "across_the_yard" | "pigskin_power" | "goal_getter" | "footie_fanatic" | "campaign_conqueror" | "diamond_hands" | "field_of_dreams" | "charlie_hustle" | "power_play" | "ice_king" | "marleau_master" | "the_admiral" | "the_kick_six" | "coin_toss" | "golden_jacket" | "pop_the_champagne" | "game_grower" | "fandon_donovan" | "soccer_stud" | "the_grateful_red" | "mad_march" | "the_logo" | "the_big_dipper" | "mid_table" | "fan_of_the_match" | "super_ai" | "dick_butkus" | "hit_the_heismann", {
|
|
2287
2287
|
id: string;
|
|
2288
2288
|
name: string;
|
|
2289
2289
|
description: string;
|
|
@@ -2939,7 +2939,7 @@ export declare const reducedUserSchema: import("zod").ZodObject<Pick<{
|
|
|
2939
2939
|
count: number;
|
|
2940
2940
|
}[] | undefined;
|
|
2941
2941
|
}>>;
|
|
2942
|
-
achievements: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodUnion<[import("zod").ZodLiteral<"speed_rater">, import("zod").ZodLiteral<"take_this">, import("zod").ZodLiteral<"front_runner">, import("zod").ZodLiteral<"loyal_till_the_end">, import("zod").ZodLiteral<"around_the_world">, import("zod").ZodLiteral<"take_off">, import("zod").ZodLiteral<"embrace_debate">, import("zod").ZodLiteral<"fan_of_the_people">, import("zod").ZodLiteral<"the_peoples_fan">, import("zod").ZodLiteral<"take_titan">, import("zod").ZodLiteral<"take_first">, import("zod").ZodLiteral<"hall_of_takes">, import("zod").ZodLiteral<"superfan">, import("zod").ZodLiteral<"fan-tastic">, import("zod").ZodLiteral<"marathon_fan">, import("zod").ZodLiteral<"new_years_resolution">, import("zod").ZodLiteral<"dog_days_of_summer">, import("zod").ZodLiteral<"50_50_club">, import("zod").ZodLiteral<"ball_knower">, import("zod").ZodLiteral<"heating_up">, import("zod").ZodLiteral<"full_court_press">, import("zod").ZodLiteral<"grid_iron_guru">, import("zod").ZodLiteral<"across_the_yard">, import("zod").ZodLiteral<"pigskin_power">, import("zod").ZodLiteral<"goal_getter">, import("zod").ZodLiteral<"footie_fanatic">, import("zod").ZodLiteral<"campaign_conqueror">, import("zod").ZodLiteral<"diamond_hands">, import("zod").ZodLiteral<"field_of_dreams">, import("zod").ZodLiteral<"charlie_hustle">, import("zod").ZodLiteral<"power_play">, import("zod").ZodLiteral<"ice_king">, import("zod").ZodLiteral<"marleau_master">]>, import("zod").ZodObject<{
|
|
2942
|
+
achievements: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodUnion<[import("zod").ZodLiteral<"speed_rater">, import("zod").ZodLiteral<"take_this">, import("zod").ZodLiteral<"front_runner">, import("zod").ZodLiteral<"loyal_till_the_end">, import("zod").ZodLiteral<"around_the_world">, import("zod").ZodLiteral<"take_off">, import("zod").ZodLiteral<"embrace_debate">, import("zod").ZodLiteral<"fan_of_the_people">, import("zod").ZodLiteral<"the_peoples_fan">, import("zod").ZodLiteral<"take_titan">, import("zod").ZodLiteral<"take_first">, import("zod").ZodLiteral<"hall_of_takes">, import("zod").ZodLiteral<"superfan">, import("zod").ZodLiteral<"fan-tastic">, import("zod").ZodLiteral<"marathon_fan">, import("zod").ZodLiteral<"new_years_resolution">, import("zod").ZodLiteral<"dog_days_of_summer">, import("zod").ZodLiteral<"50_50_club">, import("zod").ZodLiteral<"ball_knower">, import("zod").ZodLiteral<"heating_up">, import("zod").ZodLiteral<"full_court_press">, import("zod").ZodLiteral<"grid_iron_guru">, import("zod").ZodLiteral<"across_the_yard">, import("zod").ZodLiteral<"pigskin_power">, import("zod").ZodLiteral<"goal_getter">, import("zod").ZodLiteral<"footie_fanatic">, import("zod").ZodLiteral<"campaign_conqueror">, import("zod").ZodLiteral<"diamond_hands">, import("zod").ZodLiteral<"field_of_dreams">, import("zod").ZodLiteral<"charlie_hustle">, import("zod").ZodLiteral<"power_play">, import("zod").ZodLiteral<"ice_king">, import("zod").ZodLiteral<"marleau_master">, import("zod").ZodLiteral<"the_admiral">, import("zod").ZodLiteral<"the_kick_six">, import("zod").ZodLiteral<"coin_toss">, import("zod").ZodLiteral<"golden_jacket">, import("zod").ZodLiteral<"pop_the_champagne">, import("zod").ZodLiteral<"game_grower">, import("zod").ZodLiteral<"fandon_donovan">, import("zod").ZodLiteral<"soccer_stud">, import("zod").ZodLiteral<"the_grateful_red">, import("zod").ZodLiteral<"mad_march">, import("zod").ZodLiteral<"the_logo">, import("zod").ZodLiteral<"the_big_dipper">, import("zod").ZodLiteral<"mid_table">, import("zod").ZodLiteral<"fan_of_the_match">, import("zod").ZodLiteral<"super_ai">, import("zod").ZodLiteral<"dick_butkus">, import("zod").ZodLiteral<"hit_the_heismann">]>, import("zod").ZodObject<{
|
|
2943
2943
|
id: import("zod").ZodString;
|
|
2944
2944
|
name: import("zod").ZodString;
|
|
2945
2945
|
description: import("zod").ZodString;
|
package/dist/schemas/user.js
CHANGED
|
@@ -47,6 +47,24 @@ exports.achievementId = (0, zod_1.union)([
|
|
|
47
47
|
(0, zod_1.literal)("power_play"),
|
|
48
48
|
(0, zod_1.literal)("ice_king"),
|
|
49
49
|
(0, zod_1.literal)("marleau_master"),
|
|
50
|
+
(0, zod_1.literal)("the_admiral"),
|
|
51
|
+
(0, zod_1.literal)("the_kick_six"),
|
|
52
|
+
(0, zod_1.literal)("coin_toss"),
|
|
53
|
+
(0, zod_1.literal)("golden_jacket"),
|
|
54
|
+
(0, zod_1.literal)("pop_the_champagne"),
|
|
55
|
+
(0, zod_1.literal)("game_grower"),
|
|
56
|
+
(0, zod_1.literal)("fandon_donovan"),
|
|
57
|
+
(0, zod_1.literal)("soccer_stud"),
|
|
58
|
+
// literal("the_big_o"),
|
|
59
|
+
(0, zod_1.literal)("the_grateful_red"),
|
|
60
|
+
(0, zod_1.literal)("mad_march"),
|
|
61
|
+
(0, zod_1.literal)("the_logo"),
|
|
62
|
+
(0, zod_1.literal)("the_big_dipper"),
|
|
63
|
+
(0, zod_1.literal)("mid_table"),
|
|
64
|
+
(0, zod_1.literal)("fan_of_the_match"),
|
|
65
|
+
(0, zod_1.literal)("super_ai"),
|
|
66
|
+
(0, zod_1.literal)("dick_butkus"),
|
|
67
|
+
(0, zod_1.literal)("hit_the_heismann"),
|
|
50
68
|
]);
|
|
51
69
|
exports.achievementSchema = (0, zod_1.object)({
|
|
52
70
|
id: (0, zod_1.string)(),
|