@bottlebooks/valid-values 8.1.10-alpha.4 → 9.0.0
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/CHANGELOG.md +13 -10
- package/README.md +1 -0
- package/dist/core/translate.test.js +1 -1
- package/dist/index.js +2 -2
- package/dist/main.js +6 -6
- package/dist/validValues/award/award.js +30 -30
- package/dist/validValues/awardMedal/awardMedal.js +2 -2
- package/dist/validValues/beerStyle/beerStyle.js +3 -3
- package/dist/validValues/certification/certification.js +2 -2
- package/dist/validValues/containerColor/containerColor.js +2 -2
- package/dist/validValues/containerType/containerType.js +2 -2
- package/dist/validValues/country/country.js +4 -4
- package/dist/validValues/designation/designation.js +2 -2
- package/dist/validValues/foodBusinessOperatorType/foodBusinessOperatorType.js +2 -2
- package/dist/validValues/ingredient/deprecatedIngredient.js +59 -59
- package/dist/validValues/ingredient/ingredient.js +100 -100
- package/dist/validValues/ingredient/ingredient.test.js +2 -2
- package/dist/validValues/ingredient/locales/hr.d.ts.map +1 -1
- package/dist/validValues/ingredient/locales/hr.js +1 -1
- package/dist/validValues/locales.js +2 -2
- package/dist/validValues/otherTranslations/otherTranslations.js +2 -2
- package/dist/validValues/packagingCertification/packagingCertification.js +2 -2
- package/dist/validValues/packagingGasesFunction/locales/bg.d.ts.map +1 -1
- package/dist/validValues/packagingGasesFunction/locales/bg.js +2 -2
- package/dist/validValues/packagingGasesFunction/locales/cs.d.ts.map +1 -1
- package/dist/validValues/packagingGasesFunction/locales/cs.js +2 -2
- package/dist/validValues/packagingGasesFunction/locales/da.js +2 -2
- package/dist/validValues/packagingGasesFunction/locales/de.d.ts.map +1 -1
- package/dist/validValues/packagingGasesFunction/locales/de.js +2 -2
- package/dist/validValues/packagingGasesFunction/locales/el.d.ts.map +1 -1
- package/dist/validValues/packagingGasesFunction/locales/el.js +1 -1
- package/dist/validValues/packagingGasesFunction/locales/es.d.ts.map +1 -1
- package/dist/validValues/packagingGasesFunction/locales/es.js +2 -2
- package/dist/validValues/packagingGasesFunction/locales/et.d.ts.map +1 -1
- package/dist/validValues/packagingGasesFunction/locales/et.js +2 -2
- package/dist/validValues/packagingGasesFunction/locales/fi.d.ts.map +1 -1
- package/dist/validValues/packagingGasesFunction/locales/fi.js +2 -2
- package/dist/validValues/packagingGasesFunction/locales/fr.d.ts.map +1 -1
- package/dist/validValues/packagingGasesFunction/locales/fr.js +2 -2
- package/dist/validValues/packagingGasesFunction/locales/ga.d.ts.map +1 -1
- package/dist/validValues/packagingGasesFunction/locales/ga.js +2 -2
- package/dist/validValues/packagingGasesFunction/locales/hr.d.ts.map +1 -1
- package/dist/validValues/packagingGasesFunction/locales/hr.js +2 -2
- package/dist/validValues/packagingGasesFunction/locales/hu.d.ts.map +1 -1
- package/dist/validValues/packagingGasesFunction/locales/hu.js +2 -2
- package/dist/validValues/packagingGasesFunction/locales/it.d.ts.map +1 -1
- package/dist/validValues/packagingGasesFunction/locales/it.js +2 -2
- package/dist/validValues/packagingGasesFunction/locales/lt.d.ts.map +1 -1
- package/dist/validValues/packagingGasesFunction/locales/lt.js +2 -2
- package/dist/validValues/packagingGasesFunction/locales/lv.d.ts.map +1 -1
- package/dist/validValues/packagingGasesFunction/locales/lv.js +2 -2
- package/dist/validValues/packagingGasesFunction/locales/mt.d.ts.map +1 -1
- package/dist/validValues/packagingGasesFunction/locales/mt.js +2 -2
- package/dist/validValues/packagingGasesFunction/locales/nl.d.ts.map +1 -1
- package/dist/validValues/packagingGasesFunction/locales/nl.js +2 -2
- package/dist/validValues/packagingGasesFunction/locales/pl.d.ts.map +1 -1
- package/dist/validValues/packagingGasesFunction/locales/pl.js +1 -1
- package/dist/validValues/packagingGasesFunction/locales/pt.d.ts.map +1 -1
- package/dist/validValues/packagingGasesFunction/locales/pt.js +2 -2
- package/dist/validValues/packagingGasesFunction/locales/ro.d.ts.map +1 -1
- package/dist/validValues/packagingGasesFunction/locales/ro.js +2 -2
- package/dist/validValues/packagingGasesFunction/locales/sk.d.ts.map +1 -1
- package/dist/validValues/packagingGasesFunction/locales/sk.js +2 -2
- package/dist/validValues/packagingGasesFunction/locales/sl.d.ts.map +1 -1
- package/dist/validValues/packagingGasesFunction/locales/sl.js +2 -2
- package/dist/validValues/packagingGasesFunction/locales/sv.d.ts.map +1 -1
- package/dist/validValues/packagingGasesFunction/locales/sv.js +2 -2
- package/dist/validValues/packagingGasesFunction/packagingGasesFunction.js +2 -2
- package/dist/validValues/packagingMaterialType/packagingMaterialType.js +6 -6
- package/dist/validValues/packagingMaterialType/packagingMaterialType_deprecated.js +2 -2
- package/dist/validValues/productType/productType.js +2 -2
- package/dist/validValues/productionMethod/productionMethod.js +2 -2
- package/dist/validValues/region/region.js +4 -4
- package/dist/validValues/responsibleConsumptionLogo/responsibleConsumptionLogo.js +2 -2
- package/dist/validValues/subregion/subregion.js +4 -4
- package/dist/validValues/types/award_p85_100.js +2 -2
- package/dist/validValues/types/productTypesAromatisedWine.js +2 -2
- package/dist/validValues/types/productTypesSpirit.js +2 -2
- package/dist/validValues/types/productTypesWine.js +2 -2
- package/dist/validValues/utils/loadLocalizedData.js +1 -1
- package/dist/validValues/varietyName/varietyName.js +2 -2
- package/dist/validValues/wineColor/wineColor.js +2 -2
- package/dist/validValues/wineType/wineType.js +2 -2
- package/dist/validValues.js +22 -22
- package/package.json +2 -2
- package/src/validValues/ingredient/locales/hr.po +1 -1
- package/src/validValues/ingredient/locales/hr.ts +1 -1
- package/src/validValues/packagingGasesFunction/locales/bg.po +2 -2
- package/src/validValues/packagingGasesFunction/locales/bg.ts +1 -1
- package/src/validValues/packagingGasesFunction/locales/cs.po +2 -2
- package/src/validValues/packagingGasesFunction/locales/cs.ts +1 -1
- package/src/validValues/packagingGasesFunction/locales/da.po +2 -2
- package/src/validValues/packagingGasesFunction/locales/da.ts +1 -1
- package/src/validValues/packagingGasesFunction/locales/de.po +2 -2
- package/src/validValues/packagingGasesFunction/locales/de.ts +1 -1
- package/src/validValues/packagingGasesFunction/locales/el.po +1 -1
- package/src/validValues/packagingGasesFunction/locales/el.ts +1 -1
- package/src/validValues/packagingGasesFunction/locales/es.po +2 -2
- package/src/validValues/packagingGasesFunction/locales/es.ts +1 -1
- package/src/validValues/packagingGasesFunction/locales/et.po +2 -2
- package/src/validValues/packagingGasesFunction/locales/et.ts +1 -1
- package/src/validValues/packagingGasesFunction/locales/fi.po +2 -2
- package/src/validValues/packagingGasesFunction/locales/fi.ts +1 -1
- package/src/validValues/packagingGasesFunction/locales/fr.po +2 -2
- package/src/validValues/packagingGasesFunction/locales/fr.ts +1 -1
- package/src/validValues/packagingGasesFunction/locales/ga.po +2 -2
- package/src/validValues/packagingGasesFunction/locales/ga.ts +1 -1
- package/src/validValues/packagingGasesFunction/locales/hr.po +2 -2
- package/src/validValues/packagingGasesFunction/locales/hr.ts +1 -1
- package/src/validValues/packagingGasesFunction/locales/hu.po +2 -2
- package/src/validValues/packagingGasesFunction/locales/hu.ts +1 -1
- package/src/validValues/packagingGasesFunction/locales/it.po +2 -2
- package/src/validValues/packagingGasesFunction/locales/it.ts +1 -1
- package/src/validValues/packagingGasesFunction/locales/lt.po +2 -2
- package/src/validValues/packagingGasesFunction/locales/lt.ts +1 -1
- package/src/validValues/packagingGasesFunction/locales/lv.po +2 -2
- package/src/validValues/packagingGasesFunction/locales/lv.ts +1 -1
- package/src/validValues/packagingGasesFunction/locales/mt.po +2 -2
- package/src/validValues/packagingGasesFunction/locales/mt.ts +1 -1
- package/src/validValues/packagingGasesFunction/locales/nl.po +2 -2
- package/src/validValues/packagingGasesFunction/locales/nl.ts +1 -1
- package/src/validValues/packagingGasesFunction/locales/pl.po +1 -1
- package/src/validValues/packagingGasesFunction/locales/pl.ts +1 -1
- package/src/validValues/packagingGasesFunction/locales/pt.po +2 -2
- package/src/validValues/packagingGasesFunction/locales/pt.ts +1 -1
- package/src/validValues/packagingGasesFunction/locales/ro.po +2 -2
- package/src/validValues/packagingGasesFunction/locales/ro.ts +1 -1
- package/src/validValues/packagingGasesFunction/locales/sk.po +2 -2
- package/src/validValues/packagingGasesFunction/locales/sk.ts +1 -1
- package/src/validValues/packagingGasesFunction/locales/sl.po +2 -2
- package/src/validValues/packagingGasesFunction/locales/sl.ts +1 -1
- package/src/validValues/packagingGasesFunction/locales/sv.po +2 -2
- package/src/validValues/packagingGasesFunction/locales/sv.ts +1 -1
- package/dist/locales/locales.d.ts +0 -80
- package/dist/locales/locales.d.ts.map +0 -1
- package/dist/locales/locales.js +0 -159
- package/dist/locales/po/bg.d.js +0 -5
- package/dist/locales/po/bg.d.ts +0 -2526
- package/dist/locales/po/bg.d.ts.map +0 -1
- package/dist/locales/po/bg.js +0 -2534
- package/dist/locales/po/cs.d.js +0 -5
- package/dist/locales/po/cs.d.ts +0 -2526
- package/dist/locales/po/cs.d.ts.map +0 -1
- package/dist/locales/po/cs.js +0 -2534
- package/dist/locales/po/da.d.js +0 -5
- package/dist/locales/po/da.d.ts +0 -2526
- package/dist/locales/po/da.d.ts.map +0 -1
- package/dist/locales/po/da.js +0 -2534
- package/dist/locales/po/de.d.js +0 -5
- package/dist/locales/po/de.d.ts +0 -2526
- package/dist/locales/po/de.d.ts.map +0 -1
- package/dist/locales/po/de.js +0 -2534
- package/dist/locales/po/ee.d.js +0 -5
- package/dist/locales/po/ee.d.ts +0 -2526
- package/dist/locales/po/ee.d.ts.map +0 -1
- package/dist/locales/po/ee.js +0 -2534
- package/dist/locales/po/el.d.js +0 -5
- package/dist/locales/po/el.d.ts +0 -2526
- package/dist/locales/po/el.d.ts.map +0 -1
- package/dist/locales/po/el.js +0 -2534
- package/dist/locales/po/en.d.js +0 -5
- package/dist/locales/po/en.d.ts +0 -2526
- package/dist/locales/po/en.d.ts.map +0 -1
- package/dist/locales/po/en.js +0 -2534
- package/dist/locales/po/es.d.js +0 -5
- package/dist/locales/po/es.d.ts +0 -2526
- package/dist/locales/po/es.d.ts.map +0 -1
- package/dist/locales/po/es.js +0 -2534
- package/dist/locales/po/fi.d.js +0 -5
- package/dist/locales/po/fi.d.ts +0 -2526
- package/dist/locales/po/fi.d.ts.map +0 -1
- package/dist/locales/po/fi.js +0 -2534
- package/dist/locales/po/fr.d.js +0 -5
- package/dist/locales/po/fr.d.ts +0 -2526
- package/dist/locales/po/fr.d.ts.map +0 -1
- package/dist/locales/po/fr.js +0 -2534
- package/dist/locales/po/ga.d.js +0 -5
- package/dist/locales/po/ga.d.ts +0 -2526
- package/dist/locales/po/ga.d.ts.map +0 -1
- package/dist/locales/po/ga.js +0 -2534
- package/dist/locales/po/hr.d.js +0 -5
- package/dist/locales/po/hr.d.ts +0 -2526
- package/dist/locales/po/hr.d.ts.map +0 -1
- package/dist/locales/po/hr.js +0 -2534
- package/dist/locales/po/hu.d.js +0 -5
- package/dist/locales/po/hu.d.ts +0 -2526
- package/dist/locales/po/hu.d.ts.map +0 -1
- package/dist/locales/po/hu.js +0 -2534
- package/dist/locales/po/it.d.js +0 -5
- package/dist/locales/po/it.d.ts +0 -2526
- package/dist/locales/po/it.d.ts.map +0 -1
- package/dist/locales/po/it.js +0 -2534
- package/dist/locales/po/lt.d.js +0 -5
- package/dist/locales/po/lt.d.ts +0 -2526
- package/dist/locales/po/lt.d.ts.map +0 -1
- package/dist/locales/po/lt.js +0 -2534
- package/dist/locales/po/lv.d.js +0 -5
- package/dist/locales/po/lv.d.ts +0 -2526
- package/dist/locales/po/lv.d.ts.map +0 -1
- package/dist/locales/po/lv.js +0 -2534
- package/dist/locales/po/mt.d.js +0 -5
- package/dist/locales/po/mt.d.ts +0 -2526
- package/dist/locales/po/mt.d.ts.map +0 -1
- package/dist/locales/po/mt.js +0 -2534
- package/dist/locales/po/nl.d.js +0 -5
- package/dist/locales/po/nl.d.ts +0 -2526
- package/dist/locales/po/nl.d.ts.map +0 -1
- package/dist/locales/po/nl.js +0 -2534
- package/dist/locales/po/pl.d.js +0 -5
- package/dist/locales/po/pl.d.ts +0 -2526
- package/dist/locales/po/pl.d.ts.map +0 -1
- package/dist/locales/po/pl.js +0 -2534
- package/dist/locales/po/pt.d.js +0 -5
- package/dist/locales/po/pt.d.ts +0 -2526
- package/dist/locales/po/pt.d.ts.map +0 -1
- package/dist/locales/po/pt.js +0 -2534
- package/dist/locales/po/ro.d.js +0 -5
- package/dist/locales/po/ro.d.ts +0 -2526
- package/dist/locales/po/ro.d.ts.map +0 -1
- package/dist/locales/po/ro.js +0 -2534
- package/dist/locales/po/se.d.js +0 -5
- package/dist/locales/po/se.d.ts +0 -2526
- package/dist/locales/po/se.d.ts.map +0 -1
- package/dist/locales/po/se.js +0 -2534
- package/dist/locales/po/si.d.js +0 -5
- package/dist/locales/po/si.d.ts +0 -2526
- package/dist/locales/po/si.d.ts.map +0 -1
- package/dist/locales/po/si.js +0 -2534
- package/dist/locales/po/sk.d.js +0 -5
- package/dist/locales/po/sk.d.ts +0 -2526
- package/dist/locales/po/sk.d.ts.map +0 -1
- package/dist/locales/po/sk.js +0 -2534
- package/dist/validValues/award.d.ts +0 -218
- package/dist/validValues/award.d.ts.map +0 -1
- package/dist/validValues/award.js +0 -1065
- package/dist/validValues/awardMedal/locales/ee.d.js +0 -5
- package/dist/validValues/awardMedal/locales/ee.d.ts +0 -231
- package/dist/validValues/awardMedal/locales/ee.d.ts.map +0 -1
- package/dist/validValues/awardMedal/locales/ee.js +0 -239
- package/dist/validValues/awardMedal/locales/se.d.js +0 -5
- package/dist/validValues/awardMedal/locales/se.d.ts +0 -231
- package/dist/validValues/awardMedal/locales/se.d.ts.map +0 -1
- package/dist/validValues/awardMedal/locales/se.js +0 -239
- package/dist/validValues/awardMedal/locales/si.d.js +0 -5
- package/dist/validValues/awardMedal/locales/si.d.ts +0 -231
- package/dist/validValues/awardMedal/locales/si.d.ts.map +0 -1
- package/dist/validValues/awardMedal/locales/si.js +0 -239
- package/dist/validValues/awardMedal.d.ts +0 -236
- package/dist/validValues/awardMedal.d.ts.map +0 -1
- package/dist/validValues/awardMedal.js +0 -2070
- package/dist/validValues/beerStyle/locales/ee.d.js +0 -5
- package/dist/validValues/beerStyle/locales/ee.d.ts +0 -96
- package/dist/validValues/beerStyle/locales/ee.d.ts.map +0 -1
- package/dist/validValues/beerStyle/locales/ee.js +0 -104
- package/dist/validValues/beerStyle/locales/se.d.js +0 -5
- package/dist/validValues/beerStyle/locales/se.d.ts +0 -96
- package/dist/validValues/beerStyle/locales/se.d.ts.map +0 -1
- package/dist/validValues/beerStyle/locales/se.js +0 -104
- package/dist/validValues/beerStyle/locales/si.d.js +0 -5
- package/dist/validValues/beerStyle/locales/si.d.ts +0 -96
- package/dist/validValues/beerStyle/locales/si.d.ts.map +0 -1
- package/dist/validValues/beerStyle/locales/si.js +0 -104
- package/dist/validValues/beerStyle.d.ts +0 -101
- package/dist/validValues/beerStyle.d.ts.map +0 -1
- package/dist/validValues/beerStyle.js +0 -855
- package/dist/validValues/certification.d.ts +0 -35
- package/dist/validValues/certification.d.ts.map +0 -1
- package/dist/validValues/certification.js +0 -286
- package/dist/validValues/containerColor/locales/ee.d.js +0 -5
- package/dist/validValues/containerColor/locales/ee.d.ts +0 -11
- package/dist/validValues/containerColor/locales/ee.d.ts.map +0 -1
- package/dist/validValues/containerColor/locales/ee.js +0 -19
- package/dist/validValues/containerColor/locales/se.d.js +0 -5
- package/dist/validValues/containerColor/locales/se.d.ts +0 -11
- package/dist/validValues/containerColor/locales/se.d.ts.map +0 -1
- package/dist/validValues/containerColor/locales/se.js +0 -19
- package/dist/validValues/containerColor/locales/si.d.js +0 -5
- package/dist/validValues/containerColor/locales/si.d.ts +0 -11
- package/dist/validValues/containerColor/locales/si.d.ts.map +0 -1
- package/dist/validValues/containerColor/locales/si.js +0 -19
- package/dist/validValues/containerColor.d.ts +0 -16
- package/dist/validValues/containerColor.d.ts.map +0 -1
- package/dist/validValues/containerColor.js +0 -90
- package/dist/validValues/containerType/locales/ee.d.js +0 -5
- package/dist/validValues/containerType/locales/ee.d.ts +0 -8
- package/dist/validValues/containerType/locales/ee.d.ts.map +0 -1
- package/dist/validValues/containerType/locales/ee.js +0 -16
- package/dist/validValues/containerType/locales/se.d.js +0 -5
- package/dist/validValues/containerType/locales/se.d.ts +0 -8
- package/dist/validValues/containerType/locales/se.d.ts.map +0 -1
- package/dist/validValues/containerType/locales/se.js +0 -16
- package/dist/validValues/containerType/locales/si.d.js +0 -5
- package/dist/validValues/containerType/locales/si.d.ts +0 -8
- package/dist/validValues/containerType/locales/si.d.ts.map +0 -1
- package/dist/validValues/containerType/locales/si.js +0 -16
- package/dist/validValues/containerType.d.ts +0 -13
- package/dist/validValues/containerType.d.ts.map +0 -1
- package/dist/validValues/containerType.js +0 -63
- package/dist/validValues/country/locales/ee.d.js +0 -5
- package/dist/validValues/country/locales/ee.d.ts +0 -150
- package/dist/validValues/country/locales/ee.d.ts.map +0 -1
- package/dist/validValues/country/locales/ee.js +0 -158
- package/dist/validValues/country/locales/se.d.js +0 -5
- package/dist/validValues/country/locales/se.d.ts +0 -150
- package/dist/validValues/country/locales/se.d.ts.map +0 -1
- package/dist/validValues/country/locales/se.js +0 -158
- package/dist/validValues/country/locales/si.d.js +0 -5
- package/dist/validValues/country/locales/si.d.ts +0 -150
- package/dist/validValues/country/locales/si.d.ts.map +0 -1
- package/dist/validValues/country/locales/si.js +0 -158
- package/dist/validValues/country.d.ts +0 -157
- package/dist/validValues/country.d.ts.map +0 -1
- package/dist/validValues/country.js +0 -1488
- package/dist/validValues/designation/locales/ee.d.js +0 -5
- package/dist/validValues/designation/locales/ee.d.ts +0 -14
- package/dist/validValues/designation/locales/ee.d.ts.map +0 -1
- package/dist/validValues/designation/locales/ee.js +0 -22
- package/dist/validValues/designation/locales/se.d.js +0 -5
- package/dist/validValues/designation/locales/se.d.ts +0 -14
- package/dist/validValues/designation/locales/se.d.ts.map +0 -1
- package/dist/validValues/designation/locales/se.js +0 -22
- package/dist/validValues/designation/locales/si.d.js +0 -5
- package/dist/validValues/designation/locales/si.d.ts +0 -14
- package/dist/validValues/designation/locales/si.d.ts.map +0 -1
- package/dist/validValues/designation/locales/si.js +0 -22
- package/dist/validValues/designation.d.ts +0 -60
- package/dist/validValues/designation.d.ts.map +0 -1
- package/dist/validValues/designation.js +0 -169
- package/dist/validValues/ingredient/locales/ee.d.js +0 -5
- package/dist/validValues/ingredient/locales/ee.d.ts +0 -57
- package/dist/validValues/ingredient/locales/ee.d.ts.map +0 -1
- package/dist/validValues/ingredient/locales/ee.js +0 -65
- package/dist/validValues/ingredient/locales/se.d.js +0 -5
- package/dist/validValues/ingredient/locales/se.d.ts +0 -57
- package/dist/validValues/ingredient/locales/se.d.ts.map +0 -1
- package/dist/validValues/ingredient/locales/se.js +0 -65
- package/dist/validValues/ingredient/locales/si.d.js +0 -5
- package/dist/validValues/ingredient/locales/si.d.ts +0 -57
- package/dist/validValues/ingredient/locales/si.d.ts.map +0 -1
- package/dist/validValues/ingredient/locales/si.js +0 -65
- package/dist/validValues/ingredient.d.ts +0 -71
- package/dist/validValues/ingredient.d.ts.map +0 -1
- package/dist/validValues/ingredient.js +0 -737
- package/dist/validValues/json/appelation.d.ts +0 -2
- package/dist/validValues/json/appelation.d.ts.map +0 -1
- package/dist/validValues/packagingCertification/locales/ee.d.js +0 -5
- package/dist/validValues/packagingCertification/locales/ee.d.ts +0 -2
- package/dist/validValues/packagingCertification/locales/ee.d.ts.map +0 -1
- package/dist/validValues/packagingCertification/locales/ee.js +0 -10
- package/dist/validValues/packagingCertification/locales/se.d.js +0 -5
- package/dist/validValues/packagingCertification/locales/se.d.ts +0 -2
- package/dist/validValues/packagingCertification/locales/se.d.ts.map +0 -1
- package/dist/validValues/packagingCertification/locales/se.js +0 -10
- package/dist/validValues/packagingCertification/locales/si.d.js +0 -5
- package/dist/validValues/packagingCertification/locales/si.d.ts +0 -2
- package/dist/validValues/packagingCertification/locales/si.d.ts.map +0 -1
- package/dist/validValues/packagingCertification/locales/si.js +0 -10
- package/dist/validValues/packagingCertification.d.ts +0 -12
- package/dist/validValues/packagingCertification.d.ts.map +0 -1
- package/dist/validValues/packagingCertification.js +0 -56
- package/dist/validValues/packagingMaterialType/locales/ee.d.js +0 -5
- package/dist/validValues/packagingMaterialType/locales/ee.d.ts +0 -52
- package/dist/validValues/packagingMaterialType/locales/ee.d.ts.map +0 -1
- package/dist/validValues/packagingMaterialType/locales/ee.js +0 -60
- package/dist/validValues/packagingMaterialType/locales/se.d.js +0 -5
- package/dist/validValues/packagingMaterialType/locales/se.d.ts +0 -52
- package/dist/validValues/packagingMaterialType/locales/se.d.ts.map +0 -1
- package/dist/validValues/packagingMaterialType/locales/se.js +0 -60
- package/dist/validValues/packagingMaterialType/locales/si.d.js +0 -5
- package/dist/validValues/packagingMaterialType/locales/si.d.ts +0 -52
- package/dist/validValues/packagingMaterialType/locales/si.d.ts.map +0 -1
- package/dist/validValues/packagingMaterialType/locales/si.js +0 -60
- package/dist/validValues/packagingMaterialType.d.ts +0 -59
- package/dist/validValues/packagingMaterialType.d.ts.map +0 -1
- package/dist/validValues/packagingMaterialType.js +0 -706
- package/dist/validValues/productType/locales/ee.d.js +0 -5
- package/dist/validValues/productType/locales/ee.d.ts +0 -42
- package/dist/validValues/productType/locales/ee.d.ts.map +0 -1
- package/dist/validValues/productType/locales/ee.js +0 -50
- package/dist/validValues/productType/locales/se.d.js +0 -5
- package/dist/validValues/productType/locales/se.d.ts +0 -42
- package/dist/validValues/productType/locales/se.d.ts.map +0 -1
- package/dist/validValues/productType/locales/se.js +0 -50
- package/dist/validValues/productType/locales/si.d.js +0 -5
- package/dist/validValues/productType/locales/si.d.ts +0 -42
- package/dist/validValues/productType/locales/si.d.ts.map +0 -1
- package/dist/validValues/productType/locales/si.js +0 -50
- package/dist/validValues/productType.d.ts +0 -47
- package/dist/validValues/productType.d.ts.map +0 -1
- package/dist/validValues/productType.js +0 -369
- package/dist/validValues/productionMethod/locales/ee.d.js +0 -5
- package/dist/validValues/productionMethod/locales/ee.d.ts +0 -15
- package/dist/validValues/productionMethod/locales/ee.d.ts.map +0 -1
- package/dist/validValues/productionMethod/locales/ee.js +0 -23
- package/dist/validValues/productionMethod/locales/se.d.js +0 -5
- package/dist/validValues/productionMethod/locales/se.d.ts +0 -15
- package/dist/validValues/productionMethod/locales/se.d.ts.map +0 -1
- package/dist/validValues/productionMethod/locales/se.js +0 -23
- package/dist/validValues/productionMethod/locales/si.d.js +0 -5
- package/dist/validValues/productionMethod/locales/si.d.ts +0 -15
- package/dist/validValues/productionMethod/locales/si.d.ts.map +0 -1
- package/dist/validValues/productionMethod/locales/si.js +0 -23
- package/dist/validValues/productionMethod.d.ts +0 -20
- package/dist/validValues/productionMethod.d.ts.map +0 -1
- package/dist/validValues/productionMethod.js +0 -126
- package/dist/validValues/region/locales/ee.d.js +0 -5
- package/dist/validValues/region/locales/ee.d.ts +0 -481
- package/dist/validValues/region/locales/ee.d.ts.map +0 -1
- package/dist/validValues/region/locales/ee.js +0 -489
- package/dist/validValues/region/locales/se.d.js +0 -5
- package/dist/validValues/region/locales/se.d.ts +0 -481
- package/dist/validValues/region/locales/se.d.ts.map +0 -1
- package/dist/validValues/region/locales/se.js +0 -489
- package/dist/validValues/region/locales/si.d.js +0 -5
- package/dist/validValues/region/locales/si.d.ts +0 -481
- package/dist/validValues/region/locales/si.d.ts.map +0 -1
- package/dist/validValues/region/locales/si.js +0 -489
- package/dist/validValues/region.d.ts +0 -489
- package/dist/validValues/region.d.ts.map +0 -1
- package/dist/validValues/region.js +0 -4814
- package/dist/validValues/responsibleConsumptionLogo/locales/ee.d.js +0 -5
- package/dist/validValues/responsibleConsumptionLogo/locales/ee.d.ts +0 -7
- package/dist/validValues/responsibleConsumptionLogo/locales/ee.d.ts.map +0 -1
- package/dist/validValues/responsibleConsumptionLogo/locales/ee.js +0 -15
- package/dist/validValues/responsibleConsumptionLogo/locales/se.d.js +0 -5
- package/dist/validValues/responsibleConsumptionLogo/locales/se.d.ts +0 -7
- package/dist/validValues/responsibleConsumptionLogo/locales/se.d.ts.map +0 -1
- package/dist/validValues/responsibleConsumptionLogo/locales/se.js +0 -15
- package/dist/validValues/responsibleConsumptionLogo/locales/si.d.js +0 -5
- package/dist/validValues/responsibleConsumptionLogo/locales/si.d.ts +0 -7
- package/dist/validValues/responsibleConsumptionLogo/locales/si.d.ts.map +0 -1
- package/dist/validValues/responsibleConsumptionLogo/locales/si.js +0 -15
- package/dist/validValues/responsibleConsumptionLogo.d.ts +0 -12
- package/dist/validValues/responsibleConsumptionLogo.d.ts.map +0 -1
- package/dist/validValues/responsibleConsumptionLogo.js +0 -66
- package/dist/validValues/subregion/locales/ee.d.js +0 -5
- package/dist/validValues/subregion/locales/ee.d.ts +0 -1392
- package/dist/validValues/subregion/locales/ee.d.ts.map +0 -1
- package/dist/validValues/subregion/locales/ee.js +0 -1400
- package/dist/validValues/subregion/locales/se.d.js +0 -5
- package/dist/validValues/subregion/locales/se.d.ts +0 -1392
- package/dist/validValues/subregion/locales/se.d.ts.map +0 -1
- package/dist/validValues/subregion/locales/se.js +0 -1400
- package/dist/validValues/subregion/locales/si.d.js +0 -5
- package/dist/validValues/subregion/locales/si.d.ts +0 -1392
- package/dist/validValues/subregion/locales/si.d.ts.map +0 -1
- package/dist/validValues/subregion/locales/si.js +0 -1400
- package/dist/validValues/subregion.d.ts +0 -1395
- package/dist/validValues/subregion.d.ts.map +0 -1
- package/dist/validValues/subregion.js +0 -12508
- package/dist/validValues/types/Award.d.ts +0 -35
- package/dist/validValues/types/Award.d.ts.map +0 -1
- package/dist/validValues/types/Award.js +0 -5
- package/dist/validValues/types/Country.d.ts +0 -35
- package/dist/validValues/types/Country.d.ts.map +0 -1
- package/dist/validValues/types/Country.js +0 -5
- package/dist/validValues/utils/createValidValues.d.ts +0 -28
- package/dist/validValues/utils/createValidValues.d.ts.map +0 -1
- package/dist/validValues/utils/createValidValues.js +0 -98
- package/dist/validValues/varietyName.d.ts +0 -1966
- package/dist/validValues/varietyName.d.ts.map +0 -1
- package/dist/validValues/varietyName.js +0 -7848
- package/dist/validValues/wineColor/locales/ee.d.js +0 -5
- package/dist/validValues/wineColor/locales/ee.d.ts +0 -7
- package/dist/validValues/wineColor/locales/ee.d.ts.map +0 -1
- package/dist/validValues/wineColor/locales/ee.js +0 -15
- package/dist/validValues/wineColor/locales/se.d.js +0 -5
- package/dist/validValues/wineColor/locales/se.d.ts +0 -7
- package/dist/validValues/wineColor/locales/se.d.ts.map +0 -1
- package/dist/validValues/wineColor/locales/se.js +0 -15
- package/dist/validValues/wineColor/locales/si.d.js +0 -5
- package/dist/validValues/wineColor/locales/si.d.ts +0 -7
- package/dist/validValues/wineColor/locales/si.d.ts.map +0 -1
- package/dist/validValues/wineColor/locales/si.js +0 -15
- package/dist/validValues/wineColor.d.ts +0 -12
- package/dist/validValues/wineColor.d.ts.map +0 -1
- package/dist/validValues/wineColor.js +0 -54
- package/dist/validValues/wineType/locales/ee.d.js +0 -5
- package/dist/validValues/wineType/locales/ee.d.ts +0 -7
- package/dist/validValues/wineType/locales/ee.d.ts.map +0 -1
- package/dist/validValues/wineType/locales/ee.js +0 -15
- package/dist/validValues/wineType/locales/se.d.js +0 -5
- package/dist/validValues/wineType/locales/se.d.ts +0 -7
- package/dist/validValues/wineType/locales/se.d.ts.map +0 -1
- package/dist/validValues/wineType/locales/se.js +0 -15
- package/dist/validValues/wineType/locales/si.d.js +0 -5
- package/dist/validValues/wineType/locales/si.d.ts +0 -7
- package/dist/validValues/wineType/locales/si.d.ts.map +0 -1
- package/dist/validValues/wineType/locales/si.js +0 -15
- package/dist/validValues/wineType.d.ts +0 -12
- package/dist/validValues/wineType.d.ts.map +0 -1
- package/dist/validValues/wineType.js +0 -54
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
|
-
exports
|
|
6
|
+
exports["default"] = exports.byProductType = void 0;
|
|
7
7
|
|
|
8
8
|
var _core = require("@lingui/core");
|
|
9
9
|
|
|
@@ -15,7 +15,7 @@ var _productTypesAromatisedWine = _interopRequireDefault(require("../types/produ
|
|
|
15
15
|
|
|
16
16
|
var _deprecatedIngredient = _interopRequireDefault(require("./deprecatedIngredient"));
|
|
17
17
|
|
|
18
|
-
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
18
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
19
19
|
|
|
20
20
|
function _toConsumableArray(arr) { return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray(arr) || _nonIterableSpread(); }
|
|
21
21
|
|
|
@@ -29,9 +29,9 @@ function _arrayWithoutHoles(arr) { if (Array.isArray(arr)) return _arrayLikeToAr
|
|
|
29
29
|
|
|
30
30
|
function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; }
|
|
31
31
|
|
|
32
|
-
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object);
|
|
32
|
+
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
33
33
|
|
|
34
|
-
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]
|
|
34
|
+
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
35
35
|
|
|
36
36
|
function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
37
37
|
|
|
@@ -61,7 +61,7 @@ var synonymOfEggs = {
|
|
|
61
61
|
};
|
|
62
62
|
var synonymOfMilk = {};
|
|
63
63
|
|
|
64
|
-
var allIngredients = _objectSpread(_objectSpread({}, _deprecatedIngredient
|
|
64
|
+
var allIngredients = _objectSpread(_objectSpread({}, _deprecatedIngredient["default"]), {}, {
|
|
65
65
|
// ...synonymIngredient,
|
|
66
66
|
aleppoPineResin: ingredient({
|
|
67
67
|
key: 'aleppoPineResin',
|
|
@@ -73,7 +73,7 @@ var allIngredients = _objectSpread(_objectSpread({}, _deprecatedIngredient.defau
|
|
|
73
73
|
},
|
|
74
74
|
metadata: {
|
|
75
75
|
tags: ['OTHER_INGREDIENT'],
|
|
76
|
-
productType: [].concat(_toConsumableArray(_productTypesWine
|
|
76
|
+
productType: [].concat(_toConsumableArray(_productTypesWine["default"]), _toConsumableArray(_productTypesAromatisedWine["default"]))
|
|
77
77
|
}
|
|
78
78
|
}),
|
|
79
79
|
ammoniaCaramel: ingredient({
|
|
@@ -86,7 +86,7 @@ var allIngredients = _objectSpread(_objectSpread({}, _deprecatedIngredient.defau
|
|
|
86
86
|
},
|
|
87
87
|
metadata: {
|
|
88
88
|
tags: ['COLOUR'],
|
|
89
|
-
productType: _productTypesAromatisedWine
|
|
89
|
+
productType: _productTypesAromatisedWine["default"]
|
|
90
90
|
}
|
|
91
91
|
}),
|
|
92
92
|
sunsetYellow: ingredient({
|
|
@@ -99,7 +99,7 @@ var allIngredients = _objectSpread(_objectSpread({}, _deprecatedIngredient.defau
|
|
|
99
99
|
},
|
|
100
100
|
metadata: {
|
|
101
101
|
tags: ['COLOUR'],
|
|
102
|
-
productType: _productTypesAromatisedWine
|
|
102
|
+
productType: _productTypesAromatisedWine["default"]
|
|
103
103
|
}
|
|
104
104
|
}),
|
|
105
105
|
sunsetYellow_eCode: ingredient({
|
|
@@ -112,7 +112,7 @@ var allIngredients = _objectSpread(_objectSpread({}, _deprecatedIngredient.defau
|
|
|
112
112
|
},
|
|
113
113
|
metadata: {
|
|
114
114
|
tags: ['COLOUR'],
|
|
115
|
-
productType: _productTypesAromatisedWine
|
|
115
|
+
productType: _productTypesAromatisedWine["default"],
|
|
116
116
|
isHiddenInMainList: true,
|
|
117
117
|
synonymDescription:
|
|
118
118
|
/*i18n*/
|
|
@@ -131,7 +131,7 @@ var allIngredients = _objectSpread(_objectSpread({}, _deprecatedIngredient.defau
|
|
|
131
131
|
},
|
|
132
132
|
metadata: {
|
|
133
133
|
tags: ['COLOUR'],
|
|
134
|
-
productType: _productTypesAromatisedWine
|
|
134
|
+
productType: _productTypesAromatisedWine["default"]
|
|
135
135
|
}
|
|
136
136
|
}),
|
|
137
137
|
quinolineYellowWith_eCode: ingredient({
|
|
@@ -144,7 +144,7 @@ var allIngredients = _objectSpread(_objectSpread({}, _deprecatedIngredient.defau
|
|
|
144
144
|
},
|
|
145
145
|
metadata: {
|
|
146
146
|
tags: ['COLOUR'],
|
|
147
|
-
productType: _productTypesAromatisedWine
|
|
147
|
+
productType: _productTypesAromatisedWine["default"],
|
|
148
148
|
isHiddenInMainList: true,
|
|
149
149
|
synonymDescription:
|
|
150
150
|
/*i18n*/
|
|
@@ -163,7 +163,7 @@ var allIngredients = _objectSpread(_objectSpread({}, _deprecatedIngredient.defau
|
|
|
163
163
|
},
|
|
164
164
|
metadata: {
|
|
165
165
|
tags: ['COLOUR'],
|
|
166
|
-
productType: _productTypesAromatisedWine
|
|
166
|
+
productType: _productTypesAromatisedWine["default"]
|
|
167
167
|
}
|
|
168
168
|
}),
|
|
169
169
|
carmoisine_eCode: ingredient({
|
|
@@ -176,7 +176,7 @@ var allIngredients = _objectSpread(_objectSpread({}, _deprecatedIngredient.defau
|
|
|
176
176
|
},
|
|
177
177
|
metadata: {
|
|
178
178
|
tags: ['COLOUR'],
|
|
179
|
-
productType: _productTypesAromatisedWine
|
|
179
|
+
productType: _productTypesAromatisedWine["default"],
|
|
180
180
|
isHiddenInMainList: true,
|
|
181
181
|
synonymDescription:
|
|
182
182
|
/*i18n*/
|
|
@@ -195,7 +195,7 @@ var allIngredients = _objectSpread(_objectSpread({}, _deprecatedIngredient.defau
|
|
|
195
195
|
},
|
|
196
196
|
metadata: {
|
|
197
197
|
tags: ['COLOUR'],
|
|
198
|
-
productType: _productTypesAromatisedWine
|
|
198
|
+
productType: _productTypesAromatisedWine["default"]
|
|
199
199
|
}
|
|
200
200
|
}),
|
|
201
201
|
alluraRed_eCode: ingredient({
|
|
@@ -208,7 +208,7 @@ var allIngredients = _objectSpread(_objectSpread({}, _deprecatedIngredient.defau
|
|
|
208
208
|
},
|
|
209
209
|
metadata: {
|
|
210
210
|
tags: ['COLOUR'],
|
|
211
|
-
productType: _productTypesAromatisedWine
|
|
211
|
+
productType: _productTypesAromatisedWine["default"],
|
|
212
212
|
isHiddenInMainList: true,
|
|
213
213
|
synonymDescription:
|
|
214
214
|
/*i18n*/
|
|
@@ -227,7 +227,7 @@ var allIngredients = _objectSpread(_objectSpread({}, _deprecatedIngredient.defau
|
|
|
227
227
|
},
|
|
228
228
|
metadata: {
|
|
229
229
|
tags: ['COLOUR'],
|
|
230
|
-
productType: _productTypesAromatisedWine
|
|
230
|
+
productType: _productTypesAromatisedWine["default"]
|
|
231
231
|
}
|
|
232
232
|
}),
|
|
233
233
|
tartrazine_eCode: ingredient({
|
|
@@ -240,7 +240,7 @@ var allIngredients = _objectSpread(_objectSpread({}, _deprecatedIngredient.defau
|
|
|
240
240
|
},
|
|
241
241
|
metadata: {
|
|
242
242
|
tags: ['COLOUR'],
|
|
243
|
-
productType: _productTypesAromatisedWine
|
|
243
|
+
productType: _productTypesAromatisedWine["default"],
|
|
244
244
|
isHiddenInMainList: true,
|
|
245
245
|
synonymDescription:
|
|
246
246
|
/*i18n*/
|
|
@@ -259,7 +259,7 @@ var allIngredients = _objectSpread(_objectSpread({}, _deprecatedIngredient.defau
|
|
|
259
259
|
},
|
|
260
260
|
metadata: {
|
|
261
261
|
tags: ['COLOUR'],
|
|
262
|
-
productType: _productTypesAromatisedWine
|
|
262
|
+
productType: _productTypesAromatisedWine["default"]
|
|
263
263
|
}
|
|
264
264
|
}),
|
|
265
265
|
ponceau4R_eCode: ingredient({
|
|
@@ -272,7 +272,7 @@ var allIngredients = _objectSpread(_objectSpread({}, _deprecatedIngredient.defau
|
|
|
272
272
|
},
|
|
273
273
|
metadata: {
|
|
274
274
|
tags: ['COLOUR'],
|
|
275
|
-
productType: _productTypesAromatisedWine
|
|
275
|
+
productType: _productTypesAromatisedWine["default"],
|
|
276
276
|
isHiddenInMainList: true,
|
|
277
277
|
synonymDescription:
|
|
278
278
|
/*i18n*/
|
|
@@ -291,7 +291,7 @@ var allIngredients = _objectSpread(_objectSpread({}, _deprecatedIngredient.defau
|
|
|
291
291
|
},
|
|
292
292
|
metadata: {
|
|
293
293
|
tags: ['ANTIOXIDANT'],
|
|
294
|
-
productType: [].concat(_toConsumableArray(_productTypesWine
|
|
294
|
+
productType: [].concat(_toConsumableArray(_productTypesWine["default"]), _toConsumableArray(_productTypesAromatisedWine["default"]))
|
|
295
295
|
}
|
|
296
296
|
}),
|
|
297
297
|
burnedSugar: ingredient({
|
|
@@ -304,7 +304,7 @@ var allIngredients = _objectSpread(_objectSpread({}, _deprecatedIngredient.defau
|
|
|
304
304
|
},
|
|
305
305
|
metadata: {
|
|
306
306
|
tags: ['SWEETENER'],
|
|
307
|
-
productType: _productTypesAromatisedWine
|
|
307
|
+
productType: _productTypesAromatisedWine["default"]
|
|
308
308
|
}
|
|
309
309
|
}),
|
|
310
310
|
calciumSulphate: ingredient({
|
|
@@ -317,7 +317,7 @@ var allIngredients = _objectSpread(_objectSpread({}, _deprecatedIngredient.defau
|
|
|
317
317
|
},
|
|
318
318
|
metadata: {
|
|
319
319
|
tags: ['ACIDITY_REGULATOR'],
|
|
320
|
-
productType: [].concat(_toConsumableArray(_productTypesWine
|
|
320
|
+
productType: [].concat(_toConsumableArray(_productTypesWine["default"]), _toConsumableArray(_productTypesAromatisedWine["default"]))
|
|
321
321
|
}
|
|
322
322
|
}),
|
|
323
323
|
caramel: ingredient({
|
|
@@ -330,7 +330,7 @@ var allIngredients = _objectSpread(_objectSpread({}, _deprecatedIngredient.defau
|
|
|
330
330
|
},
|
|
331
331
|
metadata: {
|
|
332
332
|
tags: ['OTHER_INGREDIENT'],
|
|
333
|
-
productType: [].concat(_toConsumableArray(_productTypesWine
|
|
333
|
+
productType: [].concat(_toConsumableArray(_productTypesWine["default"]), _toConsumableArray(_productTypesAromatisedWine["default"]))
|
|
334
334
|
}
|
|
335
335
|
}),
|
|
336
336
|
carbonDioxide: ingredient({
|
|
@@ -343,7 +343,7 @@ var allIngredients = _objectSpread(_objectSpread({}, _deprecatedIngredient.defau
|
|
|
343
343
|
},
|
|
344
344
|
metadata: {
|
|
345
345
|
tags: ['RAW_MATERIAL'],
|
|
346
|
-
productType: [].concat(_toConsumableArray(_productTypesWine
|
|
346
|
+
productType: [].concat(_toConsumableArray(_productTypesWine["default"]), _toConsumableArray(_productTypesAromatisedWine["default"]))
|
|
347
347
|
}
|
|
348
348
|
}),
|
|
349
349
|
carboxymethylcellulose: ingredient({
|
|
@@ -356,7 +356,7 @@ var allIngredients = _objectSpread(_objectSpread({}, _deprecatedIngredient.defau
|
|
|
356
356
|
},
|
|
357
357
|
metadata: {
|
|
358
358
|
tags: ['STABILISER'],
|
|
359
|
-
productType: [].concat(_toConsumableArray(_productTypesWine
|
|
359
|
+
productType: [].concat(_toConsumableArray(_productTypesWine["default"]), _toConsumableArray(_productTypesAromatisedWine["default"]))
|
|
360
360
|
}
|
|
361
361
|
}),
|
|
362
362
|
carobSyrup: ingredient({
|
|
@@ -369,7 +369,7 @@ var allIngredients = _objectSpread(_objectSpread({}, _deprecatedIngredient.defau
|
|
|
369
369
|
},
|
|
370
370
|
metadata: {
|
|
371
371
|
tags: ['SWEETENER'],
|
|
372
|
-
productType: _productTypesAromatisedWine
|
|
372
|
+
productType: _productTypesAromatisedWine["default"]
|
|
373
373
|
}
|
|
374
374
|
}),
|
|
375
375
|
milk: ingredient({
|
|
@@ -382,7 +382,7 @@ var allIngredients = _objectSpread(_objectSpread({}, _deprecatedIngredient.defau
|
|
|
382
382
|
},
|
|
383
383
|
metadata: {
|
|
384
384
|
tags: ['CLARIFYING_AGENT', 'ALLERGEN'],
|
|
385
|
-
productType: [].concat(_toConsumableArray(_productTypesWine
|
|
385
|
+
productType: [].concat(_toConsumableArray(_productTypesWine["default"]), _toConsumableArray(_productTypesAromatisedWine["default"]))
|
|
386
386
|
}
|
|
387
387
|
}),
|
|
388
388
|
causticSulfiteCaramel: ingredient({
|
|
@@ -395,7 +395,7 @@ var allIngredients = _objectSpread(_objectSpread({}, _deprecatedIngredient.defau
|
|
|
395
395
|
},
|
|
396
396
|
metadata: {
|
|
397
397
|
tags: ['COLOUR'],
|
|
398
|
-
productType: _productTypesAromatisedWine
|
|
398
|
+
productType: _productTypesAromatisedWine["default"]
|
|
399
399
|
}
|
|
400
400
|
}),
|
|
401
401
|
cerealDistillateAndWater: ingredient({
|
|
@@ -408,7 +408,7 @@ var allIngredients = _objectSpread(_objectSpread({}, _deprecatedIngredient.defau
|
|
|
408
408
|
},
|
|
409
409
|
metadata: {
|
|
410
410
|
tags: ['RAW_MATERIAL'],
|
|
411
|
-
productType: _productTypesSpirit
|
|
411
|
+
productType: _productTypesSpirit["default"]
|
|
412
412
|
}
|
|
413
413
|
}),
|
|
414
414
|
citricAcid: ingredient({
|
|
@@ -421,7 +421,7 @@ var allIngredients = _objectSpread(_objectSpread({}, _deprecatedIngredient.defau
|
|
|
421
421
|
},
|
|
422
422
|
metadata: {
|
|
423
423
|
tags: ['STABILISER'],
|
|
424
|
-
productType: [].concat(_toConsumableArray(_productTypesWine
|
|
424
|
+
productType: [].concat(_toConsumableArray(_productTypesWine["default"]), _toConsumableArray(_productTypesAromatisedWine["default"]))
|
|
425
425
|
}
|
|
426
426
|
}),
|
|
427
427
|
wineWithSulphites: ingredient({
|
|
@@ -434,7 +434,7 @@ var allIngredients = _objectSpread(_objectSpread({}, _deprecatedIngredient.defau
|
|
|
434
434
|
},
|
|
435
435
|
metadata: {
|
|
436
436
|
tags: ['RAW_MATERIAL', 'ALLERGEN'],
|
|
437
|
-
productType: _productTypesAromatisedWine
|
|
437
|
+
productType: _productTypesAromatisedWine["default"]
|
|
438
438
|
}
|
|
439
439
|
}),
|
|
440
440
|
concentratedGrapeMust: ingredient({
|
|
@@ -447,7 +447,7 @@ var allIngredients = _objectSpread(_objectSpread({}, _deprecatedIngredient.defau
|
|
|
447
447
|
},
|
|
448
448
|
metadata: {
|
|
449
449
|
tags: ['ENRICHMENT_SUBSTANCE', 'SWEETENER', 'RAW_MATERIAL', 'ALLERGEN'],
|
|
450
|
-
productType: _productTypesWine
|
|
450
|
+
productType: _productTypesWine["default"]
|
|
451
451
|
}
|
|
452
452
|
}),
|
|
453
453
|
grapeMustWithSulphites: ingredient({
|
|
@@ -460,7 +460,7 @@ var allIngredients = _objectSpread(_objectSpread({}, _deprecatedIngredient.defau
|
|
|
460
460
|
},
|
|
461
461
|
metadata: {
|
|
462
462
|
tags: ['RAW_MATERIAL', 'ALLERGEN'],
|
|
463
|
-
productType: _productTypesAromatisedWine
|
|
463
|
+
productType: _productTypesAromatisedWine["default"]
|
|
464
464
|
}
|
|
465
465
|
}),
|
|
466
466
|
dimethyldicarbonate: ingredient({
|
|
@@ -473,7 +473,7 @@ var allIngredients = _objectSpread(_objectSpread({}, _deprecatedIngredient.defau
|
|
|
473
473
|
},
|
|
474
474
|
metadata: {
|
|
475
475
|
tags: ['PRESERVATIVE'],
|
|
476
|
-
productType: [].concat(_toConsumableArray(_productTypesWine
|
|
476
|
+
productType: [].concat(_toConsumableArray(_productTypesWine["default"]), _toConsumableArray(_productTypesAromatisedWine["default"]))
|
|
477
477
|
}
|
|
478
478
|
}),
|
|
479
479
|
distillateOfAgriculturalOrigin: ingredient({
|
|
@@ -486,7 +486,7 @@ var allIngredients = _objectSpread(_objectSpread({}, _deprecatedIngredient.defau
|
|
|
486
486
|
},
|
|
487
487
|
metadata: {
|
|
488
488
|
tags: ['ALCOHOL'],
|
|
489
|
-
productType: _productTypesAromatisedWine
|
|
489
|
+
productType: _productTypesAromatisedWine["default"]
|
|
490
490
|
}
|
|
491
491
|
}),
|
|
492
492
|
driedGrapeAlcohol: ingredient({
|
|
@@ -499,7 +499,7 @@ var allIngredients = _objectSpread(_objectSpread({}, _deprecatedIngredient.defau
|
|
|
499
499
|
},
|
|
500
500
|
metadata: {
|
|
501
501
|
tags: ['ALCOHOL'],
|
|
502
|
-
productType: _productTypesAromatisedWine
|
|
502
|
+
productType: _productTypesAromatisedWine["default"]
|
|
503
503
|
}
|
|
504
504
|
}),
|
|
505
505
|
driedGrapeDistillate: ingredient({
|
|
@@ -512,7 +512,7 @@ var allIngredients = _objectSpread(_objectSpread({}, _deprecatedIngredient.defau
|
|
|
512
512
|
},
|
|
513
513
|
metadata: {
|
|
514
514
|
tags: ['ALCOHOL'],
|
|
515
|
-
productType: _productTypesAromatisedWine
|
|
515
|
+
productType: _productTypesAromatisedWine["default"]
|
|
516
516
|
}
|
|
517
517
|
}),
|
|
518
518
|
egg: ingredient({
|
|
@@ -525,7 +525,7 @@ var allIngredients = _objectSpread(_objectSpread({}, _deprecatedIngredient.defau
|
|
|
525
525
|
},
|
|
526
526
|
metadata: {
|
|
527
527
|
tags: ['CLARIFYING_AGENT', 'ALLERGEN', 'PRESERVATIVE'],
|
|
528
|
-
productType: [].concat(_toConsumableArray(_productTypesWine
|
|
528
|
+
productType: [].concat(_toConsumableArray(_productTypesWine["default"]), _toConsumableArray(_productTypesAromatisedWine["default"]))
|
|
529
529
|
}
|
|
530
530
|
}),
|
|
531
531
|
ethylAlcoholOfAgriculturalOrigin: ingredient({
|
|
@@ -538,7 +538,7 @@ var allIngredients = _objectSpread(_objectSpread({}, _deprecatedIngredient.defau
|
|
|
538
538
|
},
|
|
539
539
|
metadata: {
|
|
540
540
|
tags: ['ALCOHOL'],
|
|
541
|
-
productType: _productTypesAromatisedWine
|
|
541
|
+
productType: _productTypesAromatisedWine["default"]
|
|
542
542
|
}
|
|
543
543
|
}),
|
|
544
544
|
expeditionLiqueur: ingredient({
|
|
@@ -551,7 +551,7 @@ var allIngredients = _objectSpread(_objectSpread({}, _deprecatedIngredient.defau
|
|
|
551
551
|
},
|
|
552
552
|
metadata: {
|
|
553
553
|
tags: ['RAW_MATERIAL'],
|
|
554
|
-
productType: _productTypesWine
|
|
554
|
+
productType: _productTypesWine["default"]
|
|
555
555
|
}
|
|
556
556
|
}),
|
|
557
557
|
flavouring: ingredient({
|
|
@@ -564,7 +564,7 @@ var allIngredients = _objectSpread(_objectSpread({}, _deprecatedIngredient.defau
|
|
|
564
564
|
},
|
|
565
565
|
metadata: {
|
|
566
566
|
tags: ['FLAVOURING'],
|
|
567
|
-
productType: _productTypesAromatisedWine
|
|
567
|
+
productType: _productTypesAromatisedWine["default"]
|
|
568
568
|
}
|
|
569
569
|
}),
|
|
570
570
|
flavourings: ingredient({
|
|
@@ -577,7 +577,7 @@ var allIngredients = _objectSpread(_objectSpread({}, _deprecatedIngredient.defau
|
|
|
577
577
|
},
|
|
578
578
|
metadata: {
|
|
579
579
|
tags: ['FLAVOURING'],
|
|
580
|
-
productType: _productTypesAromatisedWine
|
|
580
|
+
productType: _productTypesAromatisedWine["default"]
|
|
581
581
|
}
|
|
582
582
|
}),
|
|
583
583
|
flavouringNatural: ingredient({
|
|
@@ -590,7 +590,7 @@ var allIngredients = _objectSpread(_objectSpread({}, _deprecatedIngredient.defau
|
|
|
590
590
|
},
|
|
591
591
|
metadata: {
|
|
592
592
|
tags: ['FLAVOURING'],
|
|
593
|
-
productType: _productTypesAromatisedWine
|
|
593
|
+
productType: _productTypesAromatisedWine["default"]
|
|
594
594
|
}
|
|
595
595
|
}),
|
|
596
596
|
flavouringsNatural: ingredient({
|
|
@@ -603,7 +603,7 @@ var allIngredients = _objectSpread(_objectSpread({}, _deprecatedIngredient.defau
|
|
|
603
603
|
},
|
|
604
604
|
metadata: {
|
|
605
605
|
tags: ['FLAVOURING'],
|
|
606
|
-
productType: _productTypesAromatisedWine
|
|
606
|
+
productType: _productTypesAromatisedWine["default"]
|
|
607
607
|
}
|
|
608
608
|
}),
|
|
609
609
|
flavouringSmoke: ingredient({
|
|
@@ -616,7 +616,7 @@ var allIngredients = _objectSpread(_objectSpread({}, _deprecatedIngredient.defau
|
|
|
616
616
|
},
|
|
617
617
|
metadata: {
|
|
618
618
|
tags: ['FLAVOURING'],
|
|
619
|
-
productType: _productTypesAromatisedWine
|
|
619
|
+
productType: _productTypesAromatisedWine["default"]
|
|
620
620
|
}
|
|
621
621
|
}),
|
|
622
622
|
flavouringsSmoke: ingredient({
|
|
@@ -629,7 +629,7 @@ var allIngredients = _objectSpread(_objectSpread({}, _deprecatedIngredient.defau
|
|
|
629
629
|
},
|
|
630
630
|
metadata: {
|
|
631
631
|
tags: ['FLAVOURING'],
|
|
632
|
-
productType: _productTypesAromatisedWine
|
|
632
|
+
productType: _productTypesAromatisedWine["default"]
|
|
633
633
|
}
|
|
634
634
|
}),
|
|
635
635
|
freshBeerDistillateAndWater: ingredient({
|
|
@@ -655,7 +655,7 @@ var allIngredients = _objectSpread(_objectSpread({}, _deprecatedIngredient.defau
|
|
|
655
655
|
},
|
|
656
656
|
metadata: {
|
|
657
657
|
tags: ['STABILISER'],
|
|
658
|
-
productType: ['wine_stillwine', 'wine_fortified', 'wine_pearlwine', 'wine_sparkling'].concat(_toConsumableArray(_productTypesAromatisedWine
|
|
658
|
+
productType: ['wine_stillwine', 'wine_fortified', 'wine_pearlwine', 'wine_sparkling'].concat(_toConsumableArray(_productTypesAromatisedWine["default"]))
|
|
659
659
|
}
|
|
660
660
|
}),
|
|
661
661
|
grainDistillateAndWater: ingredient({
|
|
@@ -668,7 +668,7 @@ var allIngredients = _objectSpread(_objectSpread({}, _deprecatedIngredient.defau
|
|
|
668
668
|
},
|
|
669
669
|
metadata: {
|
|
670
670
|
tags: ['RAW_MATERIAL'],
|
|
671
|
-
productType: _productTypesSpirit
|
|
671
|
+
productType: _productTypesSpirit["default"]
|
|
672
672
|
}
|
|
673
673
|
}),
|
|
674
674
|
grape: ingredient({
|
|
@@ -681,7 +681,7 @@ var allIngredients = _objectSpread(_objectSpread({}, _deprecatedIngredient.defau
|
|
|
681
681
|
},
|
|
682
682
|
metadata: {
|
|
683
683
|
tags: ['RAW_MATERIAL'],
|
|
684
|
-
productType: _productTypesWine
|
|
684
|
+
productType: _productTypesWine["default"]
|
|
685
685
|
}
|
|
686
686
|
}),
|
|
687
687
|
grapeMarcSpirit: ingredient({
|
|
@@ -694,7 +694,7 @@ var allIngredients = _objectSpread(_objectSpread({}, _deprecatedIngredient.defau
|
|
|
694
694
|
},
|
|
695
695
|
metadata: {
|
|
696
696
|
tags: ['ALCOHOL'],
|
|
697
|
-
productType: _productTypesAromatisedWine
|
|
697
|
+
productType: _productTypesAromatisedWine["default"]
|
|
698
698
|
}
|
|
699
699
|
}),
|
|
700
700
|
gumArabic: ingredient({
|
|
@@ -707,7 +707,7 @@ var allIngredients = _objectSpread(_objectSpread({}, _deprecatedIngredient.defau
|
|
|
707
707
|
},
|
|
708
708
|
metadata: {
|
|
709
709
|
tags: ['STABILISER'],
|
|
710
|
-
productType: [].concat(_toConsumableArray(_productTypesWine
|
|
710
|
+
productType: [].concat(_toConsumableArray(_productTypesWine["default"]), _toConsumableArray(_productTypesAromatisedWine["default"]))
|
|
711
711
|
}
|
|
712
712
|
}),
|
|
713
713
|
honey: ingredient({
|
|
@@ -720,7 +720,7 @@ var allIngredients = _objectSpread(_objectSpread({}, _deprecatedIngredient.defau
|
|
|
720
720
|
},
|
|
721
721
|
metadata: {
|
|
722
722
|
tags: ['SWEETENER'],
|
|
723
|
-
productType: _productTypesAromatisedWine
|
|
723
|
+
productType: _productTypesAromatisedWine["default"]
|
|
724
724
|
}
|
|
725
725
|
}),
|
|
726
726
|
lacticAcid: ingredient({
|
|
@@ -733,7 +733,7 @@ var allIngredients = _objectSpread(_objectSpread({}, _deprecatedIngredient.defau
|
|
|
733
733
|
},
|
|
734
734
|
metadata: {
|
|
735
735
|
tags: ['ACIDITY_REGULATOR'],
|
|
736
|
-
productType: [].concat(_toConsumableArray(_productTypesWine
|
|
736
|
+
productType: [].concat(_toConsumableArray(_productTypesWine["default"]), _toConsumableArray(_productTypesAromatisedWine["default"]))
|
|
737
737
|
}
|
|
738
738
|
}),
|
|
739
739
|
malicAcid: ingredient({
|
|
@@ -746,7 +746,7 @@ var allIngredients = _objectSpread(_objectSpread({}, _deprecatedIngredient.defau
|
|
|
746
746
|
},
|
|
747
747
|
metadata: {
|
|
748
748
|
tags: ['ACIDITY_REGULATOR'],
|
|
749
|
-
productType: [].concat(_toConsumableArray(_productTypesWine
|
|
749
|
+
productType: [].concat(_toConsumableArray(_productTypesWine["default"]), _toConsumableArray(_productTypesAromatisedWine["default"]))
|
|
750
750
|
}
|
|
751
751
|
}),
|
|
752
752
|
maltDistillateAndWater: ingredient({
|
|
@@ -759,7 +759,7 @@ var allIngredients = _objectSpread(_objectSpread({}, _deprecatedIngredient.defau
|
|
|
759
759
|
},
|
|
760
760
|
metadata: {
|
|
761
761
|
tags: ['RAW_MATERIAL'],
|
|
762
|
-
productType: _productTypesSpirit
|
|
762
|
+
productType: _productTypesSpirit["default"]
|
|
763
763
|
}
|
|
764
764
|
}),
|
|
765
765
|
tartaricAcid: ingredient({
|
|
@@ -772,7 +772,7 @@ var allIngredients = _objectSpread(_objectSpread({}, _deprecatedIngredient.defau
|
|
|
772
772
|
},
|
|
773
773
|
metadata: {
|
|
774
774
|
tags: ['ACIDITY_REGULATOR'],
|
|
775
|
-
productType: [].concat(_toConsumableArray(_productTypesWine
|
|
775
|
+
productType: [].concat(_toConsumableArray(_productTypesWine["default"]), _toConsumableArray(_productTypesAromatisedWine["default"]))
|
|
776
776
|
}
|
|
777
777
|
}),
|
|
778
778
|
metatartaricAcid: ingredient({
|
|
@@ -785,7 +785,7 @@ var allIngredients = _objectSpread(_objectSpread({}, _deprecatedIngredient.defau
|
|
|
785
785
|
},
|
|
786
786
|
metadata: {
|
|
787
787
|
tags: ['STABILISER'],
|
|
788
|
-
productType: [].concat(_toConsumableArray(_productTypesWine
|
|
788
|
+
productType: [].concat(_toConsumableArray(_productTypesWine["default"]), _toConsumableArray(_productTypesAromatisedWine["default"]))
|
|
789
789
|
}
|
|
790
790
|
}),
|
|
791
791
|
plainCaramel: ingredient({
|
|
@@ -798,7 +798,7 @@ var allIngredients = _objectSpread(_objectSpread({}, _deprecatedIngredient.defau
|
|
|
798
798
|
},
|
|
799
799
|
metadata: {
|
|
800
800
|
tags: ['COLOUR'],
|
|
801
|
-
productType: _productTypesAromatisedWine
|
|
801
|
+
productType: _productTypesAromatisedWine["default"]
|
|
802
802
|
}
|
|
803
803
|
}),
|
|
804
804
|
potassiumPolyaspartate: ingredient({
|
|
@@ -811,7 +811,7 @@ var allIngredients = _objectSpread(_objectSpread({}, _deprecatedIngredient.defau
|
|
|
811
811
|
},
|
|
812
812
|
metadata: {
|
|
813
813
|
tags: ['STABILISER'],
|
|
814
|
-
productType: [].concat(_toConsumableArray(_productTypesWine
|
|
814
|
+
productType: [].concat(_toConsumableArray(_productTypesWine["default"]), _toConsumableArray(_productTypesAromatisedWine["default"]))
|
|
815
815
|
}
|
|
816
816
|
}),
|
|
817
817
|
potassiumSorbate: ingredient({
|
|
@@ -824,7 +824,7 @@ var allIngredients = _objectSpread(_objectSpread({}, _deprecatedIngredient.defau
|
|
|
824
824
|
},
|
|
825
825
|
metadata: {
|
|
826
826
|
tags: ['PRESERVATIVE'],
|
|
827
|
-
productType: [].concat(_toConsumableArray(_productTypesWine
|
|
827
|
+
productType: [].concat(_toConsumableArray(_productTypesWine["default"]), _toConsumableArray(_productTypesAromatisedWine["default"]))
|
|
828
828
|
}
|
|
829
829
|
}),
|
|
830
830
|
ryeDistillateAndWater: ingredient({
|
|
@@ -837,7 +837,7 @@ var allIngredients = _objectSpread(_objectSpread({}, _deprecatedIngredient.defau
|
|
|
837
837
|
},
|
|
838
838
|
metadata: {
|
|
839
839
|
tags: ['RAW_MATERIAL'],
|
|
840
|
-
productType: _productTypesSpirit
|
|
840
|
+
productType: _productTypesSpirit["default"]
|
|
841
841
|
}
|
|
842
842
|
}),
|
|
843
843
|
sucrose: ingredient({
|
|
@@ -850,7 +850,7 @@ var allIngredients = _objectSpread(_objectSpread({}, _deprecatedIngredient.defau
|
|
|
850
850
|
},
|
|
851
851
|
metadata: {
|
|
852
852
|
tags: ['ENRICHMENT_SUBSTANCE'],
|
|
853
|
-
productType: [].concat(_toConsumableArray(_productTypesWine
|
|
853
|
+
productType: [].concat(_toConsumableArray(_productTypesWine["default"]), _toConsumableArray(_productTypesAromatisedWine["default"]))
|
|
854
854
|
}
|
|
855
855
|
}),
|
|
856
856
|
sugar: ingredient({
|
|
@@ -863,7 +863,7 @@ var allIngredients = _objectSpread(_objectSpread({}, _deprecatedIngredient.defau
|
|
|
863
863
|
},
|
|
864
864
|
metadata: {
|
|
865
865
|
tags: ['ENRICHMENT_SUBSTANCE', 'SWEETENER'],
|
|
866
|
-
productType: [].concat(_toConsumableArray(_productTypesWine
|
|
866
|
+
productType: [].concat(_toConsumableArray(_productTypesWine["default"]), _toConsumableArray(_productTypesAromatisedWine["default"]))
|
|
867
867
|
}
|
|
868
868
|
}),
|
|
869
869
|
sulfiteAmmoniaCaramel: ingredient({
|
|
@@ -876,7 +876,7 @@ var allIngredients = _objectSpread(_objectSpread({}, _deprecatedIngredient.defau
|
|
|
876
876
|
},
|
|
877
877
|
metadata: {
|
|
878
878
|
tags: ['COLOUR'],
|
|
879
|
-
productType: _productTypesAromatisedWine
|
|
879
|
+
productType: _productTypesAromatisedWine["default"]
|
|
880
880
|
}
|
|
881
881
|
}),
|
|
882
882
|
sulfites: ingredient({
|
|
@@ -889,7 +889,7 @@ var allIngredients = _objectSpread(_objectSpread({}, _deprecatedIngredient.defau
|
|
|
889
889
|
},
|
|
890
890
|
metadata: {
|
|
891
891
|
tags: ['PRESERVATIVE', 'ALLERGEN'],
|
|
892
|
-
productType: [].concat(_toConsumableArray(_productTypesWine
|
|
892
|
+
productType: [].concat(_toConsumableArray(_productTypesWine["default"]), _toConsumableArray(_productTypesAromatisedWine["default"]))
|
|
893
893
|
}
|
|
894
894
|
}),
|
|
895
895
|
tirageLiqueur: ingredient({
|
|
@@ -902,7 +902,7 @@ var allIngredients = _objectSpread(_objectSpread({}, _deprecatedIngredient.defau
|
|
|
902
902
|
},
|
|
903
903
|
metadata: {
|
|
904
904
|
tags: ['RAW_MATERIAL'],
|
|
905
|
-
productType: _productTypesWine
|
|
905
|
+
productType: _productTypesWine["default"]
|
|
906
906
|
}
|
|
907
907
|
}),
|
|
908
908
|
water: ingredient({
|
|
@@ -915,7 +915,7 @@ var allIngredients = _objectSpread(_objectSpread({}, _deprecatedIngredient.defau
|
|
|
915
915
|
},
|
|
916
916
|
metadata: {
|
|
917
917
|
tags: ['OTHER_INGREDIENT'],
|
|
918
|
-
productType: _productTypesAromatisedWine
|
|
918
|
+
productType: _productTypesAromatisedWine["default"]
|
|
919
919
|
}
|
|
920
920
|
}),
|
|
921
921
|
wineAlcohol: ingredient({
|
|
@@ -928,7 +928,7 @@ var allIngredients = _objectSpread(_objectSpread({}, _deprecatedIngredient.defau
|
|
|
928
928
|
},
|
|
929
929
|
metadata: {
|
|
930
930
|
tags: ['ALCOHOL'],
|
|
931
|
-
productType: _productTypesAromatisedWine
|
|
931
|
+
productType: _productTypesAromatisedWine["default"]
|
|
932
932
|
}
|
|
933
933
|
}),
|
|
934
934
|
wineDistillate: ingredient({
|
|
@@ -941,7 +941,7 @@ var allIngredients = _objectSpread(_objectSpread({}, _deprecatedIngredient.defau
|
|
|
941
941
|
},
|
|
942
942
|
metadata: {
|
|
943
943
|
tags: ['ALCOHOL'],
|
|
944
|
-
productType: _productTypesAromatisedWine
|
|
944
|
+
productType: _productTypesAromatisedWine["default"]
|
|
945
945
|
}
|
|
946
946
|
}),
|
|
947
947
|
wineSpirit: ingredient({
|
|
@@ -954,7 +954,7 @@ var allIngredients = _objectSpread(_objectSpread({}, _deprecatedIngredient.defau
|
|
|
954
954
|
},
|
|
955
955
|
metadata: {
|
|
956
956
|
tags: ['ALCOHOL'],
|
|
957
|
-
productType: _productTypesAromatisedWine
|
|
957
|
+
productType: _productTypesAromatisedWine["default"]
|
|
958
958
|
}
|
|
959
959
|
}),
|
|
960
960
|
yeastMannoproteins: ingredient({
|
|
@@ -967,7 +967,7 @@ var allIngredients = _objectSpread(_objectSpread({}, _deprecatedIngredient.defau
|
|
|
967
967
|
},
|
|
968
968
|
metadata: {
|
|
969
969
|
tags: ['STABILISER'],
|
|
970
|
-
productType: [].concat(_toConsumableArray(_productTypesWine
|
|
970
|
+
productType: [].concat(_toConsumableArray(_productTypesWine["default"]), _toConsumableArray(_productTypesAromatisedWine["default"]))
|
|
971
971
|
}
|
|
972
972
|
}),
|
|
973
973
|
// Synonym ingredients
|
|
@@ -981,7 +981,7 @@ var allIngredients = _objectSpread(_objectSpread({}, _deprecatedIngredient.defau
|
|
|
981
981
|
},
|
|
982
982
|
metadata: _objectSpread({
|
|
983
983
|
tags: ['CLARIFYING_AGENT'],
|
|
984
|
-
productType: [].concat(_toConsumableArray(_productTypesWine
|
|
984
|
+
productType: [].concat(_toConsumableArray(_productTypesWine["default"]), _toConsumableArray(_productTypesAromatisedWine["default"]))
|
|
985
985
|
}, synonymOfMilk)
|
|
986
986
|
}),
|
|
987
987
|
milkProducts: ingredient({
|
|
@@ -994,7 +994,7 @@ var allIngredients = _objectSpread(_objectSpread({}, _deprecatedIngredient.defau
|
|
|
994
994
|
},
|
|
995
995
|
metadata: _objectSpread({
|
|
996
996
|
tags: ['CLARIFYING_AGENT'],
|
|
997
|
-
productType: [].concat(_toConsumableArray(_productTypesWine
|
|
997
|
+
productType: [].concat(_toConsumableArray(_productTypesWine["default"]), _toConsumableArray(_productTypesAromatisedWine["default"]))
|
|
998
998
|
}, synonymOfMilk)
|
|
999
999
|
}),
|
|
1000
1000
|
milkProtein: ingredient({
|
|
@@ -1007,7 +1007,7 @@ var allIngredients = _objectSpread(_objectSpread({}, _deprecatedIngredient.defau
|
|
|
1007
1007
|
},
|
|
1008
1008
|
metadata: _objectSpread({
|
|
1009
1009
|
tags: ['CLARIFYING_AGENT'],
|
|
1010
|
-
productType: [].concat(_toConsumableArray(_productTypesWine
|
|
1010
|
+
productType: [].concat(_toConsumableArray(_productTypesWine["default"]), _toConsumableArray(_productTypesAromatisedWine["default"]))
|
|
1011
1011
|
}, synonymOfMilk)
|
|
1012
1012
|
}),
|
|
1013
1013
|
eggAlbumin: ingredient({
|
|
@@ -1020,7 +1020,7 @@ var allIngredients = _objectSpread(_objectSpread({}, _deprecatedIngredient.defau
|
|
|
1020
1020
|
},
|
|
1021
1021
|
metadata: _objectSpread({
|
|
1022
1022
|
tags: ['CLARIFYING_AGENT', 'ALLERGEN'],
|
|
1023
|
-
productType: [].concat(_toConsumableArray(_productTypesWine
|
|
1023
|
+
productType: [].concat(_toConsumableArray(_productTypesWine["default"]), _toConsumableArray(_productTypesAromatisedWine["default"]))
|
|
1024
1024
|
}, synonymOfEggs)
|
|
1025
1025
|
}),
|
|
1026
1026
|
eggLysozyme: ingredient({
|
|
@@ -1033,7 +1033,7 @@ var allIngredients = _objectSpread(_objectSpread({}, _deprecatedIngredient.defau
|
|
|
1033
1033
|
},
|
|
1034
1034
|
metadata: _objectSpread({
|
|
1035
1035
|
tags: ['PRESERVATIVE', 'ALLERGEN'],
|
|
1036
|
-
productType: [].concat(_toConsumableArray(_productTypesWine
|
|
1036
|
+
productType: [].concat(_toConsumableArray(_productTypesWine["default"]), _toConsumableArray(_productTypesAromatisedWine["default"]))
|
|
1037
1037
|
}, synonymOfEggs)
|
|
1038
1038
|
}),
|
|
1039
1039
|
eggLysozyme_eCode: ingredient({
|
|
@@ -1046,7 +1046,7 @@ var allIngredients = _objectSpread(_objectSpread({}, _deprecatedIngredient.defau
|
|
|
1046
1046
|
},
|
|
1047
1047
|
metadata: _objectSpread({
|
|
1048
1048
|
tags: ['PRESERVATIVE', 'ALLERGEN'],
|
|
1049
|
-
productType: [].concat(_toConsumableArray(_productTypesWine
|
|
1049
|
+
productType: [].concat(_toConsumableArray(_productTypesWine["default"]), _toConsumableArray(_productTypesAromatisedWine["default"]))
|
|
1050
1050
|
}, synonymOfEggs)
|
|
1051
1051
|
}),
|
|
1052
1052
|
eggProtein: ingredient({
|
|
@@ -1059,7 +1059,7 @@ var allIngredients = _objectSpread(_objectSpread({}, _deprecatedIngredient.defau
|
|
|
1059
1059
|
},
|
|
1060
1060
|
metadata: _objectSpread({
|
|
1061
1061
|
tags: ['CLARIFYING_AGENT', 'ALLERGEN', 'PRESERVATIVE'],
|
|
1062
|
-
productType: [].concat(_toConsumableArray(_productTypesWine
|
|
1062
|
+
productType: [].concat(_toConsumableArray(_productTypesWine["default"]), _toConsumableArray(_productTypesAromatisedWine["default"]))
|
|
1063
1063
|
}, synonymOfEggs)
|
|
1064
1064
|
}),
|
|
1065
1065
|
eggProduct: ingredient({
|
|
@@ -1072,7 +1072,7 @@ var allIngredients = _objectSpread(_objectSpread({}, _deprecatedIngredient.defau
|
|
|
1072
1072
|
},
|
|
1073
1073
|
metadata: _objectSpread({
|
|
1074
1074
|
tags: ['CLARIFYING_AGENT', 'ALLERGEN', 'PRESERVATIVE'],
|
|
1075
|
-
productType: [].concat(_toConsumableArray(_productTypesWine
|
|
1075
|
+
productType: [].concat(_toConsumableArray(_productTypesWine["default"]), _toConsumableArray(_productTypesAromatisedWine["default"]))
|
|
1076
1076
|
}, synonymOfEggs)
|
|
1077
1077
|
}),
|
|
1078
1078
|
potassiumBisulphite: ingredient({
|
|
@@ -1085,7 +1085,7 @@ var allIngredients = _objectSpread(_objectSpread({}, _deprecatedIngredient.defau
|
|
|
1085
1085
|
},
|
|
1086
1086
|
metadata: _objectSpread({
|
|
1087
1087
|
tags: ['PRESERVATIVE', 'ALLERGEN'],
|
|
1088
|
-
productType: [].concat(_toConsumableArray(_productTypesWine
|
|
1088
|
+
productType: [].concat(_toConsumableArray(_productTypesWine["default"]), _toConsumableArray(_productTypesAromatisedWine["default"]))
|
|
1089
1089
|
}, synonymOfSulfites)
|
|
1090
1090
|
}),
|
|
1091
1091
|
potassiumBisulphite_eCode: ingredient({
|
|
@@ -1098,7 +1098,7 @@ var allIngredients = _objectSpread(_objectSpread({}, _deprecatedIngredient.defau
|
|
|
1098
1098
|
},
|
|
1099
1099
|
metadata: _objectSpread({
|
|
1100
1100
|
tags: ['PRESERVATIVE', 'ALLERGEN'],
|
|
1101
|
-
productType: [].concat(_toConsumableArray(_productTypesWine
|
|
1101
|
+
productType: [].concat(_toConsumableArray(_productTypesWine["default"]), _toConsumableArray(_productTypesAromatisedWine["default"]))
|
|
1102
1102
|
}, synonymOfSulfites)
|
|
1103
1103
|
}),
|
|
1104
1104
|
potassiumMetabisulphite: ingredient({
|
|
@@ -1111,7 +1111,7 @@ var allIngredients = _objectSpread(_objectSpread({}, _deprecatedIngredient.defau
|
|
|
1111
1111
|
},
|
|
1112
1112
|
metadata: _objectSpread({
|
|
1113
1113
|
tags: ['PRESERVATIVE', 'ALLERGEN'],
|
|
1114
|
-
productType: [].concat(_toConsumableArray(_productTypesWine
|
|
1114
|
+
productType: [].concat(_toConsumableArray(_productTypesWine["default"]), _toConsumableArray(_productTypesAromatisedWine["default"]))
|
|
1115
1115
|
}, synonymOfSulfites)
|
|
1116
1116
|
}),
|
|
1117
1117
|
potassiumMetabisulphite_eCode: ingredient({
|
|
@@ -1124,7 +1124,7 @@ var allIngredients = _objectSpread(_objectSpread({}, _deprecatedIngredient.defau
|
|
|
1124
1124
|
},
|
|
1125
1125
|
metadata: _objectSpread({
|
|
1126
1126
|
tags: ['PRESERVATIVE', 'ALLERGEN'],
|
|
1127
|
-
productType: [].concat(_toConsumableArray(_productTypesWine
|
|
1127
|
+
productType: [].concat(_toConsumableArray(_productTypesWine["default"]), _toConsumableArray(_productTypesAromatisedWine["default"]))
|
|
1128
1128
|
}, synonymOfSulfites)
|
|
1129
1129
|
}),
|
|
1130
1130
|
sulphurDioxide: ingredient({
|
|
@@ -1137,7 +1137,7 @@ var allIngredients = _objectSpread(_objectSpread({}, _deprecatedIngredient.defau
|
|
|
1137
1137
|
},
|
|
1138
1138
|
metadata: _objectSpread({
|
|
1139
1139
|
tags: ['PRESERVATIVE', 'ALLERGEN'],
|
|
1140
|
-
productType: [].concat(_toConsumableArray(_productTypesWine
|
|
1140
|
+
productType: [].concat(_toConsumableArray(_productTypesWine["default"]), _toConsumableArray(_productTypesAromatisedWine["default"]))
|
|
1141
1141
|
}, synonymOfSulfites)
|
|
1142
1142
|
}),
|
|
1143
1143
|
sulphurDioxide_eCode: ingredient({
|
|
@@ -1150,7 +1150,7 @@ var allIngredients = _objectSpread(_objectSpread({}, _deprecatedIngredient.defau
|
|
|
1150
1150
|
},
|
|
1151
1151
|
metadata: _objectSpread({
|
|
1152
1152
|
tags: ['PRESERVATIVE', 'ALLERGEN'],
|
|
1153
|
-
productType: [].concat(_toConsumableArray(_productTypesWine
|
|
1153
|
+
productType: [].concat(_toConsumableArray(_productTypesWine["default"]), _toConsumableArray(_productTypesAromatisedWine["default"]))
|
|
1154
1154
|
}, synonymOfSulfites)
|
|
1155
1155
|
}),
|
|
1156
1156
|
tartaricAcid_eCode: ingredient({
|
|
@@ -1158,7 +1158,7 @@ var allIngredients = _objectSpread(_objectSpread({}, _deprecatedIngredient.defau
|
|
|
1158
1158
|
label: 'E 334',
|
|
1159
1159
|
metadata: {
|
|
1160
1160
|
tags: ['ACIDITY_REGULATOR'],
|
|
1161
|
-
productType: [].concat(_toConsumableArray(_productTypesWine
|
|
1161
|
+
productType: [].concat(_toConsumableArray(_productTypesWine["default"]), _toConsumableArray(_productTypesAromatisedWine["default"])),
|
|
1162
1162
|
isHiddenInMainList: true,
|
|
1163
1163
|
synonymDescription:
|
|
1164
1164
|
/*i18n*/
|
|
@@ -1173,7 +1173,7 @@ var allIngredients = _objectSpread(_objectSpread({}, _deprecatedIngredient.defau
|
|
|
1173
1173
|
label: 'E 296',
|
|
1174
1174
|
metadata: {
|
|
1175
1175
|
tags: ['ACIDITY_REGULATOR'],
|
|
1176
|
-
productType: [].concat(_toConsumableArray(_productTypesWine
|
|
1176
|
+
productType: [].concat(_toConsumableArray(_productTypesWine["default"]), _toConsumableArray(_productTypesAromatisedWine["default"])),
|
|
1177
1177
|
isHiddenInMainList: true,
|
|
1178
1178
|
synonymDescription:
|
|
1179
1179
|
/*i18n*/
|
|
@@ -1188,7 +1188,7 @@ var allIngredients = _objectSpread(_objectSpread({}, _deprecatedIngredient.defau
|
|
|
1188
1188
|
label: 'E 270',
|
|
1189
1189
|
metadata: {
|
|
1190
1190
|
tags: ['ACIDITY_REGULATOR'],
|
|
1191
|
-
productType: [].concat(_toConsumableArray(_productTypesWine
|
|
1191
|
+
productType: [].concat(_toConsumableArray(_productTypesWine["default"]), _toConsumableArray(_productTypesAromatisedWine["default"])),
|
|
1192
1192
|
isHiddenInMainList: true,
|
|
1193
1193
|
synonymDescription:
|
|
1194
1194
|
/*i18n*/
|
|
@@ -1203,7 +1203,7 @@ var allIngredients = _objectSpread(_objectSpread({}, _deprecatedIngredient.defau
|
|
|
1203
1203
|
label: 'E 516',
|
|
1204
1204
|
metadata: {
|
|
1205
1205
|
tags: ['ACIDITY_REGULATOR'],
|
|
1206
|
-
productType: [].concat(_toConsumableArray(_productTypesWine
|
|
1206
|
+
productType: [].concat(_toConsumableArray(_productTypesWine["default"]), _toConsumableArray(_productTypesAromatisedWine["default"])),
|
|
1207
1207
|
isHiddenInMainList: true,
|
|
1208
1208
|
synonymDescription:
|
|
1209
1209
|
/*i18n*/
|
|
@@ -1218,7 +1218,7 @@ var allIngredients = _objectSpread(_objectSpread({}, _deprecatedIngredient.defau
|
|
|
1218
1218
|
label: 'E 202',
|
|
1219
1219
|
metadata: {
|
|
1220
1220
|
tags: ['PRESERVATIVE'],
|
|
1221
|
-
productType: [].concat(_toConsumableArray(_productTypesWine
|
|
1221
|
+
productType: [].concat(_toConsumableArray(_productTypesWine["default"]), _toConsumableArray(_productTypesAromatisedWine["default"])),
|
|
1222
1222
|
isHiddenInMainList: true,
|
|
1223
1223
|
synonymDescription:
|
|
1224
1224
|
/*i18n*/
|
|
@@ -1233,7 +1233,7 @@ var allIngredients = _objectSpread(_objectSpread({}, _deprecatedIngredient.defau
|
|
|
1233
1233
|
label: 'E 300',
|
|
1234
1234
|
metadata: {
|
|
1235
1235
|
tags: ['ANTIOXIDANT'],
|
|
1236
|
-
productType: [].concat(_toConsumableArray(_productTypesWine
|
|
1236
|
+
productType: [].concat(_toConsumableArray(_productTypesWine["default"]), _toConsumableArray(_productTypesAromatisedWine["default"])),
|
|
1237
1237
|
isHiddenInMainList: true,
|
|
1238
1238
|
synonymDescription:
|
|
1239
1239
|
/*i18n*/
|
|
@@ -1248,7 +1248,7 @@ var allIngredients = _objectSpread(_objectSpread({}, _deprecatedIngredient.defau
|
|
|
1248
1248
|
label: 'E 242',
|
|
1249
1249
|
metadata: {
|
|
1250
1250
|
tags: ['PRESERVATIVE'],
|
|
1251
|
-
productType: [].concat(_toConsumableArray(_productTypesWine
|
|
1251
|
+
productType: [].concat(_toConsumableArray(_productTypesWine["default"]), _toConsumableArray(_productTypesAromatisedWine["default"])),
|
|
1252
1252
|
isHiddenInMainList: true,
|
|
1253
1253
|
synonymDescription:
|
|
1254
1254
|
/*i18n*/
|
|
@@ -1263,7 +1263,7 @@ var allIngredients = _objectSpread(_objectSpread({}, _deprecatedIngredient.defau
|
|
|
1263
1263
|
label: 'E 330',
|
|
1264
1264
|
metadata: {
|
|
1265
1265
|
tags: ['STABILISER'],
|
|
1266
|
-
productType: [].concat(_toConsumableArray(_productTypesWine
|
|
1266
|
+
productType: [].concat(_toConsumableArray(_productTypesWine["default"]), _toConsumableArray(_productTypesAromatisedWine["default"])),
|
|
1267
1267
|
isHiddenInMainList: true,
|
|
1268
1268
|
synonymDescription:
|
|
1269
1269
|
/*i18n*/
|
|
@@ -1278,7 +1278,7 @@ var allIngredients = _objectSpread(_objectSpread({}, _deprecatedIngredient.defau
|
|
|
1278
1278
|
label: 'E 353',
|
|
1279
1279
|
metadata: {
|
|
1280
1280
|
tags: ['STABILISER'],
|
|
1281
|
-
productType: [].concat(_toConsumableArray(_productTypesWine
|
|
1281
|
+
productType: [].concat(_toConsumableArray(_productTypesWine["default"]), _toConsumableArray(_productTypesAromatisedWine["default"])),
|
|
1282
1282
|
isHiddenInMainList: true,
|
|
1283
1283
|
synonymDescription:
|
|
1284
1284
|
/*i18n*/
|
|
@@ -1293,7 +1293,7 @@ var allIngredients = _objectSpread(_objectSpread({}, _deprecatedIngredient.defau
|
|
|
1293
1293
|
label: 'E 414',
|
|
1294
1294
|
metadata: {
|
|
1295
1295
|
tags: ['STABILISER'],
|
|
1296
|
-
productType: [].concat(_toConsumableArray(_productTypesWine
|
|
1296
|
+
productType: [].concat(_toConsumableArray(_productTypesWine["default"]), _toConsumableArray(_productTypesAromatisedWine["default"])),
|
|
1297
1297
|
isHiddenInMainList: true,
|
|
1298
1298
|
synonymDescription:
|
|
1299
1299
|
/*i18n*/
|
|
@@ -1308,7 +1308,7 @@ var allIngredients = _objectSpread(_objectSpread({}, _deprecatedIngredient.defau
|
|
|
1308
1308
|
label: 'E 466',
|
|
1309
1309
|
metadata: {
|
|
1310
1310
|
tags: ['STABILISER'],
|
|
1311
|
-
productType: [].concat(_toConsumableArray(_productTypesWine
|
|
1311
|
+
productType: [].concat(_toConsumableArray(_productTypesWine["default"]), _toConsumableArray(_productTypesAromatisedWine["default"])),
|
|
1312
1312
|
isHiddenInMainList: true,
|
|
1313
1313
|
synonymDescription:
|
|
1314
1314
|
/*i18n*/
|
|
@@ -1323,7 +1323,7 @@ var allIngredients = _objectSpread(_objectSpread({}, _deprecatedIngredient.defau
|
|
|
1323
1323
|
label: 'E 456',
|
|
1324
1324
|
metadata: {
|
|
1325
1325
|
tags: ['STABILISER'],
|
|
1326
|
-
productType: [].concat(_toConsumableArray(_productTypesWine
|
|
1326
|
+
productType: [].concat(_toConsumableArray(_productTypesWine["default"]), _toConsumableArray(_productTypesAromatisedWine["default"])),
|
|
1327
1327
|
isHiddenInMainList: true,
|
|
1328
1328
|
synonymDescription:
|
|
1329
1329
|
/*i18n*/
|
|
@@ -1338,7 +1338,7 @@ var allIngredients = _objectSpread(_objectSpread({}, _deprecatedIngredient.defau
|
|
|
1338
1338
|
label: 'E 290',
|
|
1339
1339
|
metadata: {
|
|
1340
1340
|
tags: ['RAW_MATERIAL'],
|
|
1341
|
-
productType: [].concat(_toConsumableArray(_productTypesWine
|
|
1341
|
+
productType: [].concat(_toConsumableArray(_productTypesWine["default"]), _toConsumableArray(_productTypesAromatisedWine["default"])),
|
|
1342
1342
|
isHiddenInMainList: true,
|
|
1343
1343
|
synonymDescription:
|
|
1344
1344
|
/*i18n*/
|
|
@@ -1353,7 +1353,7 @@ var allIngredients = _objectSpread(_objectSpread({}, _deprecatedIngredient.defau
|
|
|
1353
1353
|
label: 'E 150',
|
|
1354
1354
|
metadata: {
|
|
1355
1355
|
tags: ['OTHER_INGREDIENT'],
|
|
1356
|
-
productType: [].concat(_toConsumableArray(_productTypesWine
|
|
1356
|
+
productType: [].concat(_toConsumableArray(_productTypesWine["default"]), _toConsumableArray(_productTypesAromatisedWine["default"])),
|
|
1357
1357
|
isHiddenInMainList: true,
|
|
1358
1358
|
synonymDescription:
|
|
1359
1359
|
/*i18n*/
|
|
@@ -1378,4 +1378,4 @@ var byProductType = Object.values(allIngredients).reduce(function (acc, ingredie
|
|
|
1378
1378
|
}, {});
|
|
1379
1379
|
exports.byProductType = byProductType;
|
|
1380
1380
|
var _default = allIngredients;
|
|
1381
|
-
exports
|
|
1381
|
+
exports["default"] = _default;
|