@thryveai/theme-interfaces 2.6.2 → 2.6.4

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.
@@ -331,6 +331,7 @@ export interface IFeaturesV2 {
331
331
  smsNotifications: ISMSConfig;
332
332
  specialRequestItems: boolean;
333
333
  couponGallery: ICouponGalleryLayout;
334
+ gsaSupportedBrowser: boolean;
334
335
  }
335
336
  export interface IPdpSettingsV2 {
336
337
  nutritionZone: INutritionZone;
@@ -83,6 +83,12 @@ var FeatureSettingsChildren = {
83
83
  },
84
84
  },
85
85
  },
86
+ gsaSupportedBrowser: {
87
+ title: "gsaSupportedBrowser",
88
+ description: "Enables a retailer setting to block or unblock users from accessing the storefront using GSA",
89
+ helpLink: "https://mi9retail.atlassian.net/wiki/spaces/FDS/pages/3274571877/gsaSupportedBrowser",
90
+ type: exports.AdminTemplateInputTypes.checkbox,
91
+ },
86
92
  clientCache: {
87
93
  title: "Browser API Caching",
88
94
  description: "Enable cache for clients on the browser",