@thryveai/theme-interfaces 2.7.19 → 2.7.20

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.
@@ -570,5 +570,4 @@ export interface IMaintainCustomerPreferences {
570
570
  };
571
571
  optInMarketingPreferences: boolean;
572
572
  selectOptInMarketingPreferencesStore: boolean;
573
- surveysOptOut: boolean;
574
573
  }
@@ -256,7 +256,6 @@ var DefaultConfigSFUI = {
256
256
  },
257
257
  optInMarketingPreferences: false,
258
258
  selectOptInMarketingPreferencesStore: false,
259
- surveysOptOut: true,
260
259
  },
261
260
  mapZoom: 8,
262
261
  promoTemplateVersion: 1,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thryveai/theme-interfaces",
3
- "version": "2.7.19",
3
+ "version": "2.7.20",
4
4
  "description": "Shared interfaces and defaults for all Wynshop themed apps.",
5
5
  "scripts": {
6
6
  "build": "gulp",