@thryveai/theme-interfaces 2.7.168 → 2.7.169
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.
|
@@ -2094,7 +2094,7 @@ export declare const JSONSchemas: {
|
|
|
2094
2094
|
};
|
|
2095
2095
|
additionalProperties: boolean;
|
|
2096
2096
|
};
|
|
2097
|
-
"DeepPartial<structure-749943994-797-817-749943994-787-818-749943994-722-862-749943994-0-
|
|
2097
|
+
"DeepPartial<structure-749943994-797-817-749943994-787-818-749943994-722-862-749943994-0-1548>": {
|
|
2098
2098
|
type: string;
|
|
2099
2099
|
properties: {
|
|
2100
2100
|
enable: {
|
|
@@ -2136,6 +2136,9 @@ export declare const JSONSchemas: {
|
|
|
2136
2136
|
missedCouponsButtonInCartURL: {
|
|
2137
2137
|
type: string;
|
|
2138
2138
|
};
|
|
2139
|
+
hideSavingsSection: {
|
|
2140
|
+
type: string;
|
|
2141
|
+
};
|
|
2139
2142
|
};
|
|
2140
2143
|
additionalProperties: boolean;
|
|
2141
2144
|
};
|
|
@@ -2274,7 +2277,7 @@ export declare const JSONSchemas: {
|
|
|
2274
2277
|
};
|
|
2275
2278
|
additionalProperties: boolean;
|
|
2276
2279
|
};
|
|
2277
|
-
"DeepPartial<interface-749943994-668-722-749943994-0-
|
|
2280
|
+
"DeepPartial<interface-749943994-668-722-749943994-0-1548>": {
|
|
2278
2281
|
type: string;
|
|
2279
2282
|
properties: {
|
|
2280
2283
|
enabled: {
|
|
@@ -2963,7 +2963,7 @@ exports.JSONSchemas = {
|
|
|
2963
2963
|
"type": "boolean"
|
|
2964
2964
|
},
|
|
2965
2965
|
"search": {
|
|
2966
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-749943994-797-817-749943994-787-818-749943994-722-862-749943994-0-
|
|
2966
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-749943994-797-817-749943994-787-818-749943994-722-862-749943994-0-1548%3E"
|
|
2967
2967
|
},
|
|
2968
2968
|
"stores": {
|
|
2969
2969
|
"$ref": "#/definitions/DeepPartial%3Cstring%5B%5D%3E"
|
|
@@ -2974,7 +2974,7 @@ exports.JSONSchemas = {
|
|
|
2974
2974
|
},
|
|
2975
2975
|
"additionalProperties": false
|
|
2976
2976
|
},
|
|
2977
|
-
"DeepPartial<structure-749943994-797-817-749943994-787-818-749943994-722-862-749943994-0-
|
|
2977
|
+
"DeepPartial<structure-749943994-797-817-749943994-787-818-749943994-722-862-749943994-0-1548>": {
|
|
2978
2978
|
"type": "object",
|
|
2979
2979
|
"properties": {
|
|
2980
2980
|
"enable": {
|
|
@@ -3015,6 +3015,9 @@ exports.JSONSchemas = {
|
|
|
3015
3015
|
},
|
|
3016
3016
|
"missedCouponsButtonInCartURL": {
|
|
3017
3017
|
"type": "string"
|
|
3018
|
+
},
|
|
3019
|
+
"hideSavingsSection": {
|
|
3020
|
+
"type": "boolean"
|
|
3018
3021
|
}
|
|
3019
3022
|
},
|
|
3020
3023
|
"additionalProperties": false
|
|
@@ -3192,12 +3195,12 @@ exports.JSONSchemas = {
|
|
|
3192
3195
|
"type": "object",
|
|
3193
3196
|
"properties": {
|
|
3194
3197
|
"preserveOrderNote": {
|
|
3195
|
-
"$ref": "#/definitions/DeepPartial%3Cinterface-749943994-668-722-749943994-0-
|
|
3198
|
+
"$ref": "#/definitions/DeepPartial%3Cinterface-749943994-668-722-749943994-0-1548%3E"
|
|
3196
3199
|
}
|
|
3197
3200
|
},
|
|
3198
3201
|
"additionalProperties": false
|
|
3199
3202
|
},
|
|
3200
|
-
"DeepPartial<interface-749943994-668-722-749943994-0-
|
|
3203
|
+
"DeepPartial<interface-749943994-668-722-749943994-0-1548>": {
|
|
3201
3204
|
"type": "object",
|
|
3202
3205
|
"properties": {
|
|
3203
3206
|
"enabled": {
|
|
@@ -36,6 +36,7 @@ export interface ICouponGallery {
|
|
|
36
36
|
showClipAllCouponsButton: boolean;
|
|
37
37
|
showUnclaimedCouponsPrompt: boolean;
|
|
38
38
|
missedCouponsButtonInCartURL: string;
|
|
39
|
+
hideSavingsSection: boolean;
|
|
39
40
|
}
|
|
40
41
|
export interface ISharedGeneral {
|
|
41
42
|
enableStoreSelectorList: boolean;
|