@thryveai/theme-interfaces 2.7.160 → 2.7.162
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/dist/JSONSchemas/index.d.ts +2 -14
- package/dist/JSONSchemas/index.js +4 -16
- package/dist/interfaces/shared-settings.interfaces.d.ts +0 -4
- package/dist/mobile/interfaces/mobile-retailer-settings.interfaces.d.ts +1 -1
- package/dist/mobile/reactnative/MobileSettingsTemplate.AdminUi.js +6 -6
- package/dist/storefront/defaultSharedSettings.js +0 -3
- package/package.json +1 -1
|
@@ -2073,9 +2073,6 @@ export declare const JSONSchemas: {
|
|
|
2073
2073
|
$ref?: undefined;
|
|
2074
2074
|
})[];
|
|
2075
2075
|
};
|
|
2076
|
-
coupons: {
|
|
2077
|
-
$ref: string;
|
|
2078
|
-
};
|
|
2079
2076
|
};
|
|
2080
2077
|
additionalProperties: boolean;
|
|
2081
2078
|
};
|
|
@@ -2097,7 +2094,7 @@ export declare const JSONSchemas: {
|
|
|
2097
2094
|
};
|
|
2098
2095
|
additionalProperties: boolean;
|
|
2099
2096
|
};
|
|
2100
|
-
"DeepPartial<structure-749943994-
|
|
2097
|
+
"DeepPartial<structure-749943994-797-817-749943994-787-818-749943994-722-862-749943994-0-1477>": {
|
|
2101
2098
|
type: string;
|
|
2102
2099
|
properties: {
|
|
2103
2100
|
enable: {
|
|
@@ -2265,15 +2262,6 @@ export declare const JSONSchemas: {
|
|
|
2265
2262
|
required: string[];
|
|
2266
2263
|
additionalProperties: boolean;
|
|
2267
2264
|
};
|
|
2268
|
-
"DeepPartial<ICoupons>": {
|
|
2269
|
-
type: string;
|
|
2270
|
-
properties: {
|
|
2271
|
-
hideSavingFlag: {
|
|
2272
|
-
type: string;
|
|
2273
|
-
};
|
|
2274
|
-
};
|
|
2275
|
-
additionalProperties: boolean;
|
|
2276
|
-
};
|
|
2277
2265
|
"DeepPartial<ISharedCheckout>": {
|
|
2278
2266
|
type: string;
|
|
2279
2267
|
properties: {
|
|
@@ -2283,7 +2271,7 @@ export declare const JSONSchemas: {
|
|
|
2283
2271
|
};
|
|
2284
2272
|
additionalProperties: boolean;
|
|
2285
2273
|
};
|
|
2286
|
-
"DeepPartial<interface-749943994-
|
|
2274
|
+
"DeepPartial<interface-749943994-668-722-749943994-0-1477>": {
|
|
2287
2275
|
type: string;
|
|
2288
2276
|
properties: {
|
|
2289
2277
|
enabled: {
|
|
@@ -2946,9 +2946,6 @@ exports.JSONSchemas = {
|
|
|
2946
2946
|
"type": "null"
|
|
2947
2947
|
}
|
|
2948
2948
|
]
|
|
2949
|
-
},
|
|
2950
|
-
"coupons": {
|
|
2951
|
-
"$ref": "#/definitions/DeepPartial%3CICoupons%3E"
|
|
2952
2949
|
}
|
|
2953
2950
|
},
|
|
2954
2951
|
"additionalProperties": false
|
|
@@ -2960,7 +2957,7 @@ exports.JSONSchemas = {
|
|
|
2960
2957
|
"type": "boolean"
|
|
2961
2958
|
},
|
|
2962
2959
|
"search": {
|
|
2963
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-749943994-
|
|
2960
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-749943994-797-817-749943994-787-818-749943994-722-862-749943994-0-1477%3E"
|
|
2964
2961
|
},
|
|
2965
2962
|
"stores": {
|
|
2966
2963
|
"$ref": "#/definitions/DeepPartial%3Cstring%5B%5D%3E"
|
|
@@ -2971,7 +2968,7 @@ exports.JSONSchemas = {
|
|
|
2971
2968
|
},
|
|
2972
2969
|
"additionalProperties": false
|
|
2973
2970
|
},
|
|
2974
|
-
"DeepPartial<structure-749943994-
|
|
2971
|
+
"DeepPartial<structure-749943994-797-817-749943994-787-818-749943994-722-862-749943994-0-1477>": {
|
|
2975
2972
|
"type": "object",
|
|
2976
2973
|
"properties": {
|
|
2977
2974
|
"enable": {
|
|
@@ -3182,25 +3179,16 @@ exports.JSONSchemas = {
|
|
|
3182
3179
|
],
|
|
3183
3180
|
"additionalProperties": false
|
|
3184
3181
|
},
|
|
3185
|
-
"DeepPartial<ICoupons>": {
|
|
3186
|
-
"type": "object",
|
|
3187
|
-
"properties": {
|
|
3188
|
-
"hideSavingFlag": {
|
|
3189
|
-
"type": "boolean"
|
|
3190
|
-
}
|
|
3191
|
-
},
|
|
3192
|
-
"additionalProperties": false
|
|
3193
|
-
},
|
|
3194
3182
|
"DeepPartial<ISharedCheckout>": {
|
|
3195
3183
|
"type": "object",
|
|
3196
3184
|
"properties": {
|
|
3197
3185
|
"preserveOrderNote": {
|
|
3198
|
-
"$ref": "#/definitions/DeepPartial%3Cinterface-749943994-
|
|
3186
|
+
"$ref": "#/definitions/DeepPartial%3Cinterface-749943994-668-722-749943994-0-1477%3E"
|
|
3199
3187
|
}
|
|
3200
3188
|
},
|
|
3201
3189
|
"additionalProperties": false
|
|
3202
3190
|
},
|
|
3203
|
-
"DeepPartial<interface-749943994-
|
|
3191
|
+
"DeepPartial<interface-749943994-668-722-749943994-0-1477>": {
|
|
3204
3192
|
"type": "object",
|
|
3205
3193
|
"properties": {
|
|
3206
3194
|
"enabled": {
|
|
@@ -12,7 +12,6 @@ export interface ISharedFeatures {
|
|
|
12
12
|
specialRequestItems: ISpecialRequestItems;
|
|
13
13
|
couponGallery: ICouponGallery;
|
|
14
14
|
flyerConfiguration: IFlyerConfiguration | null;
|
|
15
|
-
coupons: ICoupons;
|
|
16
15
|
}
|
|
17
16
|
export interface ISharedCheckout {
|
|
18
17
|
preserveOrderNote: IOrderInstructions;
|
|
@@ -28,9 +27,6 @@ export interface IRecommendedSubstitutions {
|
|
|
28
27
|
stores: string[];
|
|
29
28
|
locationId: string;
|
|
30
29
|
}
|
|
31
|
-
export interface ICoupons {
|
|
32
|
-
hideSavingFlag: boolean;
|
|
33
|
-
}
|
|
34
30
|
export interface ISpecialRequestItems {
|
|
35
31
|
enable: boolean;
|
|
36
32
|
excludeStores: string[];
|
|
@@ -3,7 +3,6 @@ export interface IMobileSettings {
|
|
|
3
3
|
details: string | undefined;
|
|
4
4
|
};
|
|
5
5
|
features: {
|
|
6
|
-
enableAgeRestrictedLabelOnCartReview: boolean;
|
|
7
6
|
enableAccountReview: boolean;
|
|
8
7
|
enableAddToCartButtonOnMyList: boolean;
|
|
9
8
|
enableBuildListFiltersBelowTabs: boolean;
|
|
@@ -19,6 +18,7 @@ export interface IMobileSettings {
|
|
|
19
18
|
enableEmailShoppingItemsMessageField: boolean;
|
|
20
19
|
enableGetDeliveryMoreStores: boolean;
|
|
21
20
|
enableGiftCards: boolean;
|
|
21
|
+
enableHideAgeRestrictedLabelOnCartReview: boolean;
|
|
22
22
|
enableInStoreOrders: boolean;
|
|
23
23
|
enableInterim: boolean;
|
|
24
24
|
enableMissedPromotions: boolean;
|
|
@@ -12,12 +12,6 @@ exports.AdminSettingsTemplateMobile = {
|
|
|
12
12
|
helpLink: "",
|
|
13
13
|
type: "checkbox",
|
|
14
14
|
},
|
|
15
|
-
enableAgeRestrictedLabelOnCartReview: {
|
|
16
|
-
description: "Should show age-restricted label on cart review page? ",
|
|
17
|
-
title: "Enable Age Restricted Label On Cart Review",
|
|
18
|
-
helpLink: "",
|
|
19
|
-
type: "checkbox",
|
|
20
|
-
},
|
|
21
15
|
enableCouponRecommendedTag: {
|
|
22
16
|
description: "Should show coupon recommended tag?",
|
|
23
17
|
title: "Enable Coupon Recommended Tag",
|
|
@@ -54,6 +48,12 @@ exports.AdminSettingsTemplateMobile = {
|
|
|
54
48
|
helpLink: "",
|
|
55
49
|
type: "checkbox",
|
|
56
50
|
},
|
|
51
|
+
enableHideAgeRestrictedLabelOnCartReview: {
|
|
52
|
+
description: "Should hide age-restricted label on items in the cart review screen?",
|
|
53
|
+
title: "Enable Hide Age Restricted Label On Product Items in Cart Review",
|
|
54
|
+
helpLink: "",
|
|
55
|
+
type: "checkbox",
|
|
56
|
+
},
|
|
57
57
|
enableInStoreOrders: {
|
|
58
58
|
description: "Should show in-store orders?",
|
|
59
59
|
title: "Enable In Store Orders",
|