@thryveai/theme-interfaces 2.7.163 → 2.7.164
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.
|
@@ -2097,7 +2097,7 @@ export declare const JSONSchemas: {
|
|
|
2097
2097
|
};
|
|
2098
2098
|
additionalProperties: boolean;
|
|
2099
2099
|
};
|
|
2100
|
-
"DeepPartial<structure-749943994-797-817-749943994-787-818-749943994-722-862-749943994-0-
|
|
2100
|
+
"DeepPartial<structure-749943994-797-817-749943994-787-818-749943994-722-862-749943994-0-1517>": {
|
|
2101
2101
|
type: string;
|
|
2102
2102
|
properties: {
|
|
2103
2103
|
enable: {
|
|
@@ -2136,6 +2136,9 @@ export declare const JSONSchemas: {
|
|
|
2136
2136
|
showUnclaimedCouponsPrompt: {
|
|
2137
2137
|
type: string;
|
|
2138
2138
|
};
|
|
2139
|
+
missedCouponsButtonInCartURL: {
|
|
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-1517>": {
|
|
2278
2281
|
type: string;
|
|
2279
2282
|
properties: {
|
|
2280
2283
|
enabled: {
|
|
@@ -2960,7 +2960,7 @@ exports.JSONSchemas = {
|
|
|
2960
2960
|
"type": "boolean"
|
|
2961
2961
|
},
|
|
2962
2962
|
"search": {
|
|
2963
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-749943994-797-817-749943994-787-818-749943994-722-862-749943994-0-
|
|
2963
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-749943994-797-817-749943994-787-818-749943994-722-862-749943994-0-1517%3E"
|
|
2964
2964
|
},
|
|
2965
2965
|
"stores": {
|
|
2966
2966
|
"$ref": "#/definitions/DeepPartial%3Cstring%5B%5D%3E"
|
|
@@ -2971,7 +2971,7 @@ exports.JSONSchemas = {
|
|
|
2971
2971
|
},
|
|
2972
2972
|
"additionalProperties": false
|
|
2973
2973
|
},
|
|
2974
|
-
"DeepPartial<structure-749943994-797-817-749943994-787-818-749943994-722-862-749943994-0-
|
|
2974
|
+
"DeepPartial<structure-749943994-797-817-749943994-787-818-749943994-722-862-749943994-0-1517>": {
|
|
2975
2975
|
"type": "object",
|
|
2976
2976
|
"properties": {
|
|
2977
2977
|
"enable": {
|
|
@@ -3009,6 +3009,9 @@ exports.JSONSchemas = {
|
|
|
3009
3009
|
},
|
|
3010
3010
|
"showUnclaimedCouponsPrompt": {
|
|
3011
3011
|
"type": "boolean"
|
|
3012
|
+
},
|
|
3013
|
+
"missedCouponsButtonInCartURL": {
|
|
3014
|
+
"type": "string"
|
|
3012
3015
|
}
|
|
3013
3016
|
},
|
|
3014
3017
|
"additionalProperties": false
|
|
@@ -3186,12 +3189,12 @@ exports.JSONSchemas = {
|
|
|
3186
3189
|
"type": "object",
|
|
3187
3190
|
"properties": {
|
|
3188
3191
|
"preserveOrderNote": {
|
|
3189
|
-
"$ref": "#/definitions/DeepPartial%3Cinterface-749943994-668-722-749943994-0-
|
|
3192
|
+
"$ref": "#/definitions/DeepPartial%3Cinterface-749943994-668-722-749943994-0-1517%3E"
|
|
3190
3193
|
}
|
|
3191
3194
|
},
|
|
3192
3195
|
"additionalProperties": false
|
|
3193
3196
|
},
|
|
3194
|
-
"DeepPartial<interface-749943994-668-722-749943994-0-
|
|
3197
|
+
"DeepPartial<interface-749943994-668-722-749943994-0-1517>": {
|
|
3195
3198
|
"type": "object",
|
|
3196
3199
|
"properties": {
|
|
3197
3200
|
"enabled": {
|
|
@@ -118,15 +118,21 @@ exports.AdminSharedSettingsTemplateSFUI = {
|
|
|
118
118
|
// "This will display the Clip All Coupons Button in the coupon gallery.",
|
|
119
119
|
// type: AdminSharedTemplateInputTypes.checkbox,
|
|
120
120
|
// },
|
|
121
|
-
//
|
|
122
|
-
// } showUnclaimedCouponsPrompt: {
|
|
121
|
+
// showUnclaimedCouponsPrompt: {
|
|
123
122
|
// title: "Show Missed Coupons Reminder Section",
|
|
124
123
|
// description:
|
|
125
124
|
// "This will display the Missed Coupons Reminder Section in the cart review summary.",
|
|
126
125
|
// type: AdminSharedTemplateInputTypes.checkbox,
|
|
127
126
|
// },
|
|
127
|
+
// missedCouponsButtonInCartURL: {
|
|
128
|
+
// title:
|
|
129
|
+
// "Alternate redirect url for the missed coupons button in the cart review summary",
|
|
130
|
+
// description:
|
|
131
|
+
// "This allows an alternate redirect url for the missed coupons button to be set in the cart review summary",
|
|
132
|
+
// type: AdminSharedTemplateInputTypes.inputChar,
|
|
133
|
+
// },
|
|
128
134
|
// },
|
|
129
|
-
// }
|
|
135
|
+
// },
|
|
130
136
|
},
|
|
131
137
|
},
|
|
132
138
|
checkout: {
|