Skip to content
This repository was archived by the owner on Aug 30, 2021. It is now read-only.

Commit dd42cea

Browse files
shashank025Shashank Ramaprasad
and
Shashank Ramaprasad
authored
additional vaccine providers (#19)
Co-authored-by: Shashank Ramaprasad <[email protected]>
1 parent a0dcd65 commit dd42cea

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

vaccine_feed_ingest_schema/location.py

+30
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,36 @@ class VaccineProvider(str, enum.Enum):
203203
PAVILIONS = "pavilions"
204204
WALMART = "walmart"
205205
CVS = "cvs"
206+
ACME = "acme"
207+
BIG_Y = "big_y"
208+
BROOKSHIRE = "brookshire"
209+
COSTCO = "costco"
210+
CUB = "cub_pharmacy"
211+
DILLONS = "dillons"
212+
DRUGCO = "drugco"
213+
FAMILY_FARE = "family_fare"
214+
FOOD_CITY = "food_city"
215+
FOOD_LION = "food_lion"
216+
FRED_MEYER = "fred_meyer"
217+
FRYS = "frys_food_and_drug"
218+
GENOA = "genoa_healthcare"
219+
GIANT = "giant"
220+
GIANT_EAGLE = "giant_eagle"
221+
GIANT_FOOD = "giant_food"
222+
HEB = "heb"
223+
HAGGEN = "haggen"
224+
HANNAFORD = "hannaford"
225+
HARMONS = "harmons"
226+
HARPS = "harps"
227+
HARRIS_TEETER = "harris_teeter"
228+
HARTIG = "hartig"
229+
HOMELAND = "homeland"
230+
HY_VEE = "hyvee"
231+
KAISER_HEALTH_PLAN = "kaiser_health_plan"
232+
KAISER_PERMANENTE = "kaiser_permanente"
233+
KING_SOOPERS = "king_soopers"
234+
KROGER = "kroger"
235+
INGLES = "ingles"
206236

207237

208238
@enum.unique

0 commit comments

Comments
 (0)