@thryveai/theme-interfaces 1.5.22 → 1.5.23

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.22",
3
+ "version": "1.5.23",
4
4
  "description": "Shared Interfaces for all ThryveAi storefront retailer themes.",
5
5
  "scripts": {
6
6
  "build": "tsc",
@@ -103,6 +103,11 @@ export interface ISmartBanner {
103
103
  }
104
104
  export interface IGlobalLayouts {
105
105
  cartSummary: ICartSummaryLayout;
106
+ couponGallery: ICouponGalleryLayout;
107
+ }
108
+ export interface ICouponGalleryLayout {
109
+ enabled: boolean;
110
+ galleryIsIframe: boolean;
106
111
  }
107
112
  export interface ICartSummaryLayout {
108
113
  showTaxTotal: boolean;