@thryveai/theme-interfaces 2.7.97 → 2.7.98

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.
@@ -22,7 +22,6 @@ export interface IRetailerSettings {
22
22
  advertSettings?: IAdvertSettings;
23
23
  allowInStorePurchases?: boolean;
24
24
  allowPastPurchases?: boolean;
25
- barcodeSettings?: IBarcodeSettings;
26
25
  buildNumber: string;
27
26
  cacheTimeMins?: number;
28
27
  canadianAddressCompleteKey?: string | undefined;
@@ -340,7 +339,6 @@ export interface IFeaturesV2 {
340
339
  addressIntegrationV2: boolean;
341
340
  allowInStorePurchases: boolean;
342
341
  allowPastPurchases: boolean;
343
- barcodeSettings: IBarcodeSettings;
344
342
  advertSettings: IAdvertSettings;
345
343
  ebtPayments: boolean;
346
344
  emailCartOrShoppingList: boolean;
@@ -546,6 +544,7 @@ export interface IAdminOnlyV2 {
546
544
  }
547
545
  export interface IAccountPageV2 {
548
546
  loyaltyTab: {
547
+ barcodeSettings: IBarcodeSettings;
549
548
  disabledEdit?: boolean;
550
549
  enabled: boolean;
551
550
  loyaltyNumberLength: number;
@@ -8,6 +8,9 @@ var DefaultConfigSFUI = {
8
8
  url: "",
9
9
  },
10
10
  loyaltyTab: {
11
+ barcodeSettings: {
12
+ enabled: false,
13
+ },
11
14
  disabledEdit: false,
12
15
  enabled: false,
13
16
  loyaltyNumberLength: 11,
@@ -113,9 +116,6 @@ var DefaultConfigSFUI = {
113
116
  advertSettings: {},
114
117
  allowInStorePurchases: false,
115
118
  allowPastPurchases: true,
116
- barcodeSettings: {
117
- enabled: false,
118
- },
119
119
  clientCache: false,
120
120
  couponGallery: {
121
121
  enabled: false,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thryveai/theme-interfaces",
3
- "version": "2.7.97",
3
+ "version": "2.7.98",
4
4
  "description": "Shared interfaces and defaults for all Wynshop themed apps.",
5
5
  "scripts": {
6
6
  "build": "gulp",