@thryveai/theme-interfaces 2.6.1 → 2.6.3

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.
@@ -554,4 +554,5 @@ export interface IMaintainCustomerPreferences {
554
554
  [key in IConfigurableCustomerPreference]: string[];
555
555
  };
556
556
  optInMarketingPreferences: boolean;
557
+ selectOptInMarketingPreferencesStore: boolean;
557
558
  }
@@ -455,6 +455,11 @@ var SiteSettingsChildren = {
455
455
  description: "Do NOT enable for GDPR compliant clients!",
456
456
  type: exports.AdminTemplateInputTypes.checkbox,
457
457
  },
458
+ selectOptInMarketingPreferencesStore: {
459
+ title: "Force selection of exact store you want to receive marketing preferences from",
460
+ description: "Select store customer wants to receive updates/offers from",
461
+ type: exports.AdminTemplateInputTypes.checkbox,
462
+ },
458
463
  },
459
464
  },
460
465
  retailerCountry: {