@@ -36,7 +36,7 @@ export type VaccineDetails = {
3636 contentPath : UrlPathFragment ;
3737 cacheFilename : Filename ;
3838 nbsPath : UrlPathFragment ;
39- showWarningCallout ?: boolean ;
39+ supressWarningCallout ?: boolean ;
4040 moreInformationHeadersFromContentApi ?: boolean ;
4141} ;
4242
@@ -149,6 +149,7 @@ const VaccineInfo: Record<VaccineType, VaccineDetails> = {
149149 contentPath : "vaccinations/hpv-vaccine" as UrlPathFragment ,
150150 cacheFilename : "hpv-vaccine.json" as Filename ,
151151 nbsPath : "hpv-vaccine" as UrlPathFragment ,
152+ supressWarningCallout : true ,
152153 } ,
153154 [ VaccineType . MENB_CHILDREN ] : {
154155 urlPath : "menb-vaccine-for-children" as UrlPathFragment ,
@@ -213,6 +214,7 @@ const VaccineInfo: Record<VaccineType, VaccineDetails> = {
213214 contentPath : "vaccinations/shingles-vaccine" as UrlPathFragment ,
214215 cacheFilename : "shingles-vaccine.json" as Filename ,
215216 nbsPath : "shingles-vaccine" as UrlPathFragment ,
217+ supressWarningCallout : true ,
216218 } ,
217219 [ VaccineType . MENACWY ] : {
218220 urlPath : "menacwy-vaccine" as UrlPathFragment ,
@@ -229,6 +231,7 @@ const VaccineInfo: Record<VaccineType, VaccineDetails> = {
229231 contentPath : "vaccinations/menacwy-vaccine" as UrlPathFragment ,
230232 cacheFilename : "menacwy-vaccine.json" as Filename ,
231233 nbsPath : "menacwy-vaccine" as UrlPathFragment ,
234+ supressWarningCallout : true ,
232235 } ,
233236 [ VaccineType . VACCINE_4_IN_1 ] : {
234237 urlPath : "4-in-1-preschool-booster-vaccine" as UrlPathFragment ,
@@ -280,7 +283,6 @@ const VaccineInfo: Record<VaccineType, VaccineDetails> = {
280283 contentPath : "vaccinations/hib-menc-vaccine" as UrlPathFragment ,
281284 cacheFilename : "hib-menc-vaccine.json" as Filename ,
282285 nbsPath : "hib-menc-vaccine" as UrlPathFragment ,
283- showWarningCallout : true ,
284286 } ,
285287 [ VaccineType . FLU_IN_PREGNANCY ] : {
286288 urlPath : "flu-vaccine-in-pregnancy" as UrlPathFragment ,
@@ -298,7 +300,6 @@ const VaccineInfo: Record<VaccineType, VaccineDetails> = {
298300 contentPath : "pregnancy/keeping-well/flu-jab" as UrlPathFragment ,
299301 cacheFilename : "flu-jab.json" as Filename ,
300302 nbsPath : "flu-vaccine-in-pregnancy" as UrlPathFragment ,
301- showWarningCallout : true ,
302303 moreInformationHeadersFromContentApi : true ,
303304 } ,
304305} ;
0 commit comments