@thryveai/theme-interfaces 2.7.84 → 2.7.85

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.
@@ -111,6 +111,7 @@ export interface ISiteSettings {
111
111
  export interface IVouchers {
112
112
  enabled: boolean;
113
113
  reCaptcha: boolean;
114
+ manualVouchers: boolean;
114
115
  }
115
116
  export interface IPromotionCalculator {
116
117
  bundlePromotionCalculator: boolean;
@@ -180,6 +180,7 @@ var DefaultConfigSFUI = {
180
180
  vouchers: {
181
181
  enabled: false,
182
182
  reCaptcha: false,
183
+ manualVouchers: true,
183
184
  },
184
185
  promotionDetailsPage: {
185
186
  bundlePromotionCalculator: true,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thryveai/theme-interfaces",
3
- "version": "2.7.84",
3
+ "version": "2.7.85",
4
4
  "description": "Shared interfaces and defaults for all Wynshop themed apps.",
5
5
  "scripts": {
6
6
  "build": "gulp",
@@ -26,4 +26,4 @@
26
26
  "ts-node": "^10.8.1",
27
27
  "typescript": "4.6.3"
28
28
  }
29
- }
29
+ }