@bottlebooks/valid-values 10.14.0 → 10.15.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 (64) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/dist/index.d.ts +1 -1
  3. package/dist/index.d.ts.map +1 -1
  4. package/dist/validValues/award/award.d.ts +1 -1
  5. package/dist/validValues/award/award.d.ts.map +1 -1
  6. package/dist/validValues/awardMedal/awardMedal.d.ts +1 -1
  7. package/dist/validValues/awardMedal/awardMedal.d.ts.map +1 -1
  8. package/dist/validValues/beerStyle/beerStyle.d.ts +1 -1
  9. package/dist/validValues/beerStyle/beerStyle.d.ts.map +1 -1
  10. package/dist/validValues/certification/certification.d.ts +1 -1
  11. package/dist/validValues/certification/certification.d.ts.map +1 -1
  12. package/dist/validValues/containerColor/containerColor.d.ts +1 -1
  13. package/dist/validValues/containerColor/containerColor.d.ts.map +1 -1
  14. package/dist/validValues/containerType/containerType.d.ts +1 -1
  15. package/dist/validValues/containerType/containerType.d.ts.map +1 -1
  16. package/dist/validValues/country/country.d.ts +1 -1
  17. package/dist/validValues/country/country.d.ts.map +1 -1
  18. package/dist/validValues/designation/designation.d.ts +3 -3
  19. package/dist/validValues/designation/designation.d.ts.map +1 -1
  20. package/dist/validValues/foodBusinessOperatorType/foodBusinessOperatorType.d.ts +2 -2
  21. package/dist/validValues/foodBusinessOperatorType/foodBusinessOperatorType.d.ts.map +1 -1
  22. package/dist/validValues/ingredient/ingredient.d.ts +1 -1
  23. package/dist/validValues/ingredient/ingredient.d.ts.map +1 -1
  24. package/dist/validValues/locales.d.ts +1 -1
  25. package/dist/validValues/locales.d.ts.map +1 -1
  26. package/dist/validValues/otherTranslations/otherTranslations.d.ts +1 -1
  27. package/dist/validValues/otherTranslations/otherTranslations.d.ts.map +1 -1
  28. package/dist/validValues/packagingCertification/packagingCertification.d.ts +1 -1
  29. package/dist/validValues/packagingCertification/packagingCertification.d.ts.map +1 -1
  30. package/dist/validValues/packagingGasesFunction/packagingGasesFunction.d.ts +2 -2
  31. package/dist/validValues/packagingGasesFunction/packagingGasesFunction.d.ts.map +1 -1
  32. package/dist/validValues/packagingMaterialType/PackagingMaterialTag.d.ts +1 -1
  33. package/dist/validValues/packagingMaterialType/PackagingMaterialTag.d.ts.map +1 -1
  34. package/dist/validValues/packagingMaterialType/packagingMaterialType.d.ts +1 -1
  35. package/dist/validValues/packagingMaterialType/packagingMaterialType.d.ts.map +1 -1
  36. package/dist/validValues/packagingMaterialType/packagingMaterialTypes.d.ts +1 -1
  37. package/dist/validValues/packagingMaterialType/packagingMaterialTypes.d.ts.map +1 -1
  38. package/dist/validValues/productType/productType.d.ts +2 -2
  39. package/dist/validValues/productType/productType.d.ts.map +1 -1
  40. package/dist/validValues/productionMethod/productionMethod.d.ts +1 -1
  41. package/dist/validValues/productionMethod/productionMethod.d.ts.map +1 -1
  42. package/dist/validValues/region/region.d.ts +1 -1
  43. package/dist/validValues/region/region.d.ts.map +1 -1
  44. package/dist/validValues/responsibleConsumptionLogo/responsibleConsumptionLogo.d.ts +1 -1
  45. package/dist/validValues/responsibleConsumptionLogo/responsibleConsumptionLogo.d.ts.map +1 -1
  46. package/dist/validValues/subregion/subregion.d.ts +1 -1
  47. package/dist/validValues/subregion/subregion.d.ts.map +1 -1
  48. package/dist/validValues/types/CertificationTag.d.ts +1 -1
  49. package/dist/validValues/types/CertificationTag.d.ts.map +1 -1
  50. package/dist/validValues/types/IngredientTag.d.ts +1 -1
  51. package/dist/validValues/types/IngredientTag.d.ts.map +1 -1
  52. package/dist/validValues/types/ProductTypeKey.d.ts +1 -1
  53. package/dist/validValues/types/ProductTypeKey.d.ts.map +1 -1
  54. package/dist/validValues/types/ValidValueDefinition.d.ts +1 -1
  55. package/dist/validValues/types/ValidValueDefinition.d.ts.map +1 -1
  56. package/dist/validValues/types/ValidValueLocale.d.ts +1 -1
  57. package/dist/validValues/types/ValidValueLocale.d.ts.map +1 -1
  58. package/dist/validValues/varietyName/varietyName.d.ts +1 -1
  59. package/dist/validValues/varietyName/varietyName.d.ts.map +1 -1
  60. package/dist/validValues/wineColor/wineColor.d.ts +1 -1
  61. package/dist/validValues/wineColor/wineColor.d.ts.map +1 -1
  62. package/dist/validValues/wineType/wineType.d.ts +1 -1
  63. package/dist/validValues/wineType/wineType.d.ts.map +1 -1
  64. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -3,6 +3,13 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [10.15.0](https://github.com/bottlebooks/bottlebooks/compare/@bottlebooks/valid-values@10.14.0...@bottlebooks/valid-values@10.15.0) (2024-02-05)
7
+
8
+ ### Features
9
+
10
+ - downgrade to TS 4.9.5 ([d9e833c](https://github.com/bottlebooks/bottlebooks/commit/d9e833c83cbccc04edb307ac3ddb3141ad71a738))
11
+ - upgrade to TS 5.3.3 ([edc16d8](https://github.com/bottlebooks/bottlebooks/commit/edc16d82060c9c2e9fee8e7af4ff457c38ead349))
12
+
6
13
  # [10.14.0](https://github.com/bottlebooks/bottlebooks/compare/@bottlebooks/valid-values@10.13.0...@bottlebooks/valid-values@10.14.0) (2024-02-02)
7
14
 
8
15
  ### Features
package/dist/index.d.ts CHANGED
@@ -6,5 +6,5 @@ export type { ValidValueDefinition, ValidValueDataDefinition, } from './validVal
6
6
  export type { Ingredient } from './validValues/ingredient/ingredientTypes';
7
7
  export type { IngredientKey } from './validValues/ingredient/ingredient';
8
8
  export type { IngredientTag } from './validValues/types/IngredientTag';
9
- export declare type Locale = keyof typeof allLocaleData;
9
+ export type Locale = keyof typeof allLocaleData;
10
10
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,uBAAuB,CAAC;AAEtD,OAAO,EAAE,SAAS,EAAE,MAAM,kBAAkB,CAAC;AAE7C,cAAc,eAAe,CAAC;AAC9B,eAAO,MAAM,mBAAmB,UAA6B,CAAC;AAC9D,YAAY,EACV,oBAAoB,EACpB,wBAAwB,GACzB,MAAM,0CAA0C,CAAC;AAClD,YAAY,EAAE,UAAU,EAAE,MAAM,0CAA0C,CAAC;AAC3E,YAAY,EAAE,aAAa,EAAE,MAAM,qCAAqC,CAAC;AACzE,YAAY,EAAE,aAAa,EAAE,MAAM,mCAAmC,CAAC;AAGvE,oBAAY,MAAM,GAAG,MAAM,OAAO,aAAa,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,uBAAuB,CAAC;AAEtD,OAAO,EAAE,SAAS,EAAE,MAAM,kBAAkB,CAAC;AAE7C,cAAc,eAAe,CAAC;AAC9B,eAAO,MAAM,mBAAmB,UAA6B,CAAC;AAC9D,YAAY,EACV,oBAAoB,EACpB,wBAAwB,GACzB,MAAM,0CAA0C,CAAC;AAClD,YAAY,EAAE,UAAU,EAAE,MAAM,0CAA0C,CAAC;AAC3E,YAAY,EAAE,aAAa,EAAE,MAAM,qCAAqC,CAAC;AACzE,YAAY,EAAE,aAAa,EAAE,MAAM,mCAAmC,CAAC;AAGvE,MAAM,MAAM,MAAM,GAAG,MAAM,OAAO,aAAa,CAAC"}
@@ -224,6 +224,6 @@ declare const allAwards: {
224
224
  readonly za_vitisawards: Award;
225
225
  readonly za_winemag_p: Award;
226
226
  };
227
- export declare type AwardKey = keyof typeof allAwards;
227
+ export type AwardKey = keyof typeof allAwards;
228
228
  export default allAwards;
229
229
  //# sourceMappingURL=award.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"award.d.ts","sourceRoot":"","sources":["../../../src/validValues/award/award.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,+BAA+B,CAAC;AAE1E,UAAU,KAAM,SAAQ,oBAAoB;IAC1C,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;IAClB,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB;AAKD,QAAA,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAi1DL,CAAC;AAEX,oBAAY,QAAQ,GAAG,MAAM,OAAO,SAAS,CAAC;AAE9C,eAAe,SAAS,CAAC"}
1
+ {"version":3,"file":"award.d.ts","sourceRoot":"","sources":["../../../src/validValues/award/award.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,+BAA+B,CAAC;AAE1E,UAAU,KAAM,SAAQ,oBAAoB;IAC1C,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;IAClB,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB;AAKD,QAAA,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAi1DL,CAAC;AAEX,MAAM,MAAM,QAAQ,GAAG,MAAM,OAAO,SAAS,CAAC;AAE9C,eAAe,SAAS,CAAC"}
@@ -231,6 +231,6 @@ declare const allAwardMedals: {
231
231
  readonly wmerchant_commended: AwardMedal;
232
232
  readonly wmerchant_winner: AwardMedal;
233
233
  };
234
- export declare type AwardMedalsKey = keyof typeof allAwardMedals;
234
+ export type AwardMedalsKey = keyof typeof allAwardMedals;
235
235
  export default allAwardMedals;
236
236
  //# sourceMappingURL=awardMedal.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"awardMedal.d.ts","sourceRoot":"","sources":["../../../src/validValues/awardMedal/awardMedal.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,oBAAoB,EAAE,MAAM,+BAA+B,CAAC;AAErE,MAAM,WAAW,UAAW,SAAQ,oBAAoB;CAAG;AAK3D,QAAA,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA6jDV,CAAC;AAEX,oBAAY,cAAc,GAAG,MAAM,OAAO,cAAc,CAAC;AAEzD,eAAe,cAAc,CAAC"}
1
+ {"version":3,"file":"awardMedal.d.ts","sourceRoot":"","sources":["../../../src/validValues/awardMedal/awardMedal.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,oBAAoB,EAAE,MAAM,+BAA+B,CAAC;AAErE,MAAM,WAAW,UAAW,SAAQ,oBAAoB;CAAG;AAK3D,QAAA,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA6jDV,CAAC;AAEX,MAAM,MAAM,cAAc,GAAG,MAAM,OAAO,cAAc,CAAC;AAEzD,eAAe,cAAc,CAAC"}
@@ -98,6 +98,6 @@ declare const allBeerStyles: {
98
98
  readonly witbier: BeerStyle;
99
99
  readonly zwickelbier: BeerStyle;
100
100
  };
101
- export declare type BeerStyleKey = keyof typeof allBeerStyles;
101
+ export type BeerStyleKey = keyof typeof allBeerStyles;
102
102
  export default allBeerStyles;
103
103
  //# sourceMappingURL=beerStyle.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"beerStyle.d.ts","sourceRoot":"","sources":["../../../src/validValues/beerStyle/beerStyle.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,oBAAoB,EAAE,MAAM,+BAA+B,CAAC;AAErE,MAAM,WAAW,SAAU,SAAQ,oBAAoB;CAAG;AAK1D,QAAA,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA0pBT,CAAC;AAEX,oBAAY,YAAY,GAAG,MAAM,OAAO,aAAa,CAAC;AAEtD,eAAe,aAAa,CAAC"}
1
+ {"version":3,"file":"beerStyle.d.ts","sourceRoot":"","sources":["../../../src/validValues/beerStyle/beerStyle.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,oBAAoB,EAAE,MAAM,+BAA+B,CAAC;AAErE,MAAM,WAAW,SAAU,SAAQ,oBAAoB;CAAG;AAK1D,QAAA,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA0pBT,CAAC;AAEX,MAAM,MAAM,YAAY,GAAG,MAAM,OAAO,aAAa,CAAC;AAEtD,eAAe,aAAa,CAAC"}
@@ -31,6 +31,6 @@ declare const allCertifications: {
31
31
  readonly certifiedOrganicEU: Certification;
32
32
  readonly us_sustainable_washington: Certification;
33
33
  };
34
- export declare type CertificationKey = keyof typeof allCertifications;
34
+ export type CertificationKey = keyof typeof allCertifications;
35
35
  export default allCertifications;
36
36
  //# sourceMappingURL=certification.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"certification.d.ts","sourceRoot":"","sources":["../../../src/validValues/certification/certification.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,wBAAwB,EACxB,oBAAoB,EACpB,4BAA4B,EAC7B,MAAM,+BAA+B,CAAC;AAEvC,MAAM,WAAW,aACf,SAAQ,oBAAoB,EAC1B,wBAAwB,EACxB,4BAA4B;CAAG;AAKnC,QAAA,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAyRb,CAAC;AAEX,oBAAY,gBAAgB,GAAG,MAAM,OAAO,iBAAiB,CAAC;AAE9D,eAAe,iBAAiB,CAAC"}
1
+ {"version":3,"file":"certification.d.ts","sourceRoot":"","sources":["../../../src/validValues/certification/certification.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,wBAAwB,EACxB,oBAAoB,EACpB,4BAA4B,EAC7B,MAAM,+BAA+B,CAAC;AAEvC,MAAM,WAAW,aACf,SAAQ,oBAAoB,EAC1B,wBAAwB,EACxB,4BAA4B;CAAG;AAKnC,QAAA,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAyRb,CAAC;AAEX,MAAM,MAAM,gBAAgB,GAAG,MAAM,OAAO,iBAAiB,CAAC;AAE9D,eAAe,iBAAiB,CAAC"}
@@ -11,6 +11,6 @@ declare const allContainerColors: {
11
11
  readonly mixed: ContainerColor;
12
12
  readonly other: ContainerColor;
13
13
  };
14
- export declare type ContainerColorKey = keyof typeof allContainerColors;
14
+ export type ContainerColorKey = keyof typeof allContainerColors;
15
15
  export default allContainerColors;
16
16
  //# sourceMappingURL=containerColor.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"containerColor.d.ts","sourceRoot":"","sources":["../../../src/validValues/containerColor/containerColor.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,oBAAoB,EAAE,MAAM,+BAA+B,CAAC;AAErE,MAAM,WAAW,cAAe,SAAQ,oBAAoB;CAAG;AAK/D,QAAA,MAAM,kBAAkB;;;;;;;;;CAyDd,CAAC;AAEX,oBAAY,iBAAiB,GAAG,MAAM,OAAO,kBAAkB,CAAC;AAEhE,eAAe,kBAAkB,CAAC"}
1
+ {"version":3,"file":"containerColor.d.ts","sourceRoot":"","sources":["../../../src/validValues/containerColor/containerColor.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,oBAAoB,EAAE,MAAM,+BAA+B,CAAC;AAErE,MAAM,WAAW,cAAe,SAAQ,oBAAoB;CAAG;AAK/D,QAAA,MAAM,kBAAkB;;;;;;;;;CAyDd,CAAC;AAEX,MAAM,MAAM,iBAAiB,GAAG,MAAM,OAAO,kBAAkB,CAAC;AAEhE,eAAe,kBAAkB,CAAC"}
@@ -9,6 +9,6 @@ declare const allContainerTypes: {
9
9
  readonly keg: ContainerType;
10
10
  readonly tetraPak: ContainerType;
11
11
  };
12
- export declare type ContainerTypeKey = keyof typeof allContainerTypes;
12
+ export type ContainerTypeKey = keyof typeof allContainerTypes;
13
13
  export default allContainerTypes;
14
14
  //# sourceMappingURL=containerType.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"containerType.d.ts","sourceRoot":"","sources":["../../../src/validValues/containerType/containerType.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,oBAAoB,EAAE,MAAM,+BAA+B,CAAC;AAErE,MAAM,WAAW,aAAc,SAAQ,oBAAoB;CAAG;AAK9D,QAAA,MAAM,iBAAiB;;;;;;;CA2Cb,CAAC;AAEX,oBAAY,gBAAgB,GAAG,MAAM,OAAO,iBAAiB,CAAC;AAE9D,eAAe,iBAAiB,CAAC"}
1
+ {"version":3,"file":"containerType.d.ts","sourceRoot":"","sources":["../../../src/validValues/containerType/containerType.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,oBAAoB,EAAE,MAAM,+BAA+B,CAAC;AAErE,MAAM,WAAW,aAAc,SAAQ,oBAAoB;CAAG;AAK9D,QAAA,MAAM,iBAAiB;;;;;;;CA2Cb,CAAC;AAEX,MAAM,MAAM,gBAAgB,GAAG,MAAM,OAAO,iBAAiB,CAAC;AAE9D,eAAe,iBAAiB,CAAC"}
@@ -154,6 +154,6 @@ declare const allCountries: {
154
154
  readonly zm: Country;
155
155
  readonly zw: Country;
156
156
  };
157
- export declare type CountryKey = keyof typeof allCountries;
157
+ export type CountryKey = keyof typeof allCountries;
158
158
  export default allCountries;
159
159
  //# sourceMappingURL=country.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"country.d.ts","sourceRoot":"","sources":["../../../src/validValues/country/country.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,SAAS,EAAE,MAAM,kBAAkB,CAAC;AAC7C,OAAO,EAAE,oBAAoB,EAAE,MAAM,+BAA+B,CAAC;AACrE,OAAO,EAAE,iBAAiB,EAAE,MAAM,cAAc,CAAC;AAEjD,MAAM,WAAW,OAAQ,SAAQ,oBAAoB;IACnD,OAAO,CAAC,EAAE,SAAS,SAAS,EAAE,CAAC;IAE/B,KAAK,EAAE,iBAAiB,CAAC;CAC1B;AAKD,QAAA,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA6pDR,CAAC;AAEX,oBAAY,UAAU,GAAG,MAAM,OAAO,YAAY,CAAC;AAEnD,eAAe,YAAY,CAAC"}
1
+ {"version":3,"file":"country.d.ts","sourceRoot":"","sources":["../../../src/validValues/country/country.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,SAAS,EAAE,MAAM,kBAAkB,CAAC;AAC7C,OAAO,EAAE,oBAAoB,EAAE,MAAM,+BAA+B,CAAC;AACrE,OAAO,EAAE,iBAAiB,EAAE,MAAM,cAAc,CAAC;AAEjD,MAAM,WAAW,OAAQ,SAAQ,oBAAoB;IACnD,OAAO,CAAC,EAAE,SAAS,SAAS,EAAE,CAAC;IAE/B,KAAK,EAAE,iBAAiB,CAAC;CAC1B;AAKD,QAAA,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA6pDR,CAAC;AAEX,MAAM,MAAM,UAAU,GAAG,MAAM,OAAO,YAAY,CAAC;AAEnD,eAAe,YAAY,CAAC"}
@@ -1,6 +1,6 @@
1
1
  import type { ValidValueDefinition } from '../types/ValidValueDefinition';
2
2
  import type { ProductTypeKey } from '../productType/productType';
3
- declare type Designation = ValidValueDefinition;
3
+ type Designation = ValidValueDefinition;
4
4
  declare const allDesignations: {
5
5
  readonly brut: ValidValueDefinition;
6
6
  readonly brut_nature: ValidValueDefinition;
@@ -14,8 +14,8 @@ declare const allDesignations: {
14
14
  readonly sweet: ValidValueDefinition;
15
15
  readonly semi_sweet: ValidValueDefinition;
16
16
  };
17
- export declare type DesignationKey = keyof typeof allDesignations;
18
- declare type ByProductType = {
17
+ export type DesignationKey = keyof typeof allDesignations;
18
+ type ByProductType = {
19
19
  [K in ProductTypeKey]: Record<DesignationKey, Designation> | {};
20
20
  };
21
21
  export declare const byProductType: ByProductType;
@@ -1 +1 @@
1
- {"version":3,"file":"designation.d.ts","sourceRoot":"","sources":["../../../src/validValues/designation/designation.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,+BAA+B,CAAC;AAC1E,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,4BAA4B,CAAC;AAEjE,aAAK,WAAW,GAAG,oBAAoB,CAAC;AAKxC,QAAA,MAAM,eAAe;;;;;;;;;;;;CA8EX,CAAC;AAEX,oBAAY,cAAc,GAAG,MAAM,OAAO,eAAe,CAAC;AA0B1D,aAAK,aAAa,GAAG;KAClB,CAAC,IAAI,cAAc,GAAG,MAAM,CAAC,cAAc,EAAE,WAAW,CAAC,GAAG,EAAE;CAChE,CAAC;AACF,eAAO,MAAM,aAAa,EAAE,aAoF3B,CAAC;AAEF,eAAe,eAAe,CAAC"}
1
+ {"version":3,"file":"designation.d.ts","sourceRoot":"","sources":["../../../src/validValues/designation/designation.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,+BAA+B,CAAC;AAC1E,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,4BAA4B,CAAC;AAEjE,KAAK,WAAW,GAAG,oBAAoB,CAAC;AAKxC,QAAA,MAAM,eAAe;;;;;;;;;;;;CA8EX,CAAC;AAEX,MAAM,MAAM,cAAc,GAAG,MAAM,OAAO,eAAe,CAAC;AA0B1D,KAAK,aAAa,GAAG;KAClB,CAAC,IAAI,cAAc,GAAG,MAAM,CAAC,cAAc,EAAE,WAAW,CAAC,GAAG,EAAE;CAChE,CAAC;AACF,eAAO,MAAM,aAAa,EAAE,aAoF3B,CAAC;AAEF,eAAe,eAAe,CAAC"}
@@ -1,6 +1,6 @@
1
1
  import { country } from '../../validValues';
2
2
  import type { BottlebooksValidValueTitle, ValidValueDefinition } from '../types/ValidValueDefinition';
3
- declare type CountryCode = keyof typeof country;
3
+ type CountryCode = keyof typeof country;
4
4
  export interface FoodBusinessOperatorType extends ValidValueDefinition {
5
5
  alternativeLabel?: BottlebooksValidValueTitle;
6
6
  metadata?: {
@@ -20,6 +20,6 @@ declare const allFoodBusinessOperatorType: {
20
20
  importedBy: FoodBusinessOperatorType;
21
21
  };
22
22
  export declare const foodBusinessOperatorTypeByCountry: Record<"bg" | "de" | "es" | "et" | "fi" | "fr" | "hr" | "hu" | "it" | "lt" | "lv" | "mt" | "nl" | "pl" | "pt" | "ro" | "sk" | "at" | "id" | "ad" | "ae" | "af" | "ag" | "al" | "am" | "ao" | "ar" | "au" | "az" | "ba" | "bb" | "be" | "bf" | "bh" | "bm" | "bn" | "bo" | "br" | "bw" | "by" | "bz" | "ca" | "cd" | "ch" | "ci" | "cl" | "cm" | "cn" | "co" | "cr" | "cu" | "cy" | "cz" | "dk" | "do" | "ec" | "ee" | "eg" | "gb" | "gb_eng" | "gb_nir" | "gb_sct" | "gb_wls" | "gd" | "ge" | "gh" | "gp" | "gr" | "gt" | "gy" | "hk" | "hn" | "ht" | "ie" | "il" | "in" | "iq" | "ir" | "is" | "jm" | "jo" | "jp" | "ke" | "kg" | "kh" | "kn" | "kr" | "kw" | "kz" | "la" | "lb" | "lc" | "lk" | "lu" | "ly" | "ma" | "md" | "me" | "mg" | "mk" | "ml" | "mm" | "mn" | "mq" | "mu" | "mv" | "mx" | "my" | "mz" | "ng" | "ni" | "no" | "np" | "nz" | "pa" | "pe" | "ph" | "pr" | "py" | "rs" | "ru" | "sd" | "se" | "sg" | "si" | "sm" | "sn" | "sr" | "sy" | "th" | "tn" | "tr" | "tt" | "tw" | "tz" | "ua" | "ug" | "us" | "uy" | "uz" | "vn" | "xk" | "yv" | "za" | "zd" | "zm" | "zw", FoodBusinessOperatorType[]>;
23
- export declare type FoodBusinessOperatorTypeKey = keyof typeof allFoodBusinessOperatorType;
23
+ export type FoodBusinessOperatorTypeKey = keyof typeof allFoodBusinessOperatorType;
24
24
  export default allFoodBusinessOperatorType;
25
25
  //# sourceMappingURL=foodBusinessOperatorType.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"foodBusinessOperatorType.d.ts","sourceRoot":"","sources":["../../../src/validValues/foodBusinessOperatorType/foodBusinessOperatorType.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,OAAO,EAAE,MAAM,mBAAmB,CAAC;AAC5C,OAAO,KAAK,EACV,0BAA0B,EAC1B,oBAAoB,EACrB,MAAM,+BAA+B,CAAC;AAEvC,aAAK,WAAW,GAAG,MAAM,OAAO,OAAO,CAAC;AAGxC,MAAM,WAAW,wBAAyB,SAAQ,oBAAoB;IACpE,gBAAgB,CAAC,EAAE,0BAA0B,CAAC;IAC9C,QAAQ,CAAC,EAAE;QACT,OAAO,CAAC,EAAE,MAAM,CAAC;QACjB,gBAAgB,CAAC,EAAE,WAAW,EAAE,CAAC;KAGlC,CAAC;CACH;AAuHD,QAAA,MAAM,2BAA2B;;;;;;;;;;CAGhC,CAAC;AAeF,eAAO,MAAM,iCAAiC,wjCAQW,CAAC;AAE1D,oBAAY,2BAA2B,GACrC,MAAM,OAAO,2BAA2B,CAAC;AAE3C,eAAe,2BAA2B,CAAC"}
1
+ {"version":3,"file":"foodBusinessOperatorType.d.ts","sourceRoot":"","sources":["../../../src/validValues/foodBusinessOperatorType/foodBusinessOperatorType.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,OAAO,EAAE,MAAM,mBAAmB,CAAC;AAC5C,OAAO,KAAK,EACV,0BAA0B,EAC1B,oBAAoB,EACrB,MAAM,+BAA+B,CAAC;AAEvC,KAAK,WAAW,GAAG,MAAM,OAAO,OAAO,CAAC;AAGxC,MAAM,WAAW,wBAAyB,SAAQ,oBAAoB;IACpE,gBAAgB,CAAC,EAAE,0BAA0B,CAAC;IAC9C,QAAQ,CAAC,EAAE;QACT,OAAO,CAAC,EAAE,MAAM,CAAC;QACjB,gBAAgB,CAAC,EAAE,WAAW,EAAE,CAAC;KAGlC,CAAC;CACH;AAuHD,QAAA,MAAM,2BAA2B;;;;;;;;;;CAGhC,CAAC;AAeF,eAAO,MAAM,iCAAiC,wjCAQW,CAAC;AAE1D,MAAM,MAAM,2BAA2B,GACrC,MAAM,OAAO,2BAA2B,CAAC;AAE3C,eAAe,2BAA2B,CAAC"}
@@ -154,7 +154,7 @@ declare const allIngredients: {
154
154
  readonly yeastProteinExtracts: import("./ingredientTypes").DeprecatedIngredient;
155
155
  readonly yeastsForWineProduction: import("./ingredientTypes").DeprecatedIngredient;
156
156
  };
157
- export declare type IngredientKey = keyof typeof allIngredients;
157
+ export type IngredientKey = keyof typeof allIngredients;
158
158
  export declare const byProductType: Record<"wine_aromatised" | "beer" | "spirit_absinthe" | "spirit_anise" | "spirit_aquavit" | "spirit_arak" | "spirit_armagnac" | "spirit_asianspirit" | "spirit_bitter" | "spirit_cachaca" | "spirit_calvados" | "spirit_cocktail" | "spirit_cognac" | "spirit_fruitspirit" | "spirit_genever" | "spirit_gin" | "spirit_gin_distilled" | "spirit_grainspirit" | "spirit_grapebrandy" | "spirit_grappa" | "spirit_liqueur" | "spirit_marc" | "spirit_mezcal" | "spirit_miscspririt" | "spirit_ouzo" | "spirit_pastis" | "spirit_pisco" | "spirit_raki" | "spirit_rum" | "spirit_sambuca" | "spirit_schnaps" | "spirit_shochu" | "spirit_tequila" | "spirit_vermouth" | "spirit_vodka" | "spirit_whisky" | "wine_aromatised_wineBasedDrink" | "wine_aromatised_wineProductCocktail" | "wine_aromatised_aromatizovanyDezert" | "wine_aromatised_fortifiedWineBasedDrink" | "wine_aromatised_semiSparklingGrapeBasedCocktail" | "wine_aromatised_bitter" | "wine_aromatised_bitterSoda" | "wine_aromatised_clarea" | "wine_aromatised_eggBased" | "wine_aromatised_gluhwein" | "wine_aromatised_kalteEnte" | "wine_aromatised_maiwein" | "wine_aromatised_maitrank" | "wine_aromatised_pelin" | "wine_aromatised_sangria" | "wine_aromatised_sparklingWineCocktail" | "wine_aromatised_zurra" | "wine_aromatised_vakevaViiniglogi" | "wine_aromatised_vermouth" | "wine_aromatised_viiniglogiVingloggKarstasVynas" | "wine_aromatised_wineBasedAperitif" | "wine_aromatised_winoZiolowe" | "wine_aromatised_wineBasedCocktail" | "wine_stillwine" | "wine_sparkling" | "wine_fortified" | "wine_pearlwine" | "wine_liqueur" | "wine_qualitysparkling" | "wine_qualityaromaticsparkling" | "wine_aeratedsparkling" | "wine_semisparkling" | "wine_aeratedsemisparkling", Ingredient[]>;
159
159
  export default allIngredients;
160
160
  //# sourceMappingURL=ingredient.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ingredient.d.ts","sourceRoot":"","sources":["../../../src/validValues/ingredient/ingredient.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,+BAA+B,CAAC;AAK1E,OAAO,KAAK,EAAE,sCAAsC,EAAE,MAAM,mBAAmB,CAAC;AAEhF,UAAU,UACR,SAAQ,oBAAoB,EAC1B,sCAAsC;CAAG;AA4B7C,QAAA,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA8oCV,CAAC;AAEX,oBAAY,aAAa,GAAG,MAAM,OAAO,cAAc,CAAC;AAExD,eAAO,MAAM,aAAa,krDAUzB,CAAC;AAEF,eAAe,cAAc,CAAC"}
1
+ {"version":3,"file":"ingredient.d.ts","sourceRoot":"","sources":["../../../src/validValues/ingredient/ingredient.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,+BAA+B,CAAC;AAK1E,OAAO,KAAK,EAAE,sCAAsC,EAAE,MAAM,mBAAmB,CAAC;AAEhF,UAAU,UACR,SAAQ,oBAAoB,EAC1B,sCAAsC;CAAG;AA4B7C,QAAA,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA8oCV,CAAC;AAEX,MAAM,MAAM,aAAa,GAAG,MAAM,OAAO,cAAc,CAAC;AAExD,eAAO,MAAM,aAAa,krDAUzB,CAAC;AAEF,eAAe,cAAc,CAAC"}
@@ -1,6 +1,6 @@
1
1
  import { bg as bgPlurals, cs as csPlurals, da as daPlurals, de as dePlurals, el as elPlurals, en as enPlurals, es as esPlurals, et as eePlurals, fi as fiPlurals, fr as frPlurals, ga as gaPlurals, hr as hrPlurals, hu as huPlurals, it as itPlurals, lt as ltPlurals, lv as lvPlurals, mt as mtPlurals, nl as nlPlurals, pl as plPlurals, pt as ptPlurals, ro as roPlurals, sk as skPlurals, sv as svPlurals, sl as slPlurals } from 'make-plural/plurals';
2
2
  declare const languages: readonly ["bg", "cs", "da", "de", "el", "en", "es", "et", "fi", "fr", "ga", "hr", "hu", "it", "lt", "lv", "mt", "nl", "pl", "pt", "ro", "sk", "sv", "sl"];
3
- export declare type Language = typeof languages[number];
3
+ export type Language = typeof languages[number];
4
4
  export declare const allMessages: Record<"bg" | "cs" | "da" | "de" | "el" | "en" | "es" | "et" | "fi" | "fr" | "ga" | "hr" | "hu" | "it" | "lt" | "lv" | "mt" | "nl" | "pl" | "pt" | "ro" | "sk" | "sv" | "sl", Record<string, string>>;
5
5
  export declare const allLocaleData: {
6
6
  bg: {
@@ -1 +1 @@
1
- {"version":3,"file":"locales.d.ts","sourceRoot":"","sources":["../../src/validValues/locales.ts"],"names":[],"mappings":"AAoBA,OAAO,EACL,EAAE,IAAI,SAAS,EACf,EAAE,IAAI,SAAS,EACf,EAAE,IAAI,SAAS,EACf,EAAE,IAAI,SAAS,EACf,EAAE,IAAI,SAAS,EACf,EAAE,IAAI,SAAS,EACf,EAAE,IAAI,SAAS,EACf,EAAE,IAAI,SAAS,EACf,EAAE,IAAI,SAAS,EACf,EAAE,IAAI,SAAS,EACf,EAAE,IAAI,SAAS,EACf,EAAE,IAAI,SAAS,EACf,EAAE,IAAI,SAAS,EACf,EAAE,IAAI,SAAS,EACf,EAAE,IAAI,SAAS,EACf,EAAE,IAAI,SAAS,EACf,EAAE,IAAI,SAAS,EACf,EAAE,IAAI,SAAS,EACf,EAAE,IAAI,SAAS,EACf,EAAE,IAAI,SAAS,EACf,EAAE,IAAI,SAAS,EACf,EAAE,IAAI,SAAS,EACf,EAAE,IAAI,SAAS,EACf,EAAE,IAAI,SAAS,EAChB,MAAM,qBAAqB,CAAC;AAwB7B,QAAA,MAAM,SAAS,2JAyBL,CAAC;AACX,oBAAY,QAAQ,GAAG,OAAO,SAAS,CAAC,MAAM,CAAC,CAAC;AAEhD,eAAO,MAAM,WAAW,uMAK0B,CAAC;AAEnD,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAyBzB,CAAC"}
1
+ {"version":3,"file":"locales.d.ts","sourceRoot":"","sources":["../../src/validValues/locales.ts"],"names":[],"mappings":"AAoBA,OAAO,EACL,EAAE,IAAI,SAAS,EACf,EAAE,IAAI,SAAS,EACf,EAAE,IAAI,SAAS,EACf,EAAE,IAAI,SAAS,EACf,EAAE,IAAI,SAAS,EACf,EAAE,IAAI,SAAS,EACf,EAAE,IAAI,SAAS,EACf,EAAE,IAAI,SAAS,EACf,EAAE,IAAI,SAAS,EACf,EAAE,IAAI,SAAS,EACf,EAAE,IAAI,SAAS,EACf,EAAE,IAAI,SAAS,EACf,EAAE,IAAI,SAAS,EACf,EAAE,IAAI,SAAS,EACf,EAAE,IAAI,SAAS,EACf,EAAE,IAAI,SAAS,EACf,EAAE,IAAI,SAAS,EACf,EAAE,IAAI,SAAS,EACf,EAAE,IAAI,SAAS,EACf,EAAE,IAAI,SAAS,EACf,EAAE,IAAI,SAAS,EACf,EAAE,IAAI,SAAS,EACf,EAAE,IAAI,SAAS,EACf,EAAE,IAAI,SAAS,EAChB,MAAM,qBAAqB,CAAC;AAwB7B,QAAA,MAAM,SAAS,2JAyBL,CAAC;AACX,MAAM,MAAM,QAAQ,GAAG,OAAO,SAAS,CAAC,MAAM,CAAC,CAAC;AAEhD,eAAO,MAAM,WAAW,uMAK0B,CAAC;AAEnD,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAyBzB,CAAC"}
@@ -1,5 +1,5 @@
1
1
  import type { ValidValueDefinition } from '../types/ValidValueDefinition';
2
- export declare type OtherTranslations = ValidValueDefinition;
2
+ export type OtherTranslations = ValidValueDefinition;
3
3
  declare const allOtherTranslations: {
4
4
  readonly 'ingredientTag.ACIDITY_REGULATOR.many': ValidValueDefinition;
5
5
  readonly 'ingredientTag.ACIDITY_REGULATOR': ValidValueDefinition;
@@ -1 +1 @@
1
- {"version":3,"file":"otherTranslations.d.ts","sourceRoot":"","sources":["../../../src/validValues/otherTranslations/otherTranslations.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,+BAA+B,CAAC;AAE1E,oBAAY,iBAAiB,GAAG,oBAAoB,CAAC;AAKrD,QAAA,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAsNhB,CAAC;AAEX,eAAe,oBAAoB,CAAC"}
1
+ {"version":3,"file":"otherTranslations.d.ts","sourceRoot":"","sources":["../../../src/validValues/otherTranslations/otherTranslations.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,+BAA+B,CAAC;AAE1E,MAAM,MAAM,iBAAiB,GAAG,oBAAoB,CAAC;AAKrD,QAAA,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAsNhB,CAAC;AAEX,eAAe,oBAAoB,CAAC"}
@@ -7,6 +7,6 @@ declare const allPackagingCertifications: {
7
7
  readonly greendot: PackagingCertification;
8
8
  readonly recyclable: PackagingCertification;
9
9
  };
10
- export declare type PackagingCertificationsKey = keyof typeof allPackagingCertifications;
10
+ export type PackagingCertificationsKey = keyof typeof allPackagingCertifications;
11
11
  export default allPackagingCertifications;
12
12
  //# sourceMappingURL=packagingCertification.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"packagingCertification.d.ts","sourceRoot":"","sources":["../../../src/validValues/packagingCertification/packagingCertification.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,oBAAoB,EACpB,wBAAwB,EACxB,4BAA4B,EAC7B,MAAM,+BAA+B,CAAC;AAEvC,UAAU,sBACR,SAAQ,oBAAoB,EAC1B,wBAAwB,EACxB,4BAA4B;CAAG;AAKnC,QAAA,MAAM,0BAA0B;;;;;CAyCtB,CAAC;AAEX,oBAAY,0BAA0B,GACpC,MAAM,OAAO,0BAA0B,CAAC;AAE1C,eAAe,0BAA0B,CAAC"}
1
+ {"version":3,"file":"packagingCertification.d.ts","sourceRoot":"","sources":["../../../src/validValues/packagingCertification/packagingCertification.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,oBAAoB,EACpB,wBAAwB,EACxB,4BAA4B,EAC7B,MAAM,+BAA+B,CAAC;AAEvC,UAAU,sBACR,SAAQ,oBAAoB,EAC1B,wBAAwB,EACxB,4BAA4B;CAAG;AAKnC,QAAA,MAAM,0BAA0B;;;;;CAyCtB,CAAC;AAEX,MAAM,MAAM,0BAA0B,GACpC,MAAM,OAAO,0BAA0B,CAAC;AAE1C,eAAe,0BAA0B,CAAC"}
@@ -1,9 +1,9 @@
1
1
  import type { ValidValueDefinition } from '../types/ValidValueDefinition';
2
- export declare type PackagingGasType = ValidValueDefinition;
2
+ export type PackagingGasType = ValidValueDefinition;
3
3
  declare const allPackagingGas: {
4
4
  readonly bottledInProtectiveAtmosphere: ValidValueDefinition;
5
5
  readonly bottlingMayHappenInProtectiveAtmosphere: ValidValueDefinition;
6
6
  };
7
- export declare type ProductTypeKey = keyof typeof allPackagingGas;
7
+ export type ProductTypeKey = keyof typeof allPackagingGas;
8
8
  export default allPackagingGas;
9
9
  //# sourceMappingURL=packagingGasesFunction.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"packagingGasesFunction.d.ts","sourceRoot":"","sources":["../../../src/validValues/packagingGasesFunction/packagingGasesFunction.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,+BAA+B,CAAC;AAE1E,oBAAY,gBAAgB,GAAG,oBAAoB,CAAC;AAKpD,QAAA,MAAM,eAAe;;;CAeX,CAAC;AAEX,oBAAY,cAAc,GAAG,MAAM,OAAO,eAAe,CAAC;AAE1D,eAAe,eAAe,CAAC"}
1
+ {"version":3,"file":"packagingGasesFunction.d.ts","sourceRoot":"","sources":["../../../src/validValues/packagingGasesFunction/packagingGasesFunction.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,+BAA+B,CAAC;AAE1E,MAAM,MAAM,gBAAgB,GAAG,oBAAoB,CAAC;AAKpD,QAAA,MAAM,eAAe;;;CAeX,CAAC;AAEX,MAAM,MAAM,cAAc,GAAG,MAAM,OAAO,eAAe,CAAC;AAE1D,eAAe,eAAe,CAAC"}
@@ -1,2 +1,2 @@
1
- export declare type PackagingMaterialTag = 'COMPOSITE';
1
+ export type PackagingMaterialTag = 'COMPOSITE';
2
2
  //# sourceMappingURL=PackagingMaterialTag.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"PackagingMaterialTag.d.ts","sourceRoot":"","sources":["../../../src/validValues/packagingMaterialType/PackagingMaterialTag.ts"],"names":[],"mappings":"AAAA,oBAAY,oBAAoB,GAAG,WAAW,CAAC"}
1
+ {"version":3,"file":"PackagingMaterialTag.d.ts","sourceRoot":"","sources":["../../../src/validValues/packagingMaterialType/PackagingMaterialTag.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,oBAAoB,GAAG,WAAW,CAAC"}
@@ -60,6 +60,6 @@ declare const allPackagingMaterialTypes: {
60
60
  readonly '97': import("./packagingMaterialTypes").PackagingMaterialType;
61
61
  readonly '98': import("./packagingMaterialTypes").PackagingMaterialType;
62
62
  };
63
- export declare type PackagingMaterialTypeKey = keyof typeof allPackagingMaterialTypes;
63
+ export type PackagingMaterialTypeKey = keyof typeof allPackagingMaterialTypes;
64
64
  export default allPackagingMaterialTypes;
65
65
  //# sourceMappingURL=packagingMaterialType.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"packagingMaterialType.d.ts","sourceRoot":"","sources":["../../../src/validValues/packagingMaterialType/packagingMaterialType.ts"],"names":[],"mappings":"AAQA,QAAA,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAwqBrB,CAAC;AAEX,oBAAY,wBAAwB,GAAG,MAAM,OAAO,yBAAyB,CAAC;AAE9E,eAAe,yBAAyB,CAAC"}
1
+ {"version":3,"file":"packagingMaterialType.d.ts","sourceRoot":"","sources":["../../../src/validValues/packagingMaterialType/packagingMaterialType.ts"],"names":[],"mappings":"AAQA,QAAA,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAwqBrB,CAAC;AAEX,MAAM,MAAM,wBAAwB,GAAG,MAAM,OAAO,yBAAyB,CAAC;AAE9E,eAAe,yBAAyB,CAAC"}
@@ -5,7 +5,7 @@ import type { ValidValueDataDefinition, ValidValueDefinition } from '../types/Va
5
5
  export declare const packagingMaterialType: (value: PackagingMaterialType) => PackagingMaterialType;
6
6
  export declare const genericRecyclingLogo = "https://cdn.bottlebooks.me/bottlebooks/img/logos/packagingMaterialType/00_Generic_Recycling.svg";
7
7
  declare const categories: readonly ["plastics", "batteries", "paper", "metals", "glass", "biodegradable"];
8
- export declare type MaterialCategory = typeof categories[number];
8
+ export type MaterialCategory = typeof categories[number];
9
9
  export interface PackagingMaterialType extends ValidValueDefinition, ValidValueDataDefinition {
10
10
  isDeprecated?: boolean;
11
11
  code: string;
@@ -1 +1 @@
1
- {"version":3,"file":"packagingMaterialTypes.d.ts","sourceRoot":"","sources":["../../../src/validValues/packagingMaterialType/packagingMaterialTypes.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,cAAc,CAAC;AAEtD,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAC;AACnE,OAAO,KAAK,EACV,wBAAwB,EACxB,oBAAoB,EACrB,MAAM,+BAA+B,CAAC;AAEvC,qEAAqE;AACrE,eAAO,MAAM,qBAAqB,UAAW,qBAAqB,0BAAU,CAAC;AAE7E,eAAO,MAAM,oBAAoB,oGACkE,CAAC;AAEpG,QAAA,MAAM,UAAU,iFAON,CAAC;AACX,oBAAY,gBAAgB,GAAG,OAAO,UAAU,CAAC,MAAM,CAAC,CAAC;AAEzD,MAAM,WAAW,qBACf,SAAQ,oBAAoB,EAC1B,wBAAwB;IAC1B,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,EAAE,gBAAgB,CAAC;IAC3B,QAAQ,CAAC,EAAE;QACT,sBAAsB,CAAC,EAAE,iBAAiB,CAAC;QAC3C,IAAI,CAAC,EAAE,oBAAoB,EAAE,CAAC;KAC/B,CAAC;CACH"}
1
+ {"version":3,"file":"packagingMaterialTypes.d.ts","sourceRoot":"","sources":["../../../src/validValues/packagingMaterialType/packagingMaterialTypes.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,cAAc,CAAC;AAEtD,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAC;AACnE,OAAO,KAAK,EACV,wBAAwB,EACxB,oBAAoB,EACrB,MAAM,+BAA+B,CAAC;AAEvC,qEAAqE;AACrE,eAAO,MAAM,qBAAqB,UAAW,qBAAqB,0BAAU,CAAC;AAE7E,eAAO,MAAM,oBAAoB,oGACkE,CAAC;AAEpG,QAAA,MAAM,UAAU,iFAON,CAAC;AACX,MAAM,MAAM,gBAAgB,GAAG,OAAO,UAAU,CAAC,MAAM,CAAC,CAAC;AAEzD,MAAM,WAAW,qBACf,SAAQ,oBAAoB,EAC1B,wBAAwB;IAC1B,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,EAAE,gBAAgB,CAAC;IAC3B,QAAQ,CAAC,EAAE;QACT,sBAAsB,CAAC,EAAE,iBAAiB,CAAC;QAC3C,IAAI,CAAC,EAAE,oBAAoB,EAAE,CAAC;KAC/B,CAAC;CACH"}
@@ -1,6 +1,6 @@
1
1
  import type { ValidValueDefinition } from '../types/ValidValueDefinition';
2
2
  declare const categories: readonly ["wine", "wine_aromatised", "beer", "spirit"];
3
- export declare type ProductCategory = typeof categories[number];
3
+ export type ProductCategory = typeof categories[number];
4
4
  interface ProductType extends ValidValueDefinition {
5
5
  category: ProductCategory;
6
6
  }
@@ -75,6 +75,6 @@ declare const allProductTypes: {
75
75
  readonly wine_semisparkling: ProductType;
76
76
  readonly wine_aeratedsemisparkling: ProductType;
77
77
  };
78
- export declare type ProductTypeKey = keyof typeof allProductTypes;
78
+ export type ProductTypeKey = keyof typeof allProductTypes;
79
79
  export default allProductTypes;
80
80
  //# sourceMappingURL=productType.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"productType.d.ts","sourceRoot":"","sources":["../../../src/validValues/productType/productType.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,+BAA+B,CAAC;AAE1E,QAAA,MAAM,UAAU,wDAAyD,CAAC;AAC1E,oBAAY,eAAe,GAAG,OAAO,UAAU,CAAC,MAAM,CAAC,CAAC;AAExD,UAAU,WAAY,SAAQ,oBAAoB;IAChD,QAAQ,EAAE,eAAe,CAAC;CAC3B;AAKD,QAAA,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAqjBX,CAAC;AAEX,oBAAY,cAAc,GAAG,MAAM,OAAO,eAAe,CAAC;AAE1D,eAAe,eAAe,CAAC"}
1
+ {"version":3,"file":"productType.d.ts","sourceRoot":"","sources":["../../../src/validValues/productType/productType.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,+BAA+B,CAAC;AAE1E,QAAA,MAAM,UAAU,wDAAyD,CAAC;AAC1E,MAAM,MAAM,eAAe,GAAG,OAAO,UAAU,CAAC,MAAM,CAAC,CAAC;AAExD,UAAU,WAAY,SAAQ,oBAAoB;IAChD,QAAQ,EAAE,eAAe,CAAC;CAC3B;AAKD,QAAA,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAqjBX,CAAC;AAEX,MAAM,MAAM,cAAc,GAAG,MAAM,OAAO,eAAe,CAAC;AAE1D,eAAe,eAAe,CAAC"}
@@ -17,6 +17,6 @@ declare const allProductionMethods: {
17
17
  readonly charmatMethod: ProductionMethod;
18
18
  readonly stainlessSteelFermented: ProductionMethod;
19
19
  };
20
- export declare type ProductionMethodKey = keyof typeof allProductionMethods;
20
+ export type ProductionMethodKey = keyof typeof allProductionMethods;
21
21
  export default allProductionMethods;
22
22
  //# sourceMappingURL=productionMethod.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"productionMethod.d.ts","sourceRoot":"","sources":["../../../src/validValues/productionMethod/productionMethod.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,oBAAoB,EAAE,MAAM,+BAA+B,CAAC;AAErE,MAAM,WAAW,gBAAiB,SAAQ,oBAAoB;CAAG;AAKjE,QAAA,MAAM,oBAAoB;;;;;;;;;;;;;;;CAmGhB,CAAC;AAEX,oBAAY,mBAAmB,GAAG,MAAM,OAAO,oBAAoB,CAAC;AAEpE,eAAe,oBAAoB,CAAC"}
1
+ {"version":3,"file":"productionMethod.d.ts","sourceRoot":"","sources":["../../../src/validValues/productionMethod/productionMethod.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,oBAAoB,EAAE,MAAM,+BAA+B,CAAC;AAErE,MAAM,WAAW,gBAAiB,SAAQ,oBAAoB;CAAG;AAKjE,QAAA,MAAM,oBAAoB;;;;;;;;;;;;;;;CAmGhB,CAAC;AAEX,MAAM,MAAM,mBAAmB,GAAG,MAAM,OAAO,oBAAoB,CAAC;AAEpE,eAAe,oBAAoB,CAAC"}
@@ -489,7 +489,7 @@ declare const allRegions: {
489
489
  readonly za_western_cape: Region;
490
490
  readonly za_worcester: Region;
491
491
  };
492
- export declare type RegionKey = keyof typeof allRegions;
492
+ export type RegionKey = keyof typeof allRegions;
493
493
  export declare const byCountry: Record<string, Region[]>;
494
494
  export default allRegions;
495
495
  //# sourceMappingURL=region.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"region.d.ts","sourceRoot":"","sources":["../../../src/validValues/region/region.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,+BAA+B,CAAC;AAC1E,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,wBAAwB,CAAC;AAE3D,OAAO,EAAE,iBAAiB,EAAE,MAAM,cAAc,CAAC;AAEjD,MAAM,WAAW,MAAO,SAAQ,oBAAoB;IAClD,UAAU,CAAC,EAAE,SAAS,YAAY,EAAE,CAAC;IAErC,KAAK,EAAE,iBAAiB,CAAC;CAC1B;AAKD,QAAA,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgwKN,CAAC;AAEX,oBAAY,SAAS,GAAG,MAAM,OAAO,UAAU,CAAC;AAEhD,eAAO,MAAM,SAAS,0BAQhB,CAAC;AAEP,eAAe,UAAU,CAAC"}
1
+ {"version":3,"file":"region.d.ts","sourceRoot":"","sources":["../../../src/validValues/region/region.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,+BAA+B,CAAC;AAC1E,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,wBAAwB,CAAC;AAE3D,OAAO,EAAE,iBAAiB,EAAE,MAAM,cAAc,CAAC;AAEjD,MAAM,WAAW,MAAO,SAAQ,oBAAoB;IAClD,UAAU,CAAC,EAAE,SAAS,YAAY,EAAE,CAAC;IAErC,KAAK,EAAE,iBAAiB,CAAC;CAC1B;AAKD,QAAA,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgwKN,CAAC;AAEX,MAAM,MAAM,SAAS,GAAG,MAAM,OAAO,UAAU,CAAC;AAEhD,eAAO,MAAM,SAAS,0BAQhB,CAAC;AAEP,eAAe,UAAU,CAAC"}
@@ -7,6 +7,6 @@ declare const allResponsibleConsumptionLogos: {
7
7
  readonly responsibleOver18: ResponsibleConsumptionLogo;
8
8
  readonly responsibleWIM: ResponsibleConsumptionLogo;
9
9
  };
10
- export declare type ResponsibleConsumptionLogoKey = keyof typeof allResponsibleConsumptionLogos;
10
+ export type ResponsibleConsumptionLogoKey = keyof typeof allResponsibleConsumptionLogos;
11
11
  export default allResponsibleConsumptionLogos;
12
12
  //# sourceMappingURL=responsibleConsumptionLogo.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"responsibleConsumptionLogo.d.ts","sourceRoot":"","sources":["../../../src/validValues/responsibleConsumptionLogo/responsibleConsumptionLogo.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EACV,oBAAoB,EACpB,wBAAwB,EACzB,MAAM,kCAAkC,CAAC;AAE1C,UAAU,0BACR,SAAQ,oBAAoB,EAC1B,wBAAwB;CAAG;AAK/B,QAAA,MAAM,8BAA8B;;;;;CA0C1B,CAAC;AAEX,oBAAY,6BAA6B,GACvC,MAAM,OAAO,8BAA8B,CAAC;AAE9C,eAAe,8BAA8B,CAAC"}
1
+ {"version":3,"file":"responsibleConsumptionLogo.d.ts","sourceRoot":"","sources":["../../../src/validValues/responsibleConsumptionLogo/responsibleConsumptionLogo.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EACV,oBAAoB,EACpB,wBAAwB,EACzB,MAAM,kCAAkC,CAAC;AAE1C,UAAU,0BACR,SAAQ,oBAAoB,EAC1B,wBAAwB;CAAG;AAK/B,QAAA,MAAM,8BAA8B;;;;;CA0C1B,CAAC;AAEX,MAAM,MAAM,6BAA6B,GACvC,MAAM,OAAO,8BAA8B,CAAC;AAE9C,eAAe,8BAA8B,CAAC"}
@@ -1409,7 +1409,7 @@ declare const allSubregions: {
1409
1409
  readonly za_riebeeksrivier: Subregion;
1410
1410
  readonly za_upper_hemelAarde_valley: Subregion;
1411
1411
  };
1412
- export declare type SubregionKey = keyof typeof allSubregions;
1412
+ export type SubregionKey = keyof typeof allSubregions;
1413
1413
  export declare const byRegion: Record<string, Subregion[]>;
1414
1414
  export default allSubregions;
1415
1415
  //# sourceMappingURL=subregion.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"subregion.d.ts","sourceRoot":"","sources":["../../../src/validValues/subregion/subregion.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,+BAA+B,CAAC;AAC1E,OAAO,EAAE,iBAAiB,EAAE,MAAM,cAAc,CAAC;AAEjD,UAAU,SAAU,SAAQ,oBAAoB;IAC9C,KAAK,EAAE,iBAAiB,CAAC;CAC1B;AAKD,QAAA,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAqmTT,CAAC;AAEX,oBAAY,YAAY,GAAG,MAAM,OAAO,aAAa,CAAC;AAEtD,eAAO,MAAM,QAAQ,6BAQf,CAAC;AAEP,eAAe,aAAa,CAAC"}
1
+ {"version":3,"file":"subregion.d.ts","sourceRoot":"","sources":["../../../src/validValues/subregion/subregion.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,+BAA+B,CAAC;AAC1E,OAAO,EAAE,iBAAiB,EAAE,MAAM,cAAc,CAAC;AAEjD,UAAU,SAAU,SAAQ,oBAAoB;IAC9C,KAAK,EAAE,iBAAiB,CAAC;CAC1B;AAKD,QAAA,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAqmTT,CAAC;AAEX,MAAM,MAAM,YAAY,GAAG,MAAM,OAAO,aAAa,CAAC;AAEtD,eAAO,MAAM,QAAQ,6BAQf,CAAC;AAEP,eAAe,aAAa,CAAC"}
@@ -1,2 +1,2 @@
1
- export declare type CertificationTag = 'internationalCertification';
1
+ export type CertificationTag = 'internationalCertification';
2
2
  //# sourceMappingURL=CertificationTag.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"CertificationTag.d.ts","sourceRoot":"","sources":["../../../src/validValues/types/CertificationTag.ts"],"names":[],"mappings":"AAAA,oBAAY,gBAAgB,GAAG,4BAA4B,CAAA"}
1
+ {"version":3,"file":"CertificationTag.d.ts","sourceRoot":"","sources":["../../../src/validValues/types/CertificationTag.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,gBAAgB,GAAG,4BAA4B,CAAA"}
@@ -1,2 +1,2 @@
1
- export declare type IngredientTag = 'ADDITIVES' | 'SUGARS' | 'RAW_MATERIAL' | 'ALLERGEN' | 'ALLERGEN_EGG' | 'ALLERGEN_MILK' | 'ALLERGEN_SULPHITES' | 'PRESERVATIVE' | 'ANTIOXIDANT' | 'ENRICHMENT_SUBSTANCE' | 'NATURALLY_ADDED_ACID' | 'SWEETENER' | 'ACIDITY_REGULATOR' | 'STABILISER' | 'OTHER_INGREDIENT' | 'PROCESSING_AID' | 'FLAVOURING' | 'COLOUR' | 'ALCOHOL' | 'PACKAGING_GAS' | 'SEQUESTRANT' | 'FERMENTATION_ACTIVATOR' | 'CLARIFYING_AGENT' | 'ENZYME' | 'FERMENTATION_AGENT' | 'CORRECTION_OF_DEFECT';
1
+ export type IngredientTag = 'ADDITIVES' | 'SUGARS' | 'RAW_MATERIAL' | 'ALLERGEN' | 'ALLERGEN_EGG' | 'ALLERGEN_MILK' | 'ALLERGEN_SULPHITES' | 'PRESERVATIVE' | 'ANTIOXIDANT' | 'ENRICHMENT_SUBSTANCE' | 'NATURALLY_ADDED_ACID' | 'SWEETENER' | 'ACIDITY_REGULATOR' | 'STABILISER' | 'OTHER_INGREDIENT' | 'PROCESSING_AID' | 'FLAVOURING' | 'COLOUR' | 'ALCOHOL' | 'PACKAGING_GAS' | 'SEQUESTRANT' | 'FERMENTATION_ACTIVATOR' | 'CLARIFYING_AGENT' | 'ENZYME' | 'FERMENTATION_AGENT' | 'CORRECTION_OF_DEFECT';
2
2
  //# sourceMappingURL=IngredientTag.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"IngredientTag.d.ts","sourceRoot":"","sources":["../../../src/validValues/types/IngredientTag.ts"],"names":[],"mappings":"AAAA,oBAAY,aAAa,GACrB,WAAW,GACX,QAAQ,GACR,cAAc,GACd,UAAU,GACV,cAAc,GACd,eAAe,GACf,oBAAoB,GACpB,cAAc,GACd,aAAa,GACb,sBAAsB,GACtB,sBAAsB,GACtB,WAAW,GACX,mBAAmB,GACnB,YAAY,GACZ,kBAAkB,GAElB,gBAAgB,GAChB,YAAY,GACZ,QAAQ,GACR,SAAS,GACT,eAAe,GACf,aAAa,GACb,wBAAwB,GACxB,kBAAkB,GAClB,QAAQ,GACR,oBAAoB,GACpB,sBAAsB,CAAC"}
1
+ {"version":3,"file":"IngredientTag.d.ts","sourceRoot":"","sources":["../../../src/validValues/types/IngredientTag.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,aAAa,GACrB,WAAW,GACX,QAAQ,GACR,cAAc,GACd,UAAU,GACV,cAAc,GACd,eAAe,GACf,oBAAoB,GACpB,cAAc,GACd,aAAa,GACb,sBAAsB,GACtB,sBAAsB,GACtB,WAAW,GACX,mBAAmB,GACnB,YAAY,GACZ,kBAAkB,GAElB,gBAAgB,GAChB,YAAY,GACZ,QAAQ,GACR,SAAS,GACT,eAAe,GACf,aAAa,GACb,wBAAwB,GACxB,kBAAkB,GAClB,QAAQ,GACR,oBAAoB,GACpB,sBAAsB,CAAC"}
@@ -1,2 +1,2 @@
1
- export declare type ProductType = 'wine_stillwine' | 'wine_fortified' | 'wine_pearlwine' | 'wine_sparkling' | 'wine_aromatised' | 'wine_aromatised_wineBasedAperitif' | 'wine_aromatised_vermouth' | 'wine_aromatised_bitter' | 'wine_aromatised_eggBased' | 'wine_aromatised_vakevaViiniglogi' | 'wine_aromatised_wineBasedDrink' | 'wine_aromatised_fortifiedWineBasedDrink' | 'wine_aromatised_sangria' | 'wine_aromatised_clarea' | 'wine_aromatised_zurra' | 'wine_aromatised_bitterSoda' | 'wine_aromatised_kalteEnte' | 'wine_aromatised_gluhwein' | 'wine_aromatised_viiniglogiVingloggKarstasVynas' | 'wine_aromatised_maiwein' | 'wine_aromatised_maitrank' | 'wine_aromatised_pelin' | 'wine_aromatised_aromatizovanyDezert' | 'wine_aromatised_winoZiolowe' | 'wine_aromatised_wineBasedCocktail' | 'wine_aromatised_wineProductCocktail' | 'wine_aromatised_semiSparklingGrapeBasedCocktail' | 'wine_aromatised_sparklingWineCocktail' | 'wine_aeratedsparkling' | 'wine_aeratedsemisparkling' | 'wine_liqueur' | 'wine_qualitysparkling' | 'wine_qualityaromaticsparkling' | 'wine_semisparkling' | 'spirit_absinthe' | 'spirit_anise' | 'spirit_aquavit' | 'spirit_arak' | 'spirit_armagnac' | 'spirit_asianspirit' | 'spirit_bitter' | 'spirit_cachaca' | 'spirit_calvados' | 'spirit_cocktail' | 'spirit_cognac' | 'spirit_fruitspirit' | 'spirit_genever' | 'spirit_gin' | 'spirit_gin_distilled' | 'spirit_grainspirit' | 'spirit_grapebrandy' | 'spirit_grappa' | 'spirit_liqueur' | 'spirit_marc' | 'spirit_mezcal' | 'spirit_miscspririt' | 'spirit_ouzo' | 'spirit_pastis' | 'spirit_pisco' | 'spirit_raki' | 'spirit_rum' | 'spirit_sambuca' | 'spirit_shochu' | 'spirit_schnaps' | 'spirit_tequila' | 'spirit_vermouth' | 'spirit_vodka' | 'spirit_whisky' | 'beer';
1
+ export type ProductType = 'wine_stillwine' | 'wine_fortified' | 'wine_pearlwine' | 'wine_sparkling' | 'wine_aromatised' | 'wine_aromatised_wineBasedAperitif' | 'wine_aromatised_vermouth' | 'wine_aromatised_bitter' | 'wine_aromatised_eggBased' | 'wine_aromatised_vakevaViiniglogi' | 'wine_aromatised_wineBasedDrink' | 'wine_aromatised_fortifiedWineBasedDrink' | 'wine_aromatised_sangria' | 'wine_aromatised_clarea' | 'wine_aromatised_zurra' | 'wine_aromatised_bitterSoda' | 'wine_aromatised_kalteEnte' | 'wine_aromatised_gluhwein' | 'wine_aromatised_viiniglogiVingloggKarstasVynas' | 'wine_aromatised_maiwein' | 'wine_aromatised_maitrank' | 'wine_aromatised_pelin' | 'wine_aromatised_aromatizovanyDezert' | 'wine_aromatised_winoZiolowe' | 'wine_aromatised_wineBasedCocktail' | 'wine_aromatised_wineProductCocktail' | 'wine_aromatised_semiSparklingGrapeBasedCocktail' | 'wine_aromatised_sparklingWineCocktail' | 'wine_aeratedsparkling' | 'wine_aeratedsemisparkling' | 'wine_liqueur' | 'wine_qualitysparkling' | 'wine_qualityaromaticsparkling' | 'wine_semisparkling' | 'spirit_absinthe' | 'spirit_anise' | 'spirit_aquavit' | 'spirit_arak' | 'spirit_armagnac' | 'spirit_asianspirit' | 'spirit_bitter' | 'spirit_cachaca' | 'spirit_calvados' | 'spirit_cocktail' | 'spirit_cognac' | 'spirit_fruitspirit' | 'spirit_genever' | 'spirit_gin' | 'spirit_gin_distilled' | 'spirit_grainspirit' | 'spirit_grapebrandy' | 'spirit_grappa' | 'spirit_liqueur' | 'spirit_marc' | 'spirit_mezcal' | 'spirit_miscspririt' | 'spirit_ouzo' | 'spirit_pastis' | 'spirit_pisco' | 'spirit_raki' | 'spirit_rum' | 'spirit_sambuca' | 'spirit_shochu' | 'spirit_schnaps' | 'spirit_tequila' | 'spirit_vermouth' | 'spirit_vodka' | 'spirit_whisky' | 'beer';
2
2
  //# sourceMappingURL=ProductTypeKey.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ProductTypeKey.d.ts","sourceRoot":"","sources":["../../../src/validValues/types/ProductTypeKey.ts"],"names":[],"mappings":"AAAA,oBAAY,WAAW,GACnB,gBAAgB,GAChB,gBAAgB,GAChB,gBAAgB,GAChB,gBAAgB,GAChB,iBAAiB,GACjB,mCAAmC,GACnC,0BAA0B,GAC1B,wBAAwB,GACxB,0BAA0B,GAC1B,kCAAkC,GAClC,gCAAgC,GAChC,yCAAyC,GACzC,yBAAyB,GACzB,wBAAwB,GACxB,uBAAuB,GACvB,4BAA4B,GAC5B,2BAA2B,GAC3B,0BAA0B,GAC1B,gDAAgD,GAChD,yBAAyB,GACzB,0BAA0B,GAC1B,uBAAuB,GACvB,qCAAqC,GACrC,6BAA6B,GAC7B,mCAAmC,GACnC,qCAAqC,GACrC,iDAAiD,GACjD,uCAAuC,GACvC,uBAAuB,GACvB,2BAA2B,GAC3B,cAAc,GACd,uBAAuB,GACvB,+BAA+B,GAC/B,oBAAoB,GACpB,iBAAiB,GACjB,cAAc,GACd,gBAAgB,GAChB,aAAa,GACb,iBAAiB,GACjB,oBAAoB,GACpB,eAAe,GACf,gBAAgB,GAChB,iBAAiB,GACjB,iBAAiB,GACjB,eAAe,GACf,oBAAoB,GACpB,gBAAgB,GAChB,YAAY,GACZ,sBAAsB,GACtB,oBAAoB,GACpB,oBAAoB,GACpB,eAAe,GACf,gBAAgB,GAChB,aAAa,GACb,eAAe,GACf,oBAAoB,GACpB,aAAa,GACb,eAAe,GACf,cAAc,GACd,aAAa,GACb,YAAY,GACZ,gBAAgB,GAChB,eAAe,GACf,gBAAgB,GAChB,gBAAgB,GAChB,iBAAiB,GACjB,cAAc,GACd,eAAe,GACf,MAAM,CAAC"}
1
+ {"version":3,"file":"ProductTypeKey.d.ts","sourceRoot":"","sources":["../../../src/validValues/types/ProductTypeKey.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,WAAW,GACnB,gBAAgB,GAChB,gBAAgB,GAChB,gBAAgB,GAChB,gBAAgB,GAChB,iBAAiB,GACjB,mCAAmC,GACnC,0BAA0B,GAC1B,wBAAwB,GACxB,0BAA0B,GAC1B,kCAAkC,GAClC,gCAAgC,GAChC,yCAAyC,GACzC,yBAAyB,GACzB,wBAAwB,GACxB,uBAAuB,GACvB,4BAA4B,GAC5B,2BAA2B,GAC3B,0BAA0B,GAC1B,gDAAgD,GAChD,yBAAyB,GACzB,0BAA0B,GAC1B,uBAAuB,GACvB,qCAAqC,GACrC,6BAA6B,GAC7B,mCAAmC,GACnC,qCAAqC,GACrC,iDAAiD,GACjD,uCAAuC,GACvC,uBAAuB,GACvB,2BAA2B,GAC3B,cAAc,GACd,uBAAuB,GACvB,+BAA+B,GAC/B,oBAAoB,GACpB,iBAAiB,GACjB,cAAc,GACd,gBAAgB,GAChB,aAAa,GACb,iBAAiB,GACjB,oBAAoB,GACpB,eAAe,GACf,gBAAgB,GAChB,iBAAiB,GACjB,iBAAiB,GACjB,eAAe,GACf,oBAAoB,GACpB,gBAAgB,GAChB,YAAY,GACZ,sBAAsB,GACtB,oBAAoB,GACpB,oBAAoB,GACpB,eAAe,GACf,gBAAgB,GAChB,aAAa,GACb,eAAe,GACf,oBAAoB,GACpB,aAAa,GACb,eAAe,GACf,cAAc,GACd,aAAa,GACb,YAAY,GACZ,gBAAgB,GAChB,eAAe,GACf,gBAAgB,GAChB,gBAAgB,GAChB,iBAAiB,GACjB,cAAc,GACd,eAAe,GACf,MAAM,CAAC"}
@@ -2,7 +2,7 @@ import type { MessageDescriptor } from '@lingui/core';
2
2
  /**
3
3
  * Encapsulates the title of a valid value, and if it is localized or not.
4
4
  */
5
- export declare type BottlebooksValidValueTitle = string | MessageDescriptor;
5
+ export type BottlebooksValidValueTitle = string | MessageDescriptor;
6
6
  export interface ValidValueDefinition {
7
7
  key: string;
8
8
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"ValidValueDefinition.d.ts","sourceRoot":"","sources":["../../../src/validValues/types/ValidValueDefinition.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,cAAc,CAAC;AAMtD;;GAEG;AACH,oBAAY,0BAA0B,GAAG,MAAM,GAAG,iBAAiB,CAAC;AAEpE,MAAM,WAAW,oBAAoB;IACnC,GAAG,EAAE,MAAM,CAAC;IACZ;;;;OAIG;IACH,KAAK,EAAE,0BAA0B,CAAC;CACnC;AAED,MAAM,WAAW,wBAAwB;IACvC;;;;;;;;;OASG;IACH,IAAI,EAAE;QACJ,IAAI,CAAC,EAAE,MAAM,CAAC;KACf,CAAC;CACH;AAED,MAAM,WAAW,4BAA4B;IAC3C;;;;OAIG;IACH,QAAQ,EAAE;QACR;;WAEG;QACH,IAAI,CAAC,EAAE,MAAM,EAAE,CAAC;KAEjB,CAAC;CACH"}
1
+ {"version":3,"file":"ValidValueDefinition.d.ts","sourceRoot":"","sources":["../../../src/validValues/types/ValidValueDefinition.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,cAAc,CAAC;AAMtD;;GAEG;AACH,MAAM,MAAM,0BAA0B,GAAG,MAAM,GAAG,iBAAiB,CAAC;AAEpE,MAAM,WAAW,oBAAoB;IACnC,GAAG,EAAE,MAAM,CAAC;IACZ;;;;OAIG;IACH,KAAK,EAAE,0BAA0B,CAAC;CACnC;AAED,MAAM,WAAW,wBAAwB;IACvC;;;;;;;;;OASG;IACH,IAAI,EAAE;QACJ,IAAI,CAAC,EAAE,MAAM,CAAC;KACf,CAAC;CACH;AAED,MAAM,WAAW,4BAA4B;IAC3C;;;;OAIG;IACH,QAAQ,EAAE;QACR;;WAEG;QACH,IAAI,CAAC,EAAE,MAAM,EAAE,CAAC;KAEjB,CAAC;CACH"}
@@ -1,3 +1,3 @@
1
1
  import { allMessages } from '../locales';
2
- export declare type ValidValueLocale = keyof typeof allMessages;
2
+ export type ValidValueLocale = keyof typeof allMessages;
3
3
  //# sourceMappingURL=ValidValueLocale.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ValidValueLocale.d.ts","sourceRoot":"","sources":["../../../src/validValues/types/ValidValueLocale.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,YAAY,CAAC;AAEzC,oBAAY,gBAAgB,GAAG,MAAM,OAAO,WAAW,CAAC"}
1
+ {"version":3,"file":"ValidValueLocale.d.ts","sourceRoot":"","sources":["../../../src/validValues/types/ValidValueLocale.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,YAAY,CAAC;AAEzC,MAAM,MAAM,gBAAgB,GAAG,MAAM,OAAO,WAAW,CAAC"}
@@ -1992,6 +1992,6 @@ declare const allVarietyNames: {
1992
1992
  readonly 'Satin Noir': VarietyName;
1993
1993
  readonly Tamyanka: VarietyName;
1994
1994
  };
1995
- export declare type VarietyNameKey = keyof typeof allVarietyNames;
1995
+ export type VarietyNameKey = keyof typeof allVarietyNames;
1996
1996
  export default allVarietyNames;
1997
1997
  //# sourceMappingURL=varietyName.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"varietyName.d.ts","sourceRoot":"","sources":["../../../src/validValues/varietyName/varietyName.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,+BAA+B,CAAC;AAE1E,UAAU,WAAY,SAAQ,oBAAoB;IAChD,YAAY,CAAC,EAAE,OAAO,CAAC;CACxB;AAKD,QAAA,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAmxPX,CAAC;AAEX,oBAAY,cAAc,GAAG,MAAM,OAAO,eAAe,CAAC;AAC1D,eAAe,eAAe,CAAC"}
1
+ {"version":3,"file":"varietyName.d.ts","sourceRoot":"","sources":["../../../src/validValues/varietyName/varietyName.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,+BAA+B,CAAC;AAE1E,UAAU,WAAY,SAAQ,oBAAoB;IAChD,YAAY,CAAC,EAAE,OAAO,CAAC;CACxB;AAKD,QAAA,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAmxPX,CAAC;AAEX,MAAM,MAAM,cAAc,GAAG,MAAM,OAAO,eAAe,CAAC;AAC1D,eAAe,eAAe,CAAC"}
@@ -7,6 +7,6 @@ declare const allWineColors: {
7
7
  readonly rose: WineColor;
8
8
  readonly white: WineColor;
9
9
  };
10
- export declare type WineColorKey = keyof typeof allWineColors;
10
+ export type WineColorKey = keyof typeof allWineColors;
11
11
  export default allWineColors;
12
12
  //# sourceMappingURL=wineColor.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"wineColor.d.ts","sourceRoot":"","sources":["../../../src/validValues/wineColor/wineColor.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,oBAAoB,EAAE,MAAM,+BAA+B,CAAC;AAErE,MAAM,WAAW,SAAU,SAAQ,oBAAoB;CAAG;AAK1D,QAAA,MAAM,aAAa;;;;;CA6BT,CAAC;AAEX,oBAAY,YAAY,GAAG,MAAM,OAAO,aAAa,CAAC;AAEtD,eAAe,aAAa,CAAC"}
1
+ {"version":3,"file":"wineColor.d.ts","sourceRoot":"","sources":["../../../src/validValues/wineColor/wineColor.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,oBAAoB,EAAE,MAAM,+BAA+B,CAAC;AAErE,MAAM,WAAW,SAAU,SAAQ,oBAAoB;CAAG;AAK1D,QAAA,MAAM,aAAa;;;;;CA6BT,CAAC;AAEX,MAAM,MAAM,YAAY,GAAG,MAAM,OAAO,aAAa,CAAC;AAEtD,eAAe,aAAa,CAAC"}
@@ -7,6 +7,6 @@ declare const allWineTypes: {
7
7
  readonly sparkling: WineType;
8
8
  readonly wine: WineType;
9
9
  };
10
- export declare type WineTypeKey = keyof typeof allWineTypes;
10
+ export type WineTypeKey = keyof typeof allWineTypes;
11
11
  export default allWineTypes;
12
12
  //# sourceMappingURL=wineType.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"wineType.d.ts","sourceRoot":"","sources":["../../../src/validValues/wineType/wineType.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,oBAAoB,EAAE,MAAM,+BAA+B,CAAC;AAErE,MAAM,WAAW,QAAS,SAAQ,oBAAoB;CAAG;AAKzD,QAAA,MAAM,YAAY;;;;;CA6BR,CAAC;AAEX,oBAAY,WAAW,GAAG,MAAM,OAAO,YAAY,CAAC;AAEpD,eAAe,YAAY,CAAC"}
1
+ {"version":3,"file":"wineType.d.ts","sourceRoot":"","sources":["../../../src/validValues/wineType/wineType.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,oBAAoB,EAAE,MAAM,+BAA+B,CAAC;AAErE,MAAM,WAAW,QAAS,SAAQ,oBAAoB;CAAG;AAKzD,QAAA,MAAM,YAAY;;;;;CA6BR,CAAC;AAEX,MAAM,MAAM,WAAW,GAAG,MAAM,OAAO,YAAY,CAAC;AAEpD,eAAe,YAAY,CAAC"}
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@bottlebooks/valid-values",
3
3
  "description": "The Bottlebooks lookup values, defined globally.",
4
4
  "private": false,
5
- "version": "10.14.0",
5
+ "version": "10.15.0",
6
6
  "type": "commonjs",
7
7
  "main": "dist/index.js",
8
8
  "types": "dist/index.d.ts",
@@ -27,12 +27,12 @@
27
27
  "@typescript-eslint/parser": "^5.5.0",
28
28
  "babel-plugin-macros": "^2.5.1",
29
29
  "rollup-plugin-node-builtins": "^2.1.2",
30
- "typescript": "^4.5.4",
30
+ "typescript": "^4.9.5",
31
31
  "vite": "^3.0.7",
32
32
  "vite-plugin-babel-macros": "1.0.5"
33
33
  },
34
34
  "dependencies": {
35
35
  "@lingui/core": "3.14.0"
36
36
  },
37
- "gitHead": "870de77ec842010ec519d53072a02c5fa9992aa9"
37
+ "gitHead": "d8337cdce2fefd70c880e19dd6af4c40192a1959"
38
38
  }