@simonarcher/fika-types 1.0.68 → 1.0.69

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 (2) hide show
  1. package/dist/shop.d.ts +6 -0
  2. package/package.json +1 -1
package/dist/shop.d.ts CHANGED
@@ -433,8 +433,14 @@ export interface PublicShopData extends Omit<ShopData, 'analytics' | 'googleRati
433
433
  general?: string[];
434
434
  menu?: string[];
435
435
  };
436
+ brewMethods?: CoffeeBrewingMethodKey[];
437
+ unverifiedBrewMethods?: CoffeeBrewingMethodKey[];
436
438
  spotifyPlaylistId?: string;
437
439
  address?: string;
440
+ fans?: {
441
+ fans: string[];
442
+ total: number;
443
+ };
438
444
  }
439
445
  export type SpecialtyOverride = {
440
446
  score: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@simonarcher/fika-types",
3
- "version": "1.0.68",
3
+ "version": "1.0.69",
4
4
  "description": "Shared TypeScript types for Fika projects",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",