@bottlebooks/valid-values 2.0.1 → 3.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (238) hide show
  1. package/CHANGELOG.md +34 -0
  2. package/README.md +2 -1
  3. package/dist/core/translate.d.ts +2 -2
  4. package/dist/core/translate.d.ts.map +1 -1
  5. package/dist/core/translate.js +3 -3
  6. package/dist/index.d.ts +2 -0
  7. package/dist/index.d.ts.map +1 -1
  8. package/dist/index.js +7 -1
  9. package/dist/locales/po/bg.d.ts +2 -0
  10. package/dist/locales/po/bg.d.ts.map +1 -1
  11. package/dist/locales/po/bg.js +2 -0
  12. package/dist/locales/po/cs.d.ts +2 -0
  13. package/dist/locales/po/cs.d.ts.map +1 -1
  14. package/dist/locales/po/cs.js +2 -0
  15. package/dist/locales/po/da.d.ts +2 -0
  16. package/dist/locales/po/da.d.ts.map +1 -1
  17. package/dist/locales/po/da.js +2 -0
  18. package/dist/locales/po/de.d.ts +2 -0
  19. package/dist/locales/po/de.d.ts.map +1 -1
  20. package/dist/locales/po/de.js +2 -0
  21. package/dist/locales/po/ee.d.ts +2 -0
  22. package/dist/locales/po/ee.d.ts.map +1 -1
  23. package/dist/locales/po/ee.js +2 -0
  24. package/dist/locales/po/el.d.ts +2 -0
  25. package/dist/locales/po/el.d.ts.map +1 -1
  26. package/dist/locales/po/el.js +2 -0
  27. package/dist/locales/po/en.d.ts +2 -0
  28. package/dist/locales/po/en.d.ts.map +1 -1
  29. package/dist/locales/po/en.js +2 -0
  30. package/dist/locales/po/es.d.ts +2 -0
  31. package/dist/locales/po/es.d.ts.map +1 -1
  32. package/dist/locales/po/es.js +2 -0
  33. package/dist/locales/po/fi.d.ts +2 -0
  34. package/dist/locales/po/fi.d.ts.map +1 -1
  35. package/dist/locales/po/fi.js +2 -0
  36. package/dist/locales/po/fr.d.ts +2 -0
  37. package/dist/locales/po/fr.d.ts.map +1 -1
  38. package/dist/locales/po/fr.js +2 -0
  39. package/dist/locales/po/ga.d.ts +2 -0
  40. package/dist/locales/po/ga.d.ts.map +1 -1
  41. package/dist/locales/po/ga.js +2 -0
  42. package/dist/locales/po/hr.d.ts +2 -0
  43. package/dist/locales/po/hr.d.ts.map +1 -1
  44. package/dist/locales/po/hr.js +2 -0
  45. package/dist/locales/po/hu.d.ts +2 -0
  46. package/dist/locales/po/hu.d.ts.map +1 -1
  47. package/dist/locales/po/hu.js +2 -0
  48. package/dist/locales/po/it.d.ts +2 -0
  49. package/dist/locales/po/it.d.ts.map +1 -1
  50. package/dist/locales/po/it.js +2 -0
  51. package/dist/locales/po/lt.d.ts +2 -0
  52. package/dist/locales/po/lt.d.ts.map +1 -1
  53. package/dist/locales/po/lt.js +2 -0
  54. package/dist/locales/po/lv.d.ts +2 -0
  55. package/dist/locales/po/lv.d.ts.map +1 -1
  56. package/dist/locales/po/lv.js +2 -0
  57. package/dist/locales/po/mt.d.ts +2 -0
  58. package/dist/locales/po/mt.d.ts.map +1 -1
  59. package/dist/locales/po/mt.js +2 -0
  60. package/dist/locales/po/nl.d.ts +2 -0
  61. package/dist/locales/po/nl.d.ts.map +1 -1
  62. package/dist/locales/po/nl.js +2 -0
  63. package/dist/locales/po/pl.d.ts +2 -0
  64. package/dist/locales/po/pl.d.ts.map +1 -1
  65. package/dist/locales/po/pl.js +2 -0
  66. package/dist/locales/po/pt.d.ts +2 -0
  67. package/dist/locales/po/pt.d.ts.map +1 -1
  68. package/dist/locales/po/pt.js +2 -0
  69. package/dist/locales/po/ro.d.ts +2 -0
  70. package/dist/locales/po/ro.d.ts.map +1 -1
  71. package/dist/locales/po/ro.js +2 -0
  72. package/dist/locales/po/se.d.ts +2 -0
  73. package/dist/locales/po/se.d.ts.map +1 -1
  74. package/dist/locales/po/se.js +2 -0
  75. package/dist/locales/po/si.d.ts +2 -0
  76. package/dist/locales/po/si.d.ts.map +1 -1
  77. package/dist/locales/po/si.js +2 -0
  78. package/dist/locales/po/sk.d.ts +2 -0
  79. package/dist/locales/po/sk.d.ts.map +1 -1
  80. package/dist/locales/po/sk.js +2 -0
  81. package/dist/main.d.ts.map +1 -1
  82. package/dist/main.js +14 -14
  83. package/dist/validValues/award.d.ts +214 -21
  84. package/dist/validValues/award.d.ts.map +1 -1
  85. package/dist/validValues/award.js +665 -662
  86. package/dist/validValues/awardMedal.d.ts +233 -18
  87. package/dist/validValues/awardMedal.d.ts.map +1 -1
  88. package/dist/validValues/awardMedal.js +921 -1148
  89. package/dist/validValues/beerStyle.d.ts +96 -18
  90. package/dist/validValues/beerStyle.d.ts.map +1 -1
  91. package/dist/validValues/beerStyle.js +381 -473
  92. package/dist/validValues/certification.d.ts +33 -19
  93. package/dist/validValues/certification.d.ts.map +1 -1
  94. package/dist/validValues/certification.js +144 -143
  95. package/dist/validValues/containerColor.d.ts +11 -18
  96. package/dist/validValues/containerColor.d.ts.map +1 -1
  97. package/dist/validValues/containerColor.js +41 -48
  98. package/dist/validValues/containerType.d.ts +8 -18
  99. package/dist/validValues/containerType.d.ts.map +1 -1
  100. package/dist/validValues/containerType.js +29 -33
  101. package/dist/validValues/country.d.ts +154 -23
  102. package/dist/validValues/country.d.ts.map +1 -1
  103. package/dist/validValues/country.js +452 -451
  104. package/dist/validValues/designation.d.ts +57 -629
  105. package/dist/validValues/designation.d.ts.map +1 -1
  106. package/dist/validValues/designation.js +109 -104
  107. package/dist/validValues/ingredient.d.ts +65 -30
  108. package/dist/validValues/ingredient.d.ts.map +1 -1
  109. package/dist/validValues/ingredient.js +271 -257
  110. package/dist/validValues/packagingCertification.d.ts +9 -33
  111. package/dist/validValues/packagingCertification.d.ts.map +1 -1
  112. package/dist/validValues/packagingCertification.js +29 -28
  113. package/dist/validValues/packagingMaterialType.d.ts +54 -28
  114. package/dist/validValues/packagingMaterialType.d.ts.map +1 -1
  115. package/dist/validValues/packagingMaterialType.js +264 -312
  116. package/dist/validValues/productType.d.ts +44 -22
  117. package/dist/validValues/productType.d.ts.map +1 -1
  118. package/dist/validValues/productType.js +126 -125
  119. package/dist/validValues/productionMethod.d.ts +15 -18
  120. package/dist/validValues/productionMethod.d.ts.map +1 -1
  121. package/dist/validValues/productionMethod.js +57 -68
  122. package/dist/validValues/region.d.ts +487 -16
  123. package/dist/validValues/region.d.ts.map +1 -1
  124. package/dist/validValues/region.js +4799 -4803
  125. package/dist/validValues/responsibleConsumptionLogo.d.ts +10 -19
  126. package/dist/validValues/responsibleConsumptionLogo.d.ts.map +1 -1
  127. package/dist/validValues/responsibleConsumptionLogo.js +29 -32
  128. package/dist/validValues/subregion.d.ts +1393 -12
  129. package/dist/validValues/subregion.d.ts.map +1 -1
  130. package/dist/validValues/subregion.js +12493 -11115
  131. package/dist/validValues/types/ValidValueDefinition.d.ts +23 -14
  132. package/dist/validValues/types/ValidValueDefinition.d.ts.map +1 -1
  133. package/dist/validValues/types/award_p85_100.js +2 -2
  134. package/dist/validValues/types/productTypesSpirit.js +2 -2
  135. package/dist/validValues/types/productTypesWine.js +2 -2
  136. package/dist/validValues/utils/createValidValues.d.ts +2 -2
  137. package/dist/validValues/utils/createValidValues.js +1 -1
  138. package/dist/validValues/utils/loadLocalizedData.d.ts +6 -0
  139. package/dist/validValues/utils/loadLocalizedData.d.ts.map +1 -0
  140. package/dist/validValues/utils/loadLocalizedData.js +20 -0
  141. package/dist/validValues/varietyName.d.ts +1961 -18
  142. package/dist/validValues/varietyName.d.ts.map +1 -1
  143. package/dist/validValues/varietyName.js +5883 -7840
  144. package/dist/validValues/wineColor.d.ts +7 -18
  145. package/dist/validValues/wineColor.d.ts.map +1 -1
  146. package/dist/validValues/wineColor.js +25 -28
  147. package/dist/validValues/wineType.d.ts +7 -18
  148. package/dist/validValues/wineType.d.ts.map +1 -1
  149. package/dist/validValues/wineType.js +25 -28
  150. package/dist/validValues.js +20 -20
  151. package/lingui.config.ts +4 -0
  152. package/package.json +2 -2
  153. package/src/core/translate.ts +6 -5
  154. package/src/index.ts +4 -1
  155. package/src/locales/po/bg.po +2529 -2521
  156. package/src/locales/po/bg.ts +1 -1
  157. package/src/locales/po/cs.po +2529 -2521
  158. package/src/locales/po/cs.ts +1 -1
  159. package/src/locales/po/da.po +2529 -2521
  160. package/src/locales/po/da.ts +1 -1
  161. package/src/locales/po/de.po +2529 -2521
  162. package/src/locales/po/de.ts +1 -1
  163. package/src/locales/po/ee.po +2529 -2521
  164. package/src/locales/po/ee.ts +1 -1
  165. package/src/locales/po/el.po +2529 -2521
  166. package/src/locales/po/el.ts +1 -1
  167. package/src/locales/po/en.po +2529 -2521
  168. package/src/locales/po/en.ts +1 -1
  169. package/src/locales/po/es.po +2529 -2521
  170. package/src/locales/po/es.ts +1 -1
  171. package/src/locales/po/fi.po +2529 -2521
  172. package/src/locales/po/fi.ts +1 -1
  173. package/src/locales/po/fr.po +2529 -2521
  174. package/src/locales/po/fr.ts +1 -1
  175. package/src/locales/po/ga.po +2529 -2521
  176. package/src/locales/po/ga.ts +1 -1
  177. package/src/locales/po/hr.po +2529 -2521
  178. package/src/locales/po/hr.ts +1 -1
  179. package/src/locales/po/hu.po +2529 -2521
  180. package/src/locales/po/hu.ts +1 -1
  181. package/src/locales/po/it.po +2529 -2521
  182. package/src/locales/po/it.ts +1 -1
  183. package/src/locales/po/lt.po +2529 -2521
  184. package/src/locales/po/lt.ts +1 -1
  185. package/src/locales/po/lv.po +2529 -2521
  186. package/src/locales/po/lv.ts +1 -1
  187. package/src/locales/po/mt.po +2529 -2521
  188. package/src/locales/po/mt.ts +1 -1
  189. package/src/locales/po/nl.po +2529 -2521
  190. package/src/locales/po/nl.ts +1 -1
  191. package/src/locales/po/pl.po +2529 -2521
  192. package/src/locales/po/pl.ts +1 -1
  193. package/src/locales/po/pt.po +2529 -2521
  194. package/src/locales/po/pt.ts +1 -1
  195. package/src/locales/po/ro.po +2529 -2521
  196. package/src/locales/po/ro.ts +1 -1
  197. package/src/locales/po/se.po +2529 -2521
  198. package/src/locales/po/se.ts +1 -1
  199. package/src/locales/po/si.po +2529 -2521
  200. package/src/locales/po/si.ts +1 -1
  201. package/src/locales/po/sk.po +2529 -2521
  202. package/src/locales/po/sk.ts +1 -1
  203. package/src/main.ts +12 -23
  204. package/src/scripts/transformArchitectureVV.js +34 -31
  205. package/src/scripts/transformServerVV.js +3 -3
  206. package/src/scripts/writeFields.not.test.js +38 -3
  207. package/src/validValues/award.ts +639 -841
  208. package/src/validValues/awardMedal.ts +695 -915
  209. package/src/validValues/beerStyle.ts +290 -375
  210. package/src/validValues/certification.ts +154 -139
  211. package/src/validValues/containerColor.ts +35 -35
  212. package/src/validValues/containerType.ts +26 -23
  213. package/src/validValues/country.ts +457 -452
  214. package/src/validValues/designation.ts +44 -87
  215. package/src/validValues/ingredient.ts +252 -230
  216. package/src/validValues/json/region.js +1 -0
  217. package/src/validValues/json/subregion.js +8 -0
  218. package/src/validValues/packagingCertification.ts +38 -42
  219. package/src/validValues/packagingMaterialType.ts +221 -267
  220. package/src/validValues/productType.ts +128 -126
  221. package/src/validValues/productionMethod.ts +47 -51
  222. package/src/validValues/region.ts +1464 -1947
  223. package/src/validValues/responsibleConsumptionLogo.ts +34 -24
  224. package/src/validValues/subregion.ts +4181 -4193
  225. package/src/validValues/types/ValidValueDefinition.ts +27 -14
  226. package/src/validValues/utils/loadLocalizedData.ts +11 -0
  227. package/src/validValues/varietyName.ts +5884 -7836
  228. package/src/validValues/wineColor.ts +23 -19
  229. package/src/validValues/wineType.ts +23 -19
  230. package/dist/validValues/json/appelation.d.ts +0 -2
  231. package/dist/validValues/json/appelation.d.ts.map +0 -1
  232. package/dist/validValues/types/Award.d.ts +0 -35
  233. package/dist/validValues/types/Award.d.ts.map +0 -1
  234. package/dist/validValues/types/Award.js +0 -5
  235. package/dist/validValues/types/Country.d.ts +0 -35
  236. package/dist/validValues/types/Country.d.ts.map +0 -1
  237. package/dist/validValues/types/Country.js +0 -5
  238. package/src/validValues/utils/createValidValues.ts +0 -76
