@bottlebooks/valid-values 7.10.0 → 7.11.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.
Files changed (399) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/dist/core/translate.test.js +1 -1
  3. package/dist/index.js +2 -2
  4. package/dist/main.js +6 -6
  5. package/dist/validValues/award/award.d.ts +1 -0
  6. package/dist/validValues/award/award.d.ts.map +1 -1
  7. package/dist/validValues/award/award.js +35 -30
  8. package/dist/validValues/awardMedal/awardMedal.js +2 -2
  9. package/dist/validValues/beerStyle/beerStyle.js +3 -3
  10. package/dist/validValues/certification/certification.js +2 -2
  11. package/dist/validValues/containerColor/containerColor.js +2 -2
  12. package/dist/validValues/containerType/containerType.js +2 -2
  13. package/dist/validValues/country/country.js +4 -4
  14. package/dist/validValues/designation/designation.js +2 -2
  15. package/dist/validValues/foodBusinessOperatorType/foodBusinessOperatorType.js +2 -2
  16. package/dist/validValues/ingredient/deprecatedIngredient.js +59 -59
  17. package/dist/validValues/ingredient/ingredient.js +100 -100
  18. package/dist/validValues/ingredient/ingredient.test.js +2 -2
  19. package/dist/validValues/locales.js +2 -2
  20. package/dist/validValues/otherTranslations/otherTranslations.js +2 -2
  21. package/dist/validValues/packagingCertification/packagingCertification.js +2 -2
  22. package/dist/validValues/packagingGasesFunction/packagingGasesFunction.js +2 -2
  23. package/dist/validValues/packagingMaterialType/packagingMaterialType.js +6 -6
  24. package/dist/validValues/packagingMaterialType/packagingMaterialType_deprecated.js +2 -2
  25. package/dist/validValues/productType/productType.js +2 -2
  26. package/dist/validValues/productionMethod/productionMethod.js +2 -2
  27. package/dist/validValues/region/region.js +4 -4
  28. package/dist/validValues/responsibleConsumptionLogo/responsibleConsumptionLogo.js +2 -2
  29. package/dist/validValues/subregion/subregion.js +4 -4
  30. package/dist/validValues/types/award_p85_100.js +2 -2
  31. package/dist/validValues/types/productTypesAromatisedWine.js +2 -2
  32. package/dist/validValues/types/productTypesSpirit.js +2 -2
  33. package/dist/validValues/types/productTypesWine.js +2 -2
  34. package/dist/validValues/utils/loadLocalizedData.js +1 -1
  35. package/dist/validValues/varietyName/varietyName.js +2 -2
  36. package/dist/validValues/wineColor/wineColor.js +2 -2
  37. package/dist/validValues/wineType/wineType.js +2 -2
  38. package/dist/validValues.js +22 -22
  39. package/package.json +2 -2
  40. package/src/validValues/award/award.ts +5 -0
  41. package/dist/locales/locales.d.ts +0 -80
  42. package/dist/locales/locales.d.ts.map +0 -1
  43. package/dist/locales/locales.js +0 -159
  44. package/dist/locales/po/bg.d.js +0 -5
  45. package/dist/locales/po/bg.d.ts +0 -2526
  46. package/dist/locales/po/bg.d.ts.map +0 -1
  47. package/dist/locales/po/bg.js +0 -2534
  48. package/dist/locales/po/cs.d.js +0 -5
  49. package/dist/locales/po/cs.d.ts +0 -2526
  50. package/dist/locales/po/cs.d.ts.map +0 -1
  51. package/dist/locales/po/cs.js +0 -2534
  52. package/dist/locales/po/da.d.js +0 -5
  53. package/dist/locales/po/da.d.ts +0 -2526
  54. package/dist/locales/po/da.d.ts.map +0 -1
  55. package/dist/locales/po/da.js +0 -2534
  56. package/dist/locales/po/de.d.js +0 -5
  57. package/dist/locales/po/de.d.ts +0 -2526
  58. package/dist/locales/po/de.d.ts.map +0 -1
  59. package/dist/locales/po/de.js +0 -2534
  60. package/dist/locales/po/ee.d.js +0 -5
  61. package/dist/locales/po/ee.d.ts +0 -2526
  62. package/dist/locales/po/ee.d.ts.map +0 -1
  63. package/dist/locales/po/ee.js +0 -2534
  64. package/dist/locales/po/el.d.js +0 -5
  65. package/dist/locales/po/el.d.ts +0 -2526
  66. package/dist/locales/po/el.d.ts.map +0 -1
  67. package/dist/locales/po/el.js +0 -2534
  68. package/dist/locales/po/en.d.js +0 -5
  69. package/dist/locales/po/en.d.ts +0 -2526
  70. package/dist/locales/po/en.d.ts.map +0 -1
  71. package/dist/locales/po/en.js +0 -2534
  72. package/dist/locales/po/es.d.js +0 -5
  73. package/dist/locales/po/es.d.ts +0 -2526
  74. package/dist/locales/po/es.d.ts.map +0 -1
  75. package/dist/locales/po/es.js +0 -2534
  76. package/dist/locales/po/fi.d.js +0 -5
  77. package/dist/locales/po/fi.d.ts +0 -2526
  78. package/dist/locales/po/fi.d.ts.map +0 -1
  79. package/dist/locales/po/fi.js +0 -2534
  80. package/dist/locales/po/fr.d.js +0 -5
  81. package/dist/locales/po/fr.d.ts +0 -2526
  82. package/dist/locales/po/fr.d.ts.map +0 -1
  83. package/dist/locales/po/fr.js +0 -2534
  84. package/dist/locales/po/ga.d.js +0 -5
  85. package/dist/locales/po/ga.d.ts +0 -2526
  86. package/dist/locales/po/ga.d.ts.map +0 -1
  87. package/dist/locales/po/ga.js +0 -2534
  88. package/dist/locales/po/hr.d.js +0 -5
  89. package/dist/locales/po/hr.d.ts +0 -2526
  90. package/dist/locales/po/hr.d.ts.map +0 -1
  91. package/dist/locales/po/hr.js +0 -2534
  92. package/dist/locales/po/hu.d.js +0 -5
  93. package/dist/locales/po/hu.d.ts +0 -2526
  94. package/dist/locales/po/hu.d.ts.map +0 -1
  95. package/dist/locales/po/hu.js +0 -2534
  96. package/dist/locales/po/it.d.js +0 -5
  97. package/dist/locales/po/it.d.ts +0 -2526
  98. package/dist/locales/po/it.d.ts.map +0 -1
  99. package/dist/locales/po/it.js +0 -2534
  100. package/dist/locales/po/lt.d.js +0 -5
  101. package/dist/locales/po/lt.d.ts +0 -2526
  102. package/dist/locales/po/lt.d.ts.map +0 -1
  103. package/dist/locales/po/lt.js +0 -2534
  104. package/dist/locales/po/lv.d.js +0 -5
  105. package/dist/locales/po/lv.d.ts +0 -2526
  106. package/dist/locales/po/lv.d.ts.map +0 -1
  107. package/dist/locales/po/lv.js +0 -2534
  108. package/dist/locales/po/mt.d.js +0 -5
  109. package/dist/locales/po/mt.d.ts +0 -2526
  110. package/dist/locales/po/mt.d.ts.map +0 -1
  111. package/dist/locales/po/mt.js +0 -2534
  112. package/dist/locales/po/nl.d.js +0 -5
  113. package/dist/locales/po/nl.d.ts +0 -2526
  114. package/dist/locales/po/nl.d.ts.map +0 -1
  115. package/dist/locales/po/nl.js +0 -2534
  116. package/dist/locales/po/pl.d.js +0 -5
  117. package/dist/locales/po/pl.d.ts +0 -2526
  118. package/dist/locales/po/pl.d.ts.map +0 -1
  119. package/dist/locales/po/pl.js +0 -2534
  120. package/dist/locales/po/pt.d.js +0 -5
  121. package/dist/locales/po/pt.d.ts +0 -2526
  122. package/dist/locales/po/pt.d.ts.map +0 -1
  123. package/dist/locales/po/pt.js +0 -2534
  124. package/dist/locales/po/ro.d.js +0 -5
  125. package/dist/locales/po/ro.d.ts +0 -2526
  126. package/dist/locales/po/ro.d.ts.map +0 -1
  127. package/dist/locales/po/ro.js +0 -2534
  128. package/dist/locales/po/se.d.js +0 -5
  129. package/dist/locales/po/se.d.ts +0 -2526
  130. package/dist/locales/po/se.d.ts.map +0 -1
  131. package/dist/locales/po/se.js +0 -2534
  132. package/dist/locales/po/si.d.js +0 -5
  133. package/dist/locales/po/si.d.ts +0 -2526
  134. package/dist/locales/po/si.d.ts.map +0 -1
  135. package/dist/locales/po/si.js +0 -2534
  136. package/dist/locales/po/sk.d.js +0 -5
  137. package/dist/locales/po/sk.d.ts +0 -2526
  138. package/dist/locales/po/sk.d.ts.map +0 -1
  139. package/dist/locales/po/sk.js +0 -2534
  140. package/dist/validValues/award.d.ts +0 -218
  141. package/dist/validValues/award.d.ts.map +0 -1
  142. package/dist/validValues/award.js +0 -1065
  143. package/dist/validValues/awardMedal/locales/ee.d.js +0 -5
  144. package/dist/validValues/awardMedal/locales/ee.d.ts +0 -231
  145. package/dist/validValues/awardMedal/locales/ee.d.ts.map +0 -1
  146. package/dist/validValues/awardMedal/locales/ee.js +0 -239
  147. package/dist/validValues/awardMedal/locales/se.d.js +0 -5
  148. package/dist/validValues/awardMedal/locales/se.d.ts +0 -231
  149. package/dist/validValues/awardMedal/locales/se.d.ts.map +0 -1
  150. package/dist/validValues/awardMedal/locales/se.js +0 -239
  151. package/dist/validValues/awardMedal/locales/si.d.js +0 -5
  152. package/dist/validValues/awardMedal/locales/si.d.ts +0 -231
  153. package/dist/validValues/awardMedal/locales/si.d.ts.map +0 -1
  154. package/dist/validValues/awardMedal/locales/si.js +0 -239
  155. package/dist/validValues/awardMedal.d.ts +0 -236
  156. package/dist/validValues/awardMedal.d.ts.map +0 -1
  157. package/dist/validValues/awardMedal.js +0 -2070
  158. package/dist/validValues/beerStyle/locales/ee.d.js +0 -5
  159. package/dist/validValues/beerStyle/locales/ee.d.ts +0 -96
  160. package/dist/validValues/beerStyle/locales/ee.d.ts.map +0 -1
  161. package/dist/validValues/beerStyle/locales/ee.js +0 -104
  162. package/dist/validValues/beerStyle/locales/se.d.js +0 -5
  163. package/dist/validValues/beerStyle/locales/se.d.ts +0 -96
  164. package/dist/validValues/beerStyle/locales/se.d.ts.map +0 -1
  165. package/dist/validValues/beerStyle/locales/se.js +0 -104
  166. package/dist/validValues/beerStyle/locales/si.d.js +0 -5
  167. package/dist/validValues/beerStyle/locales/si.d.ts +0 -96
  168. package/dist/validValues/beerStyle/locales/si.d.ts.map +0 -1
  169. package/dist/validValues/beerStyle/locales/si.js +0 -104
  170. package/dist/validValues/beerStyle.d.ts +0 -101
  171. package/dist/validValues/beerStyle.d.ts.map +0 -1
  172. package/dist/validValues/beerStyle.js +0 -855
  173. package/dist/validValues/certification.d.ts +0 -35
  174. package/dist/validValues/certification.d.ts.map +0 -1
  175. package/dist/validValues/certification.js +0 -286
  176. package/dist/validValues/containerColor/locales/ee.d.js +0 -5
  177. package/dist/validValues/containerColor/locales/ee.d.ts +0 -11
  178. package/dist/validValues/containerColor/locales/ee.d.ts.map +0 -1
  179. package/dist/validValues/containerColor/locales/ee.js +0 -19
  180. package/dist/validValues/containerColor/locales/se.d.js +0 -5
  181. package/dist/validValues/containerColor/locales/se.d.ts +0 -11
  182. package/dist/validValues/containerColor/locales/se.d.ts.map +0 -1
  183. package/dist/validValues/containerColor/locales/se.js +0 -19
  184. package/dist/validValues/containerColor/locales/si.d.js +0 -5
  185. package/dist/validValues/containerColor/locales/si.d.ts +0 -11
  186. package/dist/validValues/containerColor/locales/si.d.ts.map +0 -1
  187. package/dist/validValues/containerColor/locales/si.js +0 -19
  188. package/dist/validValues/containerColor.d.ts +0 -16
  189. package/dist/validValues/containerColor.d.ts.map +0 -1
  190. package/dist/validValues/containerColor.js +0 -90
  191. package/dist/validValues/containerType/locales/ee.d.js +0 -5
  192. package/dist/validValues/containerType/locales/ee.d.ts +0 -8
  193. package/dist/validValues/containerType/locales/ee.d.ts.map +0 -1
  194. package/dist/validValues/containerType/locales/ee.js +0 -16
  195. package/dist/validValues/containerType/locales/se.d.js +0 -5
  196. package/dist/validValues/containerType/locales/se.d.ts +0 -8
  197. package/dist/validValues/containerType/locales/se.d.ts.map +0 -1
  198. package/dist/validValues/containerType/locales/se.js +0 -16
  199. package/dist/validValues/containerType/locales/si.d.js +0 -5
  200. package/dist/validValues/containerType/locales/si.d.ts +0 -8
  201. package/dist/validValues/containerType/locales/si.d.ts.map +0 -1
  202. package/dist/validValues/containerType/locales/si.js +0 -16
  203. package/dist/validValues/containerType.d.ts +0 -13
  204. package/dist/validValues/containerType.d.ts.map +0 -1
  205. package/dist/validValues/containerType.js +0 -63
  206. package/dist/validValues/country/locales/ee.d.js +0 -5
  207. package/dist/validValues/country/locales/ee.d.ts +0 -150
  208. package/dist/validValues/country/locales/ee.d.ts.map +0 -1
  209. package/dist/validValues/country/locales/ee.js +0 -158
  210. package/dist/validValues/country/locales/se.d.js +0 -5
  211. package/dist/validValues/country/locales/se.d.ts +0 -150
  212. package/dist/validValues/country/locales/se.d.ts.map +0 -1
  213. package/dist/validValues/country/locales/se.js +0 -158
  214. package/dist/validValues/country/locales/si.d.js +0 -5
  215. package/dist/validValues/country/locales/si.d.ts +0 -150
  216. package/dist/validValues/country/locales/si.d.ts.map +0 -1
  217. package/dist/validValues/country/locales/si.js +0 -158
  218. package/dist/validValues/country.d.ts +0 -157
  219. package/dist/validValues/country.d.ts.map +0 -1
  220. package/dist/validValues/country.js +0 -1488
  221. package/dist/validValues/designation/locales/ee.d.js +0 -5
  222. package/dist/validValues/designation/locales/ee.d.ts +0 -14
  223. package/dist/validValues/designation/locales/ee.d.ts.map +0 -1
  224. package/dist/validValues/designation/locales/ee.js +0 -22
  225. package/dist/validValues/designation/locales/se.d.js +0 -5
  226. package/dist/validValues/designation/locales/se.d.ts +0 -14
  227. package/dist/validValues/designation/locales/se.d.ts.map +0 -1
  228. package/dist/validValues/designation/locales/se.js +0 -22
  229. package/dist/validValues/designation/locales/si.d.js +0 -5
  230. package/dist/validValues/designation/locales/si.d.ts +0 -14
  231. package/dist/validValues/designation/locales/si.d.ts.map +0 -1
  232. package/dist/validValues/designation/locales/si.js +0 -22
  233. package/dist/validValues/designation.d.ts +0 -60
  234. package/dist/validValues/designation.d.ts.map +0 -1
  235. package/dist/validValues/designation.js +0 -169
  236. package/dist/validValues/ingredient/locales/ee.d.js +0 -5
  237. package/dist/validValues/ingredient/locales/ee.d.ts +0 -57
  238. package/dist/validValues/ingredient/locales/ee.d.ts.map +0 -1
  239. package/dist/validValues/ingredient/locales/ee.js +0 -65
  240. package/dist/validValues/ingredient/locales/se.d.js +0 -5
  241. package/dist/validValues/ingredient/locales/se.d.ts +0 -57
  242. package/dist/validValues/ingredient/locales/se.d.ts.map +0 -1
  243. package/dist/validValues/ingredient/locales/se.js +0 -65
  244. package/dist/validValues/ingredient/locales/si.d.js +0 -5
  245. package/dist/validValues/ingredient/locales/si.d.ts +0 -57
  246. package/dist/validValues/ingredient/locales/si.d.ts.map +0 -1
  247. package/dist/validValues/ingredient/locales/si.js +0 -65
  248. package/dist/validValues/ingredient.d.ts +0 -71
  249. package/dist/validValues/ingredient.d.ts.map +0 -1
  250. package/dist/validValues/ingredient.js +0 -737
  251. package/dist/validValues/json/appelation.d.ts +0 -2
  252. package/dist/validValues/json/appelation.d.ts.map +0 -1
  253. package/dist/validValues/packagingCertification/locales/ee.d.js +0 -5
  254. package/dist/validValues/packagingCertification/locales/ee.d.ts +0 -2
  255. package/dist/validValues/packagingCertification/locales/ee.d.ts.map +0 -1
  256. package/dist/validValues/packagingCertification/locales/ee.js +0 -10
  257. package/dist/validValues/packagingCertification/locales/se.d.js +0 -5
  258. package/dist/validValues/packagingCertification/locales/se.d.ts +0 -2
  259. package/dist/validValues/packagingCertification/locales/se.d.ts.map +0 -1
  260. package/dist/validValues/packagingCertification/locales/se.js +0 -10
  261. package/dist/validValues/packagingCertification/locales/si.d.js +0 -5
  262. package/dist/validValues/packagingCertification/locales/si.d.ts +0 -2
  263. package/dist/validValues/packagingCertification/locales/si.d.ts.map +0 -1
  264. package/dist/validValues/packagingCertification/locales/si.js +0 -10
  265. package/dist/validValues/packagingCertification.d.ts +0 -12
  266. package/dist/validValues/packagingCertification.d.ts.map +0 -1
  267. package/dist/validValues/packagingCertification.js +0 -56
  268. package/dist/validValues/packagingMaterialType/locales/ee.d.js +0 -5
  269. package/dist/validValues/packagingMaterialType/locales/ee.d.ts +0 -52
  270. package/dist/validValues/packagingMaterialType/locales/ee.d.ts.map +0 -1
  271. package/dist/validValues/packagingMaterialType/locales/ee.js +0 -60
  272. package/dist/validValues/packagingMaterialType/locales/se.d.js +0 -5
  273. package/dist/validValues/packagingMaterialType/locales/se.d.ts +0 -52
  274. package/dist/validValues/packagingMaterialType/locales/se.d.ts.map +0 -1
  275. package/dist/validValues/packagingMaterialType/locales/se.js +0 -60
  276. package/dist/validValues/packagingMaterialType/locales/si.d.js +0 -5
  277. package/dist/validValues/packagingMaterialType/locales/si.d.ts +0 -52
  278. package/dist/validValues/packagingMaterialType/locales/si.d.ts.map +0 -1
  279. package/dist/validValues/packagingMaterialType/locales/si.js +0 -60
  280. package/dist/validValues/packagingMaterialType.d.ts +0 -59
  281. package/dist/validValues/packagingMaterialType.d.ts.map +0 -1
  282. package/dist/validValues/packagingMaterialType.js +0 -706
  283. package/dist/validValues/productType/locales/ee.d.js +0 -5
  284. package/dist/validValues/productType/locales/ee.d.ts +0 -42
  285. package/dist/validValues/productType/locales/ee.d.ts.map +0 -1
  286. package/dist/validValues/productType/locales/ee.js +0 -50
  287. package/dist/validValues/productType/locales/se.d.js +0 -5
  288. package/dist/validValues/productType/locales/se.d.ts +0 -42
  289. package/dist/validValues/productType/locales/se.d.ts.map +0 -1
  290. package/dist/validValues/productType/locales/se.js +0 -50
  291. package/dist/validValues/productType/locales/si.d.js +0 -5
  292. package/dist/validValues/productType/locales/si.d.ts +0 -42
  293. package/dist/validValues/productType/locales/si.d.ts.map +0 -1
  294. package/dist/validValues/productType/locales/si.js +0 -50
  295. package/dist/validValues/productType.d.ts +0 -47
  296. package/dist/validValues/productType.d.ts.map +0 -1
  297. package/dist/validValues/productType.js +0 -369
  298. package/dist/validValues/productionMethod/locales/ee.d.js +0 -5
  299. package/dist/validValues/productionMethod/locales/ee.d.ts +0 -15
  300. package/dist/validValues/productionMethod/locales/ee.d.ts.map +0 -1
  301. package/dist/validValues/productionMethod/locales/ee.js +0 -23
  302. package/dist/validValues/productionMethod/locales/se.d.js +0 -5
  303. package/dist/validValues/productionMethod/locales/se.d.ts +0 -15
  304. package/dist/validValues/productionMethod/locales/se.d.ts.map +0 -1
  305. package/dist/validValues/productionMethod/locales/se.js +0 -23
  306. package/dist/validValues/productionMethod/locales/si.d.js +0 -5
  307. package/dist/validValues/productionMethod/locales/si.d.ts +0 -15
  308. package/dist/validValues/productionMethod/locales/si.d.ts.map +0 -1
  309. package/dist/validValues/productionMethod/locales/si.js +0 -23
  310. package/dist/validValues/productionMethod.d.ts +0 -20
  311. package/dist/validValues/productionMethod.d.ts.map +0 -1
  312. package/dist/validValues/productionMethod.js +0 -126
  313. package/dist/validValues/region/locales/ee.d.js +0 -5
  314. package/dist/validValues/region/locales/ee.d.ts +0 -481
  315. package/dist/validValues/region/locales/ee.d.ts.map +0 -1
  316. package/dist/validValues/region/locales/ee.js +0 -489
  317. package/dist/validValues/region/locales/se.d.js +0 -5
  318. package/dist/validValues/region/locales/se.d.ts +0 -481
  319. package/dist/validValues/region/locales/se.d.ts.map +0 -1
  320. package/dist/validValues/region/locales/se.js +0 -489
  321. package/dist/validValues/region/locales/si.d.js +0 -5
  322. package/dist/validValues/region/locales/si.d.ts +0 -481
  323. package/dist/validValues/region/locales/si.d.ts.map +0 -1
  324. package/dist/validValues/region/locales/si.js +0 -489
  325. package/dist/validValues/region.d.ts +0 -489
  326. package/dist/validValues/region.d.ts.map +0 -1
  327. package/dist/validValues/region.js +0 -4814
  328. package/dist/validValues/responsibleConsumptionLogo/locales/ee.d.js +0 -5
  329. package/dist/validValues/responsibleConsumptionLogo/locales/ee.d.ts +0 -7
  330. package/dist/validValues/responsibleConsumptionLogo/locales/ee.d.ts.map +0 -1
  331. package/dist/validValues/responsibleConsumptionLogo/locales/ee.js +0 -15
  332. package/dist/validValues/responsibleConsumptionLogo/locales/se.d.js +0 -5
  333. package/dist/validValues/responsibleConsumptionLogo/locales/se.d.ts +0 -7
  334. package/dist/validValues/responsibleConsumptionLogo/locales/se.d.ts.map +0 -1
  335. package/dist/validValues/responsibleConsumptionLogo/locales/se.js +0 -15
  336. package/dist/validValues/responsibleConsumptionLogo/locales/si.d.js +0 -5
  337. package/dist/validValues/responsibleConsumptionLogo/locales/si.d.ts +0 -7
  338. package/dist/validValues/responsibleConsumptionLogo/locales/si.d.ts.map +0 -1
  339. package/dist/validValues/responsibleConsumptionLogo/locales/si.js +0 -15
  340. package/dist/validValues/responsibleConsumptionLogo.d.ts +0 -12
  341. package/dist/validValues/responsibleConsumptionLogo.d.ts.map +0 -1
  342. package/dist/validValues/responsibleConsumptionLogo.js +0 -66
  343. package/dist/validValues/subregion/locales/ee.d.js +0 -5
  344. package/dist/validValues/subregion/locales/ee.d.ts +0 -1392
  345. package/dist/validValues/subregion/locales/ee.d.ts.map +0 -1
  346. package/dist/validValues/subregion/locales/ee.js +0 -1400
  347. package/dist/validValues/subregion/locales/se.d.js +0 -5
  348. package/dist/validValues/subregion/locales/se.d.ts +0 -1392
  349. package/dist/validValues/subregion/locales/se.d.ts.map +0 -1
  350. package/dist/validValues/subregion/locales/se.js +0 -1400
  351. package/dist/validValues/subregion/locales/si.d.js +0 -5
  352. package/dist/validValues/subregion/locales/si.d.ts +0 -1392
  353. package/dist/validValues/subregion/locales/si.d.ts.map +0 -1
  354. package/dist/validValues/subregion/locales/si.js +0 -1400
  355. package/dist/validValues/subregion.d.ts +0 -1395
  356. package/dist/validValues/subregion.d.ts.map +0 -1
  357. package/dist/validValues/subregion.js +0 -12508
  358. package/dist/validValues/types/Award.d.ts +0 -35
  359. package/dist/validValues/types/Award.d.ts.map +0 -1
  360. package/dist/validValues/types/Award.js +0 -5
  361. package/dist/validValues/types/Country.d.ts +0 -35
  362. package/dist/validValues/types/Country.d.ts.map +0 -1
  363. package/dist/validValues/types/Country.js +0 -5
  364. package/dist/validValues/utils/createValidValues.d.ts +0 -28
  365. package/dist/validValues/utils/createValidValues.d.ts.map +0 -1
  366. package/dist/validValues/utils/createValidValues.js +0 -98
  367. package/dist/validValues/varietyName.d.ts +0 -1966
  368. package/dist/validValues/varietyName.d.ts.map +0 -1
  369. package/dist/validValues/varietyName.js +0 -7848
  370. package/dist/validValues/wineColor/locales/ee.d.js +0 -5
  371. package/dist/validValues/wineColor/locales/ee.d.ts +0 -7
  372. package/dist/validValues/wineColor/locales/ee.d.ts.map +0 -1
  373. package/dist/validValues/wineColor/locales/ee.js +0 -15
  374. package/dist/validValues/wineColor/locales/se.d.js +0 -5
  375. package/dist/validValues/wineColor/locales/se.d.ts +0 -7
  376. package/dist/validValues/wineColor/locales/se.d.ts.map +0 -1
  377. package/dist/validValues/wineColor/locales/se.js +0 -15
  378. package/dist/validValues/wineColor/locales/si.d.js +0 -5
  379. package/dist/validValues/wineColor/locales/si.d.ts +0 -7
  380. package/dist/validValues/wineColor/locales/si.d.ts.map +0 -1
  381. package/dist/validValues/wineColor/locales/si.js +0 -15
  382. package/dist/validValues/wineColor.d.ts +0 -12
  383. package/dist/validValues/wineColor.d.ts.map +0 -1
  384. package/dist/validValues/wineColor.js +0 -54
  385. package/dist/validValues/wineType/locales/ee.d.js +0 -5
  386. package/dist/validValues/wineType/locales/ee.d.ts +0 -7
  387. package/dist/validValues/wineType/locales/ee.d.ts.map +0 -1
  388. package/dist/validValues/wineType/locales/ee.js +0 -15
  389. package/dist/validValues/wineType/locales/se.d.js +0 -5
  390. package/dist/validValues/wineType/locales/se.d.ts +0 -7
  391. package/dist/validValues/wineType/locales/se.d.ts.map +0 -1
  392. package/dist/validValues/wineType/locales/se.js +0 -15
  393. package/dist/validValues/wineType/locales/si.d.js +0 -5
  394. package/dist/validValues/wineType/locales/si.d.ts +0 -7
  395. package/dist/validValues/wineType/locales/si.d.ts.map +0 -1
  396. package/dist/validValues/wineType/locales/si.js +0 -15
  397. package/dist/validValues/wineType.d.ts +0 -12
  398. package/dist/validValues/wineType.d.ts.map +0 -1
  399. 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.default = exports.byProductType = void 0;
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); if (enumerableOnly) { symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); } keys.push.apply(keys, symbols); } return keys; }
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] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
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.default), {}, {
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.default), _toConsumableArray(_productTypesAromatisedWine.default))
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.default
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.default
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.default,
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.default
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.default,
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.default
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.default,
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.default
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.default,
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.default
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.default,
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.default
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.default,
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.default), _toConsumableArray(_productTypesAromatisedWine.default))
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.default
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.default), _toConsumableArray(_productTypesAromatisedWine.default))
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.default), _toConsumableArray(_productTypesAromatisedWine.default))
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.default), _toConsumableArray(_productTypesAromatisedWine.default))
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.default), _toConsumableArray(_productTypesAromatisedWine.default))
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.default
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.default), _toConsumableArray(_productTypesAromatisedWine.default))
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.default
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.default
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.default), _toConsumableArray(_productTypesAromatisedWine.default))
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.default
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.default
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.default
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.default), _toConsumableArray(_productTypesAromatisedWine.default))
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.default
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.default
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.default
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.default), _toConsumableArray(_productTypesAromatisedWine.default))
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.default
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.default
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.default
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.default
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.default
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.default
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.default
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.default
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.default))
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.default
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.default
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.default
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.default), _toConsumableArray(_productTypesAromatisedWine.default))
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.default
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.default), _toConsumableArray(_productTypesAromatisedWine.default))
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.default), _toConsumableArray(_productTypesAromatisedWine.default))
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.default
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.default), _toConsumableArray(_productTypesAromatisedWine.default))
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.default), _toConsumableArray(_productTypesAromatisedWine.default))
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.default
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.default), _toConsumableArray(_productTypesAromatisedWine.default))
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.default), _toConsumableArray(_productTypesAromatisedWine.default))
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.default
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.default), _toConsumableArray(_productTypesAromatisedWine.default))
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.default), _toConsumableArray(_productTypesAromatisedWine.default))
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.default
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.default), _toConsumableArray(_productTypesAromatisedWine.default))
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.default
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.default
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.default
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.default
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.default
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.default), _toConsumableArray(_productTypesAromatisedWine.default))
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.default), _toConsumableArray(_productTypesAromatisedWine.default))
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.default), _toConsumableArray(_productTypesAromatisedWine.default))
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.default), _toConsumableArray(_productTypesAromatisedWine.default))
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.default), _toConsumableArray(_productTypesAromatisedWine.default))
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.default), _toConsumableArray(_productTypesAromatisedWine.default))
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.default), _toConsumableArray(_productTypesAromatisedWine.default))
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.default), _toConsumableArray(_productTypesAromatisedWine.default))
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.default), _toConsumableArray(_productTypesAromatisedWine.default))
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.default), _toConsumableArray(_productTypesAromatisedWine.default))
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.default), _toConsumableArray(_productTypesAromatisedWine.default))
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.default), _toConsumableArray(_productTypesAromatisedWine.default))
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.default), _toConsumableArray(_productTypesAromatisedWine.default))
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.default), _toConsumableArray(_productTypesAromatisedWine.default))
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.default), _toConsumableArray(_productTypesAromatisedWine.default))
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.default), _toConsumableArray(_productTypesAromatisedWine.default)),
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.default), _toConsumableArray(_productTypesAromatisedWine.default)),
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.default), _toConsumableArray(_productTypesAromatisedWine.default)),
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.default), _toConsumableArray(_productTypesAromatisedWine.default)),
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.default), _toConsumableArray(_productTypesAromatisedWine.default)),
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.default), _toConsumableArray(_productTypesAromatisedWine.default)),
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.default), _toConsumableArray(_productTypesAromatisedWine.default)),
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.default), _toConsumableArray(_productTypesAromatisedWine.default)),
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.default), _toConsumableArray(_productTypesAromatisedWine.default)),
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.default), _toConsumableArray(_productTypesAromatisedWine.default)),
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.default), _toConsumableArray(_productTypesAromatisedWine.default)),
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.default), _toConsumableArray(_productTypesAromatisedWine.default)),
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.default), _toConsumableArray(_productTypesAromatisedWine.default)),
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.default), _toConsumableArray(_productTypesAromatisedWine.default)),
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.default = _default;
1381
+ exports["default"] = _default;