@simonarcher/fika-types 1.2.1 → 1.2.2

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 CHANGED
@@ -313,7 +313,7 @@ export interface ShopContactDetails {
313
313
  };
314
314
  updatedAt?: Date;
315
315
  }
316
- export type ShopFeatureKey = 'powerOutlets' | 'laptopFriendly' | 'outdoorSeating' | 'indoorSeating' | 'accessibility' | 'alcohol' | 'breakfast' | 'lunch' | 'vegetarian' | 'petFriendly' | 'kidFriendly' | 'restrooms' | 'parking' | 'wifi' | 'acceptsCash' | 'acceptsCreditCards' | 'acceptsNfc' | 'discountOnReusableCup' | 'glutenFree' | 'loyaltyCard' | 'takeaway' | 'delivery' | 'inHouseRoasting' | 'walkInOnly';
316
+ export type ShopFeatureKey = 'powerOutlets' | 'laptopFriendly' | 'outdoorSeating' | 'indoorSeating' | 'accessibility' | 'alcohol' | 'breakfast' | 'lunch' | 'vegetarian' | 'petFriendly' | 'kidFriendly' | 'restrooms' | 'parking' | 'wifi' | 'acceptsCash' | 'acceptsCreditCards' | 'acceptsNfc' | 'discountOnReusableCup' | 'glutenFree' | 'loyaltyCard' | 'takeaway' | 'delivery' | 'walkInOnly';
317
317
  export type FeatureGroupKey = 'Space & Seating' | 'Work & Facilities' | 'Food & Drink' | 'Service' | 'Payment';
318
318
  /** Maps each feature key to its display group. Single source of truth for admin and mobile. */
319
319
  export declare const featureGroupMap: Record<ShopFeatureKey, FeatureGroupKey>;
package/dist/shop.js CHANGED
@@ -26,7 +26,6 @@ exports.featureGroupMap = {
26
26
  delivery: 'Service',
27
27
  loyaltyCard: 'Service',
28
28
  discountOnReusableCup: 'Service',
29
- inHouseRoasting: 'Service',
30
29
  walkInOnly: 'Service',
31
30
  // Payment
32
31
  acceptsCash: 'Payment',
@@ -58,7 +57,6 @@ exports.featureLabelMap = {
58
57
  delivery: 'Delivery',
59
58
  loyaltyCard: 'Loyalty Card',
60
59
  discountOnReusableCup: 'Discount for Reusable Cup',
61
- inHouseRoasting: 'In-House Roasting',
62
60
  walkInOnly: 'Walk-In Only',
63
61
  // Payment
64
62
  acceptsCash: 'Cash Payments',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@simonarcher/fika-types",
3
- "version": "1.2.1",
3
+ "version": "1.2.2",
4
4
  "description": "Shared TypeScript types for Fika projects",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",