@thryveai/theme-interfaces 2.7.77 → 2.7.78

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.
@@ -343,6 +343,7 @@ export interface IFeaturesV2 {
343
343
  specialRequestItems: boolean;
344
344
  couponGallery: ICouponGalleryLayout;
345
345
  gsaSupportedBrowser: boolean;
346
+ acquiaAuthService: boolean;
346
347
  }
347
348
  export interface IPdpSettingsV2 {
348
349
  externalContent: IExternalContentProps;
@@ -186,6 +186,7 @@ var DefaultConfigSFUI = {
186
186
  nonBundlePromotionCalculator: true,
187
187
  },
188
188
  gsaSupportedBrowser: true,
189
+ acquiaAuthService: false,
189
190
  },
190
191
  pdpSettings: {
191
192
  externalContent: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thryveai/theme-interfaces",
3
- "version": "2.7.77",
3
+ "version": "2.7.78",
4
4
  "description": "Shared interfaces and defaults for all Wynshop themed apps.",
5
5
  "scripts": {
6
6
  "build": "gulp",