@thryveai/theme-interfaces 2.7.64 → 2.7.65

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.
@@ -300,6 +300,7 @@ export interface ICheckoutSettingsV2 {
300
300
  checkoutValidation: ICheckoutValidation;
301
301
  forceDeliverySection: boolean;
302
302
  enableInterimModal: boolean;
303
+ smsOptIn: boolean;
303
304
  }
304
305
  export interface IFeaturesV2 {
305
306
  additionalCharges: boolean;
@@ -56,6 +56,7 @@ var DefaultConfigSFUI = {
56
56
  showTaxTotal: true,
57
57
  },
58
58
  checkout: {
59
+ smsOptIn: false,
59
60
  checkoutValidation: {
60
61
  instructions: ["alphaNumeric", "notWhiteSpacesOnly"],
61
62
  phoneNumber: ["usPhone", "required"],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thryveai/theme-interfaces",
3
- "version": "2.7.64",
3
+ "version": "2.7.65",
4
4
  "description": "Shared interfaces and defaults for all Wynshop themed apps.",
5
5
  "scripts": {
6
6
  "build": "gulp",