@bottlebooks/valid-values 7.3.2 → 7.4.0-alpha.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 +32 -6
- package/dist/validValues/designation/designation.d.ts +1 -1
- package/dist/validValues/designation/designation.js +1 -1
- package/dist/validValues/ingredient/deprecatedIngredient.d.ts +1 -0
- package/dist/validValues/ingredient/deprecatedIngredient.d.ts.map +1 -1
- package/dist/validValues/ingredient/deprecatedIngredient.js +22 -0
- package/dist/validValues/ingredient/ingredient.d.ts +5 -1
- package/dist/validValues/ingredient/ingredient.d.ts.map +1 -1
- package/dist/validValues/ingredient/ingredient.js +132 -79
- package/dist/validValues/ingredient/locales/bg.d.ts +5 -0
- package/dist/validValues/ingredient/locales/bg.d.ts.map +1 -1
- package/dist/validValues/ingredient/locales/bg.js +5 -0
- package/dist/validValues/ingredient/locales/cs.d.ts +5 -0
- package/dist/validValues/ingredient/locales/cs.d.ts.map +1 -1
- package/dist/validValues/ingredient/locales/cs.js +6 -1
- package/dist/validValues/ingredient/locales/da.d.ts +5 -0
- package/dist/validValues/ingredient/locales/da.d.ts.map +1 -1
- package/dist/validValues/ingredient/locales/da.js +6 -1
- package/dist/validValues/ingredient/locales/de.d.ts +5 -0
- package/dist/validValues/ingredient/locales/de.d.ts.map +1 -1
- package/dist/validValues/ingredient/locales/de.js +6 -1
- package/dist/validValues/ingredient/locales/el.d.ts +5 -0
- package/dist/validValues/ingredient/locales/el.d.ts.map +1 -1
- package/dist/validValues/ingredient/locales/el.js +6 -1
- package/dist/validValues/ingredient/locales/en.d.ts +5 -0
- package/dist/validValues/ingredient/locales/en.d.ts.map +1 -1
- package/dist/validValues/ingredient/locales/en.js +5 -0
- package/dist/validValues/ingredient/locales/es.d.ts +5 -0
- package/dist/validValues/ingredient/locales/es.d.ts.map +1 -1
- package/dist/validValues/ingredient/locales/es.js +6 -1
- package/dist/validValues/ingredient/locales/et.d.ts +5 -0
- package/dist/validValues/ingredient/locales/et.d.ts.map +1 -1
- package/dist/validValues/ingredient/locales/et.js +6 -1
- package/dist/validValues/ingredient/locales/fi.d.ts +5 -0
- package/dist/validValues/ingredient/locales/fi.d.ts.map +1 -1
- package/dist/validValues/ingredient/locales/fi.js +5 -0
- package/dist/validValues/ingredient/locales/fr.d.ts +5 -0
- package/dist/validValues/ingredient/locales/fr.d.ts.map +1 -1
- package/dist/validValues/ingredient/locales/fr.js +6 -1
- package/dist/validValues/ingredient/locales/ga.d.ts +5 -0
- package/dist/validValues/ingredient/locales/ga.d.ts.map +1 -1
- package/dist/validValues/ingredient/locales/ga.js +5 -0
- package/dist/validValues/ingredient/locales/hr.d.ts +5 -0
- package/dist/validValues/ingredient/locales/hr.d.ts.map +1 -1
- package/dist/validValues/ingredient/locales/hr.js +5 -0
- package/dist/validValues/ingredient/locales/hu.d.ts +5 -0
- package/dist/validValues/ingredient/locales/hu.d.ts.map +1 -1
- package/dist/validValues/ingredient/locales/hu.js +6 -1
- package/dist/validValues/ingredient/locales/it.d.ts +5 -0
- package/dist/validValues/ingredient/locales/it.d.ts.map +1 -1
- package/dist/validValues/ingredient/locales/it.js +5 -0
- package/dist/validValues/ingredient/locales/lt.d.ts +5 -0
- package/dist/validValues/ingredient/locales/lt.d.ts.map +1 -1
- package/dist/validValues/ingredient/locales/lt.js +5 -0
- package/dist/validValues/ingredient/locales/lv.d.ts +5 -0
- package/dist/validValues/ingredient/locales/lv.d.ts.map +1 -1
- package/dist/validValues/ingredient/locales/lv.js +5 -0
- package/dist/validValues/ingredient/locales/mt.d.ts +5 -0
- package/dist/validValues/ingredient/locales/mt.d.ts.map +1 -1
- package/dist/validValues/ingredient/locales/mt.js +7 -2
- package/dist/validValues/ingredient/locales/nl.d.ts +5 -0
- package/dist/validValues/ingredient/locales/nl.d.ts.map +1 -1
- package/dist/validValues/ingredient/locales/nl.js +5 -0
- package/dist/validValues/ingredient/locales/pl.d.ts +5 -0
- package/dist/validValues/ingredient/locales/pl.d.ts.map +1 -1
- package/dist/validValues/ingredient/locales/pl.js +6 -1
- package/dist/validValues/ingredient/locales/pt.d.ts +5 -0
- package/dist/validValues/ingredient/locales/pt.d.ts.map +1 -1
- package/dist/validValues/ingredient/locales/pt.js +5 -0
- package/dist/validValues/ingredient/locales/ro.d.ts +5 -0
- package/dist/validValues/ingredient/locales/ro.d.ts.map +1 -1
- package/dist/validValues/ingredient/locales/ro.js +5 -0
- package/dist/validValues/ingredient/locales/sk.d.ts +5 -0
- package/dist/validValues/ingredient/locales/sk.d.ts.map +1 -1
- package/dist/validValues/ingredient/locales/sk.js +7 -2
- package/dist/validValues/ingredient/locales/sl.d.ts +5 -0
- package/dist/validValues/ingredient/locales/sl.d.ts.map +1 -1
- package/dist/validValues/ingredient/locales/sl.js +5 -0
- package/dist/validValues/ingredient/locales/sv.d.ts +5 -0
- package/dist/validValues/ingredient/locales/sv.d.ts.map +1 -1
- package/dist/validValues/ingredient/locales/sv.js +5 -0
- package/dist/validValues/productType/locales/bg.d.ts +24 -1
- package/dist/validValues/productType/locales/bg.d.ts.map +1 -1
- package/dist/validValues/productType/locales/bg.js +24 -1
- package/dist/validValues/productType/locales/cs.d.ts +24 -1
- package/dist/validValues/productType/locales/cs.d.ts.map +1 -1
- package/dist/validValues/productType/locales/cs.js +24 -1
- package/dist/validValues/productType/locales/da.d.ts +24 -1
- package/dist/validValues/productType/locales/da.d.ts.map +1 -1
- package/dist/validValues/productType/locales/da.js +24 -1
- package/dist/validValues/productType/locales/de.d.ts +24 -1
- package/dist/validValues/productType/locales/de.d.ts.map +1 -1
- package/dist/validValues/productType/locales/de.js +24 -1
- package/dist/validValues/productType/locales/el.d.ts +24 -1
- package/dist/validValues/productType/locales/el.d.ts.map +1 -1
- package/dist/validValues/productType/locales/el.js +24 -1
- package/dist/validValues/productType/locales/en.d.ts +24 -1
- package/dist/validValues/productType/locales/en.d.ts.map +1 -1
- package/dist/validValues/productType/locales/en.js +24 -1
- package/dist/validValues/productType/locales/es.d.ts +24 -1
- package/dist/validValues/productType/locales/es.d.ts.map +1 -1
- package/dist/validValues/productType/locales/es.js +24 -1
- package/dist/validValues/productType/locales/et.d.ts +24 -1
- package/dist/validValues/productType/locales/et.d.ts.map +1 -1
- package/dist/validValues/productType/locales/et.js +24 -1
- package/dist/validValues/productType/locales/fi.d.ts +24 -1
- package/dist/validValues/productType/locales/fi.d.ts.map +1 -1
- package/dist/validValues/productType/locales/fi.js +24 -1
- package/dist/validValues/productType/locales/fr.d.ts +24 -1
- package/dist/validValues/productType/locales/fr.d.ts.map +1 -1
- package/dist/validValues/productType/locales/fr.js +24 -1
- package/dist/validValues/productType/locales/ga.d.ts +24 -1
- package/dist/validValues/productType/locales/ga.d.ts.map +1 -1
- package/dist/validValues/productType/locales/ga.js +24 -1
- package/dist/validValues/productType/locales/hr.d.ts +24 -1
- package/dist/validValues/productType/locales/hr.d.ts.map +1 -1
- package/dist/validValues/productType/locales/hr.js +24 -1
- package/dist/validValues/productType/locales/hu.d.ts +24 -1
- package/dist/validValues/productType/locales/hu.d.ts.map +1 -1
- package/dist/validValues/productType/locales/hu.js +24 -1
- package/dist/validValues/productType/locales/it.d.ts +24 -1
- package/dist/validValues/productType/locales/it.d.ts.map +1 -1
- package/dist/validValues/productType/locales/it.js +24 -1
- package/dist/validValues/productType/locales/lt.d.ts +24 -1
- package/dist/validValues/productType/locales/lt.d.ts.map +1 -1
- package/dist/validValues/productType/locales/lt.js +24 -1
- package/dist/validValues/productType/locales/lv.d.ts +24 -1
- package/dist/validValues/productType/locales/lv.d.ts.map +1 -1
- package/dist/validValues/productType/locales/lv.js +24 -1
- package/dist/validValues/productType/locales/mt.d.ts +24 -1
- package/dist/validValues/productType/locales/mt.d.ts.map +1 -1
- package/dist/validValues/productType/locales/mt.js +24 -1
- package/dist/validValues/productType/locales/nl.d.ts +24 -1
- package/dist/validValues/productType/locales/nl.d.ts.map +1 -1
- package/dist/validValues/productType/locales/nl.js +24 -1
- package/dist/validValues/productType/locales/pl.d.ts +24 -1
- package/dist/validValues/productType/locales/pl.d.ts.map +1 -1
- package/dist/validValues/productType/locales/pl.js +24 -1
- package/dist/validValues/productType/locales/pt.d.ts +24 -1
- package/dist/validValues/productType/locales/pt.d.ts.map +1 -1
- package/dist/validValues/productType/locales/pt.js +24 -1
- package/dist/validValues/productType/locales/ro.d.ts +24 -1
- package/dist/validValues/productType/locales/ro.d.ts.map +1 -1
- package/dist/validValues/productType/locales/ro.js +24 -1
- package/dist/validValues/productType/locales/sk.d.ts +24 -1
- package/dist/validValues/productType/locales/sk.d.ts.map +1 -1
- package/dist/validValues/productType/locales/sk.js +24 -1
- package/dist/validValues/productType/locales/sl.d.ts +24 -1
- package/dist/validValues/productType/locales/sl.d.ts.map +1 -1
- package/dist/validValues/productType/locales/sl.js +24 -1
- package/dist/validValues/productType/locales/sv.d.ts +24 -1
- package/dist/validValues/productType/locales/sv.d.ts.map +1 -1
- package/dist/validValues/productType/locales/sv.js +24 -1
- package/dist/validValues/productType/productType.d.ts +73 -46
- package/dist/validValues/productType/productType.d.ts.map +1 -1
- package/dist/validValues/productType/productType.js +329 -49
- package/dist/validValues/types/ProductTypeKey.d.ts +1 -1
- package/dist/validValues/types/ProductTypeKey.d.ts.map +1 -1
- package/dist/validValues/types/productTypesAromatisedWine.d.ts +4 -0
- package/dist/validValues/types/productTypesAromatisedWine.d.ts.map +1 -0
- package/dist/validValues/types/productTypesAromatisedWine.js +9 -0
- package/dist/validValues/types/productTypesWine.d.ts.map +1 -1
- package/dist/validValues/types/productTypesWine.js +1 -1
- package/dist/validValues/varietyName/varietyName.d.ts +2 -0
- package/dist/validValues/varietyName/varietyName.d.ts.map +1 -1
- package/dist/validValues/varietyName/varietyName.js +8 -0
- package/package.json +2 -2
- package/src/locales/backupTranslation/bg.po +1 -1
- package/src/locales/backupTranslation/cs.po +1 -1
- package/src/locales/backupTranslation/da.po +1 -1
- package/src/locales/backupTranslation/de.po +1 -1
- package/src/locales/backupTranslation/ee.po +1 -1
- package/src/locales/backupTranslation/el.po +1 -1
- package/src/locales/backupTranslation/es.po +1 -1
- package/src/locales/backupTranslation/fi.po +1 -1
- package/src/locales/backupTranslation/fr.po +1 -1
- package/src/locales/backupTranslation/hu.po +1 -1
- package/src/locales/backupTranslation/it.po +1 -1
- package/src/locales/backupTranslation/lt.po +1 -1
- package/src/locales/backupTranslation/lv.po +1 -1
- package/src/locales/backupTranslation/nl.po +1 -1
- package/src/locales/backupTranslation/pl.po +1 -1
- package/src/locales/backupTranslation/pt.po +1 -1
- package/src/locales/backupTranslation/ro.po +1 -1
- package/src/locales/backupTranslation/se.po +1 -1
- package/src/locales/backupTranslation/si.po +1 -1
- package/src/locales/backupTranslation/sk.po +1 -1
- package/src/locales/json/en.json +1 -1
- package/src/validValues/designation/designation.ts +1 -1
- package/src/validValues/ingredient/deprecatedIngredient.ts +19 -0
- package/src/validValues/ingredient/ingredient.ts +111 -77
- package/src/validValues/ingredient/locales/bg.po +21 -1
- package/src/validValues/ingredient/locales/bg.ts +1 -1
- package/src/validValues/ingredient/locales/cs.po +22 -2
- package/src/validValues/ingredient/locales/cs.ts +1 -1
- package/src/validValues/ingredient/locales/da.po +22 -2
- package/src/validValues/ingredient/locales/da.ts +1 -1
- package/src/validValues/ingredient/locales/de.po +22 -2
- package/src/validValues/ingredient/locales/de.ts +1 -1
- package/src/validValues/ingredient/locales/el.po +22 -2
- package/src/validValues/ingredient/locales/el.ts +1 -1
- package/src/validValues/ingredient/locales/en.po +21 -1
- package/src/validValues/ingredient/locales/en.ts +1 -1
- package/src/validValues/ingredient/locales/es.po +22 -2
- package/src/validValues/ingredient/locales/es.ts +1 -1
- package/src/validValues/ingredient/locales/et.po +22 -2
- package/src/validValues/ingredient/locales/et.ts +1 -1
- package/src/validValues/ingredient/locales/fi.po +21 -1
- package/src/validValues/ingredient/locales/fi.ts +1 -1
- package/src/validValues/ingredient/locales/fr.po +22 -2
- package/src/validValues/ingredient/locales/fr.ts +1 -1
- package/src/validValues/ingredient/locales/ga.po +21 -1
- package/src/validValues/ingredient/locales/ga.ts +1 -1
- package/src/validValues/ingredient/locales/hr.po +21 -1
- package/src/validValues/ingredient/locales/hr.ts +1 -1
- package/src/validValues/ingredient/locales/hu.po +22 -2
- package/src/validValues/ingredient/locales/hu.ts +1 -1
- package/src/validValues/ingredient/locales/it.po +21 -1
- package/src/validValues/ingredient/locales/it.ts +1 -1
- package/src/validValues/ingredient/locales/lt.po +21 -1
- package/src/validValues/ingredient/locales/lt.ts +1 -1
- package/src/validValues/ingredient/locales/lv.po +21 -1
- package/src/validValues/ingredient/locales/lv.ts +1 -1
- package/src/validValues/ingredient/locales/mt.po +23 -3
- package/src/validValues/ingredient/locales/mt.ts +1 -1
- package/src/validValues/ingredient/locales/nl.po +21 -1
- package/src/validValues/ingredient/locales/nl.ts +1 -1
- package/src/validValues/ingredient/locales/pl.po +22 -2
- package/src/validValues/ingredient/locales/pl.ts +1 -1
- package/src/validValues/ingredient/locales/pt.po +21 -1
- package/src/validValues/ingredient/locales/pt.ts +1 -1
- package/src/validValues/ingredient/locales/ro.po +21 -1
- package/src/validValues/ingredient/locales/ro.ts +1 -1
- package/src/validValues/ingredient/locales/sk.po +22 -2
- package/src/validValues/ingredient/locales/sk.ts +1 -1
- package/src/validValues/ingredient/locales/sl.po +21 -1
- package/src/validValues/ingredient/locales/sl.ts +1 -1
- package/src/validValues/ingredient/locales/sv.po +21 -1
- package/src/validValues/ingredient/locales/sv.ts +1 -1
- package/src/validValues/json/ingredient.js +49 -49
- package/src/validValues/json/productType.js +4 -4
- package/src/validValues/productType/locales/bg.po +93 -1
- package/src/validValues/productType/locales/bg.ts +1 -1
- package/src/validValues/productType/locales/cs.po +93 -1
- package/src/validValues/productType/locales/cs.ts +1 -1
- package/src/validValues/productType/locales/da.po +93 -1
- package/src/validValues/productType/locales/da.ts +1 -1
- package/src/validValues/productType/locales/de.po +93 -1
- package/src/validValues/productType/locales/de.ts +1 -1
- package/src/validValues/productType/locales/el.po +93 -1
- package/src/validValues/productType/locales/el.ts +1 -1
- package/src/validValues/productType/locales/en.po +94 -2
- package/src/validValues/productType/locales/en.ts +1 -1
- package/src/validValues/productType/locales/es.po +93 -1
- package/src/validValues/productType/locales/es.ts +1 -1
- package/src/validValues/productType/locales/et.po +93 -1
- package/src/validValues/productType/locales/et.ts +1 -1
- package/src/validValues/productType/locales/fi.po +93 -1
- package/src/validValues/productType/locales/fi.ts +1 -1
- package/src/validValues/productType/locales/fr.po +93 -1
- package/src/validValues/productType/locales/fr.ts +1 -1
- package/src/validValues/productType/locales/ga.po +93 -1
- package/src/validValues/productType/locales/ga.ts +1 -1
- package/src/validValues/productType/locales/hr.po +93 -1
- package/src/validValues/productType/locales/hr.ts +1 -1
- package/src/validValues/productType/locales/hu.po +93 -1
- package/src/validValues/productType/locales/hu.ts +1 -1
- package/src/validValues/productType/locales/it.po +93 -1
- package/src/validValues/productType/locales/it.ts +1 -1
- package/src/validValues/productType/locales/lt.po +93 -1
- package/src/validValues/productType/locales/lt.ts +1 -1
- package/src/validValues/productType/locales/lv.po +93 -1
- package/src/validValues/productType/locales/lv.ts +1 -1
- package/src/validValues/productType/locales/mt.po +93 -1
- package/src/validValues/productType/locales/mt.ts +1 -1
- package/src/validValues/productType/locales/nl.po +93 -1
- package/src/validValues/productType/locales/nl.ts +1 -1
- package/src/validValues/productType/locales/pl.po +93 -1
- package/src/validValues/productType/locales/pl.ts +1 -1
- package/src/validValues/productType/locales/pt.po +93 -1
- package/src/validValues/productType/locales/pt.ts +1 -1
- package/src/validValues/productType/locales/ro.po +93 -1
- package/src/validValues/productType/locales/ro.ts +1 -1
- package/src/validValues/productType/locales/sk.po +93 -1
- package/src/validValues/productType/locales/sk.ts +1 -1
- package/src/validValues/productType/locales/sl.po +93 -1
- package/src/validValues/productType/locales/sl.ts +1 -1
- package/src/validValues/productType/locales/sv.po +93 -1
- package/src/validValues/productType/locales/sv.ts +1 -1
- package/src/validValues/productType/productType.ts +243 -5
- package/src/validValues/types/ProductTypeKey.ts +23 -1
- package/src/validValues/types/productTypesAromatisedWine.ts +28 -0
- package/src/validValues/types/productTypesWine.ts +0 -1
- package/src/validValues/varietyName/varietyName.ts +8 -0
|
@@ -11,10 +11,24 @@ var _productTypesSpirit = _interopRequireDefault(require("../types/productTypesS
|
|
|
11
11
|
|
|
12
12
|
var _productTypesWine = _interopRequireDefault(require("../types/productTypesWine"));
|
|
13
13
|
|
|
14
|
+
var _productTypesAromatisedWine = _interopRequireDefault(require("../types/productTypesAromatisedWine"));
|
|
15
|
+
|
|
14
16
|
var _deprecatedIngredient = _interopRequireDefault(require("./deprecatedIngredient"));
|
|
15
17
|
|
|
16
18
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
17
19
|
|
|
20
|
+
function _toConsumableArray(arr) { return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray(arr) || _nonIterableSpread(); }
|
|
21
|
+
|
|
22
|
+
function _nonIterableSpread() { throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
|
|
23
|
+
|
|
24
|
+
function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
|
|
25
|
+
|
|
26
|
+
function _iterableToArray(iter) { if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) return Array.from(iter); }
|
|
27
|
+
|
|
28
|
+
function _arrayWithoutHoles(arr) { if (Array.isArray(arr)) return _arrayLikeToArray(arr); }
|
|
29
|
+
|
|
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
|
+
|
|
18
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; }
|
|
19
33
|
|
|
20
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; }
|
|
@@ -59,7 +73,7 @@ var allIngredients = _objectSpread(_objectSpread({}, _deprecatedIngredient["defa
|
|
|
59
73
|
},
|
|
60
74
|
metadata: {
|
|
61
75
|
tags: ['OTHER_INGREDIENT'],
|
|
62
|
-
productType: _productTypesWine["default"]
|
|
76
|
+
productType: [].concat(_toConsumableArray(_productTypesWine["default"]), _toConsumableArray(_productTypesAromatisedWine["default"]))
|
|
63
77
|
}
|
|
64
78
|
}),
|
|
65
79
|
ammoniaCaramel: ingredient({
|
|
@@ -72,7 +86,7 @@ var allIngredients = _objectSpread(_objectSpread({}, _deprecatedIngredient["defa
|
|
|
72
86
|
},
|
|
73
87
|
metadata: {
|
|
74
88
|
tags: ['COLOUR'],
|
|
75
|
-
productType: [
|
|
89
|
+
productType: _productTypesAromatisedWine["default"]
|
|
76
90
|
}
|
|
77
91
|
}),
|
|
78
92
|
ascorbicAcid: ingredient({
|
|
@@ -85,7 +99,7 @@ var allIngredients = _objectSpread(_objectSpread({}, _deprecatedIngredient["defa
|
|
|
85
99
|
},
|
|
86
100
|
metadata: {
|
|
87
101
|
tags: ['ANTIOXIDANT'],
|
|
88
|
-
productType: _productTypesWine["default"]
|
|
102
|
+
productType: [].concat(_toConsumableArray(_productTypesWine["default"]), _toConsumableArray(_productTypesAromatisedWine["default"]))
|
|
89
103
|
}
|
|
90
104
|
}),
|
|
91
105
|
burnedSugar: ingredient({
|
|
@@ -98,7 +112,7 @@ var allIngredients = _objectSpread(_objectSpread({}, _deprecatedIngredient["defa
|
|
|
98
112
|
},
|
|
99
113
|
metadata: {
|
|
100
114
|
tags: ['SWEETENER'],
|
|
101
|
-
productType: [
|
|
115
|
+
productType: _productTypesAromatisedWine["default"]
|
|
102
116
|
}
|
|
103
117
|
}),
|
|
104
118
|
calciumSulphate: ingredient({
|
|
@@ -111,7 +125,7 @@ var allIngredients = _objectSpread(_objectSpread({}, _deprecatedIngredient["defa
|
|
|
111
125
|
},
|
|
112
126
|
metadata: {
|
|
113
127
|
tags: ['ACIDITY_REGULATOR'],
|
|
114
|
-
productType: _productTypesWine["default"]
|
|
128
|
+
productType: [].concat(_toConsumableArray(_productTypesWine["default"]), _toConsumableArray(_productTypesAromatisedWine["default"]))
|
|
115
129
|
}
|
|
116
130
|
}),
|
|
117
131
|
caramel: ingredient({
|
|
@@ -124,7 +138,7 @@ var allIngredients = _objectSpread(_objectSpread({}, _deprecatedIngredient["defa
|
|
|
124
138
|
},
|
|
125
139
|
metadata: {
|
|
126
140
|
tags: ['OTHER_INGREDIENT'],
|
|
127
|
-
productType: _productTypesWine["default"]
|
|
141
|
+
productType: [].concat(_toConsumableArray(_productTypesWine["default"]), _toConsumableArray(_productTypesAromatisedWine["default"]))
|
|
128
142
|
}
|
|
129
143
|
}),
|
|
130
144
|
carbonDioxide: ingredient({
|
|
@@ -150,7 +164,7 @@ var allIngredients = _objectSpread(_objectSpread({}, _deprecatedIngredient["defa
|
|
|
150
164
|
},
|
|
151
165
|
metadata: {
|
|
152
166
|
tags: ['STABILISER'],
|
|
153
|
-
productType: _productTypesWine["default"]
|
|
167
|
+
productType: [].concat(_toConsumableArray(_productTypesWine["default"]), _toConsumableArray(_productTypesAromatisedWine["default"]))
|
|
154
168
|
}
|
|
155
169
|
}),
|
|
156
170
|
carobSyrup: ingredient({
|
|
@@ -163,7 +177,7 @@ var allIngredients = _objectSpread(_objectSpread({}, _deprecatedIngredient["defa
|
|
|
163
177
|
},
|
|
164
178
|
metadata: {
|
|
165
179
|
tags: ['SWEETENER'],
|
|
166
|
-
productType: [
|
|
180
|
+
productType: _productTypesAromatisedWine["default"]
|
|
167
181
|
}
|
|
168
182
|
}),
|
|
169
183
|
milk: ingredient({
|
|
@@ -176,7 +190,7 @@ var allIngredients = _objectSpread(_objectSpread({}, _deprecatedIngredient["defa
|
|
|
176
190
|
},
|
|
177
191
|
metadata: {
|
|
178
192
|
tags: ['CLARIFYING_AGENT', 'ALLERGEN'],
|
|
179
|
-
productType: _productTypesWine["default"]
|
|
193
|
+
productType: [].concat(_toConsumableArray(_productTypesWine["default"]), _toConsumableArray(_productTypesAromatisedWine["default"]))
|
|
180
194
|
}
|
|
181
195
|
}),
|
|
182
196
|
causticSulfiteCaramel: ingredient({
|
|
@@ -189,7 +203,7 @@ var allIngredients = _objectSpread(_objectSpread({}, _deprecatedIngredient["defa
|
|
|
189
203
|
},
|
|
190
204
|
metadata: {
|
|
191
205
|
tags: ['COLOUR'],
|
|
192
|
-
productType: [
|
|
206
|
+
productType: _productTypesAromatisedWine["default"]
|
|
193
207
|
}
|
|
194
208
|
}),
|
|
195
209
|
cerealDistillateAndWater: ingredient({
|
|
@@ -215,7 +229,20 @@ var allIngredients = _objectSpread(_objectSpread({}, _deprecatedIngredient["defa
|
|
|
215
229
|
},
|
|
216
230
|
metadata: {
|
|
217
231
|
tags: ['STABILISER'],
|
|
218
|
-
productType: _productTypesWine["default"]
|
|
232
|
+
productType: [].concat(_toConsumableArray(_productTypesWine["default"]), _toConsumableArray(_productTypesAromatisedWine["default"]))
|
|
233
|
+
}
|
|
234
|
+
}),
|
|
235
|
+
wineWithSulphites: ingredient({
|
|
236
|
+
key: 'wineWithSulphites',
|
|
237
|
+
label:
|
|
238
|
+
/*i18n*/
|
|
239
|
+
{
|
|
240
|
+
id: 'validValues.ingredient.wineWithSulphites',
|
|
241
|
+
message: 'wine (<Allergen>sulphites</Allergen>)'
|
|
242
|
+
},
|
|
243
|
+
metadata: {
|
|
244
|
+
tags: ['RAW_MATERIAL', 'ALLERGEN'],
|
|
245
|
+
productType: _productTypesAromatisedWine["default"]
|
|
219
246
|
}
|
|
220
247
|
}),
|
|
221
248
|
concentratedGrapeMust: ingredient({
|
|
@@ -227,10 +254,23 @@ var allIngredients = _objectSpread(_objectSpread({}, _deprecatedIngredient["defa
|
|
|
227
254
|
message: 'concentrated grape must'
|
|
228
255
|
},
|
|
229
256
|
metadata: {
|
|
230
|
-
tags: ['ENRICHMENT_SUBSTANCE', 'SWEETENER', 'RAW_MATERIAL'],
|
|
257
|
+
tags: ['ENRICHMENT_SUBSTANCE', 'SWEETENER', 'RAW_MATERIAL', 'ALLERGEN'],
|
|
231
258
|
productType: _productTypesWine["default"]
|
|
232
259
|
}
|
|
233
260
|
}),
|
|
261
|
+
grapeMustWithSulphites: ingredient({
|
|
262
|
+
key: 'grapeMustWithSulphites',
|
|
263
|
+
label:
|
|
264
|
+
/*i18n*/
|
|
265
|
+
{
|
|
266
|
+
id: 'validValues.ingredient.grapeMustWithSulphites',
|
|
267
|
+
message: 'grape must (<Allergen>sulphites</Allergen>)'
|
|
268
|
+
},
|
|
269
|
+
metadata: {
|
|
270
|
+
tags: ['RAW_MATERIAL', 'ALLERGEN'],
|
|
271
|
+
productType: _productTypesAromatisedWine["default"]
|
|
272
|
+
}
|
|
273
|
+
}),
|
|
234
274
|
dimethyldicarbonate: ingredient({
|
|
235
275
|
key: 'dimethyldicarbonate',
|
|
236
276
|
label:
|
|
@@ -241,7 +281,7 @@ var allIngredients = _objectSpread(_objectSpread({}, _deprecatedIngredient["defa
|
|
|
241
281
|
},
|
|
242
282
|
metadata: {
|
|
243
283
|
tags: ['PRESERVATIVE'],
|
|
244
|
-
productType: _productTypesWine["default"]
|
|
284
|
+
productType: [].concat(_toConsumableArray(_productTypesWine["default"]), _toConsumableArray(_productTypesAromatisedWine["default"]))
|
|
245
285
|
}
|
|
246
286
|
}),
|
|
247
287
|
distillateOfAgriculturalOrigin: ingredient({
|
|
@@ -254,7 +294,7 @@ var allIngredients = _objectSpread(_objectSpread({}, _deprecatedIngredient["defa
|
|
|
254
294
|
},
|
|
255
295
|
metadata: {
|
|
256
296
|
tags: ['ALCOHOL'],
|
|
257
|
-
productType: [
|
|
297
|
+
productType: _productTypesAromatisedWine["default"]
|
|
258
298
|
}
|
|
259
299
|
}),
|
|
260
300
|
driedGrapeAlcohol: ingredient({
|
|
@@ -267,7 +307,7 @@ var allIngredients = _objectSpread(_objectSpread({}, _deprecatedIngredient["defa
|
|
|
267
307
|
},
|
|
268
308
|
metadata: {
|
|
269
309
|
tags: ['ALCOHOL'],
|
|
270
|
-
productType: [
|
|
310
|
+
productType: _productTypesAromatisedWine["default"]
|
|
271
311
|
}
|
|
272
312
|
}),
|
|
273
313
|
driedGrapeDistillate: ingredient({
|
|
@@ -280,7 +320,7 @@ var allIngredients = _objectSpread(_objectSpread({}, _deprecatedIngredient["defa
|
|
|
280
320
|
},
|
|
281
321
|
metadata: {
|
|
282
322
|
tags: ['ALCOHOL'],
|
|
283
|
-
productType: [
|
|
323
|
+
productType: _productTypesAromatisedWine["default"]
|
|
284
324
|
}
|
|
285
325
|
}),
|
|
286
326
|
egg: ingredient({
|
|
@@ -293,7 +333,7 @@ var allIngredients = _objectSpread(_objectSpread({}, _deprecatedIngredient["defa
|
|
|
293
333
|
},
|
|
294
334
|
metadata: {
|
|
295
335
|
tags: ['CLARIFYING_AGENT', 'ALLERGEN', 'PRESERVATIVE'],
|
|
296
|
-
productType: _productTypesWine["default"]
|
|
336
|
+
productType: [].concat(_toConsumableArray(_productTypesWine["default"]), _toConsumableArray(_productTypesAromatisedWine["default"]))
|
|
297
337
|
}
|
|
298
338
|
}),
|
|
299
339
|
ethylAlcoholOfAgriculturalOrigin: ingredient({
|
|
@@ -306,7 +346,7 @@ var allIngredients = _objectSpread(_objectSpread({}, _deprecatedIngredient["defa
|
|
|
306
346
|
},
|
|
307
347
|
metadata: {
|
|
308
348
|
tags: ['ALCOHOL'],
|
|
309
|
-
productType: [
|
|
349
|
+
productType: _productTypesAromatisedWine["default"]
|
|
310
350
|
}
|
|
311
351
|
}),
|
|
312
352
|
expeditionLiqueur: ingredient({
|
|
@@ -332,7 +372,33 @@ var allIngredients = _objectSpread(_objectSpread({}, _deprecatedIngredient["defa
|
|
|
332
372
|
},
|
|
333
373
|
metadata: {
|
|
334
374
|
tags: ['FLAVOURING'],
|
|
335
|
-
productType: [
|
|
375
|
+
productType: _productTypesAromatisedWine["default"]
|
|
376
|
+
}
|
|
377
|
+
}),
|
|
378
|
+
flavourings: ingredient({
|
|
379
|
+
key: 'flavourings',
|
|
380
|
+
label:
|
|
381
|
+
/*i18n*/
|
|
382
|
+
{
|
|
383
|
+
id: 'validValues.ingredient.flavourings',
|
|
384
|
+
message: 'flavourings'
|
|
385
|
+
},
|
|
386
|
+
metadata: {
|
|
387
|
+
tags: ['FLAVOURING'],
|
|
388
|
+
productType: _productTypesAromatisedWine["default"]
|
|
389
|
+
}
|
|
390
|
+
}),
|
|
391
|
+
flavouringNatural: ingredient({
|
|
392
|
+
key: 'flavouringNatural',
|
|
393
|
+
label:
|
|
394
|
+
/*i18n*/
|
|
395
|
+
{
|
|
396
|
+
id: 'validValues.ingredient.flavouringNatural',
|
|
397
|
+
message: 'natural flavouring'
|
|
398
|
+
},
|
|
399
|
+
metadata: {
|
|
400
|
+
tags: ['FLAVOURING'],
|
|
401
|
+
productType: _productTypesAromatisedWine["default"]
|
|
336
402
|
}
|
|
337
403
|
}),
|
|
338
404
|
freshBeerDistillateAndWater: ingredient({
|
|
@@ -358,7 +424,7 @@ var allIngredients = _objectSpread(_objectSpread({}, _deprecatedIngredient["defa
|
|
|
358
424
|
},
|
|
359
425
|
metadata: {
|
|
360
426
|
tags: ['STABILISER'],
|
|
361
|
-
productType: ['wine_stillwine', 'wine_fortified', 'wine_pearlwine', 'wine_sparkling'
|
|
427
|
+
productType: ['wine_stillwine', 'wine_fortified', 'wine_pearlwine', 'wine_sparkling'].concat(_toConsumableArray(_productTypesAromatisedWine["default"]))
|
|
362
428
|
}
|
|
363
429
|
}),
|
|
364
430
|
grainDistillateAndWater: ingredient({
|
|
@@ -397,7 +463,7 @@ var allIngredients = _objectSpread(_objectSpread({}, _deprecatedIngredient["defa
|
|
|
397
463
|
},
|
|
398
464
|
metadata: {
|
|
399
465
|
tags: ['ALCOHOL'],
|
|
400
|
-
productType: [
|
|
466
|
+
productType: _productTypesAromatisedWine["default"]
|
|
401
467
|
}
|
|
402
468
|
}),
|
|
403
469
|
gumArabic: ingredient({
|
|
@@ -410,7 +476,7 @@ var allIngredients = _objectSpread(_objectSpread({}, _deprecatedIngredient["defa
|
|
|
410
476
|
},
|
|
411
477
|
metadata: {
|
|
412
478
|
tags: ['STABILISER'],
|
|
413
|
-
productType: _productTypesWine["default"]
|
|
479
|
+
productType: [].concat(_toConsumableArray(_productTypesWine["default"]), _toConsumableArray(_productTypesAromatisedWine["default"]))
|
|
414
480
|
}
|
|
415
481
|
}),
|
|
416
482
|
honey: ingredient({
|
|
@@ -423,7 +489,7 @@ var allIngredients = _objectSpread(_objectSpread({}, _deprecatedIngredient["defa
|
|
|
423
489
|
},
|
|
424
490
|
metadata: {
|
|
425
491
|
tags: ['SWEETENER'],
|
|
426
|
-
productType: [
|
|
492
|
+
productType: _productTypesAromatisedWine["default"]
|
|
427
493
|
}
|
|
428
494
|
}),
|
|
429
495
|
lacticAcid: ingredient({
|
|
@@ -436,7 +502,7 @@ var allIngredients = _objectSpread(_objectSpread({}, _deprecatedIngredient["defa
|
|
|
436
502
|
},
|
|
437
503
|
metadata: {
|
|
438
504
|
tags: ['ACIDITY_REGULATOR'],
|
|
439
|
-
productType: _productTypesWine["default"]
|
|
505
|
+
productType: [].concat(_toConsumableArray(_productTypesWine["default"]), _toConsumableArray(_productTypesAromatisedWine["default"]))
|
|
440
506
|
}
|
|
441
507
|
}),
|
|
442
508
|
malicAcid: ingredient({
|
|
@@ -449,7 +515,7 @@ var allIngredients = _objectSpread(_objectSpread({}, _deprecatedIngredient["defa
|
|
|
449
515
|
},
|
|
450
516
|
metadata: {
|
|
451
517
|
tags: ['ACIDITY_REGULATOR'],
|
|
452
|
-
productType: _productTypesWine["default"]
|
|
518
|
+
productType: [].concat(_toConsumableArray(_productTypesWine["default"]), _toConsumableArray(_productTypesAromatisedWine["default"]))
|
|
453
519
|
}
|
|
454
520
|
}),
|
|
455
521
|
maltDistillateAndWater: ingredient({
|
|
@@ -475,7 +541,7 @@ var allIngredients = _objectSpread(_objectSpread({}, _deprecatedIngredient["defa
|
|
|
475
541
|
},
|
|
476
542
|
metadata: {
|
|
477
543
|
tags: ['ACIDITY_REGULATOR'],
|
|
478
|
-
productType: _productTypesWine["default"]
|
|
544
|
+
productType: [].concat(_toConsumableArray(_productTypesWine["default"]), _toConsumableArray(_productTypesAromatisedWine["default"]))
|
|
479
545
|
}
|
|
480
546
|
}),
|
|
481
547
|
metatartaricAcid: ingredient({
|
|
@@ -488,7 +554,7 @@ var allIngredients = _objectSpread(_objectSpread({}, _deprecatedIngredient["defa
|
|
|
488
554
|
},
|
|
489
555
|
metadata: {
|
|
490
556
|
tags: ['STABILISER'],
|
|
491
|
-
productType: _productTypesWine["default"]
|
|
557
|
+
productType: [].concat(_toConsumableArray(_productTypesWine["default"]), _toConsumableArray(_productTypesAromatisedWine["default"]))
|
|
492
558
|
}
|
|
493
559
|
}),
|
|
494
560
|
plainCaramel: ingredient({
|
|
@@ -501,7 +567,7 @@ var allIngredients = _objectSpread(_objectSpread({}, _deprecatedIngredient["defa
|
|
|
501
567
|
},
|
|
502
568
|
metadata: {
|
|
503
569
|
tags: ['COLOUR'],
|
|
504
|
-
productType: [
|
|
570
|
+
productType: _productTypesAromatisedWine["default"]
|
|
505
571
|
}
|
|
506
572
|
}),
|
|
507
573
|
potassiumPolyaspartate: ingredient({
|
|
@@ -514,7 +580,7 @@ var allIngredients = _objectSpread(_objectSpread({}, _deprecatedIngredient["defa
|
|
|
514
580
|
},
|
|
515
581
|
metadata: {
|
|
516
582
|
tags: ['STABILISER'],
|
|
517
|
-
productType: _productTypesWine["default"]
|
|
583
|
+
productType: [].concat(_toConsumableArray(_productTypesWine["default"]), _toConsumableArray(_productTypesAromatisedWine["default"]))
|
|
518
584
|
}
|
|
519
585
|
}),
|
|
520
586
|
potassiumSorbate: ingredient({
|
|
@@ -527,7 +593,7 @@ var allIngredients = _objectSpread(_objectSpread({}, _deprecatedIngredient["defa
|
|
|
527
593
|
},
|
|
528
594
|
metadata: {
|
|
529
595
|
tags: ['PRESERVATIVE'],
|
|
530
|
-
productType: _productTypesWine["default"]
|
|
596
|
+
productType: [].concat(_toConsumableArray(_productTypesWine["default"]), _toConsumableArray(_productTypesAromatisedWine["default"]))
|
|
531
597
|
}
|
|
532
598
|
}),
|
|
533
599
|
ryeDistillateAndWater: ingredient({
|
|
@@ -553,7 +619,7 @@ var allIngredients = _objectSpread(_objectSpread({}, _deprecatedIngredient["defa
|
|
|
553
619
|
},
|
|
554
620
|
metadata: {
|
|
555
621
|
tags: ['ENRICHMENT_SUBSTANCE'],
|
|
556
|
-
productType: _productTypesWine["default"]
|
|
622
|
+
productType: [].concat(_toConsumableArray(_productTypesWine["default"]), _toConsumableArray(_productTypesAromatisedWine["default"]))
|
|
557
623
|
}
|
|
558
624
|
}),
|
|
559
625
|
sugar: ingredient({
|
|
@@ -566,7 +632,7 @@ var allIngredients = _objectSpread(_objectSpread({}, _deprecatedIngredient["defa
|
|
|
566
632
|
},
|
|
567
633
|
metadata: {
|
|
568
634
|
tags: ['SWEETENER'],
|
|
569
|
-
productType: [
|
|
635
|
+
productType: _productTypesAromatisedWine["default"]
|
|
570
636
|
}
|
|
571
637
|
}),
|
|
572
638
|
sulfiteAmmoniaCaramel: ingredient({
|
|
@@ -579,7 +645,7 @@ var allIngredients = _objectSpread(_objectSpread({}, _deprecatedIngredient["defa
|
|
|
579
645
|
},
|
|
580
646
|
metadata: {
|
|
581
647
|
tags: ['COLOUR'],
|
|
582
|
-
productType: [
|
|
648
|
+
productType: _productTypesAromatisedWine["default"]
|
|
583
649
|
}
|
|
584
650
|
}),
|
|
585
651
|
sulfites: ingredient({
|
|
@@ -592,7 +658,7 @@ var allIngredients = _objectSpread(_objectSpread({}, _deprecatedIngredient["defa
|
|
|
592
658
|
},
|
|
593
659
|
metadata: {
|
|
594
660
|
tags: ['PRESERVATIVE', 'ALLERGEN'],
|
|
595
|
-
productType: _productTypesWine["default"]
|
|
661
|
+
productType: [].concat(_toConsumableArray(_productTypesWine["default"]), _toConsumableArray(_productTypesAromatisedWine["default"]))
|
|
596
662
|
}
|
|
597
663
|
}),
|
|
598
664
|
tirageLiqueur: ingredient({
|
|
@@ -618,20 +684,7 @@ var allIngredients = _objectSpread(_objectSpread({}, _deprecatedIngredient["defa
|
|
|
618
684
|
},
|
|
619
685
|
metadata: {
|
|
620
686
|
tags: ['OTHER_INGREDIENT'],
|
|
621
|
-
productType: [
|
|
622
|
-
}
|
|
623
|
-
}),
|
|
624
|
-
wine: ingredient({
|
|
625
|
-
key: 'wine',
|
|
626
|
-
label:
|
|
627
|
-
/*i18n*/
|
|
628
|
-
{
|
|
629
|
-
id: 'validValues.ingredient.wine',
|
|
630
|
-
message: 'wine'
|
|
631
|
-
},
|
|
632
|
-
metadata: {
|
|
633
|
-
tags: ['RAW_MATERIAL'],
|
|
634
|
-
productType: ['wine_aromatized']
|
|
687
|
+
productType: _productTypesAromatisedWine["default"]
|
|
635
688
|
}
|
|
636
689
|
}),
|
|
637
690
|
wineAlcohol: ingredient({
|
|
@@ -644,7 +697,7 @@ var allIngredients = _objectSpread(_objectSpread({}, _deprecatedIngredient["defa
|
|
|
644
697
|
},
|
|
645
698
|
metadata: {
|
|
646
699
|
tags: ['ALCOHOL'],
|
|
647
|
-
productType: [
|
|
700
|
+
productType: _productTypesAromatisedWine["default"]
|
|
648
701
|
}
|
|
649
702
|
}),
|
|
650
703
|
wineDistillate: ingredient({
|
|
@@ -657,7 +710,7 @@ var allIngredients = _objectSpread(_objectSpread({}, _deprecatedIngredient["defa
|
|
|
657
710
|
},
|
|
658
711
|
metadata: {
|
|
659
712
|
tags: ['ALCOHOL'],
|
|
660
|
-
productType: [
|
|
713
|
+
productType: _productTypesAromatisedWine["default"]
|
|
661
714
|
}
|
|
662
715
|
}),
|
|
663
716
|
wineSpirit: ingredient({
|
|
@@ -670,7 +723,7 @@ var allIngredients = _objectSpread(_objectSpread({}, _deprecatedIngredient["defa
|
|
|
670
723
|
},
|
|
671
724
|
metadata: {
|
|
672
725
|
tags: ['ALCOHOL'],
|
|
673
|
-
productType: [
|
|
726
|
+
productType: _productTypesAromatisedWine["default"]
|
|
674
727
|
}
|
|
675
728
|
}),
|
|
676
729
|
yeastMannoproteins: ingredient({
|
|
@@ -683,7 +736,7 @@ var allIngredients = _objectSpread(_objectSpread({}, _deprecatedIngredient["defa
|
|
|
683
736
|
},
|
|
684
737
|
metadata: {
|
|
685
738
|
tags: ['STABILISER'],
|
|
686
|
-
productType: _productTypesWine["default"]
|
|
739
|
+
productType: [].concat(_toConsumableArray(_productTypesWine["default"]), _toConsumableArray(_productTypesAromatisedWine["default"]))
|
|
687
740
|
}
|
|
688
741
|
}),
|
|
689
742
|
// Synonym ingredients
|
|
@@ -697,7 +750,7 @@ var allIngredients = _objectSpread(_objectSpread({}, _deprecatedIngredient["defa
|
|
|
697
750
|
},
|
|
698
751
|
metadata: _objectSpread({
|
|
699
752
|
tags: ['CLARIFYING_AGENT'],
|
|
700
|
-
productType: _productTypesWine["default"]
|
|
753
|
+
productType: [].concat(_toConsumableArray(_productTypesWine["default"]), _toConsumableArray(_productTypesAromatisedWine["default"]))
|
|
701
754
|
}, synonymOfMilk)
|
|
702
755
|
}),
|
|
703
756
|
milkProducts: ingredient({
|
|
@@ -710,7 +763,7 @@ var allIngredients = _objectSpread(_objectSpread({}, _deprecatedIngredient["defa
|
|
|
710
763
|
},
|
|
711
764
|
metadata: _objectSpread({
|
|
712
765
|
tags: ['CLARIFYING_AGENT'],
|
|
713
|
-
productType: _productTypesWine["default"]
|
|
766
|
+
productType: [].concat(_toConsumableArray(_productTypesWine["default"]), _toConsumableArray(_productTypesAromatisedWine["default"]))
|
|
714
767
|
}, synonymOfMilk)
|
|
715
768
|
}),
|
|
716
769
|
milkProtein: ingredient({
|
|
@@ -723,7 +776,7 @@ var allIngredients = _objectSpread(_objectSpread({}, _deprecatedIngredient["defa
|
|
|
723
776
|
},
|
|
724
777
|
metadata: _objectSpread({
|
|
725
778
|
tags: ['CLARIFYING_AGENT'],
|
|
726
|
-
productType: _productTypesWine["default"]
|
|
779
|
+
productType: [].concat(_toConsumableArray(_productTypesWine["default"]), _toConsumableArray(_productTypesAromatisedWine["default"]))
|
|
727
780
|
}, synonymOfMilk)
|
|
728
781
|
}),
|
|
729
782
|
eggAlbumin: ingredient({
|
|
@@ -736,7 +789,7 @@ var allIngredients = _objectSpread(_objectSpread({}, _deprecatedIngredient["defa
|
|
|
736
789
|
},
|
|
737
790
|
metadata: _objectSpread({
|
|
738
791
|
tags: ['CLARIFYING_AGENT', 'ALLERGEN'],
|
|
739
|
-
productType: _productTypesWine["default"]
|
|
792
|
+
productType: [].concat(_toConsumableArray(_productTypesWine["default"]), _toConsumableArray(_productTypesAromatisedWine["default"]))
|
|
740
793
|
}, synonymOfEggs)
|
|
741
794
|
}),
|
|
742
795
|
eggLysozyme: ingredient({
|
|
@@ -749,7 +802,7 @@ var allIngredients = _objectSpread(_objectSpread({}, _deprecatedIngredient["defa
|
|
|
749
802
|
},
|
|
750
803
|
metadata: _objectSpread({
|
|
751
804
|
tags: ['PRESERVATIVE', 'ALLERGEN'],
|
|
752
|
-
productType: _productTypesWine["default"]
|
|
805
|
+
productType: [].concat(_toConsumableArray(_productTypesWine["default"]), _toConsumableArray(_productTypesAromatisedWine["default"]))
|
|
753
806
|
}, synonymOfEggs)
|
|
754
807
|
}),
|
|
755
808
|
eggLysozyme_eCode: ingredient({
|
|
@@ -762,7 +815,7 @@ var allIngredients = _objectSpread(_objectSpread({}, _deprecatedIngredient["defa
|
|
|
762
815
|
},
|
|
763
816
|
metadata: _objectSpread({
|
|
764
817
|
tags: ['PRESERVATIVE', 'ALLERGEN'],
|
|
765
|
-
productType: _productTypesWine["default"]
|
|
818
|
+
productType: [].concat(_toConsumableArray(_productTypesWine["default"]), _toConsumableArray(_productTypesAromatisedWine["default"]))
|
|
766
819
|
}, synonymOfEggs)
|
|
767
820
|
}),
|
|
768
821
|
eggProtein: ingredient({
|
|
@@ -775,7 +828,7 @@ var allIngredients = _objectSpread(_objectSpread({}, _deprecatedIngredient["defa
|
|
|
775
828
|
},
|
|
776
829
|
metadata: _objectSpread({
|
|
777
830
|
tags: ['CLARIFYING_AGENT', 'ALLERGEN', 'PRESERVATIVE'],
|
|
778
|
-
productType: _productTypesWine["default"]
|
|
831
|
+
productType: [].concat(_toConsumableArray(_productTypesWine["default"]), _toConsumableArray(_productTypesAromatisedWine["default"]))
|
|
779
832
|
}, synonymOfEggs)
|
|
780
833
|
}),
|
|
781
834
|
eggProduct: ingredient({
|
|
@@ -788,7 +841,7 @@ var allIngredients = _objectSpread(_objectSpread({}, _deprecatedIngredient["defa
|
|
|
788
841
|
},
|
|
789
842
|
metadata: _objectSpread({
|
|
790
843
|
tags: ['CLARIFYING_AGENT', 'ALLERGEN', 'PRESERVATIVE'],
|
|
791
|
-
productType: _productTypesWine["default"]
|
|
844
|
+
productType: [].concat(_toConsumableArray(_productTypesWine["default"]), _toConsumableArray(_productTypesAromatisedWine["default"]))
|
|
792
845
|
}, synonymOfEggs)
|
|
793
846
|
}),
|
|
794
847
|
potassiumBisulphite: ingredient({
|
|
@@ -801,7 +854,7 @@ var allIngredients = _objectSpread(_objectSpread({}, _deprecatedIngredient["defa
|
|
|
801
854
|
},
|
|
802
855
|
metadata: _objectSpread({
|
|
803
856
|
tags: ['PRESERVATIVE', 'ALLERGEN'],
|
|
804
|
-
productType: _productTypesWine["default"]
|
|
857
|
+
productType: [].concat(_toConsumableArray(_productTypesWine["default"]), _toConsumableArray(_productTypesAromatisedWine["default"]))
|
|
805
858
|
}, synonymOfSulfites)
|
|
806
859
|
}),
|
|
807
860
|
potassiumBisulphite_eCode: ingredient({
|
|
@@ -814,7 +867,7 @@ var allIngredients = _objectSpread(_objectSpread({}, _deprecatedIngredient["defa
|
|
|
814
867
|
},
|
|
815
868
|
metadata: _objectSpread({
|
|
816
869
|
tags: ['PRESERVATIVE', 'ALLERGEN'],
|
|
817
|
-
productType: _productTypesWine["default"]
|
|
870
|
+
productType: [].concat(_toConsumableArray(_productTypesWine["default"]), _toConsumableArray(_productTypesAromatisedWine["default"]))
|
|
818
871
|
}, synonymOfSulfites)
|
|
819
872
|
}),
|
|
820
873
|
potassiumMetabisulphite: ingredient({
|
|
@@ -827,7 +880,7 @@ var allIngredients = _objectSpread(_objectSpread({}, _deprecatedIngredient["defa
|
|
|
827
880
|
},
|
|
828
881
|
metadata: _objectSpread({
|
|
829
882
|
tags: ['PRESERVATIVE', 'ALLERGEN'],
|
|
830
|
-
productType: _productTypesWine["default"]
|
|
883
|
+
productType: [].concat(_toConsumableArray(_productTypesWine["default"]), _toConsumableArray(_productTypesAromatisedWine["default"]))
|
|
831
884
|
}, synonymOfSulfites)
|
|
832
885
|
}),
|
|
833
886
|
potassiumMetabisulphite_eCode: ingredient({
|
|
@@ -840,7 +893,7 @@ var allIngredients = _objectSpread(_objectSpread({}, _deprecatedIngredient["defa
|
|
|
840
893
|
},
|
|
841
894
|
metadata: _objectSpread({
|
|
842
895
|
tags: ['PRESERVATIVE', 'ALLERGEN'],
|
|
843
|
-
productType: _productTypesWine["default"]
|
|
896
|
+
productType: [].concat(_toConsumableArray(_productTypesWine["default"]), _toConsumableArray(_productTypesAromatisedWine["default"]))
|
|
844
897
|
}, synonymOfSulfites)
|
|
845
898
|
}),
|
|
846
899
|
sulphurDioxide: ingredient({
|
|
@@ -853,7 +906,7 @@ var allIngredients = _objectSpread(_objectSpread({}, _deprecatedIngredient["defa
|
|
|
853
906
|
},
|
|
854
907
|
metadata: _objectSpread({
|
|
855
908
|
tags: ['PRESERVATIVE', 'ALLERGEN'],
|
|
856
|
-
productType: _productTypesWine["default"]
|
|
909
|
+
productType: [].concat(_toConsumableArray(_productTypesWine["default"]), _toConsumableArray(_productTypesAromatisedWine["default"]))
|
|
857
910
|
}, synonymOfSulfites)
|
|
858
911
|
}),
|
|
859
912
|
sulphurDioxide_eCode: ingredient({
|
|
@@ -866,7 +919,7 @@ var allIngredients = _objectSpread(_objectSpread({}, _deprecatedIngredient["defa
|
|
|
866
919
|
},
|
|
867
920
|
metadata: _objectSpread({
|
|
868
921
|
tags: ['PRESERVATIVE', 'ALLERGEN'],
|
|
869
|
-
productType: _productTypesWine["default"]
|
|
922
|
+
productType: [].concat(_toConsumableArray(_productTypesWine["default"]), _toConsumableArray(_productTypesAromatisedWine["default"]))
|
|
870
923
|
}, synonymOfSulfites)
|
|
871
924
|
}),
|
|
872
925
|
tartaricAcid_eCode: ingredient({
|
|
@@ -874,7 +927,7 @@ var allIngredients = _objectSpread(_objectSpread({}, _deprecatedIngredient["defa
|
|
|
874
927
|
label: 'E 334',
|
|
875
928
|
metadata: {
|
|
876
929
|
tags: ['ACIDITY_REGULATOR'],
|
|
877
|
-
productType: _productTypesWine["default"],
|
|
930
|
+
productType: [].concat(_toConsumableArray(_productTypesWine["default"]), _toConsumableArray(_productTypesAromatisedWine["default"])),
|
|
878
931
|
isHiddenInMainList: true,
|
|
879
932
|
synonymDescription:
|
|
880
933
|
/*i18n*/
|
|
@@ -889,7 +942,7 @@ var allIngredients = _objectSpread(_objectSpread({}, _deprecatedIngredient["defa
|
|
|
889
942
|
label: 'E 296',
|
|
890
943
|
metadata: {
|
|
891
944
|
tags: ['ACIDITY_REGULATOR'],
|
|
892
|
-
productType: _productTypesWine["default"],
|
|
945
|
+
productType: [].concat(_toConsumableArray(_productTypesWine["default"]), _toConsumableArray(_productTypesAromatisedWine["default"])),
|
|
893
946
|
isHiddenInMainList: true,
|
|
894
947
|
synonymDescription:
|
|
895
948
|
/*i18n*/
|
|
@@ -904,7 +957,7 @@ var allIngredients = _objectSpread(_objectSpread({}, _deprecatedIngredient["defa
|
|
|
904
957
|
label: 'E 270',
|
|
905
958
|
metadata: {
|
|
906
959
|
tags: ['ACIDITY_REGULATOR'],
|
|
907
|
-
productType: _productTypesWine["default"],
|
|
960
|
+
productType: [].concat(_toConsumableArray(_productTypesWine["default"]), _toConsumableArray(_productTypesAromatisedWine["default"])),
|
|
908
961
|
isHiddenInMainList: true,
|
|
909
962
|
synonymDescription:
|
|
910
963
|
/*i18n*/
|
|
@@ -919,7 +972,7 @@ var allIngredients = _objectSpread(_objectSpread({}, _deprecatedIngredient["defa
|
|
|
919
972
|
label: 'E 516',
|
|
920
973
|
metadata: {
|
|
921
974
|
tags: ['ACIDITY_REGULATOR'],
|
|
922
|
-
productType: _productTypesWine["default"],
|
|
975
|
+
productType: [].concat(_toConsumableArray(_productTypesWine["default"]), _toConsumableArray(_productTypesAromatisedWine["default"])),
|
|
923
976
|
isHiddenInMainList: true,
|
|
924
977
|
synonymDescription:
|
|
925
978
|
/*i18n*/
|
|
@@ -934,7 +987,7 @@ var allIngredients = _objectSpread(_objectSpread({}, _deprecatedIngredient["defa
|
|
|
934
987
|
label: 'E 202',
|
|
935
988
|
metadata: {
|
|
936
989
|
tags: ['PRESERVATIVE'],
|
|
937
|
-
productType: _productTypesWine["default"],
|
|
990
|
+
productType: [].concat(_toConsumableArray(_productTypesWine["default"]), _toConsumableArray(_productTypesAromatisedWine["default"])),
|
|
938
991
|
isHiddenInMainList: true,
|
|
939
992
|
synonymDescription:
|
|
940
993
|
/*i18n*/
|
|
@@ -949,7 +1002,7 @@ var allIngredients = _objectSpread(_objectSpread({}, _deprecatedIngredient["defa
|
|
|
949
1002
|
label: 'E 300',
|
|
950
1003
|
metadata: {
|
|
951
1004
|
tags: ['ANTIOXIDANT'],
|
|
952
|
-
productType: _productTypesWine["default"],
|
|
1005
|
+
productType: [].concat(_toConsumableArray(_productTypesWine["default"]), _toConsumableArray(_productTypesAromatisedWine["default"])),
|
|
953
1006
|
isHiddenInMainList: true,
|
|
954
1007
|
synonymDescription:
|
|
955
1008
|
/*i18n*/
|
|
@@ -964,7 +1017,7 @@ var allIngredients = _objectSpread(_objectSpread({}, _deprecatedIngredient["defa
|
|
|
964
1017
|
label: 'E 242',
|
|
965
1018
|
metadata: {
|
|
966
1019
|
tags: ['PRESERVATIVE'],
|
|
967
|
-
productType: _productTypesWine["default"],
|
|
1020
|
+
productType: [].concat(_toConsumableArray(_productTypesWine["default"]), _toConsumableArray(_productTypesAromatisedWine["default"])),
|
|
968
1021
|
isHiddenInMainList: true,
|
|
969
1022
|
synonymDescription:
|
|
970
1023
|
/*i18n*/
|
|
@@ -979,7 +1032,7 @@ var allIngredients = _objectSpread(_objectSpread({}, _deprecatedIngredient["defa
|
|
|
979
1032
|
label: 'E 330',
|
|
980
1033
|
metadata: {
|
|
981
1034
|
tags: ['STABILISER'],
|
|
982
|
-
productType: _productTypesWine["default"],
|
|
1035
|
+
productType: [].concat(_toConsumableArray(_productTypesWine["default"]), _toConsumableArray(_productTypesAromatisedWine["default"])),
|
|
983
1036
|
isHiddenInMainList: true,
|
|
984
1037
|
synonymDescription:
|
|
985
1038
|
/*i18n*/
|
|
@@ -994,7 +1047,7 @@ var allIngredients = _objectSpread(_objectSpread({}, _deprecatedIngredient["defa
|
|
|
994
1047
|
label: 'E 353',
|
|
995
1048
|
metadata: {
|
|
996
1049
|
tags: ['STABILISER'],
|
|
997
|
-
productType: _productTypesWine["default"],
|
|
1050
|
+
productType: [].concat(_toConsumableArray(_productTypesWine["default"]), _toConsumableArray(_productTypesAromatisedWine["default"])),
|
|
998
1051
|
isHiddenInMainList: true,
|
|
999
1052
|
synonymDescription:
|
|
1000
1053
|
/*i18n*/
|
|
@@ -1009,7 +1062,7 @@ var allIngredients = _objectSpread(_objectSpread({}, _deprecatedIngredient["defa
|
|
|
1009
1062
|
label: 'E 414',
|
|
1010
1063
|
metadata: {
|
|
1011
1064
|
tags: ['STABILISER'],
|
|
1012
|
-
productType: _productTypesWine["default"],
|
|
1065
|
+
productType: [].concat(_toConsumableArray(_productTypesWine["default"]), _toConsumableArray(_productTypesAromatisedWine["default"])),
|
|
1013
1066
|
isHiddenInMainList: true,
|
|
1014
1067
|
synonymDescription:
|
|
1015
1068
|
/*i18n*/
|
|
@@ -1024,7 +1077,7 @@ var allIngredients = _objectSpread(_objectSpread({}, _deprecatedIngredient["defa
|
|
|
1024
1077
|
label: 'E 466',
|
|
1025
1078
|
metadata: {
|
|
1026
1079
|
tags: ['STABILISER'],
|
|
1027
|
-
productType: _productTypesWine["default"],
|
|
1080
|
+
productType: [].concat(_toConsumableArray(_productTypesWine["default"]), _toConsumableArray(_productTypesAromatisedWine["default"])),
|
|
1028
1081
|
isHiddenInMainList: true,
|
|
1029
1082
|
synonymDescription:
|
|
1030
1083
|
/*i18n*/
|
|
@@ -1039,7 +1092,7 @@ var allIngredients = _objectSpread(_objectSpread({}, _deprecatedIngredient["defa
|
|
|
1039
1092
|
label: 'E 456',
|
|
1040
1093
|
metadata: {
|
|
1041
1094
|
tags: ['STABILISER'],
|
|
1042
|
-
productType: _productTypesWine["default"],
|
|
1095
|
+
productType: [].concat(_toConsumableArray(_productTypesWine["default"]), _toConsumableArray(_productTypesAromatisedWine["default"])),
|
|
1043
1096
|
isHiddenInMainList: true,
|
|
1044
1097
|
synonymDescription:
|
|
1045
1098
|
/*i18n*/
|
|
@@ -1069,7 +1122,7 @@ var allIngredients = _objectSpread(_objectSpread({}, _deprecatedIngredient["defa
|
|
|
1069
1122
|
label: 'E 150',
|
|
1070
1123
|
metadata: {
|
|
1071
1124
|
tags: ['OTHER_INGREDIENT'],
|
|
1072
|
-
productType: _productTypesWine["default"],
|
|
1125
|
+
productType: [].concat(_toConsumableArray(_productTypesWine["default"]), _toConsumableArray(_productTypesAromatisedWine["default"])),
|
|
1073
1126
|
isHiddenInMainList: true,
|
|
1074
1127
|
synonymDescription:
|
|
1075
1128
|
/*i18n*/
|