@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
@@ -1,57 +1,52 @@
1
- import createValidValues from './utils/createValidValues.js';
2
1
  import P85to100 from './types/award_p85_100';
3
- interface Award {
4
- key: string;
5
- title: string;
2
+ import { ValidValueDefinition } from './types/ValidValueDefinition.js';
3
+
4
+ interface Award extends ValidValueDefinition {
6
5
  medals?: string[];
7
6
  }
8
7
 
9
- export default createValidValues<Award>({
10
- a_la_carte: {
8
+ /** Makes sure errors are displayed where the error is introduced. */
9
+ const award = (value: Award) => value;
10
+
11
+ const allAwards = {
12
+ a_la_carte: award({
11
13
  key: 'a_la_carte',
12
- title: 'A La Carte',
14
+ label: 'A La Carte',
13
15
  medals: P85to100,
14
- },
15
- american_wine_society_commercial_wine_competition: {
16
+ }),
17
+ american_wine_society_commercial_wine_competition: award({
16
18
  key: 'american_wine_society_commercial_wine_competition',
17
- title: 'American Wine Society Commercial Wine Competition',
18
-
19
+ label: 'American Wine Society Commercial Wine Competition',
19
20
  medals: ['doubleGold', 'silver', 'bronze', 'special_award'],
20
- },
21
- asia_international_wine_competition: {
21
+ }),
22
+ asia_international_wine_competition: award({
22
23
  key: 'asia_international_wine_competition',
23
- title: 'Asia International Wine Competition',
24
-
24
+ label: 'Asia International Wine Competition',
25
25
  medals: ['doubleGold', 'gold', 'silver', 'bronze', 'individual_award'],
26
- },
27
- asia_wine_challenge: {
26
+ }),
27
+ asia_wine_challenge: award({
28
28
  key: 'asia_wine_challenge',
29
- title: 'Asia Wine Challenge',
30
-
29
+ label: 'Asia Wine Challenge',
31
30
  medals: ['gold', 'silver', 'bronze'],
32
- },
33
- at_genuss_weintrophy: {
31
+ }),
32
+ at_genuss_weintrophy: award({
34
33
  key: 'at_genuss_weintrophy',
35
- title: 'GENUSS.Magazin Weintrophy',
36
-
34
+ label: 'GENUSS.Magazin Weintrophy',
37
35
  medals: ['glasses_5', 'glasses_4', 'glasses_3', 'glasses_2', 'glasses_1'],
38
- },
39
- at_oesterreichwein_salon: {
36
+ }),
37
+ at_oesterreichwein_salon: award({
40
38
  key: 'at_oesterreichwein_salon',
41
- title: 'SALON Österreich Wein',
42
-
39
+ label: 'SALON Österreich Wein',
43
40
  medals: ['at_winner', 'at_selected', 'at_salonwine'],
44
- },
45
- at_vinaria_m: {
41
+ }),
42
+ at_vinaria_m: award({
46
43
  key: 'at_vinaria_m',
47
- title: 'Vinaria Medals',
48
-
44
+ label: 'Vinaria Medals',
49
45
  medals: ['s_1', 's_2', 's_3', 's_4', 's_5'],
50
- },
51
- at_vinaria_p: {
46
+ }),
47
+ at_vinaria_p: award({
52
48
  key: 'at_vinaria_p',
53
- title: 'Vinaria Rating',
54
-
49
+ label: 'Vinaria Rating',
55
50
  medals: [
56
51
  'p_11',
57
52
  'p_11_5',
@@ -73,35 +68,30 @@ export default createValidValues<Award>({
73
68
  'p_19_5',
74
69
  'p_20',
75
70
  ],
76
- },
77
- au_royal_easter_wine: {
71
+ }),
72
+ au_royal_easter_wine: award({
78
73
  key: 'au_royal_easter_wine',
79
- title: 'Royal Easter Show Wine Awards',
80
-
74
+ label: 'Royal Easter Show Wine Awards',
81
75
  medals: ['trophy', 'gold', 'silver', 'bronze'],
82
- },
83
- au_winestate: {
76
+ }),
77
+ au_winestate: award({
84
78
  key: 'au_winestate',
85
- title: 'Winestate Magazin Wine Awards',
86
-
79
+ label: 'Winestate Magazin Wine Awards',
87
80
  medals: ['s_3', 's_3_5', 's_4', 's_4_5', 's_5'],
88
- },
89
- australian_international_wine_challenge: {
81
+ }),
82
+ australian_international_wine_challenge: award({
90
83
  key: 'australian_international_wine_challenge',
91
- title: 'Australian International Wine Challenge',
92
-
84
+ label: 'Australian International Wine Challenge',
93
85
  medals: ['gold', 'silver', 'bronze'],
94
- },
95
- australian_wine_showcase_magazine: {
86
+ }),
87
+ australian_wine_showcase_magazine: award({
96
88
  key: 'australian_wine_showcase_magazine',
97
- title: 'Australian Wine Showcase Magazine',
98
-
89
+ label: 'Australian Wine Showcase Magazine',
99
90
  medals: ['p_80', 'p_81', 'p_82', 'p_83', 'p_84'].concat(P85to100),
100
- },
101
- auwinecompanion_p: {
91
+ }),
92
+ auwinecompanion_p: award({
102
93
  key: 'auwinecompanion_p',
103
- title: 'James Halliday Wine Companion',
104
-
94
+ label: 'James Halliday Wine Companion',
105
95
  medals: [
106
96
  'p_75',
107
97
  'p_76',
@@ -114,17 +104,15 @@ export default createValidValues<Award>({
114
104
  'p_83',
115
105
  'p_84',
116
106
  ].concat(P85to100),
117
- },
118
- awcvienna: {
107
+ }),
108
+ awcvienna: award({
119
109
  key: 'awcvienna',
120
- title: 'AWC Vienna',
121
-
110
+ label: 'AWC Vienna',
122
111
  medals: ['gold', 'silver', 'seal_of_approval'],
123
- },
124
- awcvienna_p: {
112
+ }),
113
+ awcvienna_p: award({
125
114
  key: 'awcvienna_p',
126
- title: 'AWC Vienna Points',
127
-
115
+ label: 'AWC Vienna Points',
128
116
  medals: [
129
117
  'p_80',
130
118
  'p_80_5',
@@ -168,35 +156,30 @@ export default createValidValues<Award>({
168
156
  'p_99_5',
169
157
  'p_100',
170
158
  ],
171
- },
172
- bacchus_international_wine_competition: {
159
+ }),
160
+ bacchus_international_wine_competition: award({
173
161
  key: 'bacchus_international_wine_competition',
174
- title: 'Bacchus International Wine Competition',
175
-
162
+ label: 'Bacchus International Wine Competition',
176
163
  medals: ['gold', 'silver', 'bronze'],
177
- },
178
- berlin_international_wine_competition: {
164
+ }),
165
+ berlin_international_wine_competition: award({
179
166
  key: 'berlin_international_wine_competition',
180
- title: 'Berlin International Wine Competition',
181
-
167
+ label: 'Berlin International Wine Competition',
182
168
  medals: ['doubleGold', 'gold', 'silver', 'bronze', 'individual_award'],
183
- },
184
- berlinerwinetrophy: {
169
+ }),
170
+ berlinerwinetrophy: award({
185
171
  key: 'berlinerwinetrophy',
186
- title: 'Berliner Wine Trophy',
187
-
172
+ label: 'Berliner Wine Trophy',
188
173
  medals: ['grand_gold', 'gold', 'silver'],
189
- },
190
- bettanedess: {
174
+ }),
175
+ bettanedess: award({
191
176
  key: 'bettanedess',
192
- title: 'Bettane and Desseauve Medals',
193
-
177
+ label: 'Bettane and Desseauve Medals',
194
178
  medals: ['bronze', 'silver', 'gold'],
195
- },
196
- bettanedess_p: {
179
+ }),
180
+ bettanedess_p: award({
197
181
  key: 'bettanedess_p',
198
- title: 'Bettane and Desseauve',
199
-
182
+ label: 'Bettane and Desseauve',
200
183
  medals: [
201
184
  'p_01',
202
185
  'p_02',
@@ -219,11 +202,10 @@ export default createValidValues<Award>({
219
202
  'p_19',
220
203
  'p_20',
221
204
  ],
222
- },
223
- beverage_tasting_institute: {
205
+ }),
206
+ beverage_tasting_institute: award({
224
207
  key: 'beverage_tasting_institute',
225
- title: 'Beverage Tasting Institute',
226
-
208
+ label: 'Beverage Tasting Institute',
227
209
  medals: [
228
210
  'p_60',
229
211
  'p_61',
@@ -251,106 +233,90 @@ export default createValidValues<Award>({
251
233
  'p_83',
252
234
  'p_84',
253
235
  ].concat(P85to100),
254
- },
255
- catador_wine_awards: {
236
+ }),
237
+ catador_wine_awards: award({
256
238
  key: 'catador_wine_awards',
257
- title: 'Catador Wine Awards',
258
-
239
+ label: 'Catador Wine Awards',
259
240
  medals: ['grand_gold', 'gold', 'silver', 'bronze'],
260
- },
261
- catavinum_world_wine_spirit_competition: {
241
+ }),
242
+ catavinum_world_wine_spirit_competition: award({
262
243
  key: 'catavinum_world_wine_spirit_competition',
263
- title: 'Catavinum World Wine & Spirit Competition',
264
-
244
+ label: 'Catavinum World Wine & Spirit Competition',
265
245
  medals: ['great_gold', 'gold', 'silver', 'bronze'],
266
- },
267
- ch_mondial_des_pinots: {
246
+ }),
247
+ ch_mondial_des_pinots: award({
268
248
  key: 'ch_mondial_des_pinots',
269
- title: 'Mondial des Pinots',
270
-
249
+ label: 'Mondial des Pinots',
271
250
  medals: ['gold', 'silver', 'bronze'],
272
- },
273
- challenge_international_du_vin: {
251
+ }),
252
+ challenge_international_du_vin: award({
274
253
  key: 'challenge_international_du_vin',
275
- title: 'Challenge International du Vin',
276
-
254
+ label: 'Challenge International du Vin',
277
255
  medals: ['gold', 'silver', 'bronze'],
278
- },
279
- china_wine_competition: {
256
+ }),
257
+ china_wine_competition: award({
280
258
  key: 'china_wine_competition',
281
- title: 'China Wine Competition',
282
-
259
+ label: 'China Wine Competition',
283
260
  medals: ['gold', 'silver', 'bronze'],
284
- },
285
- cinve_awards: {
261
+ }),
262
+ cinve_awards: award({
286
263
  key: 'cinve_awards',
287
- title: 'Cinve Awards',
288
-
264
+ label: 'Cinve Awards',
289
265
  medals: ['gold', 'silver', 'bronze'],
290
- },
291
- citadelles_du_vin_international_wine_spirit_competition: {
266
+ }),
267
+ citadelles_du_vin_international_wine_spirit_competition: award({
292
268
  key: 'citadelles_du_vin_international_wine_spirit_competition',
293
- title: 'Citadelles Du Vin International Wine & Spirit Competition',
294
-
269
+ label: 'Citadelles Du Vin International Wine & Spirit Competition',
295
270
  medals: ['gold', 'silver', 'bronze'],
296
- },
297
- clare_valley_regional_wine_show: {
271
+ }),
272
+ clare_valley_regional_wine_show: award({
298
273
  key: 'clare_valley_regional_wine_show',
299
- title: 'Clare Valley Regional Wine Show',
300
-
274
+ label: 'Clare Valley Regional Wine Show',
301
275
  medals: ['trophy', 'gold', 'silver', 'bronze'],
302
- },
303
- concourscabernets: {
276
+ }),
277
+ concourscabernets: award({
304
278
  key: 'concourscabernets',
305
- title: 'The Concours International des Cabernets',
306
-
279
+ label: 'The Concours International des Cabernets',
307
280
  medals: ['trophy', 'gold', 'silver'],
308
- },
309
- concoursmondial: {
281
+ }),
282
+ concoursmondial: award({
310
283
  key: 'concoursmondial',
311
- title: 'Concours Mondial de Bruxelles',
312
-
284
+ label: 'Concours Mondial de Bruxelles',
313
285
  medals: ['grand_gold', 'gold', 'silver'],
314
- },
315
- concoursmondial_sauvignon: {
286
+ }),
287
+ concoursmondial_sauvignon: award({
316
288
  key: 'concoursmondial_sauvignon',
317
- title: 'Concours Mondial du Sauvignon',
318
-
289
+ label: 'Concours Mondial du Sauvignon',
319
290
  medals: ['gold', 'silver'],
320
- },
321
- conz_michaelcooper: {
291
+ }),
292
+ conz_michaelcooper: award({
322
293
  key: 'conz_michaelcooper',
323
- title: 'Michael Cooper’s Buyer’s Guide',
324
-
294
+ label: 'Michael Cooper’s Buyer’s Guide',
325
295
  medals: ['s_1', 's_2', 's_3', 's_4', 's_5'],
326
- },
327
- critics_challenge_international_wine_competition: {
296
+ }),
297
+ critics_challenge_international_wine_competition: award({
328
298
  key: 'critics_challenge_international_wine_competition',
329
- title: 'Critics Challenge International Wine Competition',
330
-
299
+ label: 'Critics Challenge International Wine Competition',
331
300
  medals: [
332
301
  'critics_platinum',
333
302
  'critics_double_gold',
334
303
  'critics_gold',
335
304
  'critics_silver',
336
305
  ],
337
- },
338
- cuisine_magazine_nz_australian_shiraz_tasting: {
306
+ }),
307
+ cuisine_magazine_nz_australian_shiraz_tasting: award({
339
308
  key: 'cuisine_magazine_nz_australian_shiraz_tasting',
340
- title: 'Cuisine Magazine NZ & Australian Shiraz Tasting',
341
-
309
+ label: 'Cuisine Magazine NZ & Australian Shiraz Tasting',
342
310
  medals: ['s_5', 's_4', 's_3', 's_2', 's_1'],
343
- },
344
- cwsa: {
311
+ }),
312
+ cwsa: award({
345
313
  key: 'cwsa',
346
- title: 'China Wine & Spirits Awards',
347
-
314
+ label: 'China Wine & Spirits Awards',
348
315
  medals: ['trophy', 'doubleGold', 'gold', 'silver', 'bronze'],
349
- },
350
- dan_berger_international_wine_competition: {
316
+ }),
317
+ dan_berger_international_wine_competition: award({
351
318
  key: 'dan_berger_international_wine_competition',
352
- title: 'Dan Berger International Wine Competition',
353
-
319
+ label: 'Dan Berger International Wine Competition',
354
320
  medals: [
355
321
  'medal_bestOfClass',
356
322
  'best_of_show',
@@ -359,47 +325,40 @@ export default createValidValues<Award>({
359
325
  'silver',
360
326
  'bronze',
361
327
  ],
362
- },
363
- de_badische_gebietswein: {
328
+ }),
329
+ de_badische_gebietswein: award({
364
330
  key: 'de_badische_gebietswein',
365
- title: 'Badische Gebietswein - und Sektprämierung',
366
-
331
+ label: 'Badische Gebietswein - und Sektprämierung',
367
332
  medals: ['gold', 'silver'],
368
- },
369
- de_bioweinpreis_autumn: {
333
+ }),
334
+ de_bioweinpreis_autumn: award({
370
335
  key: 'de_bioweinpreis_autumn',
371
- title: 'Bioweinpreis - Autumn',
372
-
336
+ label: 'Bioweinpreis - Autumn',
373
337
  medals: ['top_gold', 'gold', 'silver', 'recommended'],
374
- },
375
- de_dlg: {
338
+ }),
339
+ de_dlg: award({
376
340
  key: 'de_dlg',
377
- title: 'Deutsche Landwirtschaftsgesellschaft',
378
-
341
+ label: 'Deutsche Landwirtschaftsgesellschaft',
379
342
  medals: ['de_gold_extra', 'gold', 'silver', 'bronze'],
380
- },
381
- de_lwk_rheinpfalz: {
343
+ }),
344
+ de_lwk_rheinpfalz: award({
382
345
  key: 'de_lwk_rheinpfalz',
383
- title: 'Landwirtschaftskammer Rheinland-Pfalz Auszeichnungen',
384
-
346
+ label: 'Landwirtschaftskammer Rheinland-Pfalz Auszeichnungen',
385
347
  medals: ['de_greatstatehonor', 'de_statehonor', 'de_specialhonor'],
386
- },
387
- de_lwk_rheinpfalz_m: {
348
+ }),
349
+ de_lwk_rheinpfalz_m: award({
388
350
  key: 'de_lwk_rheinpfalz_m',
389
- title: 'Landwirtschaftskammer Rheinland-Pfalz Medaillen',
390
-
351
+ label: 'Landwirtschaftskammer Rheinland-Pfalz Medaillen',
391
352
  medals: ['gold', 'silver', 'bronze'],
392
- },
393
- de_weinplus_p: {
353
+ }),
354
+ de_weinplus_p: award({
394
355
  key: 'de_weinplus_p',
395
- title: 'Wein-Plus',
396
-
356
+ label: 'Wein-Plus',
397
357
  medals: ['p_80', 'p_81', 'p_82', 'p_83', 'p_84'].concat(P85to100),
398
- },
399
- decanter: {
358
+ }),
359
+ decanter: award({
400
360
  key: 'decanter',
401
- title: 'Decanter Medal',
402
-
361
+ label: 'Decanter Medal',
403
362
  medals: [
404
363
  'platinum',
405
364
  'gold',
@@ -411,17 +370,15 @@ export default createValidValues<Award>({
411
370
  'decanter_international',
412
371
  'decanter_regional',
413
372
  ],
414
- },
415
- decanter_asia_wine_awards: {
373
+ }),
374
+ decanter_asia_wine_awards: award({
416
375
  key: 'decanter_asia_wine_awards',
417
- title: 'Decanter Asia Wine Awards',
418
-
376
+ label: 'Decanter Asia Wine Awards',
419
377
  medals: ['gold', 'silver', 'bronze', 'decanter_commended'],
420
- },
421
- decanter_p: {
378
+ }),
379
+ decanter_p: award({
422
380
  key: 'decanter_p',
423
- title: 'Decanter Points',
424
-
381
+ label: 'Decanter Points',
425
382
  medals: [
426
383
  'p_60',
427
384
  'p_61',
@@ -449,11 +406,10 @@ export default createValidValues<Award>({
449
406
  'p_83',
450
407
  'p_84',
451
408
  ].concat(P85to100),
452
- },
453
- descorchados_p: {
409
+ }),
410
+ descorchados_p: award({
454
411
  key: 'descorchados_p',
455
- title: 'Descorchados Wine Guide',
456
-
412
+ label: 'Descorchados Wine Guide',
457
413
  medals: [
458
414
  'p_75',
459
415
  'p_76',
@@ -466,17 +422,15 @@ export default createValidValues<Award>({
466
422
  'p_83',
467
423
  'p_84',
468
424
  ].concat(P85to100),
469
- },
470
- es_ecoracimo: {
425
+ }),
426
+ es_ecoracimo: award({
471
427
  key: 'es_ecoracimo',
472
- title: 'Ecoracimo - International Organic Wines Contest',
473
-
428
+ label: 'Ecoracimo - International Organic Wines Contest',
474
429
  medals: ['grand_gold', 'gold', 'silver'],
475
- },
476
- falstaff_p: {
430
+ }),
431
+ falstaff_p: award({
477
432
  key: 'falstaff_p',
478
- title: 'Falstaff Wine Guide',
479
-
433
+ label: 'Falstaff Wine Guide',
480
434
  medals: [
481
435
  'p_75',
482
436
  'p_76',
@@ -489,17 +443,15 @@ export default createValidValues<Award>({
489
443
  'p_83',
490
444
  'p_84',
491
445
  ].concat(P85to100),
492
- },
493
- finger_lakes_international_wine_competition: {
446
+ }),
447
+ finger_lakes_international_wine_competition: award({
494
448
  key: 'finger_lakes_international_wine_competition',
495
- title: 'Finger Lakes International Wine Competition',
496
-
449
+ label: 'Finger Lakes International Wine Competition',
497
450
  medals: ['doubleGold', 'gold', 'silver', 'bronze'],
498
- },
499
- fnb_sauvignon_blanc: {
451
+ }),
452
+ fnb_sauvignon_blanc: award({
500
453
  key: 'fnb_sauvignon_blanc',
501
- title: 'FNB Top 10 Sauvignon Blanc',
502
-
454
+ label: 'FNB Top 10 Sauvignon Blanc',
503
455
  medals: [
504
456
  'sweet_trophy',
505
457
  'white_trophy',
@@ -507,77 +459,65 @@ export default createValidValues<Award>({
507
459
  'elgin_chardonnay_trophy',
508
460
  'sparkling_trophy',
509
461
  ],
510
- },
511
- fr_cgvlr: {
462
+ }),
463
+ fr_cgvlr: award({
512
464
  key: 'fr_cgvlr',
513
- title: 'Concours des grands vins du Languedoc-Roussillon',
514
-
465
+ label: 'Concours des grands vins du Languedoc-Roussillon',
515
466
  medals: ['gold', 'silver'],
516
- },
517
- fr_charddumonde: {
467
+ }),
468
+ fr_charddumonde: award({
518
469
  key: 'fr_charddumonde',
519
- title: 'Chardonnay du Monde',
520
-
470
+ label: 'Chardonnay du Monde',
521
471
  medals: ['gold', 'silver', 'bronze'],
522
- },
523
- fr_conc_mondial_fem: {
472
+ }),
473
+ fr_conc_mondial_fem: award({
524
474
  key: 'fr_conc_mondial_fem',
525
- title: 'Concours Mondial des Féminalise',
526
-
475
+ label: 'Concours Mondial des Féminalise',
527
476
  medals: ['gold', 'silver'],
528
- },
529
- fr_conc_nat_cremants: {
477
+ }),
478
+ fr_conc_nat_cremants: award({
530
479
  key: 'fr_conc_nat_cremants',
531
- title: 'Concours National des Crémants',
532
-
480
+ label: 'Concours National des Crémants',
533
481
  medals: ['gold', 'silver', 'bronze'],
534
- },
535
- fr_concbourdeauxaq: {
482
+ }),
483
+ fr_concbourdeauxaq: award({
536
484
  key: 'fr_concbourdeauxaq',
537
- title: 'Concours de Bordeaux Vins Aquitains',
538
-
485
+ label: 'Concours de Bordeaux Vins Aquitains',
539
486
  medals: ['gold', 'silver', 'bronze'],
540
- },
541
- fr_concgrandvinsfrmacon: {
487
+ }),
488
+ fr_concgrandvinsfrmacon: award({
542
489
  key: 'fr_concgrandvinsfrmacon',
543
- title: 'Concours des Grands Vins de France Macon',
544
-
490
+ label: 'Concours des Grands Vins de France Macon',
545
491
  medals: ['gold', 'silver', 'bronze'],
546
- },
547
- fr_concoursbeaujolais: {
492
+ }),
493
+ fr_concoursbeaujolais: award({
548
494
  key: 'fr_concoursbeaujolais',
549
- title: 'Concours des Grands Vins du Beaujolais',
550
-
495
+ label: 'Concours des Grands Vins du Beaujolais',
551
496
  medals: ['gold', 'silver', 'bronze'],
552
- },
553
- fr_concoursgeneralagricole: {
497
+ }),
498
+ fr_concoursgeneralagricole: award({
554
499
  key: 'fr_concoursgeneralagricole',
555
- title: 'Concours General Agricole',
556
-
500
+ label: 'Concours General Agricole',
557
501
  medals: ['gold', 'silver', 'bronze'],
558
- },
559
- fr_concoursintlyon: {
502
+ }),
503
+ fr_concoursintlyon: award({
560
504
  key: 'fr_concoursintlyon',
561
- title: 'Concours International de Lyon',
562
-
505
+ label: 'Concours International de Lyon',
563
506
  medals: ['gold', 'silver'],
564
- },
565
- fr_concvignindep: {
507
+ }),
508
+ fr_concvignindep: award({
566
509
  key: 'fr_concvignindep',
567
- title: 'Concours des Vignerons Indépendants',
568
-
510
+ label: 'Concours des Vignerons Indépendants',
569
511
  medals: ['gold', 'silver', 'bronze'],
570
- },
571
- fr_effervescents_du_monde: {
512
+ }),
513
+ fr_effervescents_du_monde: award({
572
514
  key: 'fr_effervescents_du_monde',
573
- title: 'Effervescents du Monde',
574
-
515
+ label: 'Effervescents du Monde',
575
516
  medals: ['grand_gold', 'gold', 'silver', 'bronze'],
576
- },
577
- fr_gaultmillau_p: {
517
+ }),
518
+ fr_gaultmillau_p: award({
578
519
  key: 'fr_gaultmillau_p',
579
- title: 'Gault & Millau Points',
580
-
520
+ label: 'Gault & Millau Points',
581
521
  medals: [
582
522
  'p_11_5',
583
523
  'p_12',
@@ -598,23 +538,20 @@ export default createValidValues<Award>({
598
538
  'p_19_5',
599
539
  'p_20',
600
540
  ],
601
- },
602
- fr_genagcompconcgenagri: {
541
+ }),
542
+ fr_genagcompconcgenagri: award({
603
543
  key: 'fr_genagcompconcgenagri',
604
- title: 'General Agricultural Competition or Concours General Agricole',
605
-
544
+ label: 'General Agricultural Competition or Concours General Agricole',
606
545
  medals: ['gold', 'silver', 'bronze'],
607
- },
608
- fr_gilbertgaillard_m: {
546
+ }),
547
+ fr_gilbertgaillard_m: award({
609
548
  key: 'fr_gilbertgaillard_m',
610
- title: 'Gilbert & Gaillard Medals',
611
-
549
+ label: 'Gilbert & Gaillard Medals',
612
550
  medals: ['gold'],
613
- },
614
- fr_gilbertgaillard_p: {
551
+ }),
552
+ fr_gilbertgaillard_p: award({
615
553
  key: 'fr_gilbertgaillard_p',
616
- title: 'Gilbert & Gaillard Rating',
617
-
554
+ label: 'Gilbert & Gaillard Rating',
618
555
  medals: [
619
556
  'p_75',
620
557
  'p_76',
@@ -627,83 +564,70 @@ export default createValidValues<Award>({
627
564
  'p_83',
628
565
  'p_84',
629
566
  ].concat(P85to100),
630
- },
631
- fr_hachette_winemaker_of_the_year: {
567
+ }),
568
+ fr_hachette_winemaker_of_the_year: award({
632
569
  key: 'fr_hachette_winemaker_of_the_year',
633
- title: 'Guide Hachette Winemaker of the year',
634
-
570
+ label: 'Guide Hachette Winemaker of the year',
635
571
  medals: ['noMedals'],
636
- },
637
- fr_interigp: {
572
+ }),
573
+ fr_interigp: award({
638
574
  key: 'fr_interigp',
639
- title: 'Concours National des IGP',
640
-
575
+ label: 'Concours National des IGP',
641
576
  medals: ['gold', 'silver', 'bronze'],
642
- },
643
- fr_millesimebio: {
577
+ }),
578
+ fr_millesimebio: award({
644
579
  key: 'fr_millesimebio',
645
- title: 'Millésime Bio',
646
-
580
+ label: 'Millésime Bio',
647
581
  medals: ['gold', 'silver', 'bronze'],
648
- },
649
- fr_mondialdurose: {
582
+ }),
583
+ fr_mondialdurose: award({
650
584
  key: 'fr_mondialdurose',
651
- title: 'Le mondial du Rosé',
652
-
585
+ label: 'Le mondial du Rosé',
653
586
  medals: ['gold', 'silver'],
654
- },
655
- fr_palm_nat_avgf: {
587
+ }),
588
+ fr_palm_nat_avgf: award({
656
589
  key: 'fr_palm_nat_avgf',
657
- title: "Palmarès National de l'AVGF",
658
-
590
+ label: "Palmarès National de l'AVGF",
659
591
  medals: ['gold', 'silver', 'bronze'],
660
- },
661
- fr_syrahdumonde: {
592
+ }),
593
+ fr_syrahdumonde: award({
662
594
  key: 'fr_syrahdumonde',
663
- title: 'Syrah du Monde',
664
-
595
+ label: 'Syrah du Monde',
665
596
  medals: ['gold', 'silver', 'bronze'],
666
- },
667
- frankfurt_international_wine_trophy: {
597
+ }),
598
+ frankfurt_international_wine_trophy: award({
668
599
  key: 'frankfurt_international_wine_trophy',
669
- title: 'Frankfurt International Wine Trophy',
670
-
600
+ label: 'Frankfurt International Wine Trophy',
671
601
  medals: ['grand_gold', 'gold', 'silver'],
672
- },
673
- gamberorosso: {
602
+ }),
603
+ gamberorosso: award({
674
604
  key: 'gamberorosso',
675
- title: 'Gambero Rosso',
676
-
605
+ label: 'Gambero Rosso',
677
606
  medals: ['g_1', 'g_2', 'g_3'],
678
- },
679
- global_fine_wine_challenge: {
607
+ }),
608
+ global_fine_wine_challenge: award({
680
609
  key: 'global_fine_wine_challenge',
681
- title: 'Global Fine Wine Challenge',
682
-
610
+ label: 'Global Fine Wine Challenge',
683
611
  medals: ['trophy', 'doubleGold', 'gold'],
684
- },
685
- great_american_international_wine_competition: {
612
+ }),
613
+ great_american_international_wine_competition: award({
686
614
  key: 'great_american_international_wine_competition',
687
- title: 'Great American International Wine Competition',
688
-
615
+ label: 'Great American International Wine Competition',
689
616
  medals: ['doubleGold', 'gold', 'silver', 'bronze'],
690
- },
691
- great_australian_shiraz_challenge: {
617
+ }),
618
+ great_australian_shiraz_challenge: award({
692
619
  key: 'great_australian_shiraz_challenge',
693
- title: 'Great Australian Shiraz Challenge',
694
-
620
+ label: 'Great Australian Shiraz Challenge',
695
621
  medals: ['trophy', 'gold', 'silver', 'bronze'],
696
- },
697
- grenache_du_monde: {
622
+ }),
623
+ grenache_du_monde: award({
698
624
  key: 'grenache_du_monde',
699
- title: 'Grenache du Monde',
700
-
625
+ label: 'Grenache du Monde',
701
626
  medals: ['gold', 'silver'],
702
- },
703
- grotehamersma_p: {
627
+ }),
628
+ grotehamersma_p: award({
704
629
  key: 'grotehamersma_p',
705
- title: 'De Grote Hamersma',
706
-
630
+ label: 'De Grote Hamersma',
707
631
  medals: [
708
632
  'p_01',
709
633
  'p_02',
@@ -721,11 +645,10 @@ export default createValidValues<Award>({
721
645
  'p_09_minus',
722
646
  'p_10',
723
647
  ],
724
- },
725
- guiapenin_p: {
648
+ }),
649
+ guiapenin_p: award({
726
650
  key: 'guiapenin_p',
727
- title: 'Guia Penin',
728
-
651
+ label: 'Guia Penin',
729
652
  medals: [
730
653
  'p_60',
731
654
  'p_61',
@@ -753,83 +676,70 @@ export default createValidValues<Award>({
753
676
  'p_83',
754
677
  'p_84',
755
678
  ].concat(P85to100),
756
- },
757
- guidehachette_p: {
679
+ }),
680
+ guidehachette_p: award({
758
681
  key: 'guidehachette_p',
759
- title: 'Guide Hachette',
760
-
682
+ label: 'Guide Hachette',
761
683
  medals: ['s_1', 's_2', 's_3', 'coup_de_coeur'],
762
- },
763
- harvest_challenge: {
684
+ }),
685
+ harvest_challenge: award({
764
686
  key: 'harvest_challenge',
765
- title: 'Harvest Challenge',
766
-
687
+ label: 'Harvest Challenge',
767
688
  medals: ['special_award', 'doubleGold', 'gold', 'silver', 'bronze'],
768
- },
769
- hilton_head_island_wine_food_festival_international_judging: {
689
+ }),
690
+ hilton_head_island_wine_food_festival_international_judging: award({
770
691
  key: 'hilton_head_island_wine_food_festival_international_judging',
771
- title: 'Hilton Head Island Wine & Food Festival International Judging',
772
-
692
+ label: 'Hilton Head Island Wine & Food Festival International Judging',
773
693
  medals: ['doubleGold', 'gold', 'silver', 'bronze'],
774
- },
775
- hong_kong_international_wine_spirit_competition: {
694
+ }),
695
+ hong_kong_international_wine_spirit_competition: award({
776
696
  key: 'hong_kong_international_wine_spirit_competition',
777
- title: 'Hong Kong International Wine & Spirit Competition',
778
-
697
+ label: 'Hong Kong International Wine & Spirit Competition',
779
698
  medals: ['trophy', 'gold', 'silver', 'bronze'],
780
- },
781
- indy_international_wine_competition: {
699
+ }),
700
+ indy_international_wine_competition: award({
782
701
  key: 'indy_international_wine_competition',
783
- title: 'Indy International Wine Competition',
784
-
702
+ label: 'Indy International Wine Competition',
785
703
  medals: ['gold', 'silver', 'bronze'],
786
- },
787
- international_taste_quality_institute: {
704
+ }),
705
+ international_taste_quality_institute: award({
788
706
  key: 'international_taste_quality_institute',
789
- title: 'International Taste Quality Institute',
790
-
707
+ label: 'International Taste Quality Institute',
791
708
  medals: ['crystal_award', 'diamond_award', 'absolute_award'],
792
- },
793
- international_wine_awards: {
709
+ }),
710
+ international_wine_awards: award({
794
711
  key: 'international_wine_awards',
795
- title: 'International Wine Awards',
796
-
712
+ label: 'International Wine Awards',
797
713
  medals: ['great_gold', 'gold', 'silver', 'bronze'],
798
- },
799
- international_wine_challenge_china: {
714
+ }),
715
+ international_wine_challenge_china: award({
800
716
  key: 'international_wine_challenge_china',
801
- title: 'International Wine Challenge China',
802
-
717
+ label: 'International Wine Challenge China',
803
718
  medals: ['gold', 'silver', 'bronze', 'decanter_commended'],
804
- },
805
- international_wine_contest_bucharest: {
719
+ }),
720
+ international_wine_contest_bucharest: award({
806
721
  key: 'international_wine_contest_bucharest',
807
- title: 'International Wine Contest Bucharest',
808
-
722
+ label: 'International Wine Contest Bucharest',
809
723
  medals: ['great_gold', 'gold', 'silver'],
810
- },
811
- international_womens_wine_competition: {
724
+ }),
725
+ international_womens_wine_competition: award({
812
726
  key: 'international_womens_wine_competition',
813
- title: 'International Womens Wine Competition',
814
-
727
+ label: 'International Womens Wine Competition',
815
728
  medals: ['medal_bestOfClass', 'gold', 'silver', 'bronze'],
816
- },
817
- intervin_international_wine_awards: {
729
+ }),
730
+ intervin_international_wine_awards: award({
818
731
  key: 'intervin_international_wine_awards',
819
- title: 'Intervin International Wine Awards',
820
-
732
+ label: 'Intervin International Wine Awards',
821
733
  medals: ['gold', 'silver', 'honors', 'best_value'],
822
- },
823
- intervin_wine_awards: {
734
+ }),
735
+ intervin_wine_awards: award({
824
736
  key: 'intervin_wine_awards',
825
- title: 'Intervin Wine Awards',
826
-
737
+ label: 'Intervin Wine Awards',
827
738
  medals: ['gold', 'silver', 'honours', 'best_value'],
828
- },
829
- intwinecellar_p: {
739
+ }),
740
+ intwinecellar_p: award({
830
741
  key: 'intwinecellar_p',
831
- title: 'International Wine Cellar',
832
-
742
+ label: 'International Wine Cellar',
833
743
  medals: [
834
744
  'p_70',
835
745
  'p_71',
@@ -847,46 +757,40 @@ export default createValidValues<Award>({
847
757
  'p_83',
848
758
  'p_84',
849
759
  ].concat(P85to100),
850
- },
851
- isc: {
760
+ }),
761
+ isc: award({
852
762
  key: 'isc',
853
- title: 'International Spirits Challenge (ISC)',
854
-
763
+ label: 'International Spirits Challenge (ISC)',
855
764
  medals: ['gold', 'silver', 'bronze'],
856
- },
857
- it_bibenda_grappoli: {
765
+ }),
766
+ it_bibenda_grappoli: award({
858
767
  key: 'it_bibenda_grappoli',
859
- title: 'Bibenda.it Wine Guide',
860
-
768
+ label: 'Bibenda.it Wine Guide',
861
769
  medals: [
862
770
  'it_grappoli_2',
863
771
  'it_grappoli_3',
864
772
  'it_grappoli_4',
865
773
  'it_grappoli_5',
866
774
  ],
867
- },
868
- it_viniveronelli_p: {
775
+ }),
776
+ it_viniveronelli_p: award({
869
777
  key: 'it_viniveronelli_p',
870
- title: 'I Vini di Veronelli Golden Guide Rating',
871
-
778
+ label: 'I Vini di Veronelli Golden Guide Rating',
872
779
  medals: ['p_80', 'p_81', 'p_82', 'p_83', 'p_84'].concat(P85to100),
873
- },
874
- iwc: {
780
+ }),
781
+ iwc: award({
875
782
  key: 'iwc',
876
- title: 'International Wine Challenge (IWC)',
877
-
783
+ label: 'International Wine Challenge (IWC)',
878
784
  medals: ['trophy', 'gold', 'silver', 'bronze', 'decanter_commended'],
879
- },
880
- iwsc: {
785
+ }),
786
+ iwsc: award({
881
787
  key: 'iwsc',
882
- title: 'International Wine & Spirits Competition (IWSC)',
883
-
788
+ label: 'International Wine & Spirits Competition (IWSC)',
884
789
  medals: ['gold_outstanding', 'gold', 'silver', 'bronze'],
885
- },
886
- jancisrobinson_p: {
790
+ }),
791
+ jancisrobinson_p: award({
887
792
  key: 'jancisrobinson_p',
888
- title: 'Jancis Robinson',
889
-
793
+ label: 'Jancis Robinson',
890
794
  medals: [
891
795
  'p_01',
892
796
  'p_02',
@@ -917,17 +821,15 @@ export default createValidValues<Award>({
917
821
  'p_19_5',
918
822
  'p_20',
919
823
  ],
920
- },
921
- japan_wine_challenge: {
824
+ }),
825
+ japan_wine_challenge: award({
922
826
  key: 'japan_wine_challenge',
923
- title: 'Japan Wine Challenge',
924
-
827
+ label: 'Japan Wine Challenge',
925
828
  medals: ['trophy', 'platinum', 'gold', 'silver', 'bronze'],
926
- },
927
- jebdunnuck: {
829
+ }),
830
+ jebdunnuck: award({
928
831
  key: 'jebdunnuck',
929
- title: 'Jeb Dunnuck',
930
-
832
+ label: 'Jeb Dunnuck',
931
833
  medals: [
932
834
  'p_60',
933
835
  'p_61',
@@ -955,17 +857,15 @@ export default createValidValues<Award>({
955
857
  'p_83',
956
858
  'p_84',
957
859
  ].concat(P85to100),
958
- },
959
- jp_sakura_womenwineaward: {
860
+ }),
861
+ jp_sakura_womenwineaward: award({
960
862
  key: 'jp_sakura_womenwineaward',
961
- title: "Sakura Japan Women's Wine Awards",
962
-
863
+ label: "Sakura Japan Women's Wine Awards",
963
864
  medals: ['silver', 'gold', 'doubleGold', 'diamond_trophy'],
964
- },
965
- jsuckling_p: {
865
+ }),
866
+ jsuckling_p: award({
966
867
  key: 'jsuckling_p',
967
- title: 'James Suckling',
968
-
868
+ label: 'James Suckling',
969
869
  medals: [
970
870
  'p_60',
971
871
  'p_61',
@@ -993,17 +893,15 @@ export default createValidValues<Award>({
993
893
  'p_83',
994
894
  'p_84',
995
895
  ].concat(P85to100),
996
- },
997
- korea_wine_challenge: {
896
+ }),
897
+ korea_wine_challenge: award({
998
898
  key: 'korea_wine_challenge',
999
- title: 'Korea Wine Challenge',
1000
-
899
+ label: 'Korea Wine Challenge',
1001
900
  medals: ['trophy', 'best', 'gold', 'silver', 'bronze'],
1002
- },
1003
- la_mujer_elige_woman_chooses: {
901
+ }),
902
+ la_mujer_elige_woman_chooses: award({
1004
903
  key: 'la_mujer_elige_woman_chooses',
1005
- title: 'La Mujer Elige "Woman Chooses"',
1006
-
904
+ label: 'La Mujer Elige "Woman Chooses"',
1007
905
  medals: [
1008
906
  'great_champion',
1009
907
  'individual_award',
@@ -1011,17 +909,15 @@ export default createValidValues<Award>({
1011
909
  'gold',
1012
910
  'silver',
1013
911
  ],
1014
- },
1015
- las_vegas_global_wine_awards: {
912
+ }),
913
+ las_vegas_global_wine_awards: award({
1016
914
  key: 'las_vegas_global_wine_awards',
1017
- title: 'Las Vegas Global Wine awards',
1018
-
915
+ label: 'Las Vegas Global Wine awards',
1019
916
  medals: ['medal_bestInShow', 'doubleGold', 'gold', 'silver'],
1020
- },
1021
- london_wine_competition: {
917
+ }),
918
+ london_wine_competition: award({
1022
919
  key: 'london_wine_competition',
1023
- title: 'London Wine Competition',
1024
-
920
+ label: 'London Wine Competition',
1025
921
  medals: [
1026
922
  'gold',
1027
923
  'silver',
@@ -1031,17 +927,15 @@ export default createValidValues<Award>({
1031
927
  'medal_bestInShow',
1032
928
  'best_wine_of_the_year',
1033
929
  ],
1034
- },
1035
- los_angeles_international_wine_competition: {
930
+ }),
931
+ los_angeles_international_wine_competition: award({
1036
932
  key: 'los_angeles_international_wine_competition',
1037
- title: 'Los Angeles International Wine Competition',
1038
-
933
+ label: 'Los Angeles International Wine Competition',
1039
934
  medals: ['medal_bestOfClass', 'gold', 'silver', 'bronze'],
1040
- },
1041
- lucamaroni: {
935
+ }),
936
+ lucamaroni: award({
1042
937
  key: 'lucamaroni',
1043
- title: 'Luca Maroni',
1044
-
938
+ label: 'Luca Maroni',
1045
939
  medals: [
1046
940
  'p_60',
1047
941
  'p_61',
@@ -1069,41 +963,35 @@ export default createValidValues<Award>({
1069
963
  'p_83',
1070
964
  'p_84',
1071
965
  ].concat(P85to100),
1072
- },
1073
- melbourne_international_wine_competition: {
966
+ }),
967
+ melbourne_international_wine_competition: award({
1074
968
  key: 'melbourne_international_wine_competition',
1075
- title: 'Melbourne International Wine Competition',
1076
-
969
+ label: 'Melbourne International Wine Competition',
1077
970
  medals: ['doubleGold', 'gold', 'silver', 'bronze'],
1078
- },
1079
- millennial_award_show: {
971
+ }),
972
+ millennial_award_show: award({
1080
973
  key: 'millennial_award_show',
1081
- title: 'Millennial Award Show',
1082
-
974
+ label: 'Millennial Award Show',
1083
975
  medals: ['doubleGold', 'gold', 'silver', 'bronze'],
1084
- },
1085
- monde_selection_international_wine_contest: {
976
+ }),
977
+ monde_selection_international_wine_contest: award({
1086
978
  key: 'monde_selection_international_wine_contest',
1087
- title: 'Monde Selection International Wine Contest',
1088
-
979
+ label: 'Monde Selection International Wine Contest',
1089
980
  medals: ['grand_gold', 'gold', 'silver', 'bronze'],
1090
- },
1091
- monterey_international_wine_competition: {
981
+ }),
982
+ monterey_international_wine_competition: award({
1092
983
  key: 'monterey_international_wine_competition',
1093
- title: 'Monterey International Wine Competition',
1094
-
984
+ label: 'Monterey International Wine Competition',
1095
985
  medals: ['platinum', 'gold', 'silver', 'best'],
1096
- },
1097
- mundusvini: {
986
+ }),
987
+ mundusvini: award({
1098
988
  key: 'mundusvini',
1099
- title: 'MUNDUS vini award',
1100
-
989
+ label: 'MUNDUS vini award',
1101
990
  medals: ['great_gold', 'gold', 'silver', 'bronze'],
1102
- },
1103
- mundusvini_p: {
991
+ }),
992
+ mundusvini_p: award({
1104
993
  key: 'mundusvini_p',
1105
- title: 'MUNDUS vini points',
1106
-
994
+ label: 'MUNDUS vini points',
1107
995
  medals: [
1108
996
  'p_70',
1109
997
  'p_71',
@@ -1121,17 +1009,15 @@ export default createValidValues<Award>({
1121
1009
  'p_83',
1122
1010
  'p_84',
1123
1011
  ].concat(P85to100),
1124
- },
1125
- national_wine_show_of_australia: {
1012
+ }),
1013
+ national_wine_show_of_australia: award({
1126
1014
  key: 'national_wine_show_of_australia',
1127
- title: 'National Wine Show of Australia',
1128
-
1015
+ label: 'National Wine Show of Australia',
1129
1016
  medals: ['trophy', 'top_gold', 'gold', 'silver', 'bronze'],
1130
- },
1131
- new_world_international_wine_competition: {
1017
+ }),
1018
+ new_world_international_wine_competition: award({
1132
1019
  key: 'new_world_international_wine_competition',
1133
- title: 'New World International Wine Competition',
1134
-
1020
+ label: 'New World International Wine Competition',
1135
1021
  medals: [
1136
1022
  'trophy',
1137
1023
  'best_of_varietal',
@@ -1141,41 +1027,35 @@ export default createValidValues<Award>({
1141
1027
  'silver',
1142
1028
  'bronze',
1143
1029
  ],
1144
- },
1145
- new_world_wine_awards: {
1030
+ }),
1031
+ new_world_wine_awards: award({
1146
1032
  key: 'new_world_wine_awards',
1147
- title: 'New World Wine Awards',
1148
-
1033
+ label: 'New World Wine Awards',
1149
1034
  medals: ['gold', 'silver', 'bronze'],
1150
- },
1151
- new_york_international_wine_competition: {
1035
+ }),
1036
+ new_york_international_wine_competition: award({
1152
1037
  key: 'new_york_international_wine_competition',
1153
- title: 'New York International Wine Competition',
1154
-
1038
+ label: 'New York International Wine Competition',
1155
1039
  medals: ['individual_award', 'doubleGold', 'gold', 'silver', 'bronze'],
1156
- },
1157
- new_zealand_aromatic_wine_competition: {
1040
+ }),
1041
+ new_zealand_aromatic_wine_competition: award({
1158
1042
  key: 'new_zealand_aromatic_wine_competition',
1159
- title: 'New Zealand Aromatic Wine Competition',
1160
-
1043
+ label: 'New Zealand Aromatic Wine Competition',
1161
1044
  medals: ['trophy', 'gold', 'silver', 'bronze'],
1162
- },
1163
- new_zealand_international_wine_show: {
1045
+ }),
1046
+ new_zealand_international_wine_show: award({
1164
1047
  key: 'new_zealand_international_wine_show',
1165
- title: 'New Zealand International Wine Show',
1166
-
1048
+ label: 'New Zealand International Wine Show',
1167
1049
  medals: ['trophy', 'gold', 'silver', 'bronze'],
1168
- },
1169
- nl_nicklei_p: {
1050
+ }),
1051
+ nl_nicklei_p: award({
1170
1052
  key: 'nl_nicklei_p',
1171
- title: 'Nicolaas Klei Omfietswijngids',
1172
-
1053
+ label: 'Nicolaas Klei Omfietswijngids',
1173
1054
  medals: ['recommended'],
1174
- },
1175
- nl_onno_kleyn_p: {
1055
+ }),
1056
+ nl_onno_kleyn_p: award({
1176
1057
  key: 'nl_onno_kleyn_p',
1177
- title: 'Onno Kleyn Rating',
1178
-
1058
+ label: 'Onno Kleyn Rating',
1179
1059
  medals: [
1180
1060
  'p_01',
1181
1061
  'p_01_5',
@@ -1197,59 +1077,50 @@ export default createValidValues<Award>({
1197
1077
  'p_09_5',
1198
1078
  'p_10',
1199
1079
  ],
1200
- },
1201
- noAwardsYet: {
1080
+ }),
1081
+ noAwardsYet: award({
1202
1082
  key: 'noAwardsYet',
1203
- title: '- This wine has not yet received a recognition',
1204
-
1083
+ label: '- This wine has not yet received a recognition',
1205
1084
  medals: [],
1206
- },
1207
- nz_aotearoa_wines: {
1085
+ }),
1086
+ nz_aotearoa_wines: award({
1208
1087
  key: 'nz_aotearoa_wines',
1209
- title: 'The National Wine Awards of Aotearoa New Zealand',
1210
-
1088
+ label: 'The National Wine Awards of Aotearoa New Zealand',
1211
1089
  medals: ['gold', 'silver', 'bronze'],
1212
- },
1213
- nz_fine_wines: {
1090
+ }),
1091
+ nz_fine_wines: award({
1214
1092
  key: 'nz_fine_wines',
1215
- title: 'Fine Wines of New Zealand',
1216
-
1093
+ label: 'Fine Wines of New Zealand',
1217
1094
  medals: ['winner'],
1218
- },
1219
- nz_hawkes_bay_wine: {
1095
+ }),
1096
+ nz_hawkes_bay_wine: award({
1220
1097
  key: 'nz_hawkes_bay_wine',
1221
- title: "Hawke's Bay Wine Awards",
1222
-
1098
+ label: "Hawke's Bay Wine Awards",
1223
1099
  medals: ['trophy', 'gold', 'silver', 'bronze'],
1224
- },
1225
- nz_malborough_wine: {
1100
+ }),
1101
+ nz_malborough_wine: award({
1226
1102
  key: 'nz_malborough_wine',
1227
- title: 'Marlborough Wine Show',
1228
-
1103
+ label: 'Marlborough Wine Show',
1229
1104
  medals: ['trophy', 'gold', 'silver', 'bronze'],
1230
- },
1231
- nz_new_world_wine: {
1105
+ }),
1106
+ nz_new_world_wine: award({
1232
1107
  key: 'nz_new_world_wine',
1233
- title: 'New World Wine Awards - Medals',
1234
-
1108
+ label: 'New World Wine Awards - Medals',
1235
1109
  medals: ['trophy', 'gold', 'silver', 'bronze'],
1236
- },
1237
- nz_new_world_wine_points: {
1110
+ }),
1111
+ nz_new_world_wine_points: award({
1238
1112
  key: 'nz_new_world_wine_points',
1239
- title: 'New World Wine Awards - Points',
1240
-
1113
+ label: 'New World Wine Awards - Points',
1241
1114
  medals: ['p_80', 'p_81', 'p_82', 'p_83', 'p_84'].concat(P85to100),
1242
- },
1243
- nz_organic_wine: {
1115
+ }),
1116
+ nz_organic_wine: award({
1244
1117
  key: 'nz_organic_wine',
1245
- title: 'NZ Organic Wine Awards',
1246
-
1118
+ label: 'NZ Organic Wine Awards',
1247
1119
  medals: ['gold', 'silver', 'bronze'],
1248
- },
1249
- nz_wine_orbit: {
1120
+ }),
1121
+ nz_wine_orbit: award({
1250
1122
  key: 'nz_wine_orbit',
1251
- title: 'Wine Orbit',
1252
-
1123
+ label: 'Wine Orbit',
1253
1124
  medals: [
1254
1125
  'p_77',
1255
1126
  'p_78',
@@ -1260,17 +1131,15 @@ export default createValidValues<Award>({
1260
1131
  'p_83',
1261
1132
  'p_84',
1262
1133
  ].concat(P85to100),
1263
- },
1264
- nz_wine_ot_year: {
1134
+ }),
1135
+ nz_wine_ot_year: award({
1265
1136
  key: 'nz_wine_ot_year',
1266
- title: 'NZ Wine of the Year Awards',
1267
-
1137
+ label: 'NZ Wine of the Year Awards',
1268
1138
  medals: ['trophy', 'gold', 'silver', 'bronze'],
1269
- },
1270
- pacific_rim_international_wine_competition: {
1139
+ }),
1140
+ pacific_rim_international_wine_competition: award({
1271
1141
  key: 'pacific_rim_international_wine_competition',
1272
- title: 'Pacific Rim International Wine Competition',
1273
-
1142
+ label: 'Pacific Rim International Wine Competition',
1274
1143
  medals: [
1275
1144
  'best_of_show',
1276
1145
  'medal_bestOfClass',
@@ -1279,35 +1148,30 @@ export default createValidValues<Award>({
1279
1148
  'silver',
1280
1149
  'bronze',
1281
1150
  ],
1282
- },
1283
- paris_wine_cup: {
1151
+ }),
1152
+ paris_wine_cup: award({
1284
1153
  key: 'paris_wine_cup',
1285
- title: 'Paris Wine Cup',
1286
-
1154
+ label: 'Paris Wine Cup',
1287
1155
  medals: ['doubleGold', 'gold', 'silver', 'bronze'],
1288
- },
1289
- peoples_choice_wine_awards: {
1156
+ }),
1157
+ peoples_choice_wine_awards: award({
1290
1158
  key: 'peoples_choice_wine_awards',
1291
- title: 'Peoples Choice Wine Awards',
1292
-
1159
+ label: 'Peoples Choice Wine Awards',
1293
1160
  medals: ['individual_award'],
1294
- },
1295
- perth_royal_wine_show: {
1161
+ }),
1162
+ perth_royal_wine_show: award({
1296
1163
  key: 'perth_royal_wine_show',
1297
- title: 'Perth Royal Wine Show',
1298
-
1164
+ label: 'Perth Royal Wine Show',
1299
1165
  medals: ['trophy', 'gold', 'silver', 'bronze'],
1300
- },
1301
- pinotfile: {
1166
+ }),
1167
+ pinotfile: award({
1302
1168
  key: 'pinotfile',
1303
- title: 'Pinotfile',
1304
-
1169
+ label: 'Pinotfile',
1305
1170
  medals: ['extraordinary', 'outstanding', 'very_good', 'good', 'decent'],
1306
- },
1307
- pt_fernando_melo: {
1171
+ }),
1172
+ pt_fernando_melo: award({
1308
1173
  key: 'pt_fernando_melo',
1309
- title: 'Fernando Melo',
1310
-
1174
+ label: 'Fernando Melo',
1311
1175
  medals: [
1312
1176
  'p_15',
1313
1177
  'p_15_5',
@@ -1321,11 +1185,10 @@ export default createValidValues<Award>({
1321
1185
  'p_19_5',
1322
1186
  'p_20',
1323
1187
  ],
1324
- },
1325
- pt_grandes_escolhas: {
1188
+ }),
1189
+ pt_grandes_escolhas: award({
1326
1190
  key: 'pt_grandes_escolhas',
1327
- title: 'Grandes Escolhas',
1328
-
1191
+ label: 'Grandes Escolhas',
1329
1192
  medals: [
1330
1193
  'p_14_5',
1331
1194
  'p_15',
@@ -1340,11 +1203,10 @@ export default createValidValues<Award>({
1340
1203
  'p_19_5',
1341
1204
  'p_20',
1342
1205
  ],
1343
- },
1344
- pt_revista_de_vinhos: {
1206
+ }),
1207
+ pt_revista_de_vinhos: award({
1345
1208
  key: 'pt_revista_de_vinhos',
1346
- title: 'Revista de Vinhos',
1347
-
1209
+ label: 'Revista de Vinhos',
1348
1210
  medals: [
1349
1211
  'p_13',
1350
1212
  'p_13_5',
@@ -1362,65 +1224,55 @@ export default createValidValues<Award>({
1362
1224
  'p_19_5',
1363
1225
  'p_20',
1364
1226
  ],
1365
- },
1366
- royal_adelaide_wine_show: {
1227
+ }),
1228
+ royal_adelaide_wine_show: award({
1367
1229
  key: 'royal_adelaide_wine_show',
1368
- title: 'Royal Adelaide Wine Show',
1369
-
1230
+ label: 'Royal Adelaide Wine Show',
1370
1231
  medals: ['trophy', 'gold', 'silver', 'bronze'],
1371
- },
1372
- royal_hobart_international_wine_show: {
1232
+ }),
1233
+ royal_hobart_international_wine_show: award({
1373
1234
  key: 'royal_hobart_international_wine_show',
1374
- title: 'Royal Hobart International Wine Show',
1375
-
1235
+ label: 'Royal Hobart International Wine Show',
1376
1236
  medals: ['trophy', 'gold', 'silver', 'bronze'],
1377
- },
1378
- royal_melbourne_wine_awards: {
1237
+ }),
1238
+ royal_melbourne_wine_awards: award({
1379
1239
  key: 'royal_melbourne_wine_awards',
1380
- title: 'Royal Melbourne Wine Awards',
1381
-
1240
+ label: 'Royal Melbourne Wine Awards',
1382
1241
  medals: ['trophy', 'gold', 'silver', 'bronze'],
1383
- },
1384
- san_diego_international_wine_spirits_challenge: {
1242
+ }),
1243
+ san_diego_international_wine_spirits_challenge: award({
1385
1244
  key: 'san_diego_international_wine_spirits_challenge',
1386
- title: 'San Diego International Wine & Spirits Challenge',
1387
-
1245
+ label: 'San Diego International Wine & Spirits Challenge',
1388
1246
  medals: ['platinum', 'doubleGold', 'gold', 'silver'],
1389
- },
1390
- san_francisco_international_wine_competition: {
1247
+ }),
1248
+ san_francisco_international_wine_competition: award({
1391
1249
  key: 'san_francisco_international_wine_competition',
1392
- title: 'San Francisco International Wine Competition',
1393
-
1250
+ label: 'San Francisco International Wine Competition',
1394
1251
  medals: ['doubleGold', 'gold', 'silver', 'bronze'],
1395
- },
1396
- six_nations_wine_challenge: {
1252
+ }),
1253
+ six_nations_wine_challenge: award({
1397
1254
  key: 'six_nations_wine_challenge',
1398
- title: 'Six Nations Wine Challenge',
1399
-
1255
+ label: 'Six Nations Wine Challenge',
1400
1256
  medals: ['trophy', 'doubleGold', 'gold'],
1401
- },
1402
- smv_canada: {
1257
+ }),
1258
+ smv_canada: award({
1403
1259
  key: 'smv_canada',
1404
- title: 'Selections Mondiales du Vin',
1405
-
1260
+ label: 'Selections Mondiales du Vin',
1406
1261
  medals: ['grand_gold', 'gold', 'silver'],
1407
- },
1408
- sommelier_challenge_international_wine_spirits_competition: {
1262
+ }),
1263
+ sommelier_challenge_international_wine_spirits_competition: award({
1409
1264
  key: 'sommelier_challenge_international_wine_spirits_competition',
1410
- title: 'Sommelier Challenge International Wine & Spirits Competition',
1411
-
1265
+ label: 'Sommelier Challenge International Wine & Spirits Competition',
1412
1266
  medals: ['best_of_show', 'best', 'platinum', 'gold', 'silver'],
1413
- },
1414
- sommeliers_choice_awards: {
1267
+ }),
1268
+ sommeliers_choice_awards: award({
1415
1269
  key: 'sommeliers_choice_awards',
1416
- title: 'Sommeliers Choice Awards',
1417
-
1270
+ label: 'Sommeliers Choice Awards',
1418
1271
  medals: ['doubleGold', 'gold', 'silver', 'bronze'],
1419
- },
1420
- stephen_tanzer_p: {
1272
+ }),
1273
+ stephen_tanzer_p: award({
1421
1274
  key: 'stephen_tanzer_p',
1422
- title: 'Stephen Tanzer Rating',
1423
-
1275
+ label: 'Stephen Tanzer Rating',
1424
1276
  medals: [
1425
1277
  'p_65',
1426
1278
  'p_66',
@@ -1443,17 +1295,15 @@ export default createValidValues<Award>({
1443
1295
  'p_83',
1444
1296
  'p_84',
1445
1297
  ].concat(P85to100),
1446
- },
1447
- stuttgart_international_wine_competition: {
1298
+ }),
1299
+ stuttgart_international_wine_competition: award({
1448
1300
  key: 'stuttgart_international_wine_competition',
1449
- title: 'Stuttgart International Wine Competition',
1450
-
1301
+ label: 'Stuttgart International Wine Competition',
1451
1302
  medals: ['individual_award', 'doubleGold', 'gold', 'silver', 'bronze'],
1452
- },
1453
- sud_de_france_top_100: {
1303
+ }),
1304
+ sud_de_france_top_100: award({
1454
1305
  key: 'sud_de_france_top_100',
1455
- title: 'Sud de France Top 100',
1456
-
1306
+ label: 'Sud de France Top 100',
1457
1307
  medals: [
1458
1308
  'gold',
1459
1309
  'best_red',
@@ -1463,35 +1313,30 @@ export default createValidValues<Award>({
1463
1313
  'best_sweet',
1464
1314
  'coup_de_coeur',
1465
1315
  ],
1466
- },
1467
- swa: {
1316
+ }),
1317
+ swa: award({
1468
1318
  key: 'swa',
1469
- title: 'Sommelier Wine Awards',
1470
-
1319
+ label: 'Sommelier Wine Awards',
1471
1320
  medals: ['bronze', 'silver', 'gold'],
1472
- },
1473
- sydney_international_wine_competition: {
1321
+ }),
1322
+ sydney_international_wine_competition: award({
1474
1323
  key: 'sydney_international_wine_competition',
1475
- title: 'Sydney International Wine Competition',
1476
-
1324
+ label: 'Sydney International Wine Competition',
1477
1325
  medals: ['trophy', 'blue_gold', 'gold', 'top_100', 'finalist'],
1478
- },
1479
- tasters_guild_international_wine_judging: {
1326
+ }),
1327
+ tasters_guild_international_wine_judging: award({
1480
1328
  key: 'tasters_guild_international_wine_judging',
1481
- title: 'Tasters Guild International Wine Judging',
1482
-
1329
+ label: 'Tasters Guild International Wine Judging',
1483
1330
  medals: ['doubleGold', 'gold', 'silver', 'bronze'],
1484
- },
1485
- tasters_guild_wine_lovers_international_consumer_wine_judging: {
1331
+ }),
1332
+ tasters_guild_wine_lovers_international_consumer_wine_judging: award({
1486
1333
  key: 'tasters_guild_wine_lovers_international_consumer_wine_judging',
1487
- title: 'Tasters Guild Wine Lovers International Consumer Wine Judging',
1488
-
1334
+ label: 'Tasters Guild Wine Lovers International Consumer Wine Judging',
1489
1335
  medals: ['doubleGold', 'gold', 'silver', 'bronze'],
1490
- },
1491
- tastingpanelmag: {
1336
+ }),
1337
+ tastingpanelmag: award({
1492
1338
  key: 'tastingpanelmag',
1493
- title: 'The Tasting Panel Magazine',
1494
-
1339
+ label: 'The Tasting Panel Magazine',
1495
1340
  medals: [
1496
1341
  'p_86',
1497
1342
  'p_87',
@@ -1509,77 +1354,65 @@ export default createValidValues<Award>({
1509
1354
  'p_99',
1510
1355
  'p_100',
1511
1356
  ],
1512
- },
1513
- terravino_mediterranean_international_wine_spirit_challenge: {
1357
+ }),
1358
+ terravino_mediterranean_international_wine_spirit_challenge: award({
1514
1359
  key: 'terravino_mediterranean_international_wine_spirit_challenge',
1515
- title: 'TERRAVINO Mediterranean International Wine & Spirit Challenge',
1516
-
1360
+ label: 'TERRAVINO Mediterranean International Wine & Spirit Challenge',
1517
1361
  medals: ['best_of', 'doubleGold', 'gold', 'silver'],
1518
- },
1519
- texsom_international_wine_awards: {
1362
+ }),
1363
+ texsom_international_wine_awards: award({
1520
1364
  key: 'texsom_international_wine_awards',
1521
- title: 'Texsom International Wine Awards',
1522
-
1365
+ label: 'Texsom International Wine Awards',
1523
1366
  medals: ['judges_selection', 'platinum', 'gold', 'silver', 'bronze'],
1524
- },
1525
- the_asian_cabernet_sauvignon_masters: {
1367
+ }),
1368
+ the_asian_cabernet_sauvignon_masters: award({
1526
1369
  key: 'the_asian_cabernet_sauvignon_masters',
1527
- title: 'The Asian Cabernet Sauvignon Masters',
1528
-
1370
+ label: 'The Asian Cabernet Sauvignon Masters',
1529
1371
  medals: ['masters', 'gold', 'silver', 'bronze'],
1530
- },
1531
- the_asian_chardonnay_masters: {
1372
+ }),
1373
+ the_asian_chardonnay_masters: award({
1532
1374
  key: 'the_asian_chardonnay_masters',
1533
- title: 'The Asian Chardonnay Masters',
1534
-
1375
+ label: 'The Asian Chardonnay Masters',
1535
1376
  medals: ['masters', 'gold', 'silver', 'bronze'],
1536
- },
1537
- the_asian_syrah_masters: {
1377
+ }),
1378
+ the_asian_syrah_masters: award({
1538
1379
  key: 'the_asian_syrah_masters',
1539
- title: 'The Asian Syrah Masters',
1540
-
1380
+ label: 'The Asian Syrah Masters',
1541
1381
  medals: ['masters', 'gold', 'silver', 'bronze'],
1542
- },
1543
- the_drink_business: {
1382
+ }),
1383
+ the_drink_business: award({
1544
1384
  key: 'the_drink_business',
1545
- title: 'The Drinks Business',
1546
-
1385
+ label: 'The Drinks Business',
1547
1386
  medals: ['gold', 'silver', 'bronze', 'master'],
1548
- },
1549
- the_global_cabernet_sauvignon_masters: {
1387
+ }),
1388
+ the_global_cabernet_sauvignon_masters: award({
1550
1389
  key: 'the_global_cabernet_sauvignon_masters',
1551
- title: 'The Global Cabernet Sauvignon Masters',
1552
-
1390
+ label: 'The Global Cabernet Sauvignon Masters',
1553
1391
  medals: ['masters', 'gold', 'silver', 'bronze'],
1554
- },
1555
- the_global_chardonnay_masters: {
1392
+ }),
1393
+ the_global_chardonnay_masters: award({
1556
1394
  key: 'the_global_chardonnay_masters',
1557
- title: 'The Global Chardonnay Masters',
1558
-
1395
+ label: 'The Global Chardonnay Masters',
1559
1396
  medals: ['master', 'gold', 'silver', 'bronze'],
1560
- },
1561
- the_global_riesling_masters: {
1397
+ }),
1398
+ the_global_riesling_masters: award({
1562
1399
  key: 'the_global_riesling_masters',
1563
- title: 'The Global Riesling Masters',
1564
-
1400
+ label: 'The Global Riesling Masters',
1565
1401
  medals: ['masters', 'gold', 'silver', 'bronze'],
1566
- },
1567
- the_global_syrah_masters: {
1402
+ }),
1403
+ the_global_syrah_masters: award({
1568
1404
  key: 'the_global_syrah_masters',
1569
- title: 'The Global Syrah Masters',
1570
-
1405
+ label: 'The Global Syrah Masters',
1571
1406
  medals: ['masters', 'gold', 'silver', 'bronze'],
1572
- },
1573
- therealreview_p: {
1407
+ }),
1408
+ therealreview_p: award({
1574
1409
  key: 'therealreview_p',
1575
- title: 'The Real Review',
1576
-
1410
+ label: 'The Real Review',
1577
1411
  medals: ['p_84'].concat(P85to100),
1578
- },
1579
- timatkin_p: {
1412
+ }),
1413
+ timatkin_p: award({
1580
1414
  key: 'timatkin_p',
1581
- title: 'Tim Atkin',
1582
-
1415
+ label: 'Tim Atkin',
1583
1416
  medals: [
1584
1417
  'p_60',
1585
1418
  'p_61',
@@ -1607,47 +1440,40 @@ export default createValidValues<Award>({
1607
1440
  'p_83',
1608
1441
  'p_84',
1609
1442
  ].concat(P85to100),
1610
- },
1611
- uk_sa_wine_awards: {
1443
+ }),
1444
+ uk_sa_wine_awards: award({
1612
1445
  key: 'uk_sa_wine_awards',
1613
- title: 'South African Wine Awards London',
1614
-
1446
+ label: 'South African Wine Awards London',
1615
1447
  medals: ['doubleGold', 'gold'],
1616
- },
1617
- ukva: {
1448
+ }),
1449
+ ukva: award({
1618
1450
  key: 'ukva',
1619
- title: 'UKVA UK Wine Awards',
1620
-
1451
+ label: 'UKVA UK Wine Awards',
1621
1452
  medals: ['gold', 'silver', 'bronze'],
1622
- },
1623
- ultimate_wine_challenge: {
1453
+ }),
1454
+ ultimate_wine_challenge: award({
1624
1455
  key: 'ultimate_wine_challenge',
1625
- title: 'Ultimate Wine Challenge',
1626
-
1456
+ label: 'Ultimate Wine Challenge',
1627
1457
  medals: ['chairman_trophy', 'finalist', 'great_value', 'tried_and_true'],
1628
- },
1629
- us_usawineratings: {
1458
+ }),
1459
+ us_usawineratings: award({
1630
1460
  key: 'us_usawineratings',
1631
- title: 'USA Wine Ratings',
1632
-
1461
+ label: 'USA Wine Ratings',
1633
1462
  medals: ['gold', 'silver', 'bronze'],
1634
- },
1635
- vinagora_international_wine_competition: {
1463
+ }),
1464
+ vinagora_international_wine_competition: award({
1636
1465
  key: 'vinagora_international_wine_competition',
1637
- title: 'VinAgora International Wine Competition',
1638
-
1466
+ label: 'VinAgora International Wine Competition',
1639
1467
  medals: ['champion', 'trophy', 'grand_gold', 'gold', 'silver'],
1640
- },
1641
- vinalies_internationales: {
1468
+ }),
1469
+ vinalies_internationales: award({
1642
1470
  key: 'vinalies_internationales',
1643
- title: 'Vinalies Internationales Medal',
1644
-
1471
+ label: 'Vinalies Internationales Medal',
1645
1472
  medals: ['gold', 'silver'],
1646
- },
1647
- vindefrance_p: {
1473
+ }),
1474
+ vindefrance_p: award({
1648
1475
  key: 'vindefrance_p',
1649
- title: 'La Revue du Vin de France',
1650
-
1476
+ label: 'La Revue du Vin de France',
1651
1477
  medals: [
1652
1478
  'p_01',
1653
1479
  'p_02',
@@ -1670,11 +1496,10 @@ export default createValidValues<Award>({
1670
1496
  'p_19',
1671
1497
  'p_20',
1672
1498
  ],
1673
- },
1674
- vinousgalloni_p: {
1499
+ }),
1500
+ vinousgalloni_p: award({
1675
1501
  key: 'vinousgalloni_p',
1676
- title: 'Vinous by Antonio Galloni',
1677
-
1502
+ label: 'Vinous by Antonio Galloni',
1678
1503
  medals: [
1679
1504
  'p_75',
1680
1505
  'p_76',
@@ -1687,11 +1512,10 @@ export default createValidValues<Award>({
1687
1512
  'p_83',
1688
1513
  'p_84',
1689
1514
  ].concat(P85to100),
1690
- },
1691
- vinum: {
1515
+ }),
1516
+ vinum: award({
1692
1517
  key: 'vinum',
1693
- title: 'Vinum',
1694
-
1518
+ label: 'Vinum',
1695
1519
  medals: [
1696
1520
  'p_10',
1697
1521
  'p_11',
@@ -1705,17 +1529,15 @@ export default createValidValues<Award>({
1705
1529
  'p_19',
1706
1530
  'p_20',
1707
1531
  ],
1708
- },
1709
- vinus_international_wine_spirit_competition: {
1532
+ }),
1533
+ vinus_international_wine_spirit_competition: award({
1710
1534
  key: 'vinus_international_wine_spirit_competition',
1711
- title: 'Vinus International Wine & Spirit Competition',
1712
-
1535
+ label: 'Vinus International Wine & Spirit Competition',
1713
1536
  medals: ['special_award', 'doubleGold', 'gold', 'silver'],
1714
- },
1715
- vivino: {
1537
+ }),
1538
+ vivino: award({
1716
1539
  key: 'vivino',
1717
- title: 'Vivino Wine Rating',
1718
-
1540
+ label: 'Vivino Wine Rating',
1719
1541
  medals: [
1720
1542
  'p_03',
1721
1543
  'p_03_1',
@@ -1739,17 +1561,15 @@ export default createValidValues<Award>({
1739
1561
  'p_04_9',
1740
1562
  'p_05',
1741
1563
  ],
1742
- },
1743
- wEnthusiast_p: {
1564
+ }),
1565
+ wEnthusiast_p: award({
1744
1566
  key: 'wEnthusiast_p',
1745
- title: 'Wine Enthusiast Points',
1746
-
1567
+ label: 'Wine Enthusiast Points',
1747
1568
  medals: ['p_80', 'p_81', 'p_82', 'p_83', 'p_84'].concat(P85to100),
1748
- },
1749
- wadvocate: {
1569
+ }),
1570
+ wadvocate: award({
1750
1571
  key: 'wadvocate',
1751
- title: 'The Wine Advocate',
1752
-
1572
+ label: 'The Wine Advocate',
1753
1573
  medals: [
1754
1574
  'extraordinary',
1755
1575
  'outstanding',
@@ -1758,11 +1578,10 @@ export default createValidValues<Award>({
1758
1578
  'below_average',
1759
1579
  'appalling',
1760
1580
  ],
1761
- },
1762
- wadvocate_p: {
1581
+ }),
1582
+ wadvocate_p: award({
1763
1583
  key: 'wadvocate_p',
1764
- title: 'The Wine Advocate Points',
1765
-
1584
+ label: 'The Wine Advocate Points',
1766
1585
  medals: [
1767
1586
  'p_60',
1768
1587
  'p_61',
@@ -1790,71 +1609,60 @@ export default createValidValues<Award>({
1790
1609
  'p_83',
1791
1610
  'p_84',
1792
1611
  ].concat(P85to100),
1793
- },
1794
- 'west_coast_wine_competition_(east_meets_west)': {
1612
+ }),
1613
+ 'west_coast_wine_competition_(east_meets_west)': award({
1795
1614
  key: 'west_coast_wine_competition_(east_meets_west)',
1796
- title: 'West Coast Wine Competition (East Meets West)',
1797
-
1615
+ label: 'West Coast Wine Competition (East Meets West)',
1798
1616
  medals: ['special_award', 'doubleGold', 'gold', 'silver', 'bronze'],
1799
- },
1800
- wine100_challenge: {
1617
+ }),
1618
+ wine100_challenge: award({
1801
1619
  key: 'wine100_challenge',
1802
- title: 'Wine100 Challenge',
1803
-
1620
+ label: 'Wine100 Challenge',
1804
1621
  medals: ['best', 'trophy', 'gold', 'silver', 'bronze'],
1805
- },
1806
- wineGBAwards: {
1622
+ }),
1623
+ wineGBAwards: award({
1807
1624
  key: 'wineGBAwards',
1808
- title: 'WineGB Awards',
1809
-
1625
+ label: 'WineGB Awards',
1810
1626
  medals: ['trophy', 'gold', 'silver', 'bronze'],
1811
- },
1812
- 'wine_barrel_alliances-du-monde_international_competition': {
1627
+ }),
1628
+ 'wine_barrel_alliances-du-monde_international_competition': award({
1813
1629
  key: 'wine_barrel_alliances-du-monde_international_competition',
1814
- title: 'Wine & Barrel Alliances-Du-Monde International Competition',
1815
-
1630
+ label: 'Wine & Barrel Alliances-Du-Monde International Competition',
1816
1631
  medals: ['gold', 'silver', 'bronze', 'top_10'],
1817
- },
1818
- wine_luxe_international_wine_awards: {
1632
+ }),
1633
+ wine_luxe_international_wine_awards: award({
1819
1634
  key: 'wine_luxe_international_wine_awards',
1820
- title: 'Wine Luxe International Wine Awards',
1821
-
1635
+ label: 'Wine Luxe International Wine Awards',
1822
1636
  medals: ['platinum', 'gold', 'silver', 'bronze'],
1823
- },
1824
- wine_master_challenge_world_wine_contest: {
1637
+ }),
1638
+ wine_master_challenge_world_wine_contest: award({
1825
1639
  key: 'wine_master_challenge_world_wine_contest',
1826
- title: 'Wine Master Challenge World Wine Contest',
1827
-
1640
+ label: 'Wine Master Challenge World Wine Contest',
1828
1641
  medals: ['gold', 'silver'],
1829
- },
1830
- winemaker_challenge_international_wine_competition: {
1642
+ }),
1643
+ winemaker_challenge_international_wine_competition: award({
1831
1644
  key: 'winemaker_challenge_international_wine_competition',
1832
- title: 'Winemaker Challenge International Wine Competition',
1833
-
1645
+ label: 'Winemaker Challenge International Wine Competition',
1834
1646
  medals: ['best', 'platinum', 'gold', 'silver'],
1835
- },
1836
- wmerchant: {
1647
+ }),
1648
+ wmerchant: award({
1837
1649
  key: 'wmerchant',
1838
- title: 'The Wine Merchant Top 100',
1839
-
1650
+ label: 'The Wine Merchant Top 100',
1840
1651
  medals: ['wmerchant_winner', 'wmerchant_commended'],
1841
- },
1842
- womens_wine_spirits_awards: {
1652
+ }),
1653
+ womens_wine_spirits_awards: award({
1843
1654
  key: 'womens_wine_spirits_awards',
1844
- title: 'Womens Wine & Spirits Awards',
1845
-
1655
+ label: 'Womens Wine & Spirits Awards',
1846
1656
  medals: ['trophy', 'doubleGold', 'gold', 'silver', 'bronze'],
1847
- },
1848
- world_wine_championships: {
1657
+ }),
1658
+ world_wine_championships: award({
1849
1659
  key: 'world_wine_championships',
1850
- title: 'World Wine Championships',
1851
-
1660
+ label: 'World Wine Championships',
1852
1661
  medals: [],
1853
- },
1854
- wsmagazine_p: {
1662
+ }),
1663
+ wsmagazine_p: award({
1855
1664
  key: 'wsmagazine_p',
1856
- title: 'Wine & Spirits Magazine',
1857
-
1665
+ label: 'Wine & Spirits Magazine',
1858
1666
  medals: [
1859
1667
  'p_60',
1860
1668
  'p_61',
@@ -1882,11 +1690,10 @@ export default createValidValues<Award>({
1882
1690
  'p_83',
1883
1691
  'p_84',
1884
1692
  ].concat(P85to100),
1885
- },
1886
- wspectator: {
1693
+ }),
1694
+ wspectator: award({
1887
1695
  key: 'wspectator',
1888
- title: 'Wine Spectator',
1889
-
1696
+ label: 'Wine Spectator',
1890
1697
  medals: [
1891
1698
  'classic',
1892
1699
  'outstanding',
@@ -1895,11 +1702,10 @@ export default createValidValues<Award>({
1895
1702
  'mediocre',
1896
1703
  'not_recommended',
1897
1704
  ],
1898
- },
1899
- wspectator_p: {
1705
+ }),
1706
+ wspectator_p: award({
1900
1707
  key: 'wspectator_p',
1901
- title: 'Wine Spectator Points',
1902
-
1708
+ label: 'Wine Spectator Points',
1903
1709
  medals: [
1904
1710
  'p_60',
1905
1711
  'p_61',
@@ -1927,77 +1733,69 @@ export default createValidValues<Award>({
1927
1733
  'p_83',
1928
1734
  'p_84',
1929
1735
  ].concat(P85to100),
1930
- },
1931
- za_amorim_cap_classique: {
1736
+ }),
1737
+ za_amorim_cap_classique: award({
1932
1738
  key: 'za_amorim_cap_classique',
1933
- title: 'Amorim Cap Classique Challenge',
1934
-
1739
+ label: 'Amorim Cap Classique Challenge',
1935
1740
  medals: ['gold', 'silver', 'bronze'],
1936
- },
1937
- za_chenin_challenge: {
1741
+ }),
1742
+ za_chenin_challenge: award({
1938
1743
  key: 'za_chenin_challenge',
1939
- title: 'Standard Bank Chenin Blanc Top 10 Challenge',
1940
-
1744
+ label: 'Standard Bank Chenin Blanc Top 10 Challenge',
1941
1745
  medals: ['winner'],
1942
- },
1943
- za_maiwsa: {
1746
+ }),
1747
+ za_maiwsa: award({
1944
1748
  key: 'za_maiwsa',
1945
- title: 'Michelangelo International Wine and Spirits',
1946
-
1749
+ label: 'Michelangelo International Wine and Spirits',
1947
1750
  medals: ['trophy', 'platinum', 'doubleGold', 'gold', 'silver'],
1948
- },
1949
- za_merlotforum: {
1751
+ }),
1752
+ za_merlotforum: award({
1950
1753
  key: 'za_merlotforum',
1951
- title: 'Hallo Merlot Top 10 Merlot Competition',
1952
-
1754
+ label: 'Hallo Merlot Top 10 Merlot Competition',
1953
1755
  medals: ['winner'],
1954
- },
1955
- za_nwc: {
1756
+ }),
1757
+ za_nwc: award({
1956
1758
  key: 'za_nwc',
1957
- title: 'National Wine Challenge',
1958
-
1759
+ label: 'National Wine Challenge',
1959
1760
  medals: ['m_grandCru', 'doublePlatinum', 'doubleGold', 'doubleSilver'],
1960
- },
1961
- za_oldmutual: {
1761
+ }),
1762
+ za_oldmutual: award({
1962
1763
  key: 'za_oldmutual',
1963
- title: 'Old Mutual Trophy Wine Show',
1964
-
1764
+ label: 'Old Mutual Trophy Wine Show',
1965
1765
  medals: ['trophy', 'gold', 'silver', 'bronze'],
1966
- },
1967
- za_platter: {
1766
+ }),
1767
+ za_platter: award({
1968
1768
  key: 'za_platter',
1969
- title: "Platter's South African Wine Guide",
1970
-
1769
+ label: "Platter's South African Wine Guide",
1971
1770
  medals: ['s_1', 's_2', 's_3', 's_3_5', 's_4', 's_4_5', 's_5'],
1972
- },
1973
- za_rose_rocks: {
1771
+ }),
1772
+ za_rose_rocks: award({
1974
1773
  key: 'za_rose_rocks',
1975
- title: 'Rosé Rocks',
1976
-
1774
+ label: 'Rosé Rocks',
1977
1775
  medals: ['gold', 'doubleGold'],
1978
- },
1979
- za_ultra_value_challenge: {
1776
+ }),
1777
+ za_ultra_value_challenge: award({
1980
1778
  key: 'za_ultra_value_challenge',
1981
- title: 'Ultra Value Challenge',
1982
-
1779
+ label: 'Ultra Value Challenge',
1983
1780
  medals: ['silver', 'gold', 'doubleGold'],
1984
- },
1985
- za_veritas: {
1781
+ }),
1782
+ za_veritas: award({
1986
1783
  key: 'za_veritas',
1987
- title: 'Veritas',
1988
-
1784
+ label: 'Veritas',
1989
1785
  medals: ['doubleGold', 'gold', 'silver', 'bronze'],
1990
- },
1991
- za_vitisawards: {
1786
+ }),
1787
+ za_vitisawards: award({
1992
1788
  key: 'za_vitisawards',
1993
- title: 'Vitis Vinifera Awards',
1994
-
1789
+ label: 'Vitis Vinifera Awards',
1995
1790
  medals: ['doubleGold', 'gold', 'silver'],
1996
- },
1997
- za_winemag_p: {
1791
+ }),
1792
+ za_winemag_p: award({
1998
1793
  key: 'za_winemag_p',
1999
- title: 'Winemag.co.za Rating',
2000
-
1794
+ label: 'Winemag.co.za Rating',
2001
1795
  medals: ['p_80', 'p_81', 'p_82', 'p_83', 'p_84'].concat(P85to100),
2002
- },
2003
- });
1796
+ }),
1797
+ } as const;
1798
+
1799
+ export type AwardKey = keyof typeof allAwards;
1800
+
1801
+ export default allAwards;