UNPKG

@sports-sdk/rotowire

Version:

A package for interacting with the RotoWire API

378 lines (376 loc) 262 kB
import { League, SportsSdkClient } from '@sports-sdk/core'; import { z } from 'zod'; declare const MLBNewsResponseSchema: z.ZodObject<z.objectUtil.extendShape<{ Date: z.ZodString; Updates: z.ZodArray<z.ZodObject<{ Id: z.ZodNumber; DateTime: z.ZodString; Headline: z.ZodString; Notes: z.ZodString; Analysis: z.ZodString; }, "strip", z.ZodTypeAny, { Id: number; DateTime: string; Headline: string; Notes: string; Analysis: string; }, { Id: number; DateTime: string; Headline: string; Notes: string; Analysis: string; }>, "many">; }, { Updates: z.ZodArray<z.ZodObject<z.objectUtil.extendShape<{ Id: z.ZodNumber; DateTime: z.ZodString; Headline: z.ZodString; Notes: z.ZodString; Analysis: z.ZodString; }, { Priority: z.ZodUnion<[z.ZodLiteral<"1">, z.ZodLiteral<"2">, z.ZodLiteral<"3">, z.ZodLiteral<"4">, z.ZodLiteral<"5">]>; IsTransaction: z.ZodBoolean; Player: z.ZodObject<{ Id: z.ZodNumber; FirstName: z.ZodString; LastName: z.ZodString; Position: z.ZodUnion<[z.ZodLiteral<"C">, z.ZodLiteral<"1B">, z.ZodLiteral<"2B">, z.ZodLiteral<"SS">, z.ZodLiteral<"3B">, z.ZodLiteral<"OF">, z.ZodLiteral<"DH">, z.ZodLiteral<"P">]>; LeagueLevel: z.ZodUnion<[z.ZodLiteral<"Majors">, z.ZodLiteral<"AAA">, z.ZodLiteral<"AA">, z.ZodLiteral<"A+">, z.ZodLiteral<"A">, z.ZodLiteral<"Rookie">, z.ZodLiteral<"NRI">, z.ZodLiteral<"Foreign">, z.ZodLiteral<"Free Agent">]>; Link: z.ZodString; Injury: z.ZodObject<{ Status: z.ZodUnion<[z.ZodLiteral<"Day-To-Day">, z.ZodLiteral<"Out">, z.ZodLiteral<"7-Day IL">, z.ZodLiteral<"10-Day IL">, z.ZodLiteral<"15-Day IL">, z.ZodLiteral<"60-Day IL">, z.ZodLiteral<"Suspension">, z.ZodLiteral<"Paternity">, z.ZodLiteral<"Bereavement">, z.ZodLiteral<"COVID-19">]>; Type: z.ZodUnion<[z.ZodLiteral<"Abdomen">, z.ZodLiteral<"Abrasion">, z.ZodLiteral<"Academics">, z.ZodLiteral<"Achilles">, z.ZodLiteral<"Ankle">, z.ZodLiteral<"Arm">, z.ZodLiteral<"Back">, z.ZodLiteral<"Biceps">, z.ZodLiteral<"Bruise">, z.ZodLiteral<"Calf">, z.ZodLiteral<"Coach's Decision">, z.ZodLiteral<"Chest">, z.ZodLiteral<"Collarbone">, z.ZodLiteral<"Concussion">, z.ZodLiteral<"Contract Dispute">, z.ZodLiteral<"Ear">, z.ZodLiteral<"Elbow">, z.ZodLiteral<"Eye">, z.ZodLiteral<"Face">, z.ZodLiteral<"Finger">, z.ZodLiteral<"Foot">, z.ZodLiteral<"Forearm">, z.ZodLiteral<"Forehead">, z.ZodLiteral<"Fracture">, z.ZodLiteral<"Groin">, z.ZodLiteral<"Hamstring">, z.ZodLiteral<"Hand">, z.ZodLiteral<"Head">, z.ZodLiteral<"Heel">, z.ZodLiteral<"Hip">, z.ZodLiteral<"Illness">, z.ZodLiteral<"Infection">, z.ZodLiteral<"Impaired Vision">, z.ZodLiteral<"Jaw">, z.ZodLiteral<"Knee">, z.ZodLiteral<"Kneecap">, z.ZodLiteral<"Laceration">, z.ZodLiteral<"Leg">, z.ZodLiteral<"Lips">, z.ZodLiteral<"Lower Body">, z.ZodLiteral<"Lower Leg">, z.ZodLiteral<"Mouth">, z.ZodLiteral<"Neck">, z.ZodLiteral<"Nose">, z.ZodLiteral<"Not Injury Related">, z.ZodLiteral<"Oblique">, z.ZodLiteral<"Pectoral">, z.ZodLiteral<"Pelvis">, z.ZodLiteral<"Personal">, z.ZodLiteral<"Pinched Nerve">, z.ZodLiteral<"Quadriceps">, z.ZodLiteral<"Rest">, z.ZodLiteral<"Ribs">, z.ZodLiteral<"Shoulder">, z.ZodLiteral<"Side">, z.ZodLiteral<"Skull">, z.ZodLiteral<"Spasms">, z.ZodLiteral<"Sprain">, z.ZodLiteral<"Stinger">, z.ZodLiteral<"Strain">, z.ZodLiteral<"Suspension">, z.ZodLiteral<"Tear">, z.ZodLiteral<"Teeth">, z.ZodLiteral<"Thigh">, z.ZodLiteral<"Thumb">, z.ZodLiteral<"Temple">, z.ZodLiteral<"Toe">, z.ZodLiteral<"Triceps">, z.ZodLiteral<"Undisclosed">, z.ZodLiteral<"Upper Body">, z.ZodLiteral<"Upper Leg">, z.ZodLiteral<"Wrist">, z.ZodLiteral<"Opt Out">]>; ReturnDate: z.ZodString; Detail: z.ZodUnion<[z.ZodLiteral<"Not Specified">, z.ZodLiteral<"Abrasion">, z.ZodLiteral<"Bone Spur">, z.ZodLiteral<"Bruise">, z.ZodLiteral<"Concussion">, z.ZodLiteral<"Cramps">, z.ZodLiteral<"Dislocated">, z.ZodLiteral<"Fracture">, z.ZodLiteral<"Impaired Vision">, z.ZodLiteral<"Infection">, z.ZodLiteral<"Inflammation">, z.ZodLiteral<"Jammed">, z.ZodLiteral<"Laceration">, z.ZodLiteral<"Mild">, z.ZodLiteral<"Moderate">, z.ZodLiteral<"Pinched Nerve">, z.ZodLiteral<"Plantar Fasciitis">, z.ZodLiteral<"Ruptured">, z.ZodLiteral<"Severe">, z.ZodLiteral<"Soreness">, z.ZodLiteral<"Spasms">, z.ZodLiteral<"Sprain">, z.ZodLiteral<"Stinger">, z.ZodLiteral<"Strain">, z.ZodLiteral<"Surgery">, z.ZodLiteral<"Tendinitis">]>; Side: z.ZodUnion<[z.ZodLiteral<"Not Specified">, z.ZodLiteral<"Left">, z.ZodLiteral<"Right">]>; }, "strip", z.ZodTypeAny, { Side: "Not Specified" | "Left" | "Right"; Status: "Day-To-Day" | "Out" | "7-Day IL" | "10-Day IL" | "15-Day IL" | "60-Day IL" | "Suspension" | "Paternity" | "Bereavement" | "COVID-19"; Type: "Suspension" | "Abdomen" | "Abrasion" | "Academics" | "Achilles" | "Ankle" | "Arm" | "Back" | "Biceps" | "Bruise" | "Calf" | "Coach's Decision" | "Chest" | "Collarbone" | "Concussion" | "Contract Dispute" | "Ear" | "Elbow" | "Eye" | "Face" | "Finger" | "Foot" | "Forearm" | "Forehead" | "Fracture" | "Groin" | "Hamstring" | "Hand" | "Head" | "Heel" | "Hip" | "Illness" | "Infection" | "Impaired Vision" | "Jaw" | "Knee" | "Kneecap" | "Laceration" | "Leg" | "Lips" | "Lower Body" | "Lower Leg" | "Mouth" | "Neck" | "Nose" | "Not Injury Related" | "Oblique" | "Pectoral" | "Pelvis" | "Personal" | "Pinched Nerve" | "Quadriceps" | "Rest" | "Ribs" | "Shoulder" | "Side" | "Skull" | "Spasms" | "Sprain" | "Stinger" | "Strain" | "Tear" | "Teeth" | "Thigh" | "Thumb" | "Temple" | "Toe" | "Triceps" | "Undisclosed" | "Upper Body" | "Upper Leg" | "Wrist" | "Opt Out"; ReturnDate: string; Detail: "Not Specified" | "Abrasion" | "Bruise" | "Concussion" | "Fracture" | "Infection" | "Impaired Vision" | "Laceration" | "Pinched Nerve" | "Spasms" | "Sprain" | "Stinger" | "Strain" | "Bone Spur" | "Cramps" | "Dislocated" | "Inflammation" | "Jammed" | "Mild" | "Moderate" | "Plantar Fasciitis" | "Ruptured" | "Severe" | "Soreness" | "Surgery" | "Tendinitis"; }, { Side: "Not Specified" | "Left" | "Right"; Status: "Day-To-Day" | "Out" | "7-Day IL" | "10-Day IL" | "15-Day IL" | "60-Day IL" | "Suspension" | "Paternity" | "Bereavement" | "COVID-19"; Type: "Suspension" | "Abdomen" | "Abrasion" | "Academics" | "Achilles" | "Ankle" | "Arm" | "Back" | "Biceps" | "Bruise" | "Calf" | "Coach's Decision" | "Chest" | "Collarbone" | "Concussion" | "Contract Dispute" | "Ear" | "Elbow" | "Eye" | "Face" | "Finger" | "Foot" | "Forearm" | "Forehead" | "Fracture" | "Groin" | "Hamstring" | "Hand" | "Head" | "Heel" | "Hip" | "Illness" | "Infection" | "Impaired Vision" | "Jaw" | "Knee" | "Kneecap" | "Laceration" | "Leg" | "Lips" | "Lower Body" | "Lower Leg" | "Mouth" | "Neck" | "Nose" | "Not Injury Related" | "Oblique" | "Pectoral" | "Pelvis" | "Personal" | "Pinched Nerve" | "Quadriceps" | "Rest" | "Ribs" | "Shoulder" | "Side" | "Skull" | "Spasms" | "Sprain" | "Stinger" | "Strain" | "Tear" | "Teeth" | "Thigh" | "Thumb" | "Temple" | "Toe" | "Triceps" | "Undisclosed" | "Upper Body" | "Upper Leg" | "Wrist" | "Opt Out"; ReturnDate: string; Detail: "Not Specified" | "Abrasion" | "Bruise" | "Concussion" | "Fracture" | "Infection" | "Impaired Vision" | "Laceration" | "Pinched Nerve" | "Spasms" | "Sprain" | "Stinger" | "Strain" | "Bone Spur" | "Cramps" | "Dislocated" | "Inflammation" | "Jammed" | "Mild" | "Moderate" | "Plantar Fasciitis" | "Ruptured" | "Severe" | "Soreness" | "Surgery" | "Tendinitis"; }>; }, "strip", z.ZodTypeAny, { Id: number; FirstName: string; LastName: string; Position: "C" | "1B" | "2B" | "SS" | "3B" | "OF" | "DH" | "P"; LeagueLevel: "Majors" | "AAA" | "AA" | "A+" | "A" | "Rookie" | "NRI" | "Foreign" | "Free Agent"; Link: string; Injury: { Side: "Not Specified" | "Left" | "Right"; Status: "Day-To-Day" | "Out" | "7-Day IL" | "10-Day IL" | "15-Day IL" | "60-Day IL" | "Suspension" | "Paternity" | "Bereavement" | "COVID-19"; Type: "Suspension" | "Abdomen" | "Abrasion" | "Academics" | "Achilles" | "Ankle" | "Arm" | "Back" | "Biceps" | "Bruise" | "Calf" | "Coach's Decision" | "Chest" | "Collarbone" | "Concussion" | "Contract Dispute" | "Ear" | "Elbow" | "Eye" | "Face" | "Finger" | "Foot" | "Forearm" | "Forehead" | "Fracture" | "Groin" | "Hamstring" | "Hand" | "Head" | "Heel" | "Hip" | "Illness" | "Infection" | "Impaired Vision" | "Jaw" | "Knee" | "Kneecap" | "Laceration" | "Leg" | "Lips" | "Lower Body" | "Lower Leg" | "Mouth" | "Neck" | "Nose" | "Not Injury Related" | "Oblique" | "Pectoral" | "Pelvis" | "Personal" | "Pinched Nerve" | "Quadriceps" | "Rest" | "Ribs" | "Shoulder" | "Side" | "Skull" | "Spasms" | "Sprain" | "Stinger" | "Strain" | "Tear" | "Teeth" | "Thigh" | "Thumb" | "Temple" | "Toe" | "Triceps" | "Undisclosed" | "Upper Body" | "Upper Leg" | "Wrist" | "Opt Out"; ReturnDate: string; Detail: "Not Specified" | "Abrasion" | "Bruise" | "Concussion" | "Fracture" | "Infection" | "Impaired Vision" | "Laceration" | "Pinched Nerve" | "Spasms" | "Sprain" | "Stinger" | "Strain" | "Bone Spur" | "Cramps" | "Dislocated" | "Inflammation" | "Jammed" | "Mild" | "Moderate" | "Plantar Fasciitis" | "Ruptured" | "Severe" | "Soreness" | "Surgery" | "Tendinitis"; }; }, { Id: number; FirstName: string; LastName: string; Position: "C" | "1B" | "2B" | "SS" | "3B" | "OF" | "DH" | "P"; LeagueLevel: "Majors" | "AAA" | "AA" | "A+" | "A" | "Rookie" | "NRI" | "Foreign" | "Free Agent"; Link: string; Injury: { Side: "Not Specified" | "Left" | "Right"; Status: "Day-To-Day" | "Out" | "7-Day IL" | "10-Day IL" | "15-Day IL" | "60-Day IL" | "Suspension" | "Paternity" | "Bereavement" | "COVID-19"; Type: "Suspension" | "Abdomen" | "Abrasion" | "Academics" | "Achilles" | "Ankle" | "Arm" | "Back" | "Biceps" | "Bruise" | "Calf" | "Coach's Decision" | "Chest" | "Collarbone" | "Concussion" | "Contract Dispute" | "Ear" | "Elbow" | "Eye" | "Face" | "Finger" | "Foot" | "Forearm" | "Forehead" | "Fracture" | "Groin" | "Hamstring" | "Hand" | "Head" | "Heel" | "Hip" | "Illness" | "Infection" | "Impaired Vision" | "Jaw" | "Knee" | "Kneecap" | "Laceration" | "Leg" | "Lips" | "Lower Body" | "Lower Leg" | "Mouth" | "Neck" | "Nose" | "Not Injury Related" | "Oblique" | "Pectoral" | "Pelvis" | "Personal" | "Pinched Nerve" | "Quadriceps" | "Rest" | "Ribs" | "Shoulder" | "Side" | "Skull" | "Spasms" | "Sprain" | "Stinger" | "Strain" | "Tear" | "Teeth" | "Thigh" | "Thumb" | "Temple" | "Toe" | "Triceps" | "Undisclosed" | "Upper Body" | "Upper Leg" | "Wrist" | "Opt Out"; ReturnDate: string; Detail: "Not Specified" | "Abrasion" | "Bruise" | "Concussion" | "Fracture" | "Infection" | "Impaired Vision" | "Laceration" | "Pinched Nerve" | "Spasms" | "Sprain" | "Stinger" | "Strain" | "Bone Spur" | "Cramps" | "Dislocated" | "Inflammation" | "Jammed" | "Mild" | "Moderate" | "Plantar Fasciitis" | "Ruptured" | "Severe" | "Soreness" | "Surgery" | "Tendinitis"; }; }>; Team: z.ZodObject<{ Id: z.ZodNumber; Code: z.ZodUnion<[z.ZodLiteral<"ANA">, z.ZodLiteral<"ATL">, z.ZodLiteral<"AZ">, z.ZodLiteral<"BAL">, z.ZodLiteral<"BOS">, z.ZodLiteral<"CHI-N">, z.ZodLiteral<"CHI-A">, z.ZodLiteral<"CIN">, z.ZodLiteral<"CLE">, z.ZodLiteral<"COL">, z.ZodLiteral<"DET">, z.ZodLiteral<"HOU">, z.ZodLiteral<"KC">, z.ZodLiteral<"LA">, z.ZodLiteral<"MIA">, z.ZodLiteral<"MIL">, z.ZodLiteral<"MIN">, z.ZodLiteral<"NY-A">, z.ZodLiteral<"NY-N">, z.ZodLiteral<"OAK">, z.ZodLiteral<"PHI">, z.ZodLiteral<"PIT">, z.ZodLiteral<"SD">, z.ZodLiteral<"SF">, z.ZodLiteral<"SEA">, z.ZodLiteral<"STL">, z.ZodLiteral<"TB">, z.ZodLiteral<"TEX">, z.ZodLiteral<"TOR">, z.ZodLiteral<"WSH">]>; Name: z.ZodUnion<[z.ZodLiteral<"Arizona Diamondbacks">, z.ZodLiteral<"Atlanta Braves">, z.ZodLiteral<"Baltimore Orioles">, z.ZodLiteral<"Boston Red Sox">, z.ZodLiteral<"Chicago White Sox">, z.ZodLiteral<"Chicago Cubs">, z.ZodLiteral<"Cincinnati Reds">, z.ZodLiteral<"Cleveland Indians">, z.ZodLiteral<"Colorado Rockies">, z.ZodLiteral<"Detroit Tigers">, z.ZodLiteral<"Houston Astros">, z.ZodLiteral<"Kansas City Royals">, z.ZodLiteral<"Los Angeles Angels">, z.ZodLiteral<"Los Angeles Dodgers">, z.ZodLiteral<"Miami Marlins">, z.ZodLiteral<"Milwaukee Brewers">, z.ZodLiteral<"Minnesota Twins">, z.ZodLiteral<"New York Yankees">, z.ZodLiteral<"New York Mets">, z.ZodLiteral<"Oakland Athletics">, z.ZodLiteral<"Philadelphia Phillies">, z.ZodLiteral<"Pittsburgh Pirates">, z.ZodLiteral<"San Diego Padres">, z.ZodLiteral<"San Francisco Giants">, z.ZodLiteral<"Seattle Mariners">, z.ZodLiteral<"St. Louis Cardinals">, z.ZodLiteral<"Tampa Bay Rays">, z.ZodLiteral<"Texas Rangers">, z.ZodLiteral<"Toronto Blue Jays">, z.ZodLiteral<"Washington Nationals">]>; Nickname: z.ZodUnion<[z.ZodLiteral<"Diamondbacks">, z.ZodLiteral<"Braves">, z.ZodLiteral<"Orioles">, z.ZodLiteral<"Red Sox">, z.ZodLiteral<"White Sox">, z.ZodLiteral<"Cubs">, z.ZodLiteral<"Reds">, z.ZodLiteral<"Indians">, z.ZodLiteral<"Rockies">, z.ZodLiteral<"Tigers">, z.ZodLiteral<"Astros">, z.ZodLiteral<"Royals">, z.ZodLiteral<"Angels">, z.ZodLiteral<"Dodgers">, z.ZodLiteral<"Marlins">, z.ZodLiteral<"Brewers">, z.ZodLiteral<"Twins">, z.ZodLiteral<"Yankees">, z.ZodLiteral<"Mets">, z.ZodLiteral<"Athletics">, z.ZodLiteral<"Phillies">, z.ZodLiteral<"Pirates">, z.ZodLiteral<"Padres">, z.ZodLiteral<"Giants">, z.ZodLiteral<"Mariners">, z.ZodLiteral<"Cardinals">, z.ZodLiteral<"Rays">, z.ZodLiteral<"Rangers">, z.ZodLiteral<"Blue Jays">, z.ZodLiteral<"Nationals">]>; }, "strip", z.ZodTypeAny, { Id: number; Code: "ANA" | "ATL" | "AZ" | "BAL" | "BOS" | "CHI-N" | "CHI-A" | "CIN" | "CLE" | "COL" | "DET" | "HOU" | "KC" | "LA" | "MIA" | "MIL" | "MIN" | "NY-A" | "NY-N" | "OAK" | "PHI" | "PIT" | "SD" | "SF" | "SEA" | "STL" | "TB" | "TEX" | "TOR" | "WSH"; Name: "Arizona Diamondbacks" | "Atlanta Braves" | "Baltimore Orioles" | "Boston Red Sox" | "Chicago White Sox" | "Chicago Cubs" | "Cincinnati Reds" | "Cleveland Indians" | "Colorado Rockies" | "Detroit Tigers" | "Houston Astros" | "Kansas City Royals" | "Los Angeles Angels" | "Los Angeles Dodgers" | "Miami Marlins" | "Milwaukee Brewers" | "Minnesota Twins" | "New York Yankees" | "New York Mets" | "Oakland Athletics" | "Philadelphia Phillies" | "Pittsburgh Pirates" | "San Diego Padres" | "San Francisco Giants" | "Seattle Mariners" | "St. Louis Cardinals" | "Tampa Bay Rays" | "Texas Rangers" | "Toronto Blue Jays" | "Washington Nationals"; Nickname: "Diamondbacks" | "Braves" | "Orioles" | "Red Sox" | "White Sox" | "Cubs" | "Reds" | "Indians" | "Rockies" | "Tigers" | "Astros" | "Royals" | "Angels" | "Dodgers" | "Marlins" | "Brewers" | "Twins" | "Yankees" | "Mets" | "Athletics" | "Phillies" | "Pirates" | "Padres" | "Giants" | "Mariners" | "Cardinals" | "Rays" | "Rangers" | "Blue Jays" | "Nationals"; }, { Id: number; Code: "ANA" | "ATL" | "AZ" | "BAL" | "BOS" | "CHI-N" | "CHI-A" | "CIN" | "CLE" | "COL" | "DET" | "HOU" | "KC" | "LA" | "MIA" | "MIL" | "MIN" | "NY-A" | "NY-N" | "OAK" | "PHI" | "PIT" | "SD" | "SF" | "SEA" | "STL" | "TB" | "TEX" | "TOR" | "WSH"; Name: "Arizona Diamondbacks" | "Atlanta Braves" | "Baltimore Orioles" | "Boston Red Sox" | "Chicago White Sox" | "Chicago Cubs" | "Cincinnati Reds" | "Cleveland Indians" | "Colorado Rockies" | "Detroit Tigers" | "Houston Astros" | "Kansas City Royals" | "Los Angeles Angels" | "Los Angeles Dodgers" | "Miami Marlins" | "Milwaukee Brewers" | "Minnesota Twins" | "New York Yankees" | "New York Mets" | "Oakland Athletics" | "Philadelphia Phillies" | "Pittsburgh Pirates" | "San Diego Padres" | "San Francisco Giants" | "Seattle Mariners" | "St. Louis Cardinals" | "Tampa Bay Rays" | "Texas Rangers" | "Toronto Blue Jays" | "Washington Nationals"; Nickname: "Diamondbacks" | "Braves" | "Orioles" | "Red Sox" | "White Sox" | "Cubs" | "Reds" | "Indians" | "Rockies" | "Tigers" | "Astros" | "Royals" | "Angels" | "Dodgers" | "Marlins" | "Brewers" | "Twins" | "Yankees" | "Mets" | "Athletics" | "Phillies" | "Pirates" | "Padres" | "Giants" | "Mariners" | "Cardinals" | "Rays" | "Rangers" | "Blue Jays" | "Nationals"; }>; }>, "strip", z.ZodTypeAny, { Id: number; DateTime: string; Headline: string; Notes: string; Analysis: string; Priority: "1" | "2" | "3" | "4" | "5"; IsTransaction: boolean; Player: { Id: number; FirstName: string; LastName: string; Position: "C" | "1B" | "2B" | "SS" | "3B" | "OF" | "DH" | "P"; LeagueLevel: "Majors" | "AAA" | "AA" | "A+" | "A" | "Rookie" | "NRI" | "Foreign" | "Free Agent"; Link: string; Injury: { Side: "Not Specified" | "Left" | "Right"; Status: "Day-To-Day" | "Out" | "7-Day IL" | "10-Day IL" | "15-Day IL" | "60-Day IL" | "Suspension" | "Paternity" | "Bereavement" | "COVID-19"; Type: "Suspension" | "Abdomen" | "Abrasion" | "Academics" | "Achilles" | "Ankle" | "Arm" | "Back" | "Biceps" | "Bruise" | "Calf" | "Coach's Decision" | "Chest" | "Collarbone" | "Concussion" | "Contract Dispute" | "Ear" | "Elbow" | "Eye" | "Face" | "Finger" | "Foot" | "Forearm" | "Forehead" | "Fracture" | "Groin" | "Hamstring" | "Hand" | "Head" | "Heel" | "Hip" | "Illness" | "Infection" | "Impaired Vision" | "Jaw" | "Knee" | "Kneecap" | "Laceration" | "Leg" | "Lips" | "Lower Body" | "Lower Leg" | "Mouth" | "Neck" | "Nose" | "Not Injury Related" | "Oblique" | "Pectoral" | "Pelvis" | "Personal" | "Pinched Nerve" | "Quadriceps" | "Rest" | "Ribs" | "Shoulder" | "Side" | "Skull" | "Spasms" | "Sprain" | "Stinger" | "Strain" | "Tear" | "Teeth" | "Thigh" | "Thumb" | "Temple" | "Toe" | "Triceps" | "Undisclosed" | "Upper Body" | "Upper Leg" | "Wrist" | "Opt Out"; ReturnDate: string; Detail: "Not Specified" | "Abrasion" | "Bruise" | "Concussion" | "Fracture" | "Infection" | "Impaired Vision" | "Laceration" | "Pinched Nerve" | "Spasms" | "Sprain" | "Stinger" | "Strain" | "Bone Spur" | "Cramps" | "Dislocated" | "Inflammation" | "Jammed" | "Mild" | "Moderate" | "Plantar Fasciitis" | "Ruptured" | "Severe" | "Soreness" | "Surgery" | "Tendinitis"; }; }; Team: { Id: number; Code: "ANA" | "ATL" | "AZ" | "BAL" | "BOS" | "CHI-N" | "CHI-A" | "CIN" | "CLE" | "COL" | "DET" | "HOU" | "KC" | "LA" | "MIA" | "MIL" | "MIN" | "NY-A" | "NY-N" | "OAK" | "PHI" | "PIT" | "SD" | "SF" | "SEA" | "STL" | "TB" | "TEX" | "TOR" | "WSH"; Name: "Arizona Diamondbacks" | "Atlanta Braves" | "Baltimore Orioles" | "Boston Red Sox" | "Chicago White Sox" | "Chicago Cubs" | "Cincinnati Reds" | "Cleveland Indians" | "Colorado Rockies" | "Detroit Tigers" | "Houston Astros" | "Kansas City Royals" | "Los Angeles Angels" | "Los Angeles Dodgers" | "Miami Marlins" | "Milwaukee Brewers" | "Minnesota Twins" | "New York Yankees" | "New York Mets" | "Oakland Athletics" | "Philadelphia Phillies" | "Pittsburgh Pirates" | "San Diego Padres" | "San Francisco Giants" | "Seattle Mariners" | "St. Louis Cardinals" | "Tampa Bay Rays" | "Texas Rangers" | "Toronto Blue Jays" | "Washington Nationals"; Nickname: "Diamondbacks" | "Braves" | "Orioles" | "Red Sox" | "White Sox" | "Cubs" | "Reds" | "Indians" | "Rockies" | "Tigers" | "Astros" | "Royals" | "Angels" | "Dodgers" | "Marlins" | "Brewers" | "Twins" | "Yankees" | "Mets" | "Athletics" | "Phillies" | "Pirates" | "Padres" | "Giants" | "Mariners" | "Cardinals" | "Rays" | "Rangers" | "Blue Jays" | "Nationals"; }; }, { Id: number; DateTime: string; Headline: string; Notes: string; Analysis: string; Priority: "1" | "2" | "3" | "4" | "5"; IsTransaction: boolean; Player: { Id: number; FirstName: string; LastName: string; Position: "C" | "1B" | "2B" | "SS" | "3B" | "OF" | "DH" | "P"; LeagueLevel: "Majors" | "AAA" | "AA" | "A+" | "A" | "Rookie" | "NRI" | "Foreign" | "Free Agent"; Link: string; Injury: { Side: "Not Specified" | "Left" | "Right"; Status: "Day-To-Day" | "Out" | "7-Day IL" | "10-Day IL" | "15-Day IL" | "60-Day IL" | "Suspension" | "Paternity" | "Bereavement" | "COVID-19"; Type: "Suspension" | "Abdomen" | "Abrasion" | "Academics" | "Achilles" | "Ankle" | "Arm" | "Back" | "Biceps" | "Bruise" | "Calf" | "Coach's Decision" | "Chest" | "Collarbone" | "Concussion" | "Contract Dispute" | "Ear" | "Elbow" | "Eye" | "Face" | "Finger" | "Foot" | "Forearm" | "Forehead" | "Fracture" | "Groin" | "Hamstring" | "Hand" | "Head" | "Heel" | "Hip" | "Illness" | "Infection" | "Impaired Vision" | "Jaw" | "Knee" | "Kneecap" | "Laceration" | "Leg" | "Lips" | "Lower Body" | "Lower Leg" | "Mouth" | "Neck" | "Nose" | "Not Injury Related" | "Oblique" | "Pectoral" | "Pelvis" | "Personal" | "Pinched Nerve" | "Quadriceps" | "Rest" | "Ribs" | "Shoulder" | "Side" | "Skull" | "Spasms" | "Sprain" | "Stinger" | "Strain" | "Tear" | "Teeth" | "Thigh" | "Thumb" | "Temple" | "Toe" | "Triceps" | "Undisclosed" | "Upper Body" | "Upper Leg" | "Wrist" | "Opt Out"; ReturnDate: string; Detail: "Not Specified" | "Abrasion" | "Bruise" | "Concussion" | "Fracture" | "Infection" | "Impaired Vision" | "Laceration" | "Pinched Nerve" | "Spasms" | "Sprain" | "Stinger" | "Strain" | "Bone Spur" | "Cramps" | "Dislocated" | "Inflammation" | "Jammed" | "Mild" | "Moderate" | "Plantar Fasciitis" | "Ruptured" | "Severe" | "Soreness" | "Surgery" | "Tendinitis"; }; }; Team: { Id: number; Code: "ANA" | "ATL" | "AZ" | "BAL" | "BOS" | "CHI-N" | "CHI-A" | "CIN" | "CLE" | "COL" | "DET" | "HOU" | "KC" | "LA" | "MIA" | "MIL" | "MIN" | "NY-A" | "NY-N" | "OAK" | "PHI" | "PIT" | "SD" | "SF" | "SEA" | "STL" | "TB" | "TEX" | "TOR" | "WSH"; Name: "Arizona Diamondbacks" | "Atlanta Braves" | "Baltimore Orioles" | "Boston Red Sox" | "Chicago White Sox" | "Chicago Cubs" | "Cincinnati Reds" | "Cleveland Indians" | "Colorado Rockies" | "Detroit Tigers" | "Houston Astros" | "Kansas City Royals" | "Los Angeles Angels" | "Los Angeles Dodgers" | "Miami Marlins" | "Milwaukee Brewers" | "Minnesota Twins" | "New York Yankees" | "New York Mets" | "Oakland Athletics" | "Philadelphia Phillies" | "Pittsburgh Pirates" | "San Diego Padres" | "San Francisco Giants" | "Seattle Mariners" | "St. Louis Cardinals" | "Tampa Bay Rays" | "Texas Rangers" | "Toronto Blue Jays" | "Washington Nationals"; Nickname: "Diamondbacks" | "Braves" | "Orioles" | "Red Sox" | "White Sox" | "Cubs" | "Reds" | "Indians" | "Rockies" | "Tigers" | "Astros" | "Royals" | "Angels" | "Dodgers" | "Marlins" | "Brewers" | "Twins" | "Yankees" | "Mets" | "Athletics" | "Phillies" | "Pirates" | "Padres" | "Giants" | "Mariners" | "Cardinals" | "Rays" | "Rangers" | "Blue Jays" | "Nationals"; }; }>, "many">; }>, "strip", z.ZodTypeAny, { Date: string; Updates: { Id: number; DateTime: string; Headline: string; Notes: string; Analysis: string; Priority: "1" | "2" | "3" | "4" | "5"; IsTransaction: boolean; Player: { Id: number; FirstName: string; LastName: string; Position: "C" | "1B" | "2B" | "SS" | "3B" | "OF" | "DH" | "P"; LeagueLevel: "Majors" | "AAA" | "AA" | "A+" | "A" | "Rookie" | "NRI" | "Foreign" | "Free Agent"; Link: string; Injury: { Side: "Not Specified" | "Left" | "Right"; Status: "Day-To-Day" | "Out" | "7-Day IL" | "10-Day IL" | "15-Day IL" | "60-Day IL" | "Suspension" | "Paternity" | "Bereavement" | "COVID-19"; Type: "Suspension" | "Abdomen" | "Abrasion" | "Academics" | "Achilles" | "Ankle" | "Arm" | "Back" | "Biceps" | "Bruise" | "Calf" | "Coach's Decision" | "Chest" | "Collarbone" | "Concussion" | "Contract Dispute" | "Ear" | "Elbow" | "Eye" | "Face" | "Finger" | "Foot" | "Forearm" | "Forehead" | "Fracture" | "Groin" | "Hamstring" | "Hand" | "Head" | "Heel" | "Hip" | "Illness" | "Infection" | "Impaired Vision" | "Jaw" | "Knee" | "Kneecap" | "Laceration" | "Leg" | "Lips" | "Lower Body" | "Lower Leg" | "Mouth" | "Neck" | "Nose" | "Not Injury Related" | "Oblique" | "Pectoral" | "Pelvis" | "Personal" | "Pinched Nerve" | "Quadriceps" | "Rest" | "Ribs" | "Shoulder" | "Side" | "Skull" | "Spasms" | "Sprain" | "Stinger" | "Strain" | "Tear" | "Teeth" | "Thigh" | "Thumb" | "Temple" | "Toe" | "Triceps" | "Undisclosed" | "Upper Body" | "Upper Leg" | "Wrist" | "Opt Out"; ReturnDate: string; Detail: "Not Specified" | "Abrasion" | "Bruise" | "Concussion" | "Fracture" | "Infection" | "Impaired Vision" | "Laceration" | "Pinched Nerve" | "Spasms" | "Sprain" | "Stinger" | "Strain" | "Bone Spur" | "Cramps" | "Dislocated" | "Inflammation" | "Jammed" | "Mild" | "Moderate" | "Plantar Fasciitis" | "Ruptured" | "Severe" | "Soreness" | "Surgery" | "Tendinitis"; }; }; Team: { Id: number; Code: "ANA" | "ATL" | "AZ" | "BAL" | "BOS" | "CHI-N" | "CHI-A" | "CIN" | "CLE" | "COL" | "DET" | "HOU" | "KC" | "LA" | "MIA" | "MIL" | "MIN" | "NY-A" | "NY-N" | "OAK" | "PHI" | "PIT" | "SD" | "SF" | "SEA" | "STL" | "TB" | "TEX" | "TOR" | "WSH"; Name: "Arizona Diamondbacks" | "Atlanta Braves" | "Baltimore Orioles" | "Boston Red Sox" | "Chicago White Sox" | "Chicago Cubs" | "Cincinnati Reds" | "Cleveland Indians" | "Colorado Rockies" | "Detroit Tigers" | "Houston Astros" | "Kansas City Royals" | "Los Angeles Angels" | "Los Angeles Dodgers" | "Miami Marlins" | "Milwaukee Brewers" | "Minnesota Twins" | "New York Yankees" | "New York Mets" | "Oakland Athletics" | "Philadelphia Phillies" | "Pittsburgh Pirates" | "San Diego Padres" | "San Francisco Giants" | "Seattle Mariners" | "St. Louis Cardinals" | "Tampa Bay Rays" | "Texas Rangers" | "Toronto Blue Jays" | "Washington Nationals"; Nickname: "Diamondbacks" | "Braves" | "Orioles" | "Red Sox" | "White Sox" | "Cubs" | "Reds" | "Indians" | "Rockies" | "Tigers" | "Astros" | "Royals" | "Angels" | "Dodgers" | "Marlins" | "Brewers" | "Twins" | "Yankees" | "Mets" | "Athletics" | "Phillies" | "Pirates" | "Padres" | "Giants" | "Mariners" | "Cardinals" | "Rays" | "Rangers" | "Blue Jays" | "Nationals"; }; }[]; }, { Date: string; Updates: { Id: number; DateTime: string; Headline: string; Notes: string; Analysis: string; Priority: "1" | "2" | "3" | "4" | "5"; IsTransaction: boolean; Player: { Id: number; FirstName: string; LastName: string; Position: "C" | "1B" | "2B" | "SS" | "3B" | "OF" | "DH" | "P"; LeagueLevel: "Majors" | "AAA" | "AA" | "A+" | "A" | "Rookie" | "NRI" | "Foreign" | "Free Agent"; Link: string; Injury: { Side: "Not Specified" | "Left" | "Right"; Status: "Day-To-Day" | "Out" | "7-Day IL" | "10-Day IL" | "15-Day IL" | "60-Day IL" | "Suspension" | "Paternity" | "Bereavement" | "COVID-19"; Type: "Suspension" | "Abdomen" | "Abrasion" | "Academics" | "Achilles" | "Ankle" | "Arm" | "Back" | "Biceps" | "Bruise" | "Calf" | "Coach's Decision" | "Chest" | "Collarbone" | "Concussion" | "Contract Dispute" | "Ear" | "Elbow" | "Eye" | "Face" | "Finger" | "Foot" | "Forearm" | "Forehead" | "Fracture" | "Groin" | "Hamstring" | "Hand" | "Head" | "Heel" | "Hip" | "Illness" | "Infection" | "Impaired Vision" | "Jaw" | "Knee" | "Kneecap" | "Laceration" | "Leg" | "Lips" | "Lower Body" | "Lower Leg" | "Mouth" | "Neck" | "Nose" | "Not Injury Related" | "Oblique" | "Pectoral" | "Pelvis" | "Personal" | "Pinched Nerve" | "Quadriceps" | "Rest" | "Ribs" | "Shoulder" | "Side" | "Skull" | "Spasms" | "Sprain" | "Stinger" | "Strain" | "Tear" | "Teeth" | "Thigh" | "Thumb" | "Temple" | "Toe" | "Triceps" | "Undisclosed" | "Upper Body" | "Upper Leg" | "Wrist" | "Opt Out"; ReturnDate: string; Detail: "Not Specified" | "Abrasion" | "Bruise" | "Concussion" | "Fracture" | "Infection" | "Impaired Vision" | "Laceration" | "Pinched Nerve" | "Spasms" | "Sprain" | "Stinger" | "Strain" | "Bone Spur" | "Cramps" | "Dislocated" | "Inflammation" | "Jammed" | "Mild" | "Moderate" | "Plantar Fasciitis" | "Ruptured" | "Severe" | "Soreness" | "Surgery" | "Tendinitis"; }; }; Team: { Id: number; Code: "ANA" | "ATL" | "AZ" | "BAL" | "BOS" | "CHI-N" | "CHI-A" | "CIN" | "CLE" | "COL" | "DET" | "HOU" | "KC" | "LA" | "MIA" | "MIL" | "MIN" | "NY-A" | "NY-N" | "OAK" | "PHI" | "PIT" | "SD" | "SF" | "SEA" | "STL" | "TB" | "TEX" | "TOR" | "WSH"; Name: "Arizona Diamondbacks" | "Atlanta Braves" | "Baltimore Orioles" | "Boston Red Sox" | "Chicago White Sox" | "Chicago Cubs" | "Cincinnati Reds" | "Cleveland Indians" | "Colorado Rockies" | "Detroit Tigers" | "Houston Astros" | "Kansas City Royals" | "Los Angeles Angels" | "Los Angeles Dodgers" | "Miami Marlins" | "Milwaukee Brewers" | "Minnesota Twins" | "New York Yankees" | "New York Mets" | "Oakland Athletics" | "Philadelphia Phillies" | "Pittsburgh Pirates" | "San Diego Padres" | "San Francisco Giants" | "Seattle Mariners" | "St. Louis Cardinals" | "Tampa Bay Rays" | "Texas Rangers" | "Toronto Blue Jays" | "Washington Nationals"; Nickname: "Diamondbacks" | "Braves" | "Orioles" | "Red Sox" | "White Sox" | "Cubs" | "Reds" | "Indians" | "Rockies" | "Tigers" | "Astros" | "Royals" | "Angels" | "Dodgers" | "Marlins" | "Brewers" | "Twins" | "Yankees" | "Mets" | "Athletics" | "Phillies" | "Pirates" | "Padres" | "Giants" | "Mariners" | "Cardinals" | "Rays" | "Rangers" | "Blue Jays" | "Nationals"; }; }[]; }>; type MLBNewsResponse = z.infer<typeof MLBNewsResponseSchema>; declare const MLBInjuriesResponseSchema: z.ZodObject<{ Players: z.ZodArray<z.ZodObject<z.objectUtil.extendShape<Omit<{ Id: z.ZodNumber; FirstName: z.ZodString; LastName: z.ZodString; Position: z.ZodUnion<[z.ZodLiteral<"C">, z.ZodLiteral<"1B">, z.ZodLiteral<"2B">, z.ZodLiteral<"SS">, z.ZodLiteral<"3B">, z.ZodLiteral<"OF">, z.ZodLiteral<"DH">, z.ZodLiteral<"P">]>; LeagueLevel: z.ZodUnion<[z.ZodLiteral<"Majors">, z.ZodLiteral<"AAA">, z.ZodLiteral<"AA">, z.ZodLiteral<"A+">, z.ZodLiteral<"A">, z.ZodLiteral<"Rookie">, z.ZodLiteral<"NRI">, z.ZodLiteral<"Foreign">, z.ZodLiteral<"Free Agent">]>; Link: z.ZodString; Injury: z.ZodObject<{ Status: z.ZodUnion<[z.ZodLiteral<"Day-To-Day">, z.ZodLiteral<"Out">, z.ZodLiteral<"7-Day IL">, z.ZodLiteral<"10-Day IL">, z.ZodLiteral<"15-Day IL">, z.ZodLiteral<"60-Day IL">, z.ZodLiteral<"Suspension">, z.ZodLiteral<"Paternity">, z.ZodLiteral<"Bereavement">, z.ZodLiteral<"COVID-19">]>; Type: z.ZodUnion<[z.ZodLiteral<"Abdomen">, z.ZodLiteral<"Abrasion">, z.ZodLiteral<"Academics">, z.ZodLiteral<"Achilles">, z.ZodLiteral<"Ankle">, z.ZodLiteral<"Arm">, z.ZodLiteral<"Back">, z.ZodLiteral<"Biceps">, z.ZodLiteral<"Bruise">, z.ZodLiteral<"Calf">, z.ZodLiteral<"Coach's Decision">, z.ZodLiteral<"Chest">, z.ZodLiteral<"Collarbone">, z.ZodLiteral<"Concussion">, z.ZodLiteral<"Contract Dispute">, z.ZodLiteral<"Ear">, z.ZodLiteral<"Elbow">, z.ZodLiteral<"Eye">, z.ZodLiteral<"Face">, z.ZodLiteral<"Finger">, z.ZodLiteral<"Foot">, z.ZodLiteral<"Forearm">, z.ZodLiteral<"Forehead">, z.ZodLiteral<"Fracture">, z.ZodLiteral<"Groin">, z.ZodLiteral<"Hamstring">, z.ZodLiteral<"Hand">, z.ZodLiteral<"Head">, z.ZodLiteral<"Heel">, z.ZodLiteral<"Hip">, z.ZodLiteral<"Illness">, z.ZodLiteral<"Infection">, z.ZodLiteral<"Impaired Vision">, z.ZodLiteral<"Jaw">, z.ZodLiteral<"Knee">, z.ZodLiteral<"Kneecap">, z.ZodLiteral<"Laceration">, z.ZodLiteral<"Leg">, z.ZodLiteral<"Lips">, z.ZodLiteral<"Lower Body">, z.ZodLiteral<"Lower Leg">, z.ZodLiteral<"Mouth">, z.ZodLiteral<"Neck">, z.ZodLiteral<"Nose">, z.ZodLiteral<"Not Injury Related">, z.ZodLiteral<"Oblique">, z.ZodLiteral<"Pectoral">, z.ZodLiteral<"Pelvis">, z.ZodLiteral<"Personal">, z.ZodLiteral<"Pinched Nerve">, z.ZodLiteral<"Quadriceps">, z.ZodLiteral<"Rest">, z.ZodLiteral<"Ribs">, z.ZodLiteral<"Shoulder">, z.ZodLiteral<"Side">, z.ZodLiteral<"Skull">, z.ZodLiteral<"Spasms">, z.ZodLiteral<"Sprain">, z.ZodLiteral<"Stinger">, z.ZodLiteral<"Strain">, z.ZodLiteral<"Suspension">, z.ZodLiteral<"Tear">, z.ZodLiteral<"Teeth">, z.ZodLiteral<"Thigh">, z.ZodLiteral<"Thumb">, z.ZodLiteral<"Temple">, z.ZodLiteral<"Toe">, z.ZodLiteral<"Triceps">, z.ZodLiteral<"Undisclosed">, z.ZodLiteral<"Upper Body">, z.ZodLiteral<"Upper Leg">, z.ZodLiteral<"Wrist">, z.ZodLiteral<"Opt Out">]>; ReturnDate: z.ZodString; Detail: z.ZodUnion<[z.ZodLiteral<"Not Specified">, z.ZodLiteral<"Abrasion">, z.ZodLiteral<"Bone Spur">, z.ZodLiteral<"Bruise">, z.ZodLiteral<"Concussion">, z.ZodLiteral<"Cramps">, z.ZodLiteral<"Dislocated">, z.ZodLiteral<"Fracture">, z.ZodLiteral<"Impaired Vision">, z.ZodLiteral<"Infection">, z.ZodLiteral<"Inflammation">, z.ZodLiteral<"Jammed">, z.ZodLiteral<"Laceration">, z.ZodLiteral<"Mild">, z.ZodLiteral<"Moderate">, z.ZodLiteral<"Pinched Nerve">, z.ZodLiteral<"Plantar Fasciitis">, z.ZodLiteral<"Ruptured">, z.ZodLiteral<"Severe">, z.ZodLiteral<"Soreness">, z.ZodLiteral<"Spasms">, z.ZodLiteral<"Sprain">, z.ZodLiteral<"Stinger">, z.ZodLiteral<"Strain">, z.ZodLiteral<"Surgery">, z.ZodLiteral<"Tendinitis">]>; Side: z.ZodUnion<[z.ZodLiteral<"Not Specified">, z.ZodLiteral<"Left">, z.ZodLiteral<"Right">]>; }, "strip", z.ZodTypeAny, { Side: "Not Specified" | "Left" | "Right"; Status: "Day-To-Day" | "Out" | "7-Day IL" | "10-Day IL" | "15-Day IL" | "60-Day IL" | "Suspension" | "Paternity" | "Bereavement" | "COVID-19"; Type: "Suspension" | "Abdomen" | "Abrasion" | "Academics" | "Achilles" | "Ankle" | "Arm" | "Back" | "Biceps" | "Bruise" | "Calf" | "Coach's Decision" | "Chest" | "Collarbone" | "Concussion" | "Contract Dispute" | "Ear" | "Elbow" | "Eye" | "Face" | "Finger" | "Foot" | "Forearm" | "Forehead" | "Fracture" | "Groin" | "Hamstring" | "Hand" | "Head" | "Heel" | "Hip" | "Illness" | "Infection" | "Impaired Vision" | "Jaw" | "Knee" | "Kneecap" | "Laceration" | "Leg" | "Lips" | "Lower Body" | "Lower Leg" | "Mouth" | "Neck" | "Nose" | "Not Injury Related" | "Oblique" | "Pectoral" | "Pelvis" | "Personal" | "Pinched Nerve" | "Quadriceps" | "Rest" | "Ribs" | "Shoulder" | "Side" | "Skull" | "Spasms" | "Sprain" | "Stinger" | "Strain" | "Tear" | "Teeth" | "Thigh" | "Thumb" | "Temple" | "Toe" | "Triceps" | "Undisclosed" | "Upper Body" | "Upper Leg" | "Wrist" | "Opt Out"; ReturnDate: string; Detail: "Not Specified" | "Abrasion" | "Bruise" | "Concussion" | "Fracture" | "Infection" | "Impaired Vision" | "Laceration" | "Pinched Nerve" | "Spasms" | "Sprain" | "Stinger" | "Strain" | "Bone Spur" | "Cramps" | "Dislocated" | "Inflammation" | "Jammed" | "Mild" | "Moderate" | "Plantar Fasciitis" | "Ruptured" | "Severe" | "Soreness" | "Surgery" | "Tendinitis"; }, { Side: "Not Specified" | "Left" | "Right"; Status: "Day-To-Day" | "Out" | "7-Day IL" | "10-Day IL" | "15-Day IL" | "60-Day IL" | "Suspension" | "Paternity" | "Bereavement" | "COVID-19"; Type: "Suspension" | "Abdomen" | "Abrasion" | "Academics" | "Achilles" | "Ankle" | "Arm" | "Back" | "Biceps" | "Bruise" | "Calf" | "Coach's Decision" | "Chest" | "Collarbone" | "Concussion" | "Contract Dispute" | "Ear" | "Elbow" | "Eye" | "Face" | "Finger" | "Foot" | "Forearm" | "Forehead" | "Fracture" | "Groin" | "Hamstring" | "Hand" | "Head" | "Heel" | "Hip" | "Illness" | "Infection" | "Impaired Vision" | "Jaw" | "Knee" | "Kneecap" | "Laceration" | "Leg" | "Lips" | "Lower Body" | "Lower Leg" | "Mouth" | "Neck" | "Nose" | "Not Injury Related" | "Oblique" | "Pectoral" | "Pelvis" | "Personal" | "Pinched Nerve" | "Quadriceps" | "Rest" | "Ribs" | "Shoulder" | "Side" | "Skull" | "Spasms" | "Sprain" | "Stinger" | "Strain" | "Tear" | "Teeth" | "Thigh" | "Thumb" | "Temple" | "Toe" | "Triceps" | "Undisclosed" | "Upper Body" | "Upper Leg" | "Wrist" | "Opt Out"; ReturnDate: string; Detail: "Not Specified" | "Abrasion" | "Bruise" | "Concussion" | "Fracture" | "Infection" | "Impaired Vision" | "Laceration" | "Pinched Nerve" | "Spasms" | "Sprain" | "Stinger" | "Strain" | "Bone Spur" | "Cramps" | "Dislocated" | "Inflammation" | "Jammed" | "Mild" | "Moderate" | "Plantar Fasciitis" | "Ruptured" | "Severe" | "Soreness" | "Surgery" | "Tendinitis"; }>; }, "LeagueLevel" | "Link">, { Team: z.ZodObject<Omit<{ Id: z.ZodNumber; Code: z.ZodUnion<[z.ZodLiteral<"ANA">, z.ZodLiteral<"ATL">, z.ZodLiteral<"AZ">, z.ZodLiteral<"BAL">, z.ZodLiteral<"BOS">, z.ZodLiteral<"CHI-N">, z.ZodLiteral<"CHI-A">, z.ZodLiteral<"CIN">, z.ZodLiteral<"CLE">, z.ZodLiteral<"COL">, z.ZodLiteral<"DET">, z.ZodLiteral<"HOU">, z.ZodLiteral<"KC">, z.ZodLiteral<"LA">, z.ZodLiteral<"MIA">, z.ZodLiteral<"MIL">, z.ZodLiteral<"MIN">, z.ZodLiteral<"NY-A">, z.ZodLiteral<"NY-N">, z.ZodLiteral<"OAK">, z.ZodLiteral<"PHI">, z.ZodLiteral<"PIT">, z.ZodLiteral<"SD">, z.ZodLiteral<"SF">, z.ZodLiteral<"SEA">, z.ZodLiteral<"STL">, z.ZodLiteral<"TB">, z.ZodLiteral<"TEX">, z.ZodLiteral<"TOR">, z.ZodLiteral<"WSH">]>; Name: z.ZodUnion<[z.ZodLiteral<"Arizona Diamondbacks">, z.ZodLiteral<"Atlanta Braves">, z.ZodLiteral<"Baltimore Orioles">, z.ZodLiteral<"Boston Red Sox">, z.ZodLiteral<"Chicago White Sox">, z.ZodLiteral<"Chicago Cubs">, z.ZodLiteral<"Cincinnati Reds">, z.ZodLiteral<"Cleveland Indians">, z.ZodLiteral<"Colorado Rockies">, z.ZodLiteral<"Detroit Tigers">, z.ZodLiteral<"Houston Astros">, z.ZodLiteral<"Kansas City Royals">, z.ZodLiteral<"Los Angeles Angels">, z.ZodLiteral<"Los Angeles Dodgers">, z.ZodLiteral<"Miami Marlins">, z.ZodLiteral<"Milwaukee Brewers">, z.ZodLiteral<"Minnesota Twins">, z.ZodLiteral<"New York Yankees">, z.ZodLiteral<"New York Mets">, z.ZodLiteral<"Oakland Athletics">, z.ZodLiteral<"Philadelphia Phillies">, z.ZodLiteral<"Pittsburgh Pirates">, z.ZodLiteral<"San Diego Padres">, z.ZodLiteral<"San Francisco Giants">, z.ZodLiteral<"Seattle Mariners">, z.ZodLiteral<"St. Louis Cardinals">, z.ZodLiteral<"Tampa Bay Rays">, z.ZodLiteral<"Texas Rangers">, z.ZodLiteral<"Toronto Blue Jays">, z.ZodLiteral<"Washington Nationals">]>; Nickname: z.ZodUnion<[z.ZodLiteral<"Diamondbacks">, z.ZodLiteral<"Braves">, z.ZodLiteral<"Orioles">, z.ZodLiteral<"Red Sox">, z.ZodLiteral<"White Sox">, z.ZodLiteral<"Cubs">, z.ZodLiteral<"Reds">, z.ZodLiteral<"Indians">, z.ZodLiteral<"Rockies">, z.ZodLiteral<"Tigers">, z.ZodLiteral<"Astros">, z.ZodLiteral<"Royals">, z.ZodLiteral<"Angels">, z.ZodLiteral<"Dodgers">, z.ZodLiteral<"Marlins">, z.ZodLiteral<"Brewers">, z.ZodLiteral<"Twins">, z.ZodLiteral<"Yankees">, z.ZodLiteral<"Mets">, z.ZodLiteral<"Athletics">, z.ZodLiteral<"Phillies">, z.ZodLiteral<"Pirates">, z.ZodLiteral<"Padres">, z.ZodLiteral<"Giants">, z.ZodLiteral<"Mariners">, z.ZodLiteral<"Cardinals">, z.ZodLiteral<"Rays">, z.ZodLiteral<"Rangers">, z.ZodLiteral<"Blue Jays">, z.ZodLiteral<"Nationals">]>; }, "Name" | "Nickname">, "strip", z.ZodTypeAny, { Id: number; Code: "ANA" | "ATL" | "AZ" | "BAL" | "BOS" | "CHI-N" | "CHI-A" | "CIN" | "CLE" | "COL" | "DET" | "HOU" | "KC" | "LA" | "MIA" | "MIL" | "MIN" | "NY-A" | "NY-N" | "OAK" | "PHI" | "PIT" | "SD" | "SF" | "SEA" | "STL" | "TB" | "TEX" | "TOR" | "WSH"; }, { Id: number; Code: "ANA" | "ATL" | "AZ" | "BAL" | "BOS" | "CHI-N" | "CHI-A" | "CIN" | "CLE" | "COL" | "DET" | "HOU" | "KC" | "LA" | "MIA" | "MIL" | "MIN" | "NY-A" | "NY-N" | "OAK" | "PHI" | "PIT" | "SD" | "SF" | "SEA" | "STL" | "TB" | "TEX" | "TOR" | "WSH"; }>; OnDisabledList: z.ZodBoolean; }>, "strip", z.ZodTypeAny, { Id: number; FirstName: string; LastName: string; Position: "C" | "1B" | "2B" | "SS" | "3B" | "OF" | "DH" | "P"; Injury: { Side: "Not Specified" | "Left" | "Right"; Status: "Day-To-Day" | "Out" | "7-Day IL" | "10-Day IL" | "15-Day IL" | "60-Day IL" | "Suspension" | "Paternity" | "Bereavement" | "COVID-19"; Type: "Suspension" | "Abdomen" | "Abrasion" | "Academics" | "Achilles" | "Ankle" | "Arm" | "Back" | "Biceps" | "Bruise" | "Calf" | "Coach's Decision" | "Chest" | "Collarbone" | "Concussion" | "Contract Dispute" | "Ear" | "Elbow" | "Eye" | "Face" | "Finger" | "Foot" | "Forearm" | "Forehead" | "Fracture" | "Groin" | "Hamstring" | "Hand" | "Head" | "Heel" | "Hip" | "Illness" | "Infection" | "Impaired Vision" | "Jaw" | "Knee" | "Kneecap" | "Laceration" | "Leg" | "Lips" | "Lower Body" | "Lower Leg" | "Mouth" | "Neck" | "Nose" | "Not Injury Related" | "Oblique" | "Pectoral" | "Pelvis" | "Personal" | "Pinched Nerve" | "Quadriceps" | "Rest" | "Ribs" | "Shoulder" | "Side" | "Skull" | "Spasms" | "Sprain" | "Stinger" | "Strain" | "Tear" | "Teeth" | "Thigh" | "Thumb" | "Temple" | "Toe" | "Triceps" | "Undisclosed" | "Upper Body" | "Upper Leg" | "Wrist" | "Opt Out"; ReturnDate: string; Detail: "Not Specified" | "Abrasion" | "Bruise" | "Concussion" | "Fracture" | "Infection" | "Impaired Vision" | "Laceration" | "Pinched Nerve" | "Spasms" | "Sprain" | "Stinger" | "Strain" | "Bone Spur" | "Cramps" | "Dislocated" | "Inflammation" | "Jammed" | "Mild" | "Moderate" | "Plantar Fasciitis" | "Ruptured" | "Severe" | "Soreness" | "Surgery" | "Tendinitis"; }; Team: { Id: number; Code: "ANA" | "ATL" | "AZ" | "BAL" | "BOS" | "CHI-N" | "CHI-A" | "CIN" | "CLE" | "COL" | "DET" | "HOU" | "KC" | "LA" | "MIA" | "MIL" | "MIN" | "NY-A" | "NY-N" | "OAK" | "PHI" | "PIT" | "SD" | "SF" | "SEA" | "STL" | "TB" | "TEX" | "TOR" | "WSH"; }; OnDisabledList: boolean; }, { Id: number; FirstName: string; LastName: string; Position: "C" | "1B" | "2B" | "SS" | "3B" | "OF" | "DH" | "P"; Injury: { Side: "Not Specified" | "Left" | "Right"; Status: "Day-To-Day" | "Out" | "7-Day IL" | "10-Day IL" | "15-Day IL" | "60-Day IL" | "Suspension" | "Paternity" | "Bereavement" | "COVID-19"; Type: "Suspension" | "Abdomen" | "Abrasion" | "Academics" | "Achilles" | "Ankle" | "Arm" | "Back" | "Biceps" | "Bruise" | "Calf" | "Coach's Decision" | "Chest" | "Collarbone" | "Concussion" | "Contract Dispute" | "Ear" | "Elbow" | "Eye" | "Face" | "Finger" | "Foot" | "Forearm" | "Forehead" | "Fracture" | "Groin" | "Hamstring" | "Hand" | "Head" | "Heel" | "Hip" | "Illness" | "Infection" | "Impaired Vision" | "Jaw" | "Knee" | "Kneecap" | "Laceration" | "Leg" | "Lips" | "Lower Body" | "Lower Leg" | "Mouth" | "Neck" | "Nose" | "Not Injury Related" | "Oblique" | "Pectoral" | "Pelvis" | "Personal" | "Pinched Nerve" | "Quadriceps" | "Rest" | "Ribs" | "Shoulder" | "Side" | "Skull" | "Spasms" | "Sprain" | "Stinger" | "Strain" | "Tear" | "Teeth" | "Thigh" | "Thumb" | "Temple" | "Toe" | "Triceps" | "Undisclosed" | "Upper Body" | "Upper Leg" | "Wrist" | "Opt Out"; ReturnDate: string; Detail: "Not Specified" | "Abrasion" | "Bruise" | "Concussion" | "Fracture" | "Infection" | "Impaired Vision" | "Laceration" | "Pinched Nerve" | "Spasms" | "Sprain" | "Stinger" | "Strain" | "Bone Spur" | "Cramps" | "Dislocated" | "Inflammation" | "Jammed" | "Mild" | "Moderate" | "Plantar Fasciitis" | "Ruptured" | "Severe" | "Soreness" | "Surgery" | "Tendinitis"; }; Team: { Id: number; Code: "ANA" | "ATL" | "AZ" | "BAL" | "BOS" | "CHI-N" | "CHI-A" | "CIN" | "CLE" | "COL" | "DET" | "HOU" | "KC" | "LA" | "MIA" | "MIL" | "MIN" | "NY-A" | "NY-N" | "OAK" | "PHI" | "PIT" | "SD" | "SF" | "SEA" | "STL" | "TB" | "TEX" | "TOR" | "WSH"; }; OnDisabledList: boolean; }>, "many">; }, "strip", z.ZodTypeAny, { Players: { Id: number; FirstName: string; LastName: string; Position: "C" | "1B" | "2B" | "SS" | "3B" | "OF" | "DH" | "P"; Injury: { Side: "Not Specified" | "Left" | "Right"; Status: "Day-To-Day" | "Out" | "7-Day IL" | "10-Day IL" | "15-Day IL" | "60-Day IL" | "Suspension" | "Paternity" | "Bereavement" | "COVID-19"; Type: "Suspension" | "Abdomen" | "Abrasion" | "Academics" | "Achilles" | "Ankle" | "Arm" | "Back" | "Biceps" | "Bruise" | "Calf" | "Coach's Decision" | "Chest" | "Collarbone" | "Concussion" | "Contract Dispute" | "Ear" | "Elbow" | "Eye" | "Face" | "Finger" | "Foot" | "Forearm" | "Forehead" | "Fracture" | "Groin" | "Hamstring" | "Hand" | "Head" | "Heel" | "Hip" | "Illness" | "Infection" | "Impaired Vision" | "Jaw" | "Knee" | "Kneecap" | "Laceration" | "Leg" | "Lips" | "Lower Body" | "Lower Leg" | "Mouth" | "Neck" | "Nose" | "Not Injury Related" | "Oblique" | "Pectoral" | "Pelvis" | "Personal" | "Pinched Nerve" | "Quadriceps" | "Rest" | "Ribs" | "Shoulder" | "Side" | "Skull" | "Spasms" | "Sprain" | "Stinger" | "Strain" | "Tear" | "Teeth" | "Thigh" | "Thumb" | "Temple" | "Toe" | "Triceps" | "Undisclosed" | "Upper Body" | "Upper Leg" | "Wrist" | "Opt Out"; ReturnDate: string; Detail: "Not Specified" | "Abrasion" | "Bruise" | "Concussion" | "Fracture" | "Infection" | "Impaired Vision" | "Laceration" | "Pinched Nerve" | "Spasms" | "Sprain" | "Stinger" | "Strain" | "Bone Spur" | "Cramps" | "Dislocated" | "Inflammation" | "Jammed" | "Mild" | "Moderate" | "Plantar Fasciitis" | "Ruptured" | "Severe" | "Soreness" | "Surgery" | "Tendinitis"; }; Team: { Id: number; Code: "ANA" | "ATL" | "AZ" | "BAL" | "BOS" | "CHI-N" | "CHI-A" | "CIN" | "CLE" | "COL" | "DET" | "HOU" | "KC" | "LA" | "MIA" | "MIL" | "MIN" | "NY-A" | "NY-N" | "OAK" | "PHI" | "PIT" | "SD" | "SF" | "SEA" | "STL" | "TB" | "TEX" | "TOR" | "WSH"; }; OnDisabledList: boolean; }[]; }, { Players: { Id: number; FirstName: string; LastName: string; Position: "C" | "1B" | "2B" | "SS" | "3B" | "OF" | "DH" | "P"; Injury: { Side: "Not Specified" | "Left" | "Right"; Status: "Day-To-Day" | "Out" | "7-Day IL" | "10-Day IL" | "15-Day IL" | "60-Day IL" | "Suspension" | "Paternity" | "Bereavement" | "COVID-19"; Type: "Suspension" | "Abdomen" | "Abrasion" | "Academics" | "Achilles" | "Ankle" | "Arm" | "Back" | "Biceps" | "Bruise" | "Calf" | "Coach's Decision" | "Chest" | "Collarbone" | "Concussion" | "Contract Dispute" | "Ear" | "Elbow" | "Eye" | "Face" | "Finger" | "Foot" | "Forearm" | "Forehead" | "Fracture" | "Groin" | "Hamstring" | "Hand" | "Head" | "Heel" | "Hip" | "Illness" | "Infection" | "Impaired Vision" | "Jaw" | "Knee" | "Kneecap" | "Laceration" | "Leg" | "Lips" | "Lower Body" | "Lower Leg" | "Mouth" | "Neck" | "Nose" | "Not Injury Related" | "Oblique" | "Pectoral" | "Pelvis" | "Personal" | "Pinched Nerve" | "Quadriceps" | "Rest" | "Ribs" | "Shoulder" | "Side" | "Skull" | "Spasms" | "Sprain" | "Stinger" | "Strain" | "Tear" | "Teeth" | "Thigh" | "Thumb" | "Temple" | "Toe" | "Triceps" | "Undisclosed" | "Upper Body" | "Upper Leg" | "Wrist" | "Opt Out"; ReturnDate: string; Detail: "Not Specified" | "Abrasion" | "Bruise" | "Concussion" | "Fracture" | "Infection" | "Impaired Vision" | "Laceration" | "Pinched Nerve" | "Spasms" | "Sprain" | "Stinger" | "Strain" | "Bone Spur" | "Cramps" | "Dislocated" | "Inflammation" | "Jammed" | "Mild" | "Moderate" | "Plantar Fasciitis" | "Ruptured" | "Severe" | "Soreness" | "Surgery" | "Tendinitis"; }; Team: { Id: number; Code: "ANA" | "ATL" | "AZ" | "BAL" | "BOS" | "CHI-N" | "CHI-A" | "CIN" | "CLE" | "COL" | "DET" | "HOU" | "KC" | "LA" | "MIA" | "MIL" | "MIN" | "NY-A" | "NY-N" | "OAK" | "PHI" | "PIT" | "SD" | "SF" | "SEA" | "STL" | "TB" | "TEX" | "TOR" | "WSH"; }; OnDisabledList: boolean; }[]; }>; type MLBInjuriesResponse = z.infer<typeof MLBInjuriesResponseSchema>; declare const NFLNewsResponseSchema: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{ Date: z.ZodString; Updates: z.ZodArray<z.ZodObject<{ Id: z.ZodNumber; DateTime: z.ZodString; Headline: z.ZodString; Notes: z.ZodString; Analysis: z.ZodString; }, "strip", z.ZodTypeAny, { Id: number; DateTime: string; Headline: string; Notes: string; Analysis: string; }, { Id: number; DateTime: string; Headline: string; Notes: string; Analysis: string; }>, "many">; }, { League: z.ZodString; Updates: z.ZodArray<z.ZodObject<z.objectUtil.extendShape<{ Id: z.ZodNumber; DateTime: z.ZodString; Headline: z.ZodString; Notes: z.ZodString; Analysis: z.ZodString; }, { Priority: z.ZodUnion<[z.ZodLiteral<"1">, z.ZodLiteral<"2">, z.ZodLiteral<"3">, z.ZodLiter