@thryveai/theme-interfaces 2.3.6 → 2.3.7

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.
@@ -88,13 +88,14 @@ export interface IFeatureSwitch {
88
88
  additionalCharges: boolean;
89
89
  clientCache: boolean;
90
90
  enableVouchers: boolean;
91
- giftCards: {
92
- enabled: boolean;
93
- gitfCardInputValidation: string;
94
- pinInputValidation: string;
95
- };
91
+ giftCards: IGiftCards;
96
92
  smartbanner: ISmartBanner;
97
93
  }
94
+ export interface IGiftCards {
95
+ enabled: boolean;
96
+ gitfCardInputValidation: string;
97
+ pinInputValidation: string;
98
+ }
98
99
  export interface ISmartBanner {
99
100
  enabled: boolean;
100
101
  title: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thryveai/theme-interfaces",
3
- "version": "2.3.6",
3
+ "version": "2.3.7",
4
4
  "description": "Shared interfaces and defaults for all Wynshop themed apps.",
5
5
  "scripts": {
6
6
  "build": "tsc",