@bottlebooks/valid-values 6.4.0 → 6.4.1
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
CHANGED
|
@@ -3,6 +3,10 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [6.4.1](https://github.com/bottlebooks/bottlebooks/compare/@bottlebooks/valid-values@6.4.0...@bottlebooks/valid-values@6.4.1) (2023-03-30)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @bottlebooks/valid-values
|
|
9
|
+
|
|
6
10
|
# [6.4.0](https://github.com/bottlebooks/bottlebooks/compare/@bottlebooks/valid-values@6.3.0...@bottlebooks/valid-values@6.4.0) (2023-03-30)
|
|
7
11
|
|
|
8
12
|
### Bug Fixes
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ingredient.d.ts","sourceRoot":"","sources":["../../../src/validValues/ingredient/ingredient.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,cAAc,CAAC;AAEjD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,4BAA4B,CAAC;AACjE,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,wBAAwB,CAAC;AAG5D,OAAO,KAAK,EACV,oBAAoB,EACpB,4BAA4B,EAC7B,MAAM,+BAA+B,CAAC;AAEvC,UAAU,sCACR,SAAQ,4BAA4B;IACpC,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,sBAAsB,CAAC,EAAE,iBAAiB,CAAC;IAC3C,QAAQ,EAAE;QACR,WAAW,EAAE,cAAc,EAAE,CAAC;QAC9B,IAAI,EAAE,aAAa,EAAE,CAAC;KACvB,CAAC;CACH;AAED,UAAU,UACR,SAAQ,oBAAoB,EAC1B,sCAAsC;CAAG;AAK7C,QAAA,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"ingredient.d.ts","sourceRoot":"","sources":["../../../src/validValues/ingredient/ingredient.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,cAAc,CAAC;AAEjD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,4BAA4B,CAAC;AACjE,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,wBAAwB,CAAC;AAG5D,OAAO,KAAK,EACV,oBAAoB,EACpB,4BAA4B,EAC7B,MAAM,+BAA+B,CAAC;AAEvC,UAAU,sCACR,SAAQ,4BAA4B;IACpC,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,sBAAsB,CAAC,EAAE,iBAAiB,CAAC;IAC3C,QAAQ,EAAE;QACR,WAAW,EAAE,cAAc,EAAE,CAAC;QAC9B,IAAI,EAAE,aAAa,EAAE,CAAC;KACvB,CAAC;CACH;AAED,UAAU,UACR,SAAQ,oBAAoB,EAC1B,sCAAsC;CAAG;AAK7C,QAAA,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAovCV,CAAC;AAEX,oBAAY,aAAa,GAAG,MAAM,OAAO,cAAc,CAAC;AAExD,eAAO,MAAM,aAAa,IAYzB,CAAC;AAEF,eAAe,cAAc,CAAC"}
|
|
@@ -59,6 +59,7 @@ var allIngredients = {
|
|
|
59
59
|
}
|
|
60
60
|
}),
|
|
61
61
|
ammoniumBisulphite: ingredient({
|
|
62
|
+
isDeprecated: true,
|
|
62
63
|
key: 'ammoniumBisulphite',
|
|
63
64
|
label:
|
|
64
65
|
/*i18n*/
|
|
@@ -72,6 +73,7 @@ var allIngredients = {
|
|
|
72
73
|
}
|
|
73
74
|
}),
|
|
74
75
|
ammoniumSulphate: ingredient({
|
|
76
|
+
isDeprecated: true,
|
|
75
77
|
key: 'ammoniumSulphate',
|
|
76
78
|
label:
|
|
77
79
|
/*i18n*/
|
|
@@ -119,6 +121,7 @@ var allIngredients = {
|
|
|
119
121
|
}
|
|
120
122
|
}),
|
|
121
123
|
bentonite: ingredient({
|
|
124
|
+
isDeprecated: true,
|
|
122
125
|
key: 'bentonite',
|
|
123
126
|
label:
|
|
124
127
|
/*i18n*/
|
|
@@ -132,6 +135,7 @@ var allIngredients = {
|
|
|
132
135
|
}
|
|
133
136
|
}),
|
|
134
137
|
betaglucanase: ingredient({
|
|
138
|
+
isDeprecated: true,
|
|
135
139
|
key: 'betaglucanase',
|
|
136
140
|
label:
|
|
137
141
|
/*i18n*/
|
|
@@ -158,6 +162,7 @@ var allIngredients = {
|
|
|
158
162
|
}
|
|
159
163
|
}),
|
|
160
164
|
calciumAlginate: ingredient({
|
|
165
|
+
isDeprecated: true,
|
|
161
166
|
key: 'calciumAlginate',
|
|
162
167
|
label:
|
|
163
168
|
/*i18n*/
|
|
@@ -172,6 +177,7 @@ var allIngredients = {
|
|
|
172
177
|
}),
|
|
173
178
|
calciumCarbonate: ingredient({
|
|
174
179
|
key: 'calciumCarbonate',
|
|
180
|
+
isDeprecated: true,
|
|
175
181
|
label:
|
|
176
182
|
/*i18n*/
|
|
177
183
|
{
|
|
@@ -184,6 +190,7 @@ var allIngredients = {
|
|
|
184
190
|
}
|
|
185
191
|
}),
|
|
186
192
|
calciumPhytate: ingredient({
|
|
193
|
+
isDeprecated: true,
|
|
187
194
|
key: 'calciumPhytate',
|
|
188
195
|
label:
|
|
189
196
|
/*i18n*/
|
|
@@ -210,6 +217,7 @@ var allIngredients = {
|
|
|
210
217
|
}
|
|
211
218
|
}),
|
|
212
219
|
calciumTartrate: ingredient({
|
|
220
|
+
isDeprecated: true,
|
|
213
221
|
key: 'calciumTartrate',
|
|
214
222
|
label:
|
|
215
223
|
/*i18n*/
|
|
@@ -301,6 +309,7 @@ var allIngredients = {
|
|
|
301
309
|
}
|
|
302
310
|
}),
|
|
303
311
|
cellulase: ingredient({
|
|
312
|
+
isDeprecated: true,
|
|
304
313
|
key: 'cellulase',
|
|
305
314
|
label:
|
|
306
315
|
/*i18n*/
|
|
@@ -328,6 +337,7 @@ var allIngredients = {
|
|
|
328
337
|
}),
|
|
329
338
|
charcoalForOenologicalUse: ingredient({
|
|
330
339
|
key: 'charcoalForOenologicalUse',
|
|
340
|
+
isDeprecated: true,
|
|
331
341
|
label:
|
|
332
342
|
/*i18n*/
|
|
333
343
|
{
|
|
@@ -340,6 +350,7 @@ var allIngredients = {
|
|
|
340
350
|
}
|
|
341
351
|
}),
|
|
342
352
|
chitinGlucanAspergillusNiger: ingredient({
|
|
353
|
+
isDeprecated: true,
|
|
343
354
|
key: 'chitinGlucanAspergillusNiger',
|
|
344
355
|
label:
|
|
345
356
|
/*i18n*/
|
|
@@ -353,6 +364,7 @@ var allIngredients = {
|
|
|
353
364
|
}
|
|
354
365
|
}),
|
|
355
366
|
chitosanAspergillusNiger: ingredient({
|
|
367
|
+
isDeprecated: true,
|
|
356
368
|
key: 'chitosanAspergillusNiger',
|
|
357
369
|
label:
|
|
358
370
|
/*i18n*/
|
|
@@ -413,6 +425,7 @@ var allIngredients = {
|
|
|
413
425
|
}
|
|
414
426
|
}),
|
|
415
427
|
copperCitrate: ingredient({
|
|
428
|
+
isDeprecated: true,
|
|
416
429
|
key: 'copperCitrate',
|
|
417
430
|
label:
|
|
418
431
|
/*i18n*/
|
|
@@ -426,6 +439,7 @@ var allIngredients = {
|
|
|
426
439
|
}
|
|
427
440
|
}),
|
|
428
441
|
copperSulphatePentahydrate: ingredient({
|
|
442
|
+
isDeprecated: true,
|
|
429
443
|
key: 'copperSulphatePentahydrate',
|
|
430
444
|
label:
|
|
431
445
|
/*i18n*/
|
|
@@ -439,6 +453,7 @@ var allIngredients = {
|
|
|
439
453
|
}
|
|
440
454
|
}),
|
|
441
455
|
diammoniumHydrogenPhosphate: ingredient({
|
|
456
|
+
isDeprecated: true,
|
|
442
457
|
key: 'diammoniumHydrogenPhosphate',
|
|
443
458
|
label:
|
|
444
459
|
/*i18n*/
|
|
@@ -504,6 +519,7 @@ var allIngredients = {
|
|
|
504
519
|
}
|
|
505
520
|
}),
|
|
506
521
|
edibleGelatine: ingredient({
|
|
522
|
+
isDeprecated: true,
|
|
507
523
|
key: 'edibleGelatine',
|
|
508
524
|
label:
|
|
509
525
|
/*i18n*/
|
|
@@ -632,6 +648,7 @@ var allIngredients = {
|
|
|
632
648
|
// },
|
|
633
649
|
// }),
|
|
634
650
|
glycosidase: ingredient({
|
|
651
|
+
isDeprecated: true,
|
|
635
652
|
key: 'glycosidase',
|
|
636
653
|
label:
|
|
637
654
|
/*i18n*/
|
|
@@ -697,6 +714,7 @@ var allIngredients = {
|
|
|
697
714
|
}
|
|
698
715
|
}),
|
|
699
716
|
hemicellulase: ingredient({
|
|
717
|
+
isDeprecated: true,
|
|
700
718
|
key: 'hemicellulase',
|
|
701
719
|
label:
|
|
702
720
|
/*i18n*/
|
|
@@ -723,6 +741,7 @@ var allIngredients = {
|
|
|
723
741
|
}
|
|
724
742
|
}),
|
|
725
743
|
inactivatedYeasts: ingredient({
|
|
744
|
+
isDeprecated: true,
|
|
726
745
|
key: 'inactivatedYeasts',
|
|
727
746
|
label:
|
|
728
747
|
/*i18n*/
|
|
@@ -736,6 +755,7 @@ var allIngredients = {
|
|
|
736
755
|
}
|
|
737
756
|
}),
|
|
738
757
|
inactivatedYeastsWithGuaranteedGlutathioneLevels: ingredient({
|
|
758
|
+
isDeprecated: true,
|
|
739
759
|
key: 'inactivatedYeastsWithGuaranteedGlutathioneLevels',
|
|
740
760
|
label:
|
|
741
761
|
/*i18n*/
|
|
@@ -749,6 +769,7 @@ var allIngredients = {
|
|
|
749
769
|
}
|
|
750
770
|
}),
|
|
751
771
|
isinglass: ingredient({
|
|
772
|
+
isDeprecated: true,
|
|
752
773
|
key: 'isinglass',
|
|
753
774
|
label:
|
|
754
775
|
/*i18n*/
|
|
@@ -762,6 +783,7 @@ var allIngredients = {
|
|
|
762
783
|
}
|
|
763
784
|
}),
|
|
764
785
|
kaolin: ingredient({
|
|
786
|
+
isDeprecated: true,
|
|
765
787
|
key: 'kaolin',
|
|
766
788
|
label:
|
|
767
789
|
/*i18n*/
|
|
@@ -827,6 +849,7 @@ var allIngredients = {
|
|
|
827
849
|
}
|
|
828
850
|
}),
|
|
829
851
|
tartaricAcid: ingredient({
|
|
852
|
+
isDeprecated: true,
|
|
830
853
|
key: 'tartaricAcid',
|
|
831
854
|
label:
|
|
832
855
|
/*i18n*/
|
|
@@ -853,6 +876,7 @@ var allIngredients = {
|
|
|
853
876
|
}
|
|
854
877
|
}),
|
|
855
878
|
microcrystallineCellulose: ingredient({
|
|
879
|
+
isDeprecated: true,
|
|
856
880
|
key: 'microcrystallineCellulose',
|
|
857
881
|
label:
|
|
858
882
|
/*i18n*/
|
|
@@ -900,6 +924,7 @@ var allIngredients = {
|
|
|
900
924
|
}
|
|
901
925
|
}),
|
|
902
926
|
peasProtein: ingredient({
|
|
927
|
+
isDeprecated: true,
|
|
903
928
|
key: 'peasProtein',
|
|
904
929
|
label:
|
|
905
930
|
/*i18n*/
|
|
@@ -913,6 +938,7 @@ var allIngredients = {
|
|
|
913
938
|
}
|
|
914
939
|
}),
|
|
915
940
|
pectinLyases: ingredient({
|
|
941
|
+
isDeprecated: true,
|
|
916
942
|
key: 'pectinLyases',
|
|
917
943
|
label:
|
|
918
944
|
/*i18n*/
|
|
@@ -926,6 +952,7 @@ var allIngredients = {
|
|
|
926
952
|
}
|
|
927
953
|
}),
|
|
928
954
|
pectinMethylesterase: ingredient({
|
|
955
|
+
isDeprecated: true,
|
|
929
956
|
key: 'pectinMethylesterase',
|
|
930
957
|
label:
|
|
931
958
|
/*i18n*/
|
|
@@ -952,6 +979,7 @@ var allIngredients = {
|
|
|
952
979
|
}
|
|
953
980
|
}),
|
|
954
981
|
polygalacturonase: ingredient({
|
|
982
|
+
isDeprecated: true,
|
|
955
983
|
key: 'polygalacturonase',
|
|
956
984
|
label:
|
|
957
985
|
/*i18n*/
|
|
@@ -965,6 +993,7 @@ var allIngredients = {
|
|
|
965
993
|
}
|
|
966
994
|
}),
|
|
967
995
|
polyvinylimidazolePolyvinylpyrrolidoneCopolymers: ingredient({
|
|
996
|
+
isDeprecated: true,
|
|
968
997
|
key: 'polyvinylimidazolePolyvinylpyrrolidoneCopolymers',
|
|
969
998
|
label:
|
|
970
999
|
/*i18n*/
|
|
@@ -978,6 +1007,7 @@ var allIngredients = {
|
|
|
978
1007
|
}
|
|
979
1008
|
}),
|
|
980
1009
|
polyvinylpolypyrrolidone: ingredient({
|
|
1010
|
+
isDeprecated: true,
|
|
981
1011
|
key: 'polyvinylpolypyrrolidone',
|
|
982
1012
|
label:
|
|
983
1013
|
/*i18n*/
|
|
@@ -991,6 +1021,7 @@ var allIngredients = {
|
|
|
991
1021
|
}
|
|
992
1022
|
}),
|
|
993
1023
|
potassiumAlginate: ingredient({
|
|
1024
|
+
isDeprecated: true,
|
|
994
1025
|
key: 'potassiumAlginate',
|
|
995
1026
|
label:
|
|
996
1027
|
/*i18n*/
|
|
@@ -1005,6 +1036,7 @@ var allIngredients = {
|
|
|
1005
1036
|
}),
|
|
1006
1037
|
potassiumBicarbonate: ingredient({
|
|
1007
1038
|
key: 'potassiumBicarbonate',
|
|
1039
|
+
isDeprecated: true,
|
|
1008
1040
|
label:
|
|
1009
1041
|
/*i18n*/
|
|
1010
1042
|
{
|
|
@@ -1031,6 +1063,7 @@ var allIngredients = {
|
|
|
1031
1063
|
}),
|
|
1032
1064
|
potassiumCarbonate: ingredient({
|
|
1033
1065
|
key: 'potassiumCarbonate',
|
|
1066
|
+
isDeprecated: true,
|
|
1034
1067
|
label:
|
|
1035
1068
|
/*i18n*/
|
|
1036
1069
|
{
|
|
@@ -1043,6 +1076,7 @@ var allIngredients = {
|
|
|
1043
1076
|
}
|
|
1044
1077
|
}),
|
|
1045
1078
|
potassiumCaseinates: ingredient({
|
|
1079
|
+
isDeprecated: true,
|
|
1046
1080
|
key: 'potassiumCaseinates',
|
|
1047
1081
|
label:
|
|
1048
1082
|
/*i18n*/
|
|
@@ -1056,6 +1090,7 @@ var allIngredients = {
|
|
|
1056
1090
|
}
|
|
1057
1091
|
}),
|
|
1058
1092
|
potassiumFerrocyanide: ingredient({
|
|
1093
|
+
isDeprecated: true,
|
|
1059
1094
|
key: 'potassiumFerrocyanide',
|
|
1060
1095
|
label:
|
|
1061
1096
|
/*i18n*/
|
|
@@ -1068,18 +1103,8 @@ var allIngredients = {
|
|
|
1068
1103
|
productType: _productTypesWine["default"]
|
|
1069
1104
|
}
|
|
1070
1105
|
}),
|
|
1071
|
-
// potassiumHydrogenSulphite: ingredient({
|
|
1072
|
-
// key: 'potassiumHydrogenSulphite',
|
|
1073
|
-
// label: defineMessage({
|
|
1074
|
-
// id: 'validValues.ingredient.potassiumHydrogenSulphite',
|
|
1075
|
-
// message: 'potassium hydrogen sulphite',
|
|
1076
|
-
// }),
|
|
1077
|
-
// metadata: {
|
|
1078
|
-
// tags: ['PRESERVATIVE', 'ALLERGEN'],
|
|
1079
|
-
// productType: PRODUCT_TYPE_WINES,
|
|
1080
|
-
// },
|
|
1081
|
-
// }),
|
|
1082
1106
|
potassiumHydrogenTartrate: ingredient({
|
|
1107
|
+
isDeprecated: true,
|
|
1083
1108
|
key: 'potassiumHydrogenTartrate',
|
|
1084
1109
|
label:
|
|
1085
1110
|
/*i18n*/
|
|
@@ -1139,12 +1164,14 @@ var allIngredients = {
|
|
|
1139
1164
|
id: 'validValues.ingredient.potassiumTartrate',
|
|
1140
1165
|
message: 'potassium tartrate'
|
|
1141
1166
|
},
|
|
1167
|
+
isDeprecated: true,
|
|
1142
1168
|
metadata: {
|
|
1143
1169
|
tags: ['ACIDITY_REGULATOR'],
|
|
1144
1170
|
productType: _productTypesWine["default"]
|
|
1145
1171
|
}
|
|
1146
1172
|
}),
|
|
1147
1173
|
potatoesProtein: ingredient({
|
|
1174
|
+
isDeprecated: true,
|
|
1148
1175
|
key: 'potatoesProtein',
|
|
1149
1176
|
label:
|
|
1150
1177
|
/*i18n*/
|
|
@@ -1172,6 +1199,7 @@ var allIngredients = {
|
|
|
1172
1199
|
}),
|
|
1173
1200
|
selectiveVegetalFibres: ingredient({
|
|
1174
1201
|
key: 'selectiveVegetalFibres',
|
|
1202
|
+
isDeprecated: true,
|
|
1175
1203
|
label:
|
|
1176
1204
|
/*i18n*/
|
|
1177
1205
|
{
|
|
@@ -1184,6 +1212,7 @@ var allIngredients = {
|
|
|
1184
1212
|
}
|
|
1185
1213
|
}),
|
|
1186
1214
|
siliconDioxide: ingredient({
|
|
1215
|
+
isDeprecated: true,
|
|
1187
1216
|
key: 'siliconDioxide',
|
|
1188
1217
|
label:
|
|
1189
1218
|
/*i18n*/
|
|
@@ -1262,6 +1291,7 @@ var allIngredients = {
|
|
|
1262
1291
|
}
|
|
1263
1292
|
}),
|
|
1264
1293
|
tannins: ingredient({
|
|
1294
|
+
isDeprecated: true,
|
|
1265
1295
|
key: 'tannins',
|
|
1266
1296
|
label:
|
|
1267
1297
|
/*i18n*/
|
|
@@ -1275,6 +1305,7 @@ var allIngredients = {
|
|
|
1275
1305
|
}
|
|
1276
1306
|
}),
|
|
1277
1307
|
thiamineHydrochloride: ingredient({
|
|
1308
|
+
isDeprecated: true,
|
|
1278
1309
|
key: 'thiamineHydrochloride',
|
|
1279
1310
|
label:
|
|
1280
1311
|
/*i18n*/
|
|
@@ -1288,6 +1319,7 @@ var allIngredients = {
|
|
|
1288
1319
|
}
|
|
1289
1320
|
}),
|
|
1290
1321
|
urease: ingredient({
|
|
1322
|
+
isDeprecated: true,
|
|
1291
1323
|
key: 'urease',
|
|
1292
1324
|
label:
|
|
1293
1325
|
/*i18n*/
|
|
@@ -1327,6 +1359,7 @@ var allIngredients = {
|
|
|
1327
1359
|
}
|
|
1328
1360
|
}),
|
|
1329
1361
|
wheatProtein: ingredient({
|
|
1362
|
+
isDeprecated: true,
|
|
1330
1363
|
key: 'wheatProtein',
|
|
1331
1364
|
label:
|
|
1332
1365
|
/*i18n*/
|
|
@@ -1392,6 +1425,7 @@ var allIngredients = {
|
|
|
1392
1425
|
}
|
|
1393
1426
|
}),
|
|
1394
1427
|
yeastAutolysates: ingredient({
|
|
1428
|
+
isDeprecated: true,
|
|
1395
1429
|
key: 'yeastAutolysates',
|
|
1396
1430
|
label:
|
|
1397
1431
|
/*i18n*/
|
|
@@ -1405,6 +1439,7 @@ var allIngredients = {
|
|
|
1405
1439
|
}
|
|
1406
1440
|
}),
|
|
1407
1441
|
yeastCellWalls: ingredient({
|
|
1442
|
+
isDeprecated: true,
|
|
1408
1443
|
key: 'yeastCellWalls',
|
|
1409
1444
|
label:
|
|
1410
1445
|
/*i18n*/
|
|
@@ -1431,6 +1466,7 @@ var allIngredients = {
|
|
|
1431
1466
|
}
|
|
1432
1467
|
}),
|
|
1433
1468
|
yeastProteinExtracts: ingredient({
|
|
1469
|
+
isDeprecated: true,
|
|
1434
1470
|
key: 'yeastProteinExtracts',
|
|
1435
1471
|
label:
|
|
1436
1472
|
/*i18n*/
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@bottlebooks/valid-values",
|
|
3
3
|
"description": "The Bottlebooks lookup values, defined globally.",
|
|
4
4
|
"private": false,
|
|
5
|
-
"version": "6.4.
|
|
5
|
+
"version": "6.4.1",
|
|
6
6
|
"type": "commonjs",
|
|
7
7
|
"main": "dist/index.js",
|
|
8
8
|
"scripts": {
|
|
@@ -33,5 +33,5 @@
|
|
|
33
33
|
"@babel/core": "^7.15.5",
|
|
34
34
|
"@lingui/core": "3.14.0"
|
|
35
35
|
},
|
|
36
|
-
"gitHead": "
|
|
36
|
+
"gitHead": "fea8959aa47f3ed94c7e280a91343bffb3e39fde"
|
|
37
37
|
}
|
|
@@ -62,6 +62,7 @@ const allIngredients = {
|
|
|
62
62
|
},
|
|
63
63
|
}),
|
|
64
64
|
ammoniumBisulphite: ingredient({
|
|
65
|
+
isDeprecated: true,
|
|
65
66
|
key: 'ammoniumBisulphite',
|
|
66
67
|
label: defineMessage({
|
|
67
68
|
id: 'validValues.ingredient.ammoniumBisulphite',
|
|
@@ -73,6 +74,7 @@ const allIngredients = {
|
|
|
73
74
|
},
|
|
74
75
|
}),
|
|
75
76
|
ammoniumSulphate: ingredient({
|
|
77
|
+
isDeprecated: true,
|
|
76
78
|
key: 'ammoniumSulphate',
|
|
77
79
|
label: defineMessage({
|
|
78
80
|
id: 'validValues.ingredient.ammoniumSulphate',
|
|
@@ -113,6 +115,7 @@ const allIngredients = {
|
|
|
113
115
|
},
|
|
114
116
|
}),
|
|
115
117
|
bentonite: ingredient({
|
|
118
|
+
isDeprecated: true,
|
|
116
119
|
key: 'bentonite',
|
|
117
120
|
label: defineMessage({
|
|
118
121
|
id: 'validValues.ingredient.bentonite',
|
|
@@ -124,6 +127,7 @@ const allIngredients = {
|
|
|
124
127
|
},
|
|
125
128
|
}),
|
|
126
129
|
betaglucanase: ingredient({
|
|
130
|
+
isDeprecated: true,
|
|
127
131
|
key: 'betaglucanase',
|
|
128
132
|
label: defineMessage({
|
|
129
133
|
id: 'validValues.ingredient.betaglucanase',
|
|
@@ -146,6 +150,7 @@ const allIngredients = {
|
|
|
146
150
|
},
|
|
147
151
|
}),
|
|
148
152
|
calciumAlginate: ingredient({
|
|
153
|
+
isDeprecated: true,
|
|
149
154
|
key: 'calciumAlginate',
|
|
150
155
|
label: defineMessage({
|
|
151
156
|
id: 'validValues.ingredient.calciumAlginate',
|
|
@@ -158,6 +163,7 @@ const allIngredients = {
|
|
|
158
163
|
}),
|
|
159
164
|
calciumCarbonate: ingredient({
|
|
160
165
|
key: 'calciumCarbonate',
|
|
166
|
+
isDeprecated: true,
|
|
161
167
|
label: defineMessage({
|
|
162
168
|
id: 'validValues.ingredient.calciumCarbonate',
|
|
163
169
|
message: 'calcium carbonate',
|
|
@@ -168,6 +174,7 @@ const allIngredients = {
|
|
|
168
174
|
},
|
|
169
175
|
}),
|
|
170
176
|
calciumPhytate: ingredient({
|
|
177
|
+
isDeprecated:true,
|
|
171
178
|
key: 'calciumPhytate',
|
|
172
179
|
label: defineMessage({
|
|
173
180
|
id: 'validValues.ingredient.calciumPhytate',
|
|
@@ -190,6 +197,7 @@ const allIngredients = {
|
|
|
190
197
|
},
|
|
191
198
|
}),
|
|
192
199
|
calciumTartrate: ingredient({
|
|
200
|
+
isDeprecated: true,
|
|
193
201
|
key: 'calciumTartrate',
|
|
194
202
|
label: defineMessage({
|
|
195
203
|
id: 'validValues.ingredient.calciumTartrate',
|
|
@@ -267,6 +275,7 @@ const allIngredients = {
|
|
|
267
275
|
},
|
|
268
276
|
}),
|
|
269
277
|
cellulase: ingredient({
|
|
278
|
+
isDeprecated: true,
|
|
270
279
|
key: 'cellulase',
|
|
271
280
|
label: defineMessage({
|
|
272
281
|
id: 'validValues.ingredient.cellulase',
|
|
@@ -290,6 +299,7 @@ const allIngredients = {
|
|
|
290
299
|
}),
|
|
291
300
|
charcoalForOenologicalUse: ingredient({
|
|
292
301
|
key: 'charcoalForOenologicalUse',
|
|
302
|
+
isDeprecated: true,
|
|
293
303
|
label: defineMessage({
|
|
294
304
|
id: 'validValues.ingredient.charcoalForOenologicalUse',
|
|
295
305
|
message: 'charcoal for oenological use',
|
|
@@ -300,6 +310,7 @@ const allIngredients = {
|
|
|
300
310
|
},
|
|
301
311
|
}),
|
|
302
312
|
chitinGlucanAspergillusNiger: ingredient({
|
|
313
|
+
isDeprecated: true,
|
|
303
314
|
key: 'chitinGlucanAspergillusNiger',
|
|
304
315
|
label: defineMessage({
|
|
305
316
|
id: 'validValues.ingredient.chitinGlucanAspergillusNiger',
|
|
@@ -311,6 +322,7 @@ const allIngredients = {
|
|
|
311
322
|
},
|
|
312
323
|
}),
|
|
313
324
|
chitosanAspergillusNiger: ingredient({
|
|
325
|
+
isDeprecated: true,
|
|
314
326
|
key: 'chitosanAspergillusNiger',
|
|
315
327
|
label: defineMessage({
|
|
316
328
|
id: 'validValues.ingredient.chitosanAspergillusNiger',
|
|
@@ -362,6 +374,7 @@ const allIngredients = {
|
|
|
362
374
|
},
|
|
363
375
|
}),
|
|
364
376
|
copperCitrate: ingredient({
|
|
377
|
+
isDeprecated: true,
|
|
365
378
|
key: 'copperCitrate',
|
|
366
379
|
label: defineMessage({
|
|
367
380
|
id: 'validValues.ingredient.copperCitrate',
|
|
@@ -373,6 +386,7 @@ const allIngredients = {
|
|
|
373
386
|
},
|
|
374
387
|
}),
|
|
375
388
|
copperSulphatePentahydrate: ingredient({
|
|
389
|
+
isDeprecated: true,
|
|
376
390
|
key: 'copperSulphatePentahydrate',
|
|
377
391
|
label: defineMessage({
|
|
378
392
|
id: 'validValues.ingredient.copperSulphatePentahydrate',
|
|
@@ -384,6 +398,7 @@ const allIngredients = {
|
|
|
384
398
|
},
|
|
385
399
|
}),
|
|
386
400
|
diammoniumHydrogenPhosphate: ingredient({
|
|
401
|
+
isDeprecated: true,
|
|
387
402
|
key: 'diammoniumHydrogenPhosphate',
|
|
388
403
|
label: defineMessage({
|
|
389
404
|
id: 'validValues.ingredient.diammoniumHydrogenPhosphate',
|
|
@@ -439,6 +454,7 @@ const allIngredients = {
|
|
|
439
454
|
},
|
|
440
455
|
}),
|
|
441
456
|
edibleGelatine: ingredient({
|
|
457
|
+
isDeprecated: true,
|
|
442
458
|
key: 'edibleGelatine',
|
|
443
459
|
label: defineMessage({
|
|
444
460
|
id: 'validValues.ingredient.edibleGelatine',
|
|
@@ -555,6 +571,7 @@ const allIngredients = {
|
|
|
555
571
|
// },
|
|
556
572
|
// }),
|
|
557
573
|
glycosidase: ingredient({
|
|
574
|
+
isDeprecated: true,
|
|
558
575
|
key: 'glycosidase',
|
|
559
576
|
label: defineMessage({
|
|
560
577
|
id: 'validValues.ingredient.glycosidase',
|
|
@@ -610,6 +627,7 @@ const allIngredients = {
|
|
|
610
627
|
},
|
|
611
628
|
}),
|
|
612
629
|
hemicellulase: ingredient({
|
|
630
|
+
isDeprecated: true,
|
|
613
631
|
key: 'hemicellulase',
|
|
614
632
|
label: defineMessage({
|
|
615
633
|
id: 'validValues.ingredient.hemicellulase',
|
|
@@ -632,6 +650,7 @@ const allIngredients = {
|
|
|
632
650
|
},
|
|
633
651
|
}),
|
|
634
652
|
inactivatedYeasts: ingredient({
|
|
653
|
+
isDeprecated: true,
|
|
635
654
|
key: 'inactivatedYeasts',
|
|
636
655
|
label: defineMessage({
|
|
637
656
|
id: 'validValues.ingredient.inactivatedYeasts',
|
|
@@ -647,6 +666,7 @@ const allIngredients = {
|
|
|
647
666
|
},
|
|
648
667
|
}),
|
|
649
668
|
inactivatedYeastsWithGuaranteedGlutathioneLevels: ingredient({
|
|
669
|
+
isDeprecated: true,
|
|
650
670
|
key: 'inactivatedYeastsWithGuaranteedGlutathioneLevels',
|
|
651
671
|
label: defineMessage({
|
|
652
672
|
id: 'validValues.ingredient.inactivatedYeastsWithGuaranteedGlutathioneLevels',
|
|
@@ -658,6 +678,7 @@ const allIngredients = {
|
|
|
658
678
|
},
|
|
659
679
|
}),
|
|
660
680
|
isinglass: ingredient({
|
|
681
|
+
isDeprecated: true,
|
|
661
682
|
key: 'isinglass',
|
|
662
683
|
label: defineMessage({
|
|
663
684
|
id: 'validValues.ingredient.isinglass',
|
|
@@ -669,6 +690,7 @@ const allIngredients = {
|
|
|
669
690
|
},
|
|
670
691
|
}),
|
|
671
692
|
kaolin: ingredient({
|
|
693
|
+
isDeprecated: true,
|
|
672
694
|
key: 'kaolin',
|
|
673
695
|
label: defineMessage({
|
|
674
696
|
id: 'validValues.ingredient.kaolin',
|
|
@@ -724,6 +746,7 @@ const allIngredients = {
|
|
|
724
746
|
},
|
|
725
747
|
}),
|
|
726
748
|
tartaricAcid: ingredient({
|
|
749
|
+
isDeprecated: true,
|
|
727
750
|
key: 'tartaricAcid',
|
|
728
751
|
label: defineMessage({
|
|
729
752
|
id: 'validValues.ingredient.tartaricAcid',
|
|
@@ -746,6 +769,7 @@ const allIngredients = {
|
|
|
746
769
|
},
|
|
747
770
|
}),
|
|
748
771
|
microcrystallineCellulose: ingredient({
|
|
772
|
+
isDeprecated: true,
|
|
749
773
|
key: 'microcrystallineCellulose',
|
|
750
774
|
label: defineMessage({
|
|
751
775
|
id: 'validValues.ingredient.microcrystallineCellulose',
|
|
@@ -786,6 +810,7 @@ const allIngredients = {
|
|
|
786
810
|
},
|
|
787
811
|
}),
|
|
788
812
|
peasProtein: ingredient({
|
|
813
|
+
isDeprecated: true,
|
|
789
814
|
key: 'peasProtein',
|
|
790
815
|
label: defineMessage({
|
|
791
816
|
id: 'validValues.ingredient.peasProtein',
|
|
@@ -797,6 +822,7 @@ const allIngredients = {
|
|
|
797
822
|
},
|
|
798
823
|
}),
|
|
799
824
|
pectinLyases: ingredient({
|
|
825
|
+
isDeprecated: true,
|
|
800
826
|
key: 'pectinLyases',
|
|
801
827
|
label: defineMessage({
|
|
802
828
|
id: 'validValues.ingredient.pectinLyases',
|
|
@@ -808,6 +834,7 @@ const allIngredients = {
|
|
|
808
834
|
},
|
|
809
835
|
}),
|
|
810
836
|
pectinMethylesterase: ingredient({
|
|
837
|
+
isDeprecated: true,
|
|
811
838
|
key: 'pectinMethylesterase',
|
|
812
839
|
label: defineMessage({
|
|
813
840
|
id: 'validValues.ingredient.pectinMethylesterase',
|
|
@@ -830,6 +857,7 @@ const allIngredients = {
|
|
|
830
857
|
},
|
|
831
858
|
}),
|
|
832
859
|
polygalacturonase: ingredient({
|
|
860
|
+
isDeprecated: true,
|
|
833
861
|
key: 'polygalacturonase',
|
|
834
862
|
label: defineMessage({
|
|
835
863
|
id: 'validValues.ingredient.polygalacturonase',
|
|
@@ -841,6 +869,7 @@ const allIngredients = {
|
|
|
841
869
|
},
|
|
842
870
|
}),
|
|
843
871
|
polyvinylimidazolePolyvinylpyrrolidoneCopolymers: ingredient({
|
|
872
|
+
isDeprecated:true,
|
|
844
873
|
key: 'polyvinylimidazolePolyvinylpyrrolidoneCopolymers',
|
|
845
874
|
label: defineMessage({
|
|
846
875
|
id: 'validValues.ingredient.polyvinylimidazolePolyvinylpyrrolidoneCopolymers',
|
|
@@ -852,6 +881,7 @@ const allIngredients = {
|
|
|
852
881
|
},
|
|
853
882
|
}),
|
|
854
883
|
polyvinylpolypyrrolidone: ingredient({
|
|
884
|
+
isDeprecated: true,
|
|
855
885
|
key: 'polyvinylpolypyrrolidone',
|
|
856
886
|
label: defineMessage({
|
|
857
887
|
id: 'validValues.ingredient.polyvinylpolypyrrolidone',
|
|
@@ -864,6 +894,7 @@ const allIngredients = {
|
|
|
864
894
|
}),
|
|
865
895
|
|
|
866
896
|
potassiumAlginate: ingredient({
|
|
897
|
+
isDeprecated: true,
|
|
867
898
|
key: 'potassiumAlginate',
|
|
868
899
|
label: defineMessage({
|
|
869
900
|
id: 'validValues.ingredient.potassiumAlginate',
|
|
@@ -876,6 +907,7 @@ const allIngredients = {
|
|
|
876
907
|
}),
|
|
877
908
|
potassiumBicarbonate: ingredient({
|
|
878
909
|
key: 'potassiumBicarbonate',
|
|
910
|
+
isDeprecated: true,
|
|
879
911
|
label: defineMessage({
|
|
880
912
|
id: 'validValues.ingredient.potassiumBicarbonate',
|
|
881
913
|
message: 'potassium bicarbonate',
|
|
@@ -898,6 +930,7 @@ const allIngredients = {
|
|
|
898
930
|
}),
|
|
899
931
|
potassiumCarbonate: ingredient({
|
|
900
932
|
key: 'potassiumCarbonate',
|
|
933
|
+
isDeprecated: true,
|
|
901
934
|
label: defineMessage({
|
|
902
935
|
id: 'validValues.ingredient.potassiumCarbonate',
|
|
903
936
|
message: 'potassium carbonate',
|
|
@@ -908,6 +941,7 @@ const allIngredients = {
|
|
|
908
941
|
},
|
|
909
942
|
}),
|
|
910
943
|
potassiumCaseinates: ingredient({
|
|
944
|
+
isDeprecated: true,
|
|
911
945
|
key: 'potassiumCaseinates',
|
|
912
946
|
label: defineMessage({
|
|
913
947
|
id: 'validValues.ingredient.potassiumCaseinates',
|
|
@@ -919,6 +953,7 @@ const allIngredients = {
|
|
|
919
953
|
},
|
|
920
954
|
}),
|
|
921
955
|
potassiumFerrocyanide: ingredient({
|
|
956
|
+
isDeprecated:true,
|
|
922
957
|
key: 'potassiumFerrocyanide',
|
|
923
958
|
label: defineMessage({
|
|
924
959
|
id: 'validValues.ingredient.potassiumFerrocyanide',
|
|
@@ -929,18 +964,8 @@ const allIngredients = {
|
|
|
929
964
|
productType: PRODUCT_TYPE_WINES,
|
|
930
965
|
},
|
|
931
966
|
}),
|
|
932
|
-
// potassiumHydrogenSulphite: ingredient({
|
|
933
|
-
// key: 'potassiumHydrogenSulphite',
|
|
934
|
-
// label: defineMessage({
|
|
935
|
-
// id: 'validValues.ingredient.potassiumHydrogenSulphite',
|
|
936
|
-
// message: 'potassium hydrogen sulphite',
|
|
937
|
-
// }),
|
|
938
|
-
// metadata: {
|
|
939
|
-
// tags: ['PRESERVATIVE', 'ALLERGEN'],
|
|
940
|
-
// productType: PRODUCT_TYPE_WINES,
|
|
941
|
-
// },
|
|
942
|
-
// }),
|
|
943
967
|
potassiumHydrogenTartrate: ingredient({
|
|
968
|
+
isDeprecated: true,
|
|
944
969
|
key: 'potassiumHydrogenTartrate',
|
|
945
970
|
label: defineMessage({
|
|
946
971
|
id: 'validValues.ingredient.potassiumHydrogenTartrate',
|
|
@@ -990,12 +1015,14 @@ const allIngredients = {
|
|
|
990
1015
|
id: 'validValues.ingredient.potassiumTartrate',
|
|
991
1016
|
message: 'potassium tartrate',
|
|
992
1017
|
}),
|
|
1018
|
+
isDeprecated: true,
|
|
993
1019
|
metadata: {
|
|
994
1020
|
tags: ['ACIDITY_REGULATOR'],
|
|
995
1021
|
productType: PRODUCT_TYPE_WINES,
|
|
996
1022
|
},
|
|
997
1023
|
}),
|
|
998
1024
|
potatoesProtein: ingredient({
|
|
1025
|
+
isDeprecated: true,
|
|
999
1026
|
key: 'potatoesProtein',
|
|
1000
1027
|
label: defineMessage({
|
|
1001
1028
|
id: 'validValues.ingredient.potatoesProtein',
|
|
@@ -1019,6 +1046,7 @@ const allIngredients = {
|
|
|
1019
1046
|
}),
|
|
1020
1047
|
selectiveVegetalFibres: ingredient({
|
|
1021
1048
|
key: 'selectiveVegetalFibres',
|
|
1049
|
+
isDeprecated: true,
|
|
1022
1050
|
label: defineMessage({
|
|
1023
1051
|
id: 'validValues.ingredient.selectiveVegetalFibres',
|
|
1024
1052
|
message: 'selective vegetal fibres',
|
|
@@ -1029,6 +1057,7 @@ const allIngredients = {
|
|
|
1029
1057
|
},
|
|
1030
1058
|
}),
|
|
1031
1059
|
siliconDioxide: ingredient({
|
|
1060
|
+
isDeprecated: true,
|
|
1032
1061
|
key: 'siliconDioxide',
|
|
1033
1062
|
label: defineMessage({
|
|
1034
1063
|
id: 'validValues.ingredient.siliconDioxide',
|
|
@@ -1095,6 +1124,7 @@ const allIngredients = {
|
|
|
1095
1124
|
},
|
|
1096
1125
|
}),
|
|
1097
1126
|
tannins: ingredient({
|
|
1127
|
+
isDeprecated: true,
|
|
1098
1128
|
key: 'tannins',
|
|
1099
1129
|
label: defineMessage({
|
|
1100
1130
|
id: 'validValues.ingredient.tannins',
|
|
@@ -1106,6 +1136,7 @@ const allIngredients = {
|
|
|
1106
1136
|
},
|
|
1107
1137
|
}),
|
|
1108
1138
|
thiamineHydrochloride: ingredient({
|
|
1139
|
+
isDeprecated: true,
|
|
1109
1140
|
key: 'thiamineHydrochloride',
|
|
1110
1141
|
label: defineMessage({
|
|
1111
1142
|
id: 'validValues.ingredient.thiamineHydrochloride',
|
|
@@ -1117,6 +1148,7 @@ const allIngredients = {
|
|
|
1117
1148
|
},
|
|
1118
1149
|
}),
|
|
1119
1150
|
urease: ingredient({
|
|
1151
|
+
isDeprecated: true,
|
|
1120
1152
|
key: 'urease',
|
|
1121
1153
|
label: defineMessage({
|
|
1122
1154
|
id: 'validValues.ingredient.urease',
|
|
@@ -1150,6 +1182,7 @@ const allIngredients = {
|
|
|
1150
1182
|
},
|
|
1151
1183
|
}),
|
|
1152
1184
|
wheatProtein: ingredient({
|
|
1185
|
+
isDeprecated: true,
|
|
1153
1186
|
key: 'wheatProtein',
|
|
1154
1187
|
label: defineMessage({
|
|
1155
1188
|
id: 'validValues.ingredient.wheatProtein',
|
|
@@ -1205,6 +1238,7 @@ const allIngredients = {
|
|
|
1205
1238
|
},
|
|
1206
1239
|
}),
|
|
1207
1240
|
yeastAutolysates: ingredient({
|
|
1241
|
+
isDeprecated: true,
|
|
1208
1242
|
key: 'yeastAutolysates',
|
|
1209
1243
|
label: defineMessage({
|
|
1210
1244
|
id: 'validValues.ingredient.yeastAutolysates',
|
|
@@ -1216,6 +1250,7 @@ const allIngredients = {
|
|
|
1216
1250
|
},
|
|
1217
1251
|
}),
|
|
1218
1252
|
yeastCellWalls: ingredient({
|
|
1253
|
+
isDeprecated: true,
|
|
1219
1254
|
key: 'yeastCellWalls',
|
|
1220
1255
|
label: defineMessage({
|
|
1221
1256
|
id: 'validValues.ingredient.yeastCellWalls',
|
|
@@ -1238,6 +1273,7 @@ const allIngredients = {
|
|
|
1238
1273
|
},
|
|
1239
1274
|
}),
|
|
1240
1275
|
yeastProteinExtracts: ingredient({
|
|
1276
|
+
isDeprecated: true,
|
|
1241
1277
|
key: 'yeastProteinExtracts',
|
|
1242
1278
|
label: defineMessage({
|
|
1243
1279
|
id: 'validValues.ingredient.yeastProteinExtracts',
|