@thryveai/theme-interfaces 1.5.10 → 1.5.13

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.10",
3
+ "version": "1.5.13",
4
4
  "description": "Shared Interfaces for all ThryveAi storefront retailer themes.",
5
5
  "scripts": {
6
6
  "build": "tsc",
@@ -1,6 +1,7 @@
1
1
  import { IconNames, PaymentCards } from "./icons.interfaces";
2
2
  export interface IRetailerSettings {
3
3
  accountPage?: IAccountPageSettings;
4
+ additionalcharges?: boolean;
4
5
  advertSettings?: IAdvertSettings;
5
6
  TimeslotModalSettings?: ITimeslotModalSettings;
6
7
  addresses?: {
@@ -149,6 +150,7 @@ export interface IAdvertSkyScrapers {
149
150
  }
150
151
  export interface IDefaultRetailerSettings {
151
152
  accountPage: IAccountPageSettings;
153
+ additionalcharges: boolean;
152
154
  addressIntegration: IAddressIntegration;
153
155
  addressValidationTypes: IAddressValidationTypes;
154
156
  addresses: IAddressesSettings;