@simonarcher/fika-types 1.0.31 → 1.0.32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/shop.d.ts +2 -2
- package/package.json +1 -1
package/dist/shop.d.ts
CHANGED
|
@@ -199,8 +199,8 @@ export interface ShopSpecialties {
|
|
|
199
199
|
additional: ShopSpecialtyKey[];
|
|
200
200
|
customSpecialty?: string;
|
|
201
201
|
}
|
|
202
|
-
export type CoffeeBrewingCategoryKey = 'Espresso-Based' | 'Pour-Over' | 'Immersion' | 'Cold & Iced' | 'Regional & Traditional' | 'Batch Brew / Commercial';
|
|
203
|
-
export type CoffeeBrewingMethodKey = 'espresso' | 'ristretto' | 'lungo' | 'americano' | 'macchiato' | 'cortado' | 'flatWhite' | 'cappuccino' | 'latte' | 'mocha' | 'v60' | 'kalitaWave' | 'chemex' | 'origamiDripper' | 'melitta' | 'clothDrip' | 'frenchPress' | 'aeropress' | 'cleverDripper' | 'siphon' | 'turkishCoffee' | 'coldBrew' | 'japaneseIcedCoffee' | 'nitroColdBrew' | 'flashBrew' | 'mokaPot' | 'vietnamesePhin' | 'cafeDeOlla' | 'cafeCubano' | 'ethiopianCeremony' | 'batchBrew' | 'percolator' | 'specialtyInstant';
|
|
202
|
+
export type CoffeeBrewingCategoryKey = 'Espresso-Based' | 'Pour-Over' | 'Immersion' | 'Cold & Iced' | 'Regional & Traditional' | 'Batch Brew / Commercial' | 'Tea & Non-Coffee';
|
|
203
|
+
export type CoffeeBrewingMethodKey = 'espresso' | 'ristretto' | 'lungo' | 'americano' | 'macchiato' | 'cortado' | 'flatWhite' | 'cappuccino' | 'latte' | 'mocha' | 'v60' | 'kalitaWave' | 'chemex' | 'origamiDripper' | 'melitta' | 'clothDrip' | 'frenchPress' | 'aeropress' | 'cleverDripper' | 'siphon' | 'turkishCoffee' | 'coldBrew' | 'japaneseIcedCoffee' | 'nitroColdBrew' | 'flashBrew' | 'mokaPot' | 'vietnamesePhin' | 'cafeDeOlla' | 'cafeCubano' | 'ethiopianCeremony' | 'batchBrew' | 'percolator' | 'specialtyInstant' | 'matcha' | 'matchaLatte' | 'looseleafTea' | 'teaBags' | 'chaiTea' | 'herbalTea' | 'icedTea' | 'bubbleTea' | 'kombucha';
|
|
204
204
|
export interface CoffeeBrewingMethod {
|
|
205
205
|
name: string;
|
|
206
206
|
description: string;
|