@simonarcher/fika-types 1.0.89 → 1.0.90
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 +3 -0
- package/package.json +1 -1
package/dist/shop.d.ts
CHANGED
|
@@ -235,6 +235,7 @@ export type ShopData = {
|
|
|
235
235
|
brewMethods?: string[];
|
|
236
236
|
menuKeywords?: string[];
|
|
237
237
|
hasBrewBar?: boolean;
|
|
238
|
+
hasSingleOriginEspresso?: boolean;
|
|
238
239
|
brewBarDescription?: string;
|
|
239
240
|
servesPlantBasedMilk?: boolean;
|
|
240
241
|
decafOptions?: boolean;
|
|
@@ -475,6 +476,7 @@ export interface RoastingAndBeansInfo {
|
|
|
475
476
|
}
|
|
476
477
|
export interface PublicShopData extends Omit<ShopData, 'analytics' | 'googleRating' | 'contactDetails' | 'placeId'> {
|
|
477
478
|
hasBrewBar?: boolean;
|
|
479
|
+
hasSingleOriginEspresso?: boolean;
|
|
478
480
|
brewBarDescription?: string;
|
|
479
481
|
menu: MenuItem[];
|
|
480
482
|
staffMembers: StaffMember[];
|
|
@@ -628,6 +630,7 @@ export interface PostShopReviewData {
|
|
|
628
630
|
* Whether the shop has a brew bar.
|
|
629
631
|
*/
|
|
630
632
|
hasBrewBar?: boolean;
|
|
633
|
+
hasSingleOriginEspresso?: boolean;
|
|
631
634
|
brewBarDescription?: string;
|
|
632
635
|
/**
|
|
633
636
|
* Roasters observed or confirmed at the shop.
|