@thryveai/theme-interfaces 1.5.14 → 1.5.15

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thryveai/theme-interfaces",
3
- "version": "1.5.14",
3
+ "version": "1.5.15",
4
4
  "description": "Shared Interfaces for all ThryveAi storefront retailer themes.",
5
5
  "scripts": {
6
6
  "build": "tsc",
@@ -1,7 +1,7 @@
1
1
  import { IconNames, PaymentCards } from "./icons.interfaces";
2
2
  export interface IRetailerSettings {
3
3
  accountPage?: IAccountPageSettings;
4
- additionalcharges?: boolean;
4
+ additionalCharges?: boolean;
5
5
  advertSettings?: IAdvertSettings;
6
6
  TimeslotModalSettings?: ITimeslotModalSettings;
7
7
  addresses?: {
@@ -158,7 +158,7 @@ export interface IAdvertSkyScrapers {
158
158
  }
159
159
  export interface IDefaultRetailerSettings {
160
160
  accountPage: IAccountPageSettings;
161
- additionalcharges: boolean;
161
+ additionalCharges: boolean;
162
162
  addressIntegration: IAddressIntegration;
163
163
  addressValidationTypes: IAddressValidationTypes;
164
164
  addresses: IAddressesSettings;