@@ -3,1060 +3,1063 @@
3
3
  Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
- exports.default = void 0;
7
-
8
- var _createValidValues = _interopRequireDefault(require("./utils/createValidValues.js"));
6
+ exports["default"] = void 0;
9
7
 
10
8
  var _award_p85_ = _interopRequireDefault(require("./types/award_p85_100"));
11
9
 
12
- function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
10
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
11
+
12
+ /** Makes sure errors are displayed where the error is introduced. */
13
+ var award = function award(value) {
14
+ return value;
15
+ };
13
16
 
14
- var _default = (0, _createValidValues.default)({
15
- a_la_carte: {
17
+ var allAwards = {
18
+ a_la_carte: award({
16
19
  key: 'a_la_carte',
17
- title: 'A La Carte',
18
- medals: _award_p85_.default
19
- },
20
- american_wine_society_commercial_wine_competition: {
20
+ label: 'A La Carte',
21
+ medals: _award_p85_["default"]
22
+ }),
23
+ american_wine_society_commercial_wine_competition: award({
21
24
  key: 'american_wine_society_commercial_wine_competition',
22
- title: 'American Wine Society Commercial Wine Competition',
25
+ label: 'American Wine Society Commercial Wine Competition',
23
26
  medals: ['doubleGold', 'silver', 'bronze', 'special_award']
24
- },
25
- asia_international_wine_competition: {
27
+ }),
28
+ asia_international_wine_competition: award({
26
29
  key: 'asia_international_wine_competition',
27
- title: 'Asia International Wine Competition',
30
+ label: 'Asia International Wine Competition',
28
31
  medals: ['doubleGold', 'gold', 'silver', 'bronze', 'individual_award']
29
- },
30
- asia_wine_challenge: {
32
+ }),
33
+ asia_wine_challenge: award({
31
34
  key: 'asia_wine_challenge',
32
- title: 'Asia Wine Challenge',
35
+ label: 'Asia Wine Challenge',
33
36
  medals: ['gold', 'silver', 'bronze']
34
- },
35
- at_genuss_weintrophy: {
37
+ }),
38
+ at_genuss_weintrophy: award({
36
39
  key: 'at_genuss_weintrophy',
37
- title: 'GENUSS.Magazin Weintrophy',
40
+ label: 'GENUSS.Magazin Weintrophy',
38
41
  medals: ['glasses_5', 'glasses_4', 'glasses_3', 'glasses_2', 'glasses_1']
39
- },
40
- at_oesterreichwein_salon: {
42
+ }),
43
+ at_oesterreichwein_salon: award({
41
44
  key: 'at_oesterreichwein_salon',
42
- title: 'SALON Österreich Wein',
45
+ label: 'SALON Österreich Wein',
43
46
  medals: ['at_winner', 'at_selected', 'at_salonwine']
44
- },
45
- at_vinaria_m: {
47
+ }),
48
+ at_vinaria_m: award({
46
49
  key: 'at_vinaria_m',
47
- title: 'Vinaria Medals',
50
+ label: 'Vinaria Medals',
48
51
  medals: ['s_1', 's_2', 's_3', 's_4', 's_5']
49
- },
50
- at_vinaria_p: {
52
+ }),
53
+ at_vinaria_p: award({
51
54
  key: 'at_vinaria_p',
52
- title: 'Vinaria Rating',
55
+ label: 'Vinaria Rating',
53
56
  medals: ['p_11', 'p_11_5', 'p_12', 'p_12_5', 'p_13', 'p_13_5', 'p_14', 'p_14_5', 'p_15', 'p_15_5', 'p_16', 'p_16_5', 'p_17', 'p_17_5', 'p_18', 'p_18_5', 'p_19', 'p_19_5', 'p_20']
54
- },
55
- au_royal_easter_wine: {
57
+ }),
58
+ au_royal_easter_wine: award({
56
59
  key: 'au_royal_easter_wine',
57
- title: 'Royal Easter Show Wine Awards',
60
+ label: 'Royal Easter Show Wine Awards',
58
61
  medals: ['trophy', 'gold', 'silver', 'bronze']
59
- },
60
- au_winestate: {
62
+ }),
63
+ au_winestate: award({
61
64
  key: 'au_winestate',
62
- title: 'Winestate Magazin Wine Awards',
65
+ label: 'Winestate Magazin Wine Awards',
63
66
  medals: ['s_3', 's_3_5', 's_4', 's_4_5', 's_5']
64
- },
65
- australian_international_wine_challenge: {
67
+ }),
68
+ australian_international_wine_challenge: award({
66
69
  key: 'australian_international_wine_challenge',
67
- title: 'Australian International Wine Challenge',
70
+ label: 'Australian International Wine Challenge',
68
71
  medals: ['gold', 'silver', 'bronze']
69
- },
70
- australian_wine_showcase_magazine: {
72
+ }),
73
+ australian_wine_showcase_magazine: award({
71
74
  key: 'australian_wine_showcase_magazine',
72
- title: 'Australian Wine Showcase Magazine',
73
- medals: ['p_80', 'p_81', 'p_82', 'p_83', 'p_84'].concat(_award_p85_.default)
74
- },
75
- auwinecompanion_p: {
75
+ label: 'Australian Wine Showcase Magazine',
76
+ medals: ['p_80', 'p_81', 'p_82', 'p_83', 'p_84'].concat(_award_p85_["default"])
77
+ }),
78
+ auwinecompanion_p: award({
76
79
  key: 'auwinecompanion_p',
77
- title: 'James Halliday Wine Companion',
78
- medals: ['p_75', 'p_76', 'p_77', 'p_78', 'p_79', 'p_80', 'p_81', 'p_82', 'p_83', 'p_84'].concat(_award_p85_.default)
79
- },
80
- awcvienna: {
80
+ label: 'James Halliday Wine Companion',
81
+ medals: ['p_75', 'p_76', 'p_77', 'p_78', 'p_79', 'p_80', 'p_81', 'p_82', 'p_83', 'p_84'].concat(_award_p85_["default"])
82
+ }),
83
+ awcvienna: award({
81
84
  key: 'awcvienna',
82
- title: 'AWC Vienna',
85
+ label: 'AWC Vienna',
83
86
  medals: ['gold', 'silver', 'seal_of_approval']
84
- },
85
- awcvienna_p: {
87
+ }),
88
+ awcvienna_p: award({
86
89
  key: 'awcvienna_p',
87
- title: 'AWC Vienna Points',
90
+ label: 'AWC Vienna Points',
88
91
  medals: ['p_80', 'p_80_5', 'p_81', 'p_81_5', 'p_82', 'p_82_5', 'p_83', 'p_83_5', 'p_84', 'p_84_5', 'p_85', 'p_85_5', 'p_86', 'p_86_5', 'p_87', 'p_87_5', 'p_88', 'p_88_5', 'p_89', 'p_89_5', 'p_90', 'p_90_5', 'p_91', 'p_91_5', 'p_92', 'p_92_5', 'p_93', 'p_93_5', 'p_94', 'p_94_5', 'p_95', 'p_95_5', 'p_96', 'p_96_5', 'p_97', 'p_97_5', 'p_98', 'p_98_5', 'p_99', 'p_99_5', 'p_100']
89
- },
90
- bacchus_international_wine_competition: {
92
+ }),
93
+ bacchus_international_wine_competition: award({
91
94
  key: 'bacchus_international_wine_competition',
92
- title: 'Bacchus International Wine Competition',
95
+ label: 'Bacchus International Wine Competition',
93
96
  medals: ['gold', 'silver', 'bronze']
94
- },
95
- berlin_international_wine_competition: {
97
+ }),
98
+ berlin_international_wine_competition: award({
96
99
  key: 'berlin_international_wine_competition',
97
- title: 'Berlin International Wine Competition',
100
+ label: 'Berlin International Wine Competition',
98
101
  medals: ['doubleGold', 'gold', 'silver', 'bronze', 'individual_award']
99
- },
100
- berlinerwinetrophy: {
102
+ }),
103
+ berlinerwinetrophy: award({
101
104
  key: 'berlinerwinetrophy',
102
- title: 'Berliner Wine Trophy',
105
+ label: 'Berliner Wine Trophy',
103
106
  medals: ['grand_gold', 'gold', 'silver']
104
- },
105
- bettanedess: {
107
+ }),
108
+ bettanedess: award({
106
109
  key: 'bettanedess',
107
- title: 'Bettane and Desseauve Medals',
110
+ label: 'Bettane and Desseauve Medals',
108
111
  medals: ['bronze', 'silver', 'gold']
109
- },
110
- bettanedess_p: {
112
+ }),
113
+ bettanedess_p: award({
111
114
  key: 'bettanedess_p',
112
- title: 'Bettane and Desseauve',
115
+ label: 'Bettane and Desseauve',
113
116
  medals: ['p_01', 'p_02', 'p_03', 'p_04', 'p_05', 'p_06', 'p_07', 'p_08', 'p_09', 'p_10', 'p_11', 'p_12', 'p_13', 'p_14', 'p_15', 'p_16', 'p_17', 'p_18', 'p_19', 'p_20']
114
- },
115
- beverage_tasting_institute: {
117
+ }),
118
+ beverage_tasting_institute: award({
116
119
  key: 'beverage_tasting_institute',
117
- title: 'Beverage Tasting Institute',
118
- medals: ['p_60', 'p_61', 'p_62', 'p_63', 'p_64', 'p_65', 'p_66', 'p_67', 'p_68', 'p_69', 'p_70', 'p_71', 'p_72', 'p_73', 'p_74', 'p_75', 'p_76', 'p_77', 'p_78', 'p_79', 'p_80', 'p_81', 'p_82', 'p_83', 'p_84'].concat(_award_p85_.default)
119
- },
120
- catador_wine_awards: {
120
+ label: 'Beverage Tasting Institute',
121
+ medals: ['p_60', 'p_61', 'p_62', 'p_63', 'p_64', 'p_65', 'p_66', 'p_67', 'p_68', 'p_69', 'p_70', 'p_71', 'p_72', 'p_73', 'p_74', 'p_75', 'p_76', 'p_77', 'p_78', 'p_79', 'p_80', 'p_81', 'p_82', 'p_83', 'p_84'].concat(_award_p85_["default"])
122
+ }),
123
+ catador_wine_awards: award({
121
124
  key: 'catador_wine_awards',
122
- title: 'Catador Wine Awards',
125
+ label: 'Catador Wine Awards',
123
126
  medals: ['grand_gold', 'gold', 'silver', 'bronze']
124
- },
125
- catavinum_world_wine_spirit_competition: {
127
+ }),
128
+ catavinum_world_wine_spirit_competition: award({
126
129
  key: 'catavinum_world_wine_spirit_competition',
127
- title: 'Catavinum World Wine & Spirit Competition',
130
+ label: 'Catavinum World Wine & Spirit Competition',
128
131
  medals: ['great_gold', 'gold', 'silver', 'bronze']
129
- },
130
- ch_mondial_des_pinots: {
132
+ }),
133
+ ch_mondial_des_pinots: award({
131
134
  key: 'ch_mondial_des_pinots',
132
- title: 'Mondial des Pinots',
135
+ label: 'Mondial des Pinots',
133
136
  medals: ['gold', 'silver', 'bronze']
134
- },
135
- challenge_international_du_vin: {
137
+ }),
138
+ challenge_international_du_vin: award({
136
139
  key: 'challenge_international_du_vin',
137
- title: 'Challenge International du Vin',
140
+ label: 'Challenge International du Vin',
138
141
  medals: ['gold', 'silver', 'bronze']
139
- },
140
- china_wine_competition: {
142
+ }),
143
+ china_wine_competition: award({
141
144
  key: 'china_wine_competition',
142
- title: 'China Wine Competition',
145
+ label: 'China Wine Competition',
143
146
  medals: ['gold', 'silver', 'bronze']
144
- },
145
- cinve_awards: {
147
+ }),
148
+ cinve_awards: award({
146
149
  key: 'cinve_awards',
147
- title: 'Cinve Awards',
150
+ label: 'Cinve Awards',
148
151
  medals: ['gold', 'silver', 'bronze']
149
- },
150
- citadelles_du_vin_international_wine_spirit_competition: {
152
+ }),
153
+ citadelles_du_vin_international_wine_spirit_competition: award({
151
154
  key: 'citadelles_du_vin_international_wine_spirit_competition',
152
- title: 'Citadelles Du Vin International Wine & Spirit Competition',
155
+ label: 'Citadelles Du Vin International Wine & Spirit Competition',
153
156
  medals: ['gold', 'silver', 'bronze']
154
- },
155
- clare_valley_regional_wine_show: {
157
+ }),
158
+ clare_valley_regional_wine_show: award({
156
159
  key: 'clare_valley_regional_wine_show',
157
- title: 'Clare Valley Regional Wine Show',
160
+ label: 'Clare Valley Regional Wine Show',
158
161
  medals: ['trophy', 'gold', 'silver', 'bronze']
159
- },
160
- concourscabernets: {
162
+ }),
163
+ concourscabernets: award({
161
164
  key: 'concourscabernets',
162
- title: 'The Concours International des Cabernets',
165
+ label: 'The Concours International des Cabernets',
163
166
  medals: ['trophy', 'gold', 'silver']
164
- },
165
- concoursmondial: {
167
+ }),
168
+ concoursmondial: award({
166
169
  key: 'concoursmondial',
167
- title: 'Concours Mondial de Bruxelles',
170
+ label: 'Concours Mondial de Bruxelles',
168
171
  medals: ['grand_gold', 'gold', 'silver']
169
- },
170
- concoursmondial_sauvignon: {
172
+ }),
173
+ concoursmondial_sauvignon: award({
171
174
  key: 'concoursmondial_sauvignon',
172
- title: 'Concours Mondial du Sauvignon',
175
+ label: 'Concours Mondial du Sauvignon',
173
176
  medals: ['gold', 'silver']
174
- },
175
- conz_michaelcooper: {
177
+ }),
178
+ conz_michaelcooper: award({
176
179
  key: 'conz_michaelcooper',
177
- title: 'Michael Cooper’s Buyer’s Guide',
180
+ label: 'Michael Cooper’s Buyer’s Guide',
178
181
  medals: ['s_1', 's_2', 's_3', 's_4', 's_5']
179
- },
180
- critics_challenge_international_wine_competition: {
182
+ }),
183
+ critics_challenge_international_wine_competition: award({
181
184
  key: 'critics_challenge_international_wine_competition',
182
- title: 'Critics Challenge International Wine Competition',
185
+ label: 'Critics Challenge International Wine Competition',
183
186
  medals: ['critics_platinum', 'critics_double_gold', 'critics_gold', 'critics_silver']
184
- },
185
- cuisine_magazine_nz_australian_shiraz_tasting: {
187
+ }),
188
+ cuisine_magazine_nz_australian_shiraz_tasting: award({
186
189
  key: 'cuisine_magazine_nz_australian_shiraz_tasting',
187
- title: 'Cuisine Magazine NZ & Australian Shiraz Tasting',
190
+ label: 'Cuisine Magazine NZ & Australian Shiraz Tasting',
188
191
  medals: ['s_5', 's_4', 's_3', 's_2', 's_1']
189
- },
190
- cwsa: {
192
+ }),
193
+ cwsa: award({
191
194
  key: 'cwsa',
192
- title: 'China Wine & Spirits Awards',
195
+ label: 'China Wine & Spirits Awards',
193
196
  medals: ['trophy', 'doubleGold', 'gold', 'silver', 'bronze']
194
- },
195
- dan_berger_international_wine_competition: {
197
+ }),
198
+ dan_berger_international_wine_competition: award({
196
199
  key: 'dan_berger_international_wine_competition',
197
- title: 'Dan Berger International Wine Competition',
200
+ label: 'Dan Berger International Wine Competition',
198
201
  medals: ['medal_bestOfClass', 'best_of_show', 'triple_gold', 'gold', 'silver', 'bronze']
199
- },
200
- de_badische_gebietswein: {
202
+ }),
203
+ de_badische_gebietswein: award({
201
204
  key: 'de_badische_gebietswein',
202
- title: 'Badische Gebietswein - und Sektprämierung',
205
+ label: 'Badische Gebietswein - und Sektprämierung',
203
206
  medals: ['gold', 'silver']
204
- },
205
- de_bioweinpreis_autumn: {
207
+ }),
208
+ de_bioweinpreis_autumn: award({
206
209
  key: 'de_bioweinpreis_autumn',
207
- title: 'Bioweinpreis - Autumn',
210
+ label: 'Bioweinpreis - Autumn',
208
211
  medals: ['top_gold', 'gold', 'silver', 'recommended']
209
- },
210
- de_dlg: {
212
+ }),
213
+ de_dlg: award({
211
214
  key: 'de_dlg',
212
- title: 'Deutsche Landwirtschaftsgesellschaft',
215
+ label: 'Deutsche Landwirtschaftsgesellschaft',
213
216
  medals: ['de_gold_extra', 'gold', 'silver', 'bronze']
214
- },
215
- de_lwk_rheinpfalz: {
217
+ }),
218
+ de_lwk_rheinpfalz: award({
216
219
  key: 'de_lwk_rheinpfalz',
217
- title: 'Landwirtschaftskammer Rheinland-Pfalz Auszeichnungen',
220
+ label: 'Landwirtschaftskammer Rheinland-Pfalz Auszeichnungen',
218
221
  medals: ['de_greatstatehonor', 'de_statehonor', 'de_specialhonor']
219
- },
220
- de_lwk_rheinpfalz_m: {
222
+ }),
223
+ de_lwk_rheinpfalz_m: award({
221
224
  key: 'de_lwk_rheinpfalz_m',
222
- title: 'Landwirtschaftskammer Rheinland-Pfalz Medaillen',
225
+ label: 'Landwirtschaftskammer Rheinland-Pfalz Medaillen',
223
226
  medals: ['gold', 'silver', 'bronze']
224
- },
225
- de_weinplus_p: {
227
+ }),
228
+ de_weinplus_p: award({
226
229
  key: 'de_weinplus_p',
227
- title: 'Wein-Plus',
228
- medals: ['p_80', 'p_81', 'p_82', 'p_83', 'p_84'].concat(_award_p85_.default)
229
- },
230
- decanter: {
230
+ label: 'Wein-Plus',
231
+ medals: ['p_80', 'p_81', 'p_82', 'p_83', 'p_84'].concat(_award_p85_["default"])
232
+ }),
233
+ decanter: award({
231
234
  key: 'decanter',
232
- title: 'Decanter Medal',
235
+ label: 'Decanter Medal',
233
236
  medals: ['platinum', 'gold', 'silver', 'bronze', 'recommended', 'medal_bestfortified', 'decanter_commended', 'decanter_international', 'decanter_regional']
234
- },
235
- decanter_asia_wine_awards: {
237
+ }),
238
+ decanter_asia_wine_awards: award({
236
239
  key: 'decanter_asia_wine_awards',
237
- title: 'Decanter Asia Wine Awards',
240
+ label: 'Decanter Asia Wine Awards',
238
241
  medals: ['gold', 'silver', 'bronze', 'decanter_commended']
239
- },
240
- decanter_p: {
242
+ }),
243
+ decanter_p: award({
241
244
  key: 'decanter_p',
242
- title: 'Decanter Points',
243
- medals: ['p_60', 'p_61', 'p_62', 'p_63', 'p_64', 'p_65', 'p_66', 'p_67', 'p_68', 'p_69', 'p_70', 'p_71', 'p_72', 'p_73', 'p_74', 'p_75', 'p_76', 'p_77', 'p_78', 'p_79', 'p_80', 'p_81', 'p_82', 'p_83', 'p_84'].concat(_award_p85_.default)
244
- },
245
- descorchados_p: {
245
+ label: 'Decanter Points',
246
+ medals: ['p_60', 'p_61', 'p_62', 'p_63', 'p_64', 'p_65', 'p_66', 'p_67', 'p_68', 'p_69', 'p_70', 'p_71', 'p_72', 'p_73', 'p_74', 'p_75', 'p_76', 'p_77', 'p_78', 'p_79', 'p_80', 'p_81', 'p_82', 'p_83', 'p_84'].concat(_award_p85_["default"])
247
+ }),
248
+ descorchados_p: award({
246
249
  key: 'descorchados_p',
247
- title: 'Descorchados Wine Guide',
248
- medals: ['p_75', 'p_76', 'p_77', 'p_78', 'p_79', 'p_80', 'p_81', 'p_82', 'p_83', 'p_84'].concat(_award_p85_.default)
249
- },
250
- es_ecoracimo: {
250
+ label: 'Descorchados Wine Guide',
251
+ medals: ['p_75', 'p_76', 'p_77', 'p_78', 'p_79', 'p_80', 'p_81', 'p_82', 'p_83', 'p_84'].concat(_award_p85_["default"])
252
+ }),
253
+ es_ecoracimo: award({
251
254
  key: 'es_ecoracimo',
252
- title: 'Ecoracimo - International Organic Wines Contest',
255
+ label: 'Ecoracimo - International Organic Wines Contest',
253
256
  medals: ['grand_gold', 'gold', 'silver']
254
- },
255
- falstaff_p: {
257
+ }),
258
+ falstaff_p: award({
256
259
  key: 'falstaff_p',
257
- title: 'Falstaff Wine Guide',
258
- medals: ['p_75', 'p_76', 'p_77', 'p_78', 'p_79', 'p_80', 'p_81', 'p_82', 'p_83', 'p_84'].concat(_award_p85_.default)
259
- },
260
- finger_lakes_international_wine_competition: {
260
+ label: 'Falstaff Wine Guide',
261
+ medals: ['p_75', 'p_76', 'p_77', 'p_78', 'p_79', 'p_80', 'p_81', 'p_82', 'p_83', 'p_84'].concat(_award_p85_["default"])
262
+ }),
263
+ finger_lakes_international_wine_competition: award({
261
264
  key: 'finger_lakes_international_wine_competition',
262
- title: 'Finger Lakes International Wine Competition',
265
+ label: 'Finger Lakes International Wine Competition',
263
266
  medals: ['doubleGold', 'gold', 'silver', 'bronze']
264
- },
265
- fnb_sauvignon_blanc: {
267
+ }),
268
+ fnb_sauvignon_blanc: award({
266
269
  key: 'fnb_sauvignon_blanc',
267
- title: 'FNB Top 10 Sauvignon Blanc',
270
+ label: 'FNB Top 10 Sauvignon Blanc',
268
271
  medals: ['sweet_trophy', 'white_trophy', 'south_african_sauvignon_blanc_trophy', 'elgin_chardonnay_trophy', 'sparkling_trophy']
269
- },
270
- fr_cgvlr: {
272
+ }),
273
+ fr_cgvlr: award({
271
274
  key: 'fr_cgvlr',
272
- title: 'Concours des grands vins du Languedoc-Roussillon',
275
+ label: 'Concours des grands vins du Languedoc-Roussillon',
273
276
  medals: ['gold', 'silver']
274
- },
275
- fr_charddumonde: {
277
+ }),
278
+ fr_charddumonde: award({
276
279
  key: 'fr_charddumonde',
277
- title: 'Chardonnay du Monde',
280
+ label: 'Chardonnay du Monde',
278
281
  medals: ['gold', 'silver', 'bronze']
279
- },
280
- fr_conc_mondial_fem: {
282
+ }),
283
+ fr_conc_mondial_fem: award({
281
284
  key: 'fr_conc_mondial_fem',
282
- title: 'Concours Mondial des Féminalise',
285
+ label: 'Concours Mondial des Féminalise',
283
286
  medals: ['gold', 'silver']
284
- },
285
- fr_conc_nat_cremants: {
287
+ }),
288
+ fr_conc_nat_cremants: award({
286
289
  key: 'fr_conc_nat_cremants',
287
- title: 'Concours National des Crémants',
290
+ label: 'Concours National des Crémants',
288
291
  medals: ['gold', 'silver', 'bronze']
289
- },
290
- fr_concbourdeauxaq: {
292
+ }),
293
+ fr_concbourdeauxaq: award({
291
294
  key: 'fr_concbourdeauxaq',
292
- title: 'Concours de Bordeaux Vins Aquitains',
295
+ label: 'Concours de Bordeaux Vins Aquitains',
293
296
  medals: ['gold', 'silver', 'bronze']
294
- },
295
- fr_concgrandvinsfrmacon: {
297
+ }),
298
+ fr_concgrandvinsfrmacon: award({
296
299
  key: 'fr_concgrandvinsfrmacon',
297
- title: 'Concours des Grands Vins de France Macon',
300
+ label: 'Concours des Grands Vins de France Macon',
298
301
  medals: ['gold', 'silver', 'bronze']
299
- },
300
- fr_concoursbeaujolais: {
302
+ }),
303
+ fr_concoursbeaujolais: award({
301
304
  key: 'fr_concoursbeaujolais',
302
- title: 'Concours des Grands Vins du Beaujolais',
305
+ label: 'Concours des Grands Vins du Beaujolais',
303
306
  medals: ['gold', 'silver', 'bronze']
304
- },
305
- fr_concoursgeneralagricole: {
307
+ }),
308
+ fr_concoursgeneralagricole: award({
306
309
  key: 'fr_concoursgeneralagricole',
307
- title: 'Concours General Agricole',
310
+ label: 'Concours General Agricole',
308
311
  medals: ['gold', 'silver', 'bronze']
309
- },
310
- fr_concoursintlyon: {
312
+ }),
313
+ fr_concoursintlyon: award({
311
314
  key: 'fr_concoursintlyon',
312
- title: 'Concours International de Lyon',
315
+ label: 'Concours International de Lyon',
313
316
  medals: ['gold', 'silver']
314
- },
315
- fr_concvignindep: {
317
+ }),
318
+ fr_concvignindep: award({
316
319
  key: 'fr_concvignindep',
317
- title: 'Concours des Vignerons Indépendants',
320
+ label: 'Concours des Vignerons Indépendants',
318
321
  medals: ['gold', 'silver', 'bronze']
319
- },
320
- fr_effervescents_du_monde: {
322
+ }),
323
+ fr_effervescents_du_monde: award({
321
324
  key: 'fr_effervescents_du_monde',
322
- title: 'Effervescents du Monde',
325
+ label: 'Effervescents du Monde',
323
326
  medals: ['grand_gold', 'gold', 'silver', 'bronze']
324
- },
325
- fr_gaultmillau_p: {
327
+ }),
328
+ fr_gaultmillau_p: award({
326
329
  key: 'fr_gaultmillau_p',
327
- title: 'Gault & Millau Points',
330
+ label: 'Gault & Millau Points',
328
331
  medals: ['p_11_5', 'p_12', 'p_12_5', 'p_13', 'p_13_5', 'p_14', 'p_14_5', 'p_15', 'p_15_5', 'p_16', 'p_16_5', 'p_17', 'p_17_5', 'p_18', 'p_18_5', 'p_19', 'p_19_5', 'p_20']
329
- },
330
- fr_genagcompconcgenagri: {
332
+ }),
333
+ fr_genagcompconcgenagri: award({
331
334
  key: 'fr_genagcompconcgenagri',
332
- title: 'General Agricultural Competition or Concours General Agricole',
335
+ label: 'General Agricultural Competition or Concours General Agricole',
333
336
  medals: ['gold', 'silver', 'bronze']
334
- },
335
- fr_gilbertgaillard_m: {
337
+ }),
338
+ fr_gilbertgaillard_m: award({
336
339
  key: 'fr_gilbertgaillard_m',
337
- title: 'Gilbert & Gaillard Medals',
340
+ label: 'Gilbert & Gaillard Medals',
338
341
  medals: ['gold']
339
- },
340
- fr_gilbertgaillard_p: {
342
+ }),
343
+ fr_gilbertgaillard_p: award({
341
344
  key: 'fr_gilbertgaillard_p',
342
- title: 'Gilbert & Gaillard Rating',
343
- medals: ['p_75', 'p_76', 'p_77', 'p_78', 'p_79', 'p_80', 'p_81', 'p_82', 'p_83', 'p_84'].concat(_award_p85_.default)
344
- },
345
- fr_hachette_winemaker_of_the_year: {
345
+ label: 'Gilbert & Gaillard Rating',
346
+ medals: ['p_75', 'p_76', 'p_77', 'p_78', 'p_79', 'p_80', 'p_81', 'p_82', 'p_83', 'p_84'].concat(_award_p85_["default"])
347
+ }),
348
+ fr_hachette_winemaker_of_the_year: award({
346
349
  key: 'fr_hachette_winemaker_of_the_year',
347
- title: 'Guide Hachette Winemaker of the year',
350
+ label: 'Guide Hachette Winemaker of the year',
348
351
  medals: ['noMedals']
349
- },
350
- fr_interigp: {
352
+ }),
353
+ fr_interigp: award({
351
354
  key: 'fr_interigp',
352
- title: 'Concours National des IGP',
355
+ label: 'Concours National des IGP',
353
356
  medals: ['gold', 'silver', 'bronze']
354
- },
355
- fr_millesimebio: {
357
+ }),
358
+ fr_millesimebio: award({
356
359
  key: 'fr_millesimebio',
357
- title: 'Millésime Bio',
360
+ label: 'Millésime Bio',
358
361
  medals: ['gold', 'silver', 'bronze']
359
- },
360
- fr_mondialdurose: {
362
+ }),
363
+ fr_mondialdurose: award({
361
364
  key: 'fr_mondialdurose',
362
- title: 'Le mondial du Rosé',
365
+ label: 'Le mondial du Rosé',
363
366
  medals: ['gold', 'silver']
364
- },
365
- fr_palm_nat_avgf: {
367
+ }),
368
+ fr_palm_nat_avgf: award({
366
369
  key: 'fr_palm_nat_avgf',
367
- title: "Palmarès National de l'AVGF",
370
+ label: "Palmarès National de l'AVGF",
368
371
  medals: ['gold', 'silver', 'bronze']
369
- },
370
- fr_syrahdumonde: {
372
+ }),
373
+ fr_syrahdumonde: award({
371
374
  key: 'fr_syrahdumonde',
372
- title: 'Syrah du Monde',
375
+ label: 'Syrah du Monde',
373
376
  medals: ['gold', 'silver', 'bronze']
374
- },
375
- frankfurt_international_wine_trophy: {
377
+ }),
378
+ frankfurt_international_wine_trophy: award({
376
379
  key: 'frankfurt_international_wine_trophy',
377
- title: 'Frankfurt International Wine Trophy',
380
+ label: 'Frankfurt International Wine Trophy',
378
381
  medals: ['grand_gold', 'gold', 'silver']
379
- },
380
- gamberorosso: {
382
+ }),
383
+ gamberorosso: award({
381
384
  key: 'gamberorosso',
382
- title: 'Gambero Rosso',
385
+ label: 'Gambero Rosso',
383
386
  medals: ['g_1', 'g_2', 'g_3']
384
- },
385
- global_fine_wine_challenge: {
387
+ }),
388
+ global_fine_wine_challenge: award({
386
389
  key: 'global_fine_wine_challenge',
387
- title: 'Global Fine Wine Challenge',
390
+ label: 'Global Fine Wine Challenge',
388
391
  medals: ['trophy', 'doubleGold', 'gold']
389
- },
390
- great_american_international_wine_competition: {
392
+ }),
393
+ great_american_international_wine_competition: award({
391
394
  key: 'great_american_international_wine_competition',
392
- title: 'Great American International Wine Competition',
395
+ label: 'Great American International Wine Competition',
393
396
  medals: ['doubleGold', 'gold', 'silver', 'bronze']
394
- },
395
- great_australian_shiraz_challenge: {
397
+ }),
398
+ great_australian_shiraz_challenge: award({
396
399
  key: 'great_australian_shiraz_challenge',
397
- title: 'Great Australian Shiraz Challenge',
400
+ label: 'Great Australian Shiraz Challenge',
398
401
  medals: ['trophy', 'gold', 'silver', 'bronze']
399
- },
400
- grenache_du_monde: {
402
+ }),
403
+ grenache_du_monde: award({
401
404
  key: 'grenache_du_monde',
402
- title: 'Grenache du Monde',
405
+ label: 'Grenache du Monde',
403
406
  medals: ['gold', 'silver']
404
- },
405
- grotehamersma_p: {
407
+ }),
408
+ grotehamersma_p: award({
406
409
  key: 'grotehamersma_p',
407
- title: 'De Grote Hamersma',
410
+ label: 'De Grote Hamersma',
408
411
  medals: ['p_01', 'p_02', 'p_03', 'p_04', 'p_05', 'p_06', 'p_07', 'p_07_5', 'p_08_minus', 'p_08_plus', 'p_08', 'p_08_5', 'p_09', 'p_09_minus', 'p_10']
409
- },
410
- guiapenin_p: {
412
+ }),
413
+ guiapenin_p: award({
411
414
  key: 'guiapenin_p',
412
- title: 'Guia Penin',
413
- medals: ['p_60', 'p_61', 'p_62', 'p_63', 'p_64', 'p_65', 'p_66', 'p_67', 'p_68', 'p_69', 'p_70', 'p_71', 'p_72', 'p_73', 'p_74', 'p_75', 'p_76', 'p_77', 'p_78', 'p_79', 'p_80', 'p_81', 'p_82', 'p_83', 'p_84'].concat(_award_p85_.default)
414
- },
415
- guidehachette_p: {
415
+ label: 'Guia Penin',
416
+ medals: ['p_60', 'p_61', 'p_62', 'p_63', 'p_64', 'p_65', 'p_66', 'p_67', 'p_68', 'p_69', 'p_70', 'p_71', 'p_72', 'p_73', 'p_74', 'p_75', 'p_76', 'p_77', 'p_78', 'p_79', 'p_80', 'p_81', 'p_82', 'p_83', 'p_84'].concat(_award_p85_["default"])
417
+ }),
418
+ guidehachette_p: award({
416
419
  key: 'guidehachette_p',
417
- title: 'Guide Hachette',
420
+ label: 'Guide Hachette',
418
421
  medals: ['s_1', 's_2', 's_3', 'coup_de_coeur']
419
- },
420
- harvest_challenge: {
422
+ }),
423
+ harvest_challenge: award({
421
424
  key: 'harvest_challenge',
422
- title: 'Harvest Challenge',
425
+ label: 'Harvest Challenge',
423
426
  medals: ['special_award', 'doubleGold', 'gold', 'silver', 'bronze']
424
- },
425
- hilton_head_island_wine_food_festival_international_judging: {
427
+ }),
428
+ hilton_head_island_wine_food_festival_international_judging: award({
426
429
  key: 'hilton_head_island_wine_food_festival_international_judging',
427
- title: 'Hilton Head Island Wine & Food Festival International Judging',
430
+ label: 'Hilton Head Island Wine & Food Festival International Judging',
428
431
  medals: ['doubleGold', 'gold', 'silver', 'bronze']
429
- },
430
- hong_kong_international_wine_spirit_competition: {
432
+ }),
433
+ hong_kong_international_wine_spirit_competition: award({
431
434
  key: 'hong_kong_international_wine_spirit_competition',
432
- title: 'Hong Kong International Wine & Spirit Competition',
435
+ label: 'Hong Kong International Wine & Spirit Competition',
433
436
  medals: ['trophy', 'gold', 'silver', 'bronze']
434
- },
435
- indy_international_wine_competition: {
437
+ }),
438
+ indy_international_wine_competition: award({
436
439
  key: 'indy_international_wine_competition',
437
- title: 'Indy International Wine Competition',
440
+ label: 'Indy International Wine Competition',
438
441
  medals: ['gold', 'silver', 'bronze']
439
- },
440
- international_taste_quality_institute: {
442
+ }),
443
+ international_taste_quality_institute: award({
441
444
  key: 'international_taste_quality_institute',
442
- title: 'International Taste Quality Institute',
445
+ label: 'International Taste Quality Institute',
443
446
  medals: ['crystal_award', 'diamond_award', 'absolute_award']
444
- },
445
- international_wine_awards: {
447
+ }),
448
+ international_wine_awards: award({
446
449
  key: 'international_wine_awards',
447
- title: 'International Wine Awards',
450
+ label: 'International Wine Awards',
448
451
  medals: ['great_gold', 'gold', 'silver', 'bronze']
449
- },
450
- international_wine_challenge_china: {
452
+ }),
453
+ international_wine_challenge_china: award({
451
454
  key: 'international_wine_challenge_china',
452
- title: 'International Wine Challenge China',
455
+ label: 'International Wine Challenge China',
453
456
  medals: ['gold', 'silver', 'bronze', 'decanter_commended']
454
- },
455
- international_wine_contest_bucharest: {
457
+ }),
458
+ international_wine_contest_bucharest: award({
456
459
  key: 'international_wine_contest_bucharest',
457
- title: 'International Wine Contest Bucharest',
460
+ label: 'International Wine Contest Bucharest',
458
461
  medals: ['great_gold', 'gold', 'silver']
459
- },
460
- international_womens_wine_competition: {
462
+ }),
463
+ international_womens_wine_competition: award({
461
464
  key: 'international_womens_wine_competition',
462
- title: 'International Womens Wine Competition',
465
+ label: 'International Womens Wine Competition',
463
466
  medals: ['medal_bestOfClass', 'gold', 'silver', 'bronze']
464
- },
465
- intervin_international_wine_awards: {
467
+ }),
468
+ intervin_international_wine_awards: award({
466
469
  key: 'intervin_international_wine_awards',
467
- title: 'Intervin International Wine Awards',
470
+ label: 'Intervin International Wine Awards',
468
471
  medals: ['gold', 'silver', 'honors', 'best_value']
469
- },
470
- intervin_wine_awards: {
472
+ }),
473
+ intervin_wine_awards: award({
471
474
  key: 'intervin_wine_awards',
472
- title: 'Intervin Wine Awards',
475
+ label: 'Intervin Wine Awards',
473
476
  medals: ['gold', 'silver', 'honours', 'best_value']
474
- },
475
- intwinecellar_p: {
477
+ }),
478
+ intwinecellar_p: award({
476
479
  key: 'intwinecellar_p',
477
- title: 'International Wine Cellar',
478
- medals: ['p_70', 'p_71', 'p_72', 'p_73', 'p_74', 'p_75', 'p_76', 'p_77', 'p_78', 'p_79', 'p_80', 'p_81', 'p_82', 'p_83', 'p_84'].concat(_award_p85_.default)
479
- },
480
- isc: {
480
+ label: 'International Wine Cellar',
481
+ medals: ['p_70', 'p_71', 'p_72', 'p_73', 'p_74', 'p_75', 'p_76', 'p_77', 'p_78', 'p_79', 'p_80', 'p_81', 'p_82', 'p_83', 'p_84'].concat(_award_p85_["default"])
482
+ }),
483
+ isc: award({
481
484
  key: 'isc',
482
- title: 'International Spirits Challenge (ISC)',
485
+ label: 'International Spirits Challenge (ISC)',
483
486
  medals: ['gold', 'silver', 'bronze']
484
- },
485
- it_bibenda_grappoli: {
487
+ }),
488
+ it_bibenda_grappoli: award({
486
489
  key: 'it_bibenda_grappoli',
487
- title: 'Bibenda.it Wine Guide',
490
+ label: 'Bibenda.it Wine Guide',
488
491
  medals: ['it_grappoli_2', 'it_grappoli_3', 'it_grappoli_4', 'it_grappoli_5']
489
- },
490
- it_viniveronelli_p: {
492
+ }),
493
+ it_viniveronelli_p: award({
491
494
  key: 'it_viniveronelli_p',
492
- title: 'I Vini di Veronelli Golden Guide Rating',
493
- medals: ['p_80', 'p_81', 'p_82', 'p_83', 'p_84'].concat(_award_p85_.default)
494
- },
495
- iwc: {
495
+ label: 'I Vini di Veronelli Golden Guide Rating',
496
+ medals: ['p_80', 'p_81', 'p_82', 'p_83', 'p_84'].concat(_award_p85_["default"])
497
+ }),
498
+ iwc: award({
496
499
  key: 'iwc',
497
- title: 'International Wine Challenge (IWC)',
500
+ label: 'International Wine Challenge (IWC)',
498
501
  medals: ['trophy', 'gold', 'silver', 'bronze', 'decanter_commended']
499
- },
500
- iwsc: {
502
+ }),
503
+ iwsc: award({
501
504
  key: 'iwsc',
502
- title: 'International Wine & Spirits Competition (IWSC)',
505
+ label: 'International Wine & Spirits Competition (IWSC)',
503
506
  medals: ['gold_outstanding', 'gold', 'silver', 'bronze']
504
- },
505
- jancisrobinson_p: {
507
+ }),
508
+ jancisrobinson_p: award({
506
509
  key: 'jancisrobinson_p',
507
- title: 'Jancis Robinson',
510
+ label: 'Jancis Robinson',
508
511
  medals: ['p_01', 'p_02', 'p_03', 'p_04', 'p_05', 'p_06', 'p_07', 'p_08', 'p_09', 'p_10', 'p_11', 'p_12', 'p_12_5', 'p_13', 'p_13_5', 'p_14', 'p_14_5', 'p_15', 'p_15_5', 'p_16', 'p_16_5', 'p_17', 'p_17_5', 'p_18', 'p_18_5', 'p_19', 'p_19_5', 'p_20']
509
- },
510
- japan_wine_challenge: {
512
+ }),
513
+ japan_wine_challenge: award({
511
514
  key: 'japan_wine_challenge',
512
- title: 'Japan Wine Challenge',
515
+ label: 'Japan Wine Challenge',
513
516
  medals: ['trophy', 'platinum', 'gold', 'silver', 'bronze']
514
- },
515
- jebdunnuck: {
517
+ }),
518
+ jebdunnuck: award({
516
519
  key: 'jebdunnuck',
517
- title: 'Jeb Dunnuck',
518
- medals: ['p_60', 'p_61', 'p_62', 'p_63', 'p_64', 'p_65', 'p_66', 'p_67', 'p_68', 'p_69', 'p_70', 'p_71', 'p_72', 'p_73', 'p_74', 'p_75', 'p_76', 'p_77', 'p_78', 'p_79', 'p_80', 'p_81', 'p_82', 'p_83', 'p_84'].concat(_award_p85_.default)
519
- },
520
- jp_sakura_womenwineaward: {
520
+ label: 'Jeb Dunnuck',
521
+ medals: ['p_60', 'p_61', 'p_62', 'p_63', 'p_64', 'p_65', 'p_66', 'p_67', 'p_68', 'p_69', 'p_70', 'p_71', 'p_72', 'p_73', 'p_74', 'p_75', 'p_76', 'p_77', 'p_78', 'p_79', 'p_80', 'p_81', 'p_82', 'p_83', 'p_84'].concat(_award_p85_["default"])
522
+ }),
523
+ jp_sakura_womenwineaward: award({
521
524
  key: 'jp_sakura_womenwineaward',
522
- title: "Sakura Japan Women's Wine Awards",
525
+ label: "Sakura Japan Women's Wine Awards",
523
526
  medals: ['silver', 'gold', 'doubleGold', 'diamond_trophy']
524
- },
525
- jsuckling_p: {
527
+ }),
528
+ jsuckling_p: award({
526
529
  key: 'jsuckling_p',
527
- title: 'James Suckling',
528
- medals: ['p_60', 'p_61', 'p_62', 'p_63', 'p_64', 'p_65', 'p_66', 'p_67', 'p_68', 'p_69', 'p_70', 'p_71', 'p_72', 'p_73', 'p_74', 'p_75', 'p_76', 'p_77', 'p_78', 'p_79', 'p_80', 'p_81', 'p_82', 'p_83', 'p_84'].concat(_award_p85_.default)
529
- },
530
- korea_wine_challenge: {
530
+ label: 'James Suckling',
531
+ medals: ['p_60', 'p_61', 'p_62', 'p_63', 'p_64', 'p_65', 'p_66', 'p_67', 'p_68', 'p_69', 'p_70', 'p_71', 'p_72', 'p_73', 'p_74', 'p_75', 'p_76', 'p_77', 'p_78', 'p_79', 'p_80', 'p_81', 'p_82', 'p_83', 'p_84'].concat(_award_p85_["default"])
532
+ }),
533
+ korea_wine_challenge: award({
531
534
  key: 'korea_wine_challenge',
532
- title: 'Korea Wine Challenge',
535
+ label: 'Korea Wine Challenge',
533
536
  medals: ['trophy', 'best', 'gold', 'silver', 'bronze']
534
- },
535
- la_mujer_elige_woman_chooses: {
537
+ }),
538
+ la_mujer_elige_woman_chooses: award({
536
539
  key: 'la_mujer_elige_woman_chooses',
537
- title: 'La Mujer Elige "Woman Chooses"',
540
+ label: 'La Mujer Elige "Woman Chooses"',
538
541
  medals: ['great_champion', 'individual_award', 'doubleGold', 'gold', 'silver']
539
- },
540
- las_vegas_global_wine_awards: {
542
+ }),
543
+ las_vegas_global_wine_awards: award({
541
544
  key: 'las_vegas_global_wine_awards',
542
- title: 'Las Vegas Global Wine awards',
545
+ label: 'Las Vegas Global Wine awards',
543
546
  medals: ['medal_bestInShow', 'doubleGold', 'gold', 'silver']
544
- },
545
- london_wine_competition: {
547
+ }),
548
+ london_wine_competition: award({
546
549
  key: 'london_wine_competition',
547
- title: 'London Wine Competition',
550
+ label: 'London Wine Competition',
548
551
  medals: ['gold', 'silver', 'bronze', 'wine_of_the_year', 'winery_of_the_year', 'medal_bestInShow', 'best_wine_of_the_year']
549
- },
550
- los_angeles_international_wine_competition: {
552
+ }),
553
+ los_angeles_international_wine_competition: award({
551
554
  key: 'los_angeles_international_wine_competition',
552
- title: 'Los Angeles International Wine Competition',
555
+ label: 'Los Angeles International Wine Competition',
553
556
  medals: ['medal_bestOfClass', 'gold', 'silver', 'bronze']
554
- },
555
- lucamaroni: {
557
+ }),
558
+ lucamaroni: award({
556
559
  key: 'lucamaroni',
557
- title: 'Luca Maroni',
558
- medals: ['p_60', 'p_61', 'p_62', 'p_63', 'p_64', 'p_65', 'p_66', 'p_67', 'p_68', 'p_69', 'p_70', 'p_71', 'p_72', 'p_73', 'p_74', 'p_75', 'p_76', 'p_77', 'p_78', 'p_79', 'p_80', 'p_81', 'p_82', 'p_83', 'p_84'].concat(_award_p85_.default)
559
- },
560
- melbourne_international_wine_competition: {
560
+ label: 'Luca Maroni',
561
+ medals: ['p_60', 'p_61', 'p_62', 'p_63', 'p_64', 'p_65', 'p_66', 'p_67', 'p_68', 'p_69', 'p_70', 'p_71', 'p_72', 'p_73', 'p_74', 'p_75', 'p_76', 'p_77', 'p_78', 'p_79', 'p_80', 'p_81', 'p_82', 'p_83', 'p_84'].concat(_award_p85_["default"])
562
+ }),
563
+ melbourne_international_wine_competition: award({
561
564
  key: 'melbourne_international_wine_competition',
562
- title: 'Melbourne International Wine Competition',
565
+ label: 'Melbourne International Wine Competition',
563
566
  medals: ['doubleGold', 'gold', 'silver', 'bronze']
564
- },
565
- millennial_award_show: {
567
+ }),
568
+ millennial_award_show: award({
566
569
  key: 'millennial_award_show',
567
- title: 'Millennial Award Show',
570
+ label: 'Millennial Award Show',
568
571
  medals: ['doubleGold', 'gold', 'silver', 'bronze']
569
- },
570
- monde_selection_international_wine_contest: {
572
+ }),
573
+ monde_selection_international_wine_contest: award({
571
574
  key: 'monde_selection_international_wine_contest',
572
- title: 'Monde Selection International Wine Contest',
575
+ label: 'Monde Selection International Wine Contest',
573
576
  medals: ['grand_gold', 'gold', 'silver', 'bronze']
574
- },
575
- monterey_international_wine_competition: {
577
+ }),
578
+ monterey_international_wine_competition: award({
576
579
  key: 'monterey_international_wine_competition',
577
- title: 'Monterey International Wine Competition',
580
+ label: 'Monterey International Wine Competition',
578
581
  medals: ['platinum', 'gold', 'silver', 'best']
579
- },
580
- mundusvini: {
582
+ }),
583
+ mundusvini: award({
581
584
  key: 'mundusvini',
582
- title: 'MUNDUS vini award',
585
+ label: 'MUNDUS vini award',
583
586
  medals: ['great_gold', 'gold', 'silver', 'bronze']
584
- },
585
- mundusvini_p: {
587
+ }),
588
+ mundusvini_p: award({
586
589
  key: 'mundusvini_p',
587
- title: 'MUNDUS vini points',
588
- medals: ['p_70', 'p_71', 'p_72', 'p_73', 'p_74', 'p_75', 'p_76', 'p_77', 'p_78', 'p_79', 'p_80', 'p_81', 'p_82', 'p_83', 'p_84'].concat(_award_p85_.default)
589
- },
590
- national_wine_show_of_australia: {
590
+ label: 'MUNDUS vini points',
591
+ medals: ['p_70', 'p_71', 'p_72', 'p_73', 'p_74', 'p_75', 'p_76', 'p_77', 'p_78', 'p_79', 'p_80', 'p_81', 'p_82', 'p_83', 'p_84'].concat(_award_p85_["default"])
592
+ }),
593
+ national_wine_show_of_australia: award({
591
594
  key: 'national_wine_show_of_australia',
592
- title: 'National Wine Show of Australia',
595
+ label: 'National Wine Show of Australia',
593
596
  medals: ['trophy', 'top_gold', 'gold', 'silver', 'bronze']
594
- },
595
- new_world_international_wine_competition: {
597
+ }),
598
+ new_world_international_wine_competition: award({
596
599
  key: 'new_world_international_wine_competition',
597
- title: 'New World International Wine Competition',
600
+ label: 'New World International Wine Competition',
598
601
  medals: ['trophy', 'best_of_varietal', 'medal_bestOfClass', 'doubleGold', 'gold', 'silver', 'bronze']
599
- },
600
- new_world_wine_awards: {
602
+ }),
603
+ new_world_wine_awards: award({
601
604
  key: 'new_world_wine_awards',
602
- title: 'New World Wine Awards',
605
+ label: 'New World Wine Awards',
603
606
  medals: ['gold', 'silver', 'bronze']
604
- },
605
- new_york_international_wine_competition: {
607
+ }),
608
+ new_york_international_wine_competition: award({
606
609
  key: 'new_york_international_wine_competition',
607
- title: 'New York International Wine Competition',
610
+ label: 'New York International Wine Competition',
608
611
  medals: ['individual_award', 'doubleGold', 'gold', 'silver', 'bronze']
609
- },
610
- new_zealand_aromatic_wine_competition: {
612
+ }),
613
+ new_zealand_aromatic_wine_competition: award({
611
614
  key: 'new_zealand_aromatic_wine_competition',
612
- title: 'New Zealand Aromatic Wine Competition',
615
+ label: 'New Zealand Aromatic Wine Competition',
613
616
  medals: ['trophy', 'gold', 'silver', 'bronze']
614
- },
615
- new_zealand_international_wine_show: {
617
+ }),
618
+ new_zealand_international_wine_show: award({
616
619
  key: 'new_zealand_international_wine_show',
617
- title: 'New Zealand International Wine Show',
620
+ label: 'New Zealand International Wine Show',
618
621
  medals: ['trophy', 'gold', 'silver', 'bronze']
619
- },
620
- nl_nicklei_p: {
622
+ }),
623
+ nl_nicklei_p: award({
621
624
  key: 'nl_nicklei_p',
622
- title: 'Nicolaas Klei Omfietswijngids',
625
+ label: 'Nicolaas Klei Omfietswijngids',
623
626
  medals: ['recommended']
624
- },
625
- nl_onno_kleyn_p: {
627
+ }),
628
+ nl_onno_kleyn_p: award({
626
629
  key: 'nl_onno_kleyn_p',
627
- title: 'Onno Kleyn Rating',
630
+ label: 'Onno Kleyn Rating',
628
631
  medals: ['p_01', 'p_01_5', 'p_02', 'p_02_5', 'p_03', 'p_03_5', 'p_04', 'p_04_5', 'p_05', 'p_05_5', 'p_06', 'p_06_5', 'p_07', 'p_07_5', 'p_08', 'p_08_5', 'p_09', 'p_09_5', 'p_10']
629
- },
630
- noAwardsYet: {
632
+ }),
633
+ noAwardsYet: award({
631
634
  key: 'noAwardsYet',
632
- title: '- This wine has not yet received a recognition',
635
+ label: '- This wine has not yet received a recognition',
633
636
  medals: []
634
- },
635
- nz_aotearoa_wines: {
637
+ }),
638
+ nz_aotearoa_wines: award({
636
639
  key: 'nz_aotearoa_wines',
637
- title: 'The National Wine Awards of Aotearoa New Zealand',
640
+ label: 'The National Wine Awards of Aotearoa New Zealand',
638
641
  medals: ['gold', 'silver', 'bronze']
639
- },
640
- nz_fine_wines: {
642
+ }),
643
+ nz_fine_wines: award({
641
644
  key: 'nz_fine_wines',
642
- title: 'Fine Wines of New Zealand',
645
+ label: 'Fine Wines of New Zealand',
643
646
  medals: ['winner']
644
- },
645
- nz_hawkes_bay_wine: {
647
+ }),
648
+ nz_hawkes_bay_wine: award({
646
649
  key: 'nz_hawkes_bay_wine',
647
- title: "Hawke's Bay Wine Awards",
650
+ label: "Hawke's Bay Wine Awards",
648
651
  medals: ['trophy', 'gold', 'silver', 'bronze']
649
- },
650
- nz_malborough_wine: {
652
+ }),
653
+ nz_malborough_wine: award({
651
654
  key: 'nz_malborough_wine',
652
- title: 'Marlborough Wine Show',
655
+ label: 'Marlborough Wine Show',
653
656
  medals: ['trophy', 'gold', 'silver', 'bronze']
654
- },
655
- nz_new_world_wine: {
657
+ }),
658
+ nz_new_world_wine: award({
656
659
  key: 'nz_new_world_wine',
657
- title: 'New World Wine Awards - Medals',
660
+ label: 'New World Wine Awards - Medals',
658
661
  medals: ['trophy', 'gold', 'silver', 'bronze']
659
- },
660
- nz_new_world_wine_points: {
662
+ }),
663
+ nz_new_world_wine_points: award({
661
664
  key: 'nz_new_world_wine_points',
662
- title: 'New World Wine Awards - Points',
663
- medals: ['p_80', 'p_81', 'p_82', 'p_83', 'p_84'].concat(_award_p85_.default)
664
- },
665
- nz_organic_wine: {
665
+ label: 'New World Wine Awards - Points',
666
+ medals: ['p_80', 'p_81', 'p_82', 'p_83', 'p_84'].concat(_award_p85_["default"])
667
+ }),
668
+ nz_organic_wine: award({
666
669
  key: 'nz_organic_wine',
667
- title: 'NZ Organic Wine Awards',
670
+ label: 'NZ Organic Wine Awards',
668
671
  medals: ['gold', 'silver', 'bronze']
669
- },
670
- nz_wine_orbit: {
672
+ }),
673
+ nz_wine_orbit: award({
671
674
  key: 'nz_wine_orbit',
672
- title: 'Wine Orbit',
673
- medals: ['p_77', 'p_78', 'p_79', 'p_80', 'p_81', 'p_82', 'p_83', 'p_84'].concat(_award_p85_.default)
674
- },
675
- nz_wine_ot_year: {
675
+ label: 'Wine Orbit',
676
+ medals: ['p_77', 'p_78', 'p_79', 'p_80', 'p_81', 'p_82', 'p_83', 'p_84'].concat(_award_p85_["default"])
677
+ }),
678
+ nz_wine_ot_year: award({
676
679
  key: 'nz_wine_ot_year',
677
- title: 'NZ Wine of the Year Awards',
680
+ label: 'NZ Wine of the Year Awards',
678
681
  medals: ['trophy', 'gold', 'silver', 'bronze']
679
- },
680
- pacific_rim_international_wine_competition: {
682
+ }),
683
+ pacific_rim_international_wine_competition: award({
681
684
  key: 'pacific_rim_international_wine_competition',
682
- title: 'Pacific Rim International Wine Competition',
685
+ label: 'Pacific Rim International Wine Competition',
683
686
  medals: ['best_of_show', 'medal_bestOfClass', 'doubleGold', 'gold', 'silver', 'bronze']
684
- },
685
- paris_wine_cup: {
687
+ }),
688
+ paris_wine_cup: award({
686
689
  key: 'paris_wine_cup',
687
- title: 'Paris Wine Cup',
690
+ label: 'Paris Wine Cup',
688
691
  medals: ['doubleGold', 'gold', 'silver', 'bronze']
689
- },
690
- peoples_choice_wine_awards: {
692
+ }),
693
+ peoples_choice_wine_awards: award({
691
694
  key: 'peoples_choice_wine_awards',
692
- title: 'Peoples Choice Wine Awards',
695
+ label: 'Peoples Choice Wine Awards',
693
696
  medals: ['individual_award']
694
- },
695
- perth_royal_wine_show: {
697
+ }),
698
+ perth_royal_wine_show: award({
696
699
  key: 'perth_royal_wine_show',
697
- title: 'Perth Royal Wine Show',
700
+ label: 'Perth Royal Wine Show',
698
701
  medals: ['trophy', 'gold', 'silver', 'bronze']
699
- },
700
- pinotfile: {
702
+ }),
703
+ pinotfile: award({
701
704
  key: 'pinotfile',
702
- title: 'Pinotfile',
705
+ label: 'Pinotfile',
703
706
  medals: ['extraordinary', 'outstanding', 'very_good', 'good', 'decent']
704
- },
705
- pt_fernando_melo: {
707
+ }),
708
+ pt_fernando_melo: award({
706
709
  key: 'pt_fernando_melo',
707
- title: 'Fernando Melo',
710
+ label: 'Fernando Melo',
708
711
  medals: ['p_15', 'p_15_5', 'p_16', 'p_16_5', 'p_17', 'p_17_5', 'p_18', 'p_18_5', 'p_19', 'p_19_5', 'p_20']
709
- },
710
- pt_grandes_escolhas: {
712
+ }),
713
+ pt_grandes_escolhas: award({
711
714
  key: 'pt_grandes_escolhas',
712
- title: 'Grandes Escolhas',
715
+ label: 'Grandes Escolhas',
713
716
  medals: ['p_14_5', 'p_15', 'p_15_5', 'p_16', 'p_16_5', 'p_17', 'p_17_5', 'p_18', 'p_18_5', 'p_19', 'p_19_5', 'p_20']
714
- },
715
- pt_revista_de_vinhos: {
717
+ }),
718
+ pt_revista_de_vinhos: award({
716
719
  key: 'pt_revista_de_vinhos',
717
- title: 'Revista de Vinhos',
720
+ label: 'Revista de Vinhos',
718
721
  medals: ['p_13', 'p_13_5', 'p_14', 'p_14_5', 'p_15', 'p_15_5', 'p_16', 'p_16_5', 'p_17', 'p_17_5', 'p_18', 'p_18_5', 'p_19', 'p_19_5', 'p_20']
719
- },
720
- royal_adelaide_wine_show: {
722
+ }),
723
+ royal_adelaide_wine_show: award({
721
724
  key: 'royal_adelaide_wine_show',
722
- title: 'Royal Adelaide Wine Show',
725
+ label: 'Royal Adelaide Wine Show',
723
726
  medals: ['trophy', 'gold', 'silver', 'bronze']
724
- },
725
- royal_hobart_international_wine_show: {
727
+ }),
728
+ royal_hobart_international_wine_show: award({
726
729
  key: 'royal_hobart_international_wine_show',
727
- title: 'Royal Hobart International Wine Show',
730
+ label: 'Royal Hobart International Wine Show',
728
731
  medals: ['trophy', 'gold', 'silver', 'bronze']
729
- },
730
- royal_melbourne_wine_awards: {
732
+ }),
733
+ royal_melbourne_wine_awards: award({
731
734
  key: 'royal_melbourne_wine_awards',
732
- title: 'Royal Melbourne Wine Awards',
735
+ label: 'Royal Melbourne Wine Awards',
733
736
  medals: ['trophy', 'gold', 'silver', 'bronze']
734
- },
735
- san_diego_international_wine_spirits_challenge: {
737
+ }),
738
+ san_diego_international_wine_spirits_challenge: award({
736
739
  key: 'san_diego_international_wine_spirits_challenge',
737
- title: 'San Diego International Wine & Spirits Challenge',
740
+ label: 'San Diego International Wine & Spirits Challenge',
738
741
  medals: ['platinum', 'doubleGold', 'gold', 'silver']
739
- },
740
- san_francisco_international_wine_competition: {
742
+ }),
743
+ san_francisco_international_wine_competition: award({
741
744
  key: 'san_francisco_international_wine_competition',
742
- title: 'San Francisco International Wine Competition',
745
+ label: 'San Francisco International Wine Competition',
743
746
  medals: ['doubleGold', 'gold', 'silver', 'bronze']
744
- },
745
- six_nations_wine_challenge: {
747
+ }),
748
+ six_nations_wine_challenge: award({
746
749
  key: 'six_nations_wine_challenge',
747
- title: 'Six Nations Wine Challenge',
750
+ label: 'Six Nations Wine Challenge',
748
751
  medals: ['trophy', 'doubleGold', 'gold']
749
- },
750
- smv_canada: {
752
+ }),
753
+ smv_canada: award({
751
754
  key: 'smv_canada',
752
- title: 'Selections Mondiales du Vin',
755
+ label: 'Selections Mondiales du Vin',
753
756
  medals: ['grand_gold', 'gold', 'silver']
754
- },
755
- sommelier_challenge_international_wine_spirits_competition: {
757
+ }),
758
+ sommelier_challenge_international_wine_spirits_competition: award({
756
759
  key: 'sommelier_challenge_international_wine_spirits_competition',
757
- title: 'Sommelier Challenge International Wine & Spirits Competition',
760
+ label: 'Sommelier Challenge International Wine & Spirits Competition',
758
761
  medals: ['best_of_show', 'best', 'platinum', 'gold', 'silver']
759
- },
760
- sommeliers_choice_awards: {
762
+ }),
763
+ sommeliers_choice_awards: award({
761
764
  key: 'sommeliers_choice_awards',
762
- title: 'Sommeliers Choice Awards',
765
+ label: 'Sommeliers Choice Awards',
763
766
  medals: ['doubleGold', 'gold', 'silver', 'bronze']
764
- },
765
- stephen_tanzer_p: {
767
+ }),
768
+ stephen_tanzer_p: award({
766
769
  key: 'stephen_tanzer_p',
767
- title: 'Stephen Tanzer Rating',
768
- medals: ['p_65', 'p_66', 'p_67', 'p_68', 'p_69', 'p_70', 'p_71', 'p_72', 'p_73', 'p_74', 'p_75', 'p_76', 'p_77', 'p_78', 'p_79', 'p_80', 'p_81', 'p_82', 'p_83', 'p_84'].concat(_award_p85_.default)
769
- },
770
- stuttgart_international_wine_competition: {
770
+ label: 'Stephen Tanzer Rating',
771
+ medals: ['p_65', 'p_66', 'p_67', 'p_68', 'p_69', 'p_70', 'p_71', 'p_72', 'p_73', 'p_74', 'p_75', 'p_76', 'p_77', 'p_78', 'p_79', 'p_80', 'p_81', 'p_82', 'p_83', 'p_84'].concat(_award_p85_["default"])
772
+ }),
773
+ stuttgart_international_wine_competition: award({
771
774
  key: 'stuttgart_international_wine_competition',
772
- title: 'Stuttgart International Wine Competition',
775
+ label: 'Stuttgart International Wine Competition',
773
776
  medals: ['individual_award', 'doubleGold', 'gold', 'silver', 'bronze']
774
- },
775
- sud_de_france_top_100: {
777
+ }),
778
+ sud_de_france_top_100: award({
776
779
  key: 'sud_de_france_top_100',
777
- title: 'Sud de France Top 100',
780
+ label: 'Sud de France Top 100',
778
781
  medals: ['gold', 'best_red', 'best_white', 'best_rose', 'best_sparkling', 'best_sweet', 'coup_de_coeur']
779
- },
780
- swa: {
782
+ }),
783
+ swa: award({
781
784
  key: 'swa',
782
- title: 'Sommelier Wine Awards',
785
+ label: 'Sommelier Wine Awards',
783
786
  medals: ['bronze', 'silver', 'gold']
784
- },
785
- sydney_international_wine_competition: {
787
+ }),
788
+ sydney_international_wine_competition: award({
786
789
  key: 'sydney_international_wine_competition',
787
- title: 'Sydney International Wine Competition',
790
+ label: 'Sydney International Wine Competition',
788
791
  medals: ['trophy', 'blue_gold', 'gold', 'top_100', 'finalist']
789
- },
790
- tasters_guild_international_wine_judging: {
792
+ }),
793
+ tasters_guild_international_wine_judging: award({
791
794
  key: 'tasters_guild_international_wine_judging',
792
- title: 'Tasters Guild International Wine Judging',
795
+ label: 'Tasters Guild International Wine Judging',
793
796
  medals: ['doubleGold', 'gold', 'silver', 'bronze']
794
- },
795
- tasters_guild_wine_lovers_international_consumer_wine_judging: {
797
+ }),
798
+ tasters_guild_wine_lovers_international_consumer_wine_judging: award({
796
799
  key: 'tasters_guild_wine_lovers_international_consumer_wine_judging',
797
- title: 'Tasters Guild Wine Lovers International Consumer Wine Judging',
800
+ label: 'Tasters Guild Wine Lovers International Consumer Wine Judging',
798
801
  medals: ['doubleGold', 'gold', 'silver', 'bronze']
799
- },
800
- tastingpanelmag: {
802
+ }),
803
+ tastingpanelmag: award({
801
804
  key: 'tastingpanelmag',
802
- title: 'The Tasting Panel Magazine',
805
+ label: 'The Tasting Panel Magazine',
803
806
  medals: ['p_86', 'p_87', 'p_88', 'p_89', 'p_90', 'p_91', 'p_92', 'p_93', 'p_94', 'p_95', 'p_96', 'p_97', 'p_98', 'p_99', 'p_100']
804
- },
805
- terravino_mediterranean_international_wine_spirit_challenge: {
807
+ }),
808
+ terravino_mediterranean_international_wine_spirit_challenge: award({
806
809
  key: 'terravino_mediterranean_international_wine_spirit_challenge',
807
- title: 'TERRAVINO Mediterranean International Wine & Spirit Challenge',
810
+ label: 'TERRAVINO Mediterranean International Wine & Spirit Challenge',
808
811
  medals: ['best_of', 'doubleGold', 'gold', 'silver']
809
- },
810
- texsom_international_wine_awards: {
812
+ }),
813
+ texsom_international_wine_awards: award({
811
814
  key: 'texsom_international_wine_awards',
812
- title: 'Texsom International Wine Awards',
815
+ label: 'Texsom International Wine Awards',
813
816
  medals: ['judges_selection', 'platinum', 'gold', 'silver', 'bronze']
814
- },
815
- the_asian_cabernet_sauvignon_masters: {
817
+ }),
818
+ the_asian_cabernet_sauvignon_masters: award({
816
819
  key: 'the_asian_cabernet_sauvignon_masters',
817
- title: 'The Asian Cabernet Sauvignon Masters',
820
+ label: 'The Asian Cabernet Sauvignon Masters',
818
821
  medals: ['masters', 'gold', 'silver', 'bronze']
819
- },
820
- the_asian_chardonnay_masters: {
822
+ }),
823
+ the_asian_chardonnay_masters: award({
821
824
  key: 'the_asian_chardonnay_masters',
822
- title: 'The Asian Chardonnay Masters',
825
+ label: 'The Asian Chardonnay Masters',
823
826
  medals: ['masters', 'gold', 'silver', 'bronze']
824
- },
825
- the_asian_syrah_masters: {
827
+ }),
828
+ the_asian_syrah_masters: award({
826
829
  key: 'the_asian_syrah_masters',
827
- title: 'The Asian Syrah Masters',
830
+ label: 'The Asian Syrah Masters',
828
831
  medals: ['masters', 'gold', 'silver', 'bronze']
829
- },
830
- the_drink_business: {
832
+ }),
833
+ the_drink_business: award({
831
834
  key: 'the_drink_business',
832
- title: 'The Drinks Business',
835
+ label: 'The Drinks Business',
833
836
  medals: ['gold', 'silver', 'bronze', 'master']
834
- },
835
- the_global_cabernet_sauvignon_masters: {
837
+ }),
838
+ the_global_cabernet_sauvignon_masters: award({
836
839
  key: 'the_global_cabernet_sauvignon_masters',
837
- title: 'The Global Cabernet Sauvignon Masters',
840
+ label: 'The Global Cabernet Sauvignon Masters',
838
841
  medals: ['masters', 'gold', 'silver', 'bronze']
839
- },
840
- the_global_chardonnay_masters: {
842
+ }),
843
+ the_global_chardonnay_masters: award({
841
844
  key: 'the_global_chardonnay_masters',
842
- title: 'The Global Chardonnay Masters',
845
+ label: 'The Global Chardonnay Masters',
843
846
  medals: ['master', 'gold', 'silver', 'bronze']
844
- },
845
- the_global_riesling_masters: {
847
+ }),
848
+ the_global_riesling_masters: award({
846
849
  key: 'the_global_riesling_masters',
847
- title: 'The Global Riesling Masters',
850
+ label: 'The Global Riesling Masters',
848
851
  medals: ['masters', 'gold', 'silver', 'bronze']
849
- },
850
- the_global_syrah_masters: {
852
+ }),
853
+ the_global_syrah_masters: award({
851
854
  key: 'the_global_syrah_masters',
852
- title: 'The Global Syrah Masters',
855
+ label: 'The Global Syrah Masters',
853
856
  medals: ['masters', 'gold', 'silver', 'bronze']
854
- },
855
- therealreview_p: {
857
+ }),
858
+ therealreview_p: award({
856
859
  key: 'therealreview_p',
857
- title: 'The Real Review',
858
- medals: ['p_84'].concat(_award_p85_.default)
859
- },
860
- timatkin_p: {
860
+ label: 'The Real Review',
861
+ medals: ['p_84'].concat(_award_p85_["default"])
862
+ }),
863
+ timatkin_p: award({
861
864
  key: 'timatkin_p',
862
- title: 'Tim Atkin',
863
- medals: ['p_60', 'p_61', 'p_62', 'p_63', 'p_64', 'p_65', 'p_66', 'p_67', 'p_68', 'p_69', 'p_70', 'p_71', 'p_72', 'p_73', 'p_74', 'p_75', 'p_76', 'p_77', 'p_78', 'p_79', 'p_80', 'p_81', 'p_82', 'p_83', 'p_84'].concat(_award_p85_.default)
864
- },
865
- uk_sa_wine_awards: {
865
+ label: 'Tim Atkin',
866
+ medals: ['p_60', 'p_61', 'p_62', 'p_63', 'p_64', 'p_65', 'p_66', 'p_67', 'p_68', 'p_69', 'p_70', 'p_71', 'p_72', 'p_73', 'p_74', 'p_75', 'p_76', 'p_77', 'p_78', 'p_79', 'p_80', 'p_81', 'p_82', 'p_83', 'p_84'].concat(_award_p85_["default"])
867
+ }),
868
+ uk_sa_wine_awards: award({
866
869
  key: 'uk_sa_wine_awards',
867
- title: 'South African Wine Awards London',
870
+ label: 'South African Wine Awards London',
868
871
  medals: ['doubleGold', 'gold']
869
- },
870
- ukva: {
872
+ }),
873
+ ukva: award({
871
874
  key: 'ukva',
872
- title: 'UKVA UK Wine Awards',
875
+ label: 'UKVA UK Wine Awards',
873
876
  medals: ['gold', 'silver', 'bronze']
874
- },
875
- ultimate_wine_challenge: {
877
+ }),
878
+ ultimate_wine_challenge: award({
876
879
  key: 'ultimate_wine_challenge',
877
- title: 'Ultimate Wine Challenge',
880
+ label: 'Ultimate Wine Challenge',
878
881
  medals: ['chairman_trophy', 'finalist', 'great_value', 'tried_and_true']
879
- },
880
- us_usawineratings: {
882
+ }),
883
+ us_usawineratings: award({
881
884
  key: 'us_usawineratings',
882
- title: 'USA Wine Ratings',
885
+ label: 'USA Wine Ratings',
883
886
  medals: ['gold', 'silver', 'bronze']
884
- },
885
- vinagora_international_wine_competition: {
887
+ }),
888
+ vinagora_international_wine_competition: award({
886
889
  key: 'vinagora_international_wine_competition',
887
- title: 'VinAgora International Wine Competition',
890
+ label: 'VinAgora International Wine Competition',
888
891
  medals: ['champion', 'trophy', 'grand_gold', 'gold', 'silver']
889
- },
890
- vinalies_internationales: {
892
+ }),
893
+ vinalies_internationales: award({
891
894
  key: 'vinalies_internationales',
892
- title: 'Vinalies Internationales Medal',
895
+ label: 'Vinalies Internationales Medal',
893
896
  medals: ['gold', 'silver']
894
- },
895
- vindefrance_p: {
897
+ }),
898
+ vindefrance_p: award({
896
899
  key: 'vindefrance_p',
897
- title: 'La Revue du Vin de France',
900
+ label: 'La Revue du Vin de France',
898
901
  medals: ['p_01', 'p_02', 'p_03', 'p_04', 'p_05', 'p_06', 'p_07', 'p_08', 'p_09', 'p_10', 'p_11', 'p_12', 'p_13', 'p_14', 'p_15', 'p_16', 'p_17', 'p_18', 'p_19', 'p_20']
899
- },
900
- vinousgalloni_p: {
902
+ }),
903
+ vinousgalloni_p: award({
901
904
  key: 'vinousgalloni_p',
902
- title: 'Vinous by Antonio Galloni',
903
- medals: ['p_75', 'p_76', 'p_77', 'p_78', 'p_79', 'p_80', 'p_81', 'p_82', 'p_83', 'p_84'].concat(_award_p85_.default)
904
- },
905
- vinum: {
905
+ label: 'Vinous by Antonio Galloni',
906
+ medals: ['p_75', 'p_76', 'p_77', 'p_78', 'p_79', 'p_80', 'p_81', 'p_82', 'p_83', 'p_84'].concat(_award_p85_["default"])
907
+ }),
908
+ vinum: award({
906
909
  key: 'vinum',
907
- title: 'Vinum',
910
+ label: 'Vinum',
908
911
  medals: ['p_10', 'p_11', 'p_12', 'p_13', 'p_14', 'p_15', 'p_16', 'p_17', 'p_18', 'p_19', 'p_20']
909
- },
910
- vinus_international_wine_spirit_competition: {
912
+ }),
913
+ vinus_international_wine_spirit_competition: award({
911
914
  key: 'vinus_international_wine_spirit_competition',
912
- title: 'Vinus International Wine & Spirit Competition',
915
+ label: 'Vinus International Wine & Spirit Competition',
913
916
  medals: ['special_award', 'doubleGold', 'gold', 'silver']
914
- },
915
- vivino: {
917
+ }),
918
+ vivino: award({
916
919
  key: 'vivino',
917
- title: 'Vivino Wine Rating',
920
+ label: 'Vivino Wine Rating',
918
921
  medals: ['p_03', 'p_03_1', 'p_03_2', 'p_03_3', 'p_03_4', 'p_03_5', 'p_03_6', 'p_03_7', 'p_03_8', 'p_03_9', 'p_04', 'p_04_1', 'p_04_2', 'p_04_3', 'p_04_4', 'p_04_5', 'p_04_6', 'p_04_7', 'p_04_8', 'p_04_9', 'p_05']
919
- },
920
- wEnthusiast_p: {
922
+ }),
923
+ wEnthusiast_p: award({
921
924
  key: 'wEnthusiast_p',
922
- title: 'Wine Enthusiast Points',
923
- medals: ['p_80', 'p_81', 'p_82', 'p_83', 'p_84'].concat(_award_p85_.default)
924
- },
925
- wadvocate: {
925
+ label: 'Wine Enthusiast Points',
926
+ medals: ['p_80', 'p_81', 'p_82', 'p_83', 'p_84'].concat(_award_p85_["default"])
927
+ }),
928
+ wadvocate: award({
926
929
  key: 'wadvocate',
927
- title: 'The Wine Advocate',
930
+ label: 'The Wine Advocate',
928
931
  medals: ['extraordinary', 'outstanding', 'excellent', 'above_average', 'below_average', 'appalling']
929
- },
930
- wadvocate_p: {
932
+ }),
933
+ wadvocate_p: award({
931
934
  key: 'wadvocate_p',
932
- title: 'The Wine Advocate Points',
933
- medals: ['p_60', 'p_61', 'p_62', 'p_63', 'p_64', 'p_65', 'p_66', 'p_67', 'p_68', 'p_69', 'p_70', 'p_71', 'p_72', 'p_73', 'p_74', 'p_75', 'p_76', 'p_77', 'p_78', 'p_79', 'p_80', 'p_81', 'p_82', 'p_83', 'p_84'].concat(_award_p85_.default)
934
- },
935
- 'west_coast_wine_competition_(east_meets_west)': {
935
+ label: 'The Wine Advocate Points',
936
+ medals: ['p_60', 'p_61', 'p_62', 'p_63', 'p_64', 'p_65', 'p_66', 'p_67', 'p_68', 'p_69', 'p_70', 'p_71', 'p_72', 'p_73', 'p_74', 'p_75', 'p_76', 'p_77', 'p_78', 'p_79', 'p_80', 'p_81', 'p_82', 'p_83', 'p_84'].concat(_award_p85_["default"])
937
+ }),
938
+ 'west_coast_wine_competition_(east_meets_west)': award({
936
939
  key: 'west_coast_wine_competition_(east_meets_west)',
937
- title: 'West Coast Wine Competition (East Meets West)',
940
+ label: 'West Coast Wine Competition (East Meets West)',
938
941
  medals: ['special_award', 'doubleGold', 'gold', 'silver', 'bronze']
939
- },
940
- wine100_challenge: {
942
+ }),
943
+ wine100_challenge: award({
941
944
  key: 'wine100_challenge',
942
- title: 'Wine100 Challenge',
945
+ label: 'Wine100 Challenge',
943
946
  medals: ['best', 'trophy', 'gold', 'silver', 'bronze']
944
- },
945
- wineGBAwards: {
947
+ }),
948
+ wineGBAwards: award({
946
949
  key: 'wineGBAwards',
947
- title: 'WineGB Awards',
950
+ label: 'WineGB Awards',
948
951
  medals: ['trophy', 'gold', 'silver', 'bronze']
949
- },
950
- 'wine_barrel_alliances-du-monde_international_competition': {
952
+ }),
953
+ 'wine_barrel_alliances-du-monde_international_competition': award({
951
954
  key: 'wine_barrel_alliances-du-monde_international_competition',
952
- title: 'Wine & Barrel Alliances-Du-Monde International Competition',
955
+ label: 'Wine & Barrel Alliances-Du-Monde International Competition',
953
956
  medals: ['gold', 'silver', 'bronze', 'top_10']
954
- },
955
- wine_luxe_international_wine_awards: {
957
+ }),
958
+ wine_luxe_international_wine_awards: award({
956
959
  key: 'wine_luxe_international_wine_awards',
957
- title: 'Wine Luxe International Wine Awards',
960
+ label: 'Wine Luxe International Wine Awards',
958
961
  medals: ['platinum', 'gold', 'silver', 'bronze']
959
- },
960
- wine_master_challenge_world_wine_contest: {
962
+ }),
963
+ wine_master_challenge_world_wine_contest: award({
961
964
  key: 'wine_master_challenge_world_wine_contest',
962
- title: 'Wine Master Challenge World Wine Contest',
965
+ label: 'Wine Master Challenge World Wine Contest',
963
966
  medals: ['gold', 'silver']
964
- },
965
- winemaker_challenge_international_wine_competition: {
967
+ }),
968
+ winemaker_challenge_international_wine_competition: award({
966
969
  key: 'winemaker_challenge_international_wine_competition',
967
- title: 'Winemaker Challenge International Wine Competition',
970
+ label: 'Winemaker Challenge International Wine Competition',
968
971
  medals: ['best', 'platinum', 'gold', 'silver']
969
- },
970
- wmerchant: {
972
+ }),
973
+ wmerchant: award({
971
974
  key: 'wmerchant',
972
- title: 'The Wine Merchant Top 100',
975
+ label: 'The Wine Merchant Top 100',
973
976
  medals: ['wmerchant_winner', 'wmerchant_commended']
974
- },
975
- womens_wine_spirits_awards: {
977
+ }),
978
+ womens_wine_spirits_awards: award({
976
979
  key: 'womens_wine_spirits_awards',
977
- title: 'Womens Wine & Spirits Awards',
980
+ label: 'Womens Wine & Spirits Awards',
978
981
  medals: ['trophy', 'doubleGold', 'gold', 'silver', 'bronze']
979
- },
980
- world_wine_championships: {
982
+ }),
983
+ world_wine_championships: award({
981
984
  key: 'world_wine_championships',
982
- title: 'World Wine Championships',
985
+ label: 'World Wine Championships',
983
986
  medals: []
984
- },
985
- wsmagazine_p: {
987
+ }),
988
+ wsmagazine_p: award({
986
989
  key: 'wsmagazine_p',
987
- title: 'Wine & Spirits Magazine',
988
- medals: ['p_60', 'p_61', 'p_62', 'p_63', 'p_64', 'p_65', 'p_66', 'p_67', 'p_68', 'p_69', 'p_70', 'p_71', 'p_72', 'p_73', 'p_74', 'p_75', 'p_76', 'p_77', 'p_78', 'p_79', 'p_80', 'p_81', 'p_82', 'p_83', 'p_84'].concat(_award_p85_.default)
989
- },
990
- wspectator: {
990
+ label: 'Wine & Spirits Magazine',
991
+ medals: ['p_60', 'p_61', 'p_62', 'p_63', 'p_64', 'p_65', 'p_66', 'p_67', 'p_68', 'p_69', 'p_70', 'p_71', 'p_72', 'p_73', 'p_74', 'p_75', 'p_76', 'p_77', 'p_78', 'p_79', 'p_80', 'p_81', 'p_82', 'p_83', 'p_84'].concat(_award_p85_["default"])
992
+ }),
993
+ wspectator: award({
991
994
  key: 'wspectator',
992
- title: 'Wine Spectator',
995
+ label: 'Wine Spectator',
993
996
  medals: ['classic', 'outstanding', 'very_good', 'good', 'mediocre', 'not_recommended']
994
- },
995
- wspectator_p: {
997
+ }),
998
+ wspectator_p: award({
996
999
  key: 'wspectator_p',
997
- title: 'Wine Spectator Points',
998
- medals: ['p_60', 'p_61', 'p_62', 'p_63', 'p_64', 'p_65', 'p_66', 'p_67', 'p_68', 'p_69', 'p_70', 'p_71', 'p_72', 'p_73', 'p_74', 'p_75', 'p_76', 'p_77', 'p_78', 'p_79', 'p_80', 'p_81', 'p_82', 'p_83', 'p_84'].concat(_award_p85_.default)
999
- },
1000
- za_amorim_cap_classique: {
1000
+ label: 'Wine Spectator Points',
1001
+ medals: ['p_60', 'p_61', 'p_62', 'p_63', 'p_64', 'p_65', 'p_66', 'p_67', 'p_68', 'p_69', 'p_70', 'p_71', 'p_72', 'p_73', 'p_74', 'p_75', 'p_76', 'p_77', 'p_78', 'p_79', 'p_80', 'p_81', 'p_82', 'p_83', 'p_84'].concat(_award_p85_["default"])
1002
+ }),
1003
+ za_amorim_cap_classique: award({
1001
1004
  key: 'za_amorim_cap_classique',
1002
- title: 'Amorim Cap Classique Challenge',
1005
+ label: 'Amorim Cap Classique Challenge',
1003
1006
  medals: ['gold', 'silver', 'bronze']
1004
- },
1005
- za_chenin_challenge: {
1007
+ }),
1008
+ za_chenin_challenge: award({
1006
1009
  key: 'za_chenin_challenge',
1007
- title: 'Standard Bank Chenin Blanc Top 10 Challenge',
1010
+ label: 'Standard Bank Chenin Blanc Top 10 Challenge',
1008
1011
  medals: ['winner']
1009
- },
1010
- za_maiwsa: {
1012
+ }),
1013
+ za_maiwsa: award({
1011
1014
  key: 'za_maiwsa',
1012
- title: 'Michelangelo International Wine and Spirits',
1015
+ label: 'Michelangelo International Wine and Spirits',
1013
1016
  medals: ['trophy', 'platinum', 'doubleGold', 'gold', 'silver']
1014
- },
1015
- za_merlotforum: {
1017
+ }),
1018
+ za_merlotforum: award({
1016
1019
  key: 'za_merlotforum',
1017
- title: 'Hallo Merlot Top 10 Merlot Competition',
1020
+ label: 'Hallo Merlot Top 10 Merlot Competition',
1018
1021
  medals: ['winner']
1019
- },
1020
- za_nwc: {
1022
+ }),
1023
+ za_nwc: award({
1021
1024
  key: 'za_nwc',
1022
- title: 'National Wine Challenge',
1025
+ label: 'National Wine Challenge',
1023
1026
  medals: ['m_grandCru', 'doublePlatinum', 'doubleGold', 'doubleSilver']
1024
- },
1025
- za_oldmutual: {
1027
+ }),
1028
+ za_oldmutual: award({
1026
1029
  key: 'za_oldmutual',
1027
- title: 'Old Mutual Trophy Wine Show',
1030
+ label: 'Old Mutual Trophy Wine Show',
1028
1031
  medals: ['trophy', 'gold', 'silver', 'bronze']
1029
- },
1030
- za_platter: {
1032
+ }),
1033
+ za_platter: award({
1031
1034
  key: 'za_platter',
1032
- title: "Platter's South African Wine Guide",
1035
+ label: "Platter's South African Wine Guide",
1033
1036
  medals: ['s_1', 's_2', 's_3', 's_3_5', 's_4', 's_4_5', 's_5']
1034
- },
1035
- za_rose_rocks: {
1037
+ }),
1038
+ za_rose_rocks: award({
1036
1039
  key: 'za_rose_rocks',
1037
- title: 'Rosé Rocks',
1040
+ label: 'Rosé Rocks',
1038
1041
  medals: ['gold', 'doubleGold']
1039
- },
1040
- za_ultra_value_challenge: {
1042
+ }),
1043
+ za_ultra_value_challenge: award({
1041
1044
  key: 'za_ultra_value_challenge',
1042
- title: 'Ultra Value Challenge',
1045
+ label: 'Ultra Value Challenge',
1043
1046
  medals: ['silver', 'gold', 'doubleGold']
1044
- },
1045
- za_veritas: {
1047
+ }),
1048
+ za_veritas: award({
1046
1049
  key: 'za_veritas',
1047
- title: 'Veritas',
1050
+ label: 'Veritas',
1048
1051
  medals: ['doubleGold', 'gold', 'silver', 'bronze']
1049
- },
1050
- za_vitisawards: {
1052
+ }),
1053
+ za_vitisawards: award({
1051
1054
  key: 'za_vitisawards',
1052
- title: 'Vitis Vinifera Awards',
1055
+ label: 'Vitis Vinifera Awards',
1053
1056
  medals: ['doubleGold', 'gold', 'silver']
1054
- },
1055
- za_winemag_p: {
1057
+ }),
1058
+ za_winemag_p: award({
1056
1059
  key: 'za_winemag_p',
1057
- title: 'Winemag.co.za Rating',
1058
- medals: ['p_80', 'p_81', 'p_82', 'p_83', 'p_84'].concat(_award_p85_.default)
1059
- }
1060
- });
1061
-
1062
- exports.default = _default;
1060
+ label: 'Winemag.co.za Rating',
1061
+ medals: ['p_80', 'p_81', 'p_82', 'p_83', 'p_84'].concat(_award_p85_["default"])
1062
+ })
1063
+ };
1064
+ var _default = allAwards;
1065
+ exports["default"] = _default;