@thryveai/theme-interfaces 1.5.9 → 1.5.10

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thryveai/theme-interfaces",
3
- "version": "1.5.9",
3
+ "version": "1.5.10",
4
4
  "description": "Shared Interfaces for all ThryveAi storefront retailer themes.",
5
5
  "scripts": {
6
6
  "build": "tsc",
@@ -211,6 +211,7 @@ export interface IDefaultRetailerSettings {
211
211
  showImgOnOrder: boolean;
212
212
  smsNotifications: ISMSConfig;
213
213
  sodiumWarning: ISodiumWarning;
214
+ specialRequestItems: boolean;
214
215
  subHeaderHeight: number;
215
216
  timeslotModalSettings: ITimeslotModalSettings;
216
217
  useAddressValidation: boolean;