@thryveai/theme-interfaces 2.8.36 → 2.8.38
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 +82 -99
- package/dist/JSONSchemas/index.js +140 -182
- package/dist/index.d.ts +1 -0
- package/dist/index.js +15 -0
- package/dist/interfaces/retailer-settings.interfaces.d.ts +9 -9
- package/dist/product-card-template/layouts/CarouselCard/DUN-attributes.d.ts +3 -0
- package/dist/product-card-template/layouts/CarouselCard/DUN-attributes.js +312 -0
- package/dist/product-card-template/layouts/CarouselCard/Default.d.ts +3 -0
- package/dist/product-card-template/layouts/CarouselCard/Default.js +330 -0
- package/dist/product-card-template/layouts/CarouselCard/PCE-centered.d.ts +3 -0
- package/dist/product-card-template/layouts/CarouselCard/PCE-centered.js +216 -0
- package/dist/product-card-template/layouts/CarouselCard/PRS-labels.d.ts +3 -0
- package/dist/product-card-template/layouts/CarouselCard/PRS-labels.js +283 -0
- package/dist/product-card-template/layouts/FlyerCard/Default.d.ts +3 -0
- package/dist/product-card-template/layouts/FlyerCard/Default.js +114 -0
- package/dist/product-card-template/layouts/FlyerCard/Detailed.d.ts +3 -0
- package/dist/product-card-template/layouts/FlyerCard/Detailed.js +164 -0
- package/dist/product-card-template/layouts/ProductGrid/DUN-attributes.d.ts +3 -0
- package/dist/product-card-template/layouts/ProductGrid/DUN-attributes.js +344 -0
- package/dist/product-card-template/layouts/ProductGrid/Default.d.ts +3 -0
- package/dist/product-card-template/layouts/ProductGrid/Default.js +341 -0
- package/dist/product-card-template/layouts/ProductGrid/PCE-centered.d.ts +3 -0
- package/dist/product-card-template/layouts/ProductGrid/PCE-centered.js +317 -0
- package/dist/product-card-template/layouts/ProductGrid/PRS-labels.d.ts +3 -0
- package/dist/product-card-template/layouts/ProductGrid/PRS-labels.js +319 -0
- package/dist/product-card-template/template.interfaces.d.ts +55 -0
- package/dist/product-card-template/template.interfaces.js +51 -0
- package/dist/storefront/commonSettingsStorefront.js +0 -1
- package/dist/storefront/defaultIconsStorefront.js +1 -1
- package/dist/storefront/defaultSettingsStorefront.js +0 -1
- package/dist/storefront/defaultThemeStorefront.d.ts +17 -0
- package/dist/storefront/defaultThemeStorefront.js +18 -1
- package/package.json +1 -1
|
@@ -69,7 +69,7 @@ export declare const JSONSchemas: {
|
|
|
69
69
|
};
|
|
70
70
|
additionalProperties: boolean;
|
|
71
71
|
};
|
|
72
|
-
"DeepPartial<structure-212214565-20083-20290-212214565-20069-20291-212214565-20034-20511-212214565-0-
|
|
72
|
+
"DeepPartial<structure-212214565-20083-20290-212214565-20069-20291-212214565-20034-20511-212214565-0-24568>": {
|
|
73
73
|
type: string;
|
|
74
74
|
properties: {
|
|
75
75
|
barcodeSettings: {
|
|
@@ -102,7 +102,7 @@ export declare const JSONSchemas: {
|
|
|
102
102
|
};
|
|
103
103
|
additionalProperties: boolean;
|
|
104
104
|
};
|
|
105
|
-
"DeepPartial<def-alias-212214565-17607-18259-212214565-0-
|
|
105
|
+
"DeepPartial<def-alias-212214565-17607-18259-212214565-0-24568[]>": {
|
|
106
106
|
type: string;
|
|
107
107
|
items: {
|
|
108
108
|
$ref: string;
|
|
@@ -164,7 +164,7 @@ export declare const JSONSchemas: {
|
|
|
164
164
|
required: string[];
|
|
165
165
|
additionalProperties: boolean;
|
|
166
166
|
};
|
|
167
|
-
"DeepPartial<structure-212214565-20298-20375-212214565-20291-20376-212214565-20034-20511-212214565-0-
|
|
167
|
+
"DeepPartial<structure-212214565-20298-20375-212214565-20291-20376-212214565-20034-20511-212214565-0-24568>": {
|
|
168
168
|
type: string;
|
|
169
169
|
properties: {
|
|
170
170
|
enabled: {
|
|
@@ -180,7 +180,7 @@ export declare const JSONSchemas: {
|
|
|
180
180
|
};
|
|
181
181
|
additionalProperties: boolean;
|
|
182
182
|
};
|
|
183
|
-
"DeepPartial<structure-212214565-20390-20430-212214565-20376-20431-212214565-20034-20511-212214565-0-
|
|
183
|
+
"DeepPartial<structure-212214565-20390-20430-212214565-20376-20431-212214565-20034-20511-212214565-0-24568>": {
|
|
184
184
|
type: string;
|
|
185
185
|
properties: {
|
|
186
186
|
deleteAccountButton: {
|
|
@@ -189,7 +189,7 @@ export declare const JSONSchemas: {
|
|
|
189
189
|
};
|
|
190
190
|
additionalProperties: boolean;
|
|
191
191
|
};
|
|
192
|
-
"DeepPartial<structure-212214565-20457-20508-212214565-20431-20509-212214565-20034-20511-212214565-0-
|
|
192
|
+
"DeepPartial<structure-212214565-20457-20508-212214565-20431-20509-212214565-20034-20511-212214565-0-24568>": {
|
|
193
193
|
type: string;
|
|
194
194
|
properties: {
|
|
195
195
|
businessAccount: {
|
|
@@ -210,7 +210,7 @@ export declare const JSONSchemas: {
|
|
|
210
210
|
};
|
|
211
211
|
additionalProperties: boolean;
|
|
212
212
|
};
|
|
213
|
-
"DeepPartial<structure-212214565-20584-20894-212214565-20574-20895-212214565-20511-20897-212214565-0-
|
|
213
|
+
"DeepPartial<structure-212214565-20584-20894-212214565-20574-20895-212214565-20511-20897-212214565-0-24568>": {
|
|
214
214
|
type: string;
|
|
215
215
|
properties: {
|
|
216
216
|
title: {
|
|
@@ -225,7 +225,7 @@ export declare const JSONSchemas: {
|
|
|
225
225
|
};
|
|
226
226
|
additionalProperties: boolean;
|
|
227
227
|
};
|
|
228
|
-
"DeepPartial<structure-212214565-20597-20671-212214565-20586-20672-212214565-20584-20894-212214565-20574-20895-212214565-20511-20897-212214565-0-
|
|
228
|
+
"DeepPartial<structure-212214565-20597-20671-212214565-20586-20672-212214565-20584-20894-212214565-20574-20895-212214565-20511-20897-212214565-0-24568>": {
|
|
229
229
|
type: string;
|
|
230
230
|
properties: {
|
|
231
231
|
enabled: {
|
|
@@ -237,7 +237,7 @@ export declare const JSONSchemas: {
|
|
|
237
237
|
};
|
|
238
238
|
additionalProperties: boolean;
|
|
239
239
|
};
|
|
240
|
-
"DeepPartial<structure-212214565-20685-20759-212214565-20672-20760-212214565-20584-20894-212214565-20574-20895-212214565-20511-20897-212214565-0-
|
|
240
|
+
"DeepPartial<structure-212214565-20685-20759-212214565-20672-20760-212214565-20584-20894-212214565-20574-20895-212214565-20511-20897-212214565-0-24568>": {
|
|
241
241
|
type: string;
|
|
242
242
|
properties: {
|
|
243
243
|
enabled: {
|
|
@@ -249,7 +249,7 @@ export declare const JSONSchemas: {
|
|
|
249
249
|
};
|
|
250
250
|
additionalProperties: boolean;
|
|
251
251
|
};
|
|
252
|
-
"DeepPartial<structure-212214565-20780-20889-212214565-20760-20890-212214565-20584-20894-212214565-20574-20895-212214565-20511-20897-212214565-0-
|
|
252
|
+
"DeepPartial<structure-212214565-20780-20889-212214565-20760-20890-212214565-20584-20894-212214565-20574-20895-212214565-20511-20897-212214565-0-24568>": {
|
|
253
253
|
type: string;
|
|
254
254
|
properties: {
|
|
255
255
|
enabled: {
|
|
@@ -264,7 +264,7 @@ export declare const JSONSchemas: {
|
|
|
264
264
|
};
|
|
265
265
|
additionalProperties: boolean;
|
|
266
266
|
};
|
|
267
|
-
"DeepPartial<def-alias-212214565-20897-21025-212214565-0-
|
|
267
|
+
"DeepPartial<def-alias-212214565-20897-21025-212214565-0-24568[]>": {
|
|
268
268
|
type: string;
|
|
269
269
|
items: {
|
|
270
270
|
$ref: string;
|
|
@@ -334,7 +334,7 @@ export declare const JSONSchemas: {
|
|
|
334
334
|
};
|
|
335
335
|
additionalProperties: boolean;
|
|
336
336
|
};
|
|
337
|
-
"DeepPartial<structure-212214565-10307-10352-212214565-10296-10353-212214565-10204-10663-212214565-0-
|
|
337
|
+
"DeepPartial<structure-212214565-10307-10352-212214565-10296-10353-212214565-10204-10663-212214565-0-24568>": {
|
|
338
338
|
type: string;
|
|
339
339
|
properties: {
|
|
340
340
|
enabled: {
|
|
@@ -346,7 +346,7 @@ export declare const JSONSchemas: {
|
|
|
346
346
|
};
|
|
347
347
|
additionalProperties: boolean;
|
|
348
348
|
};
|
|
349
|
-
"DeepPartial<structure-212214565-10368-10599-212214565-10353-10600-212214565-10204-10663-212214565-0-
|
|
349
|
+
"DeepPartial<structure-212214565-10368-10599-212214565-10353-10600-212214565-10204-10663-212214565-0-24568>": {
|
|
350
350
|
type: string;
|
|
351
351
|
properties: {
|
|
352
352
|
enabled: {
|
|
@@ -491,7 +491,7 @@ export declare const JSONSchemas: {
|
|
|
491
491
|
};
|
|
492
492
|
additionalProperties: boolean;
|
|
493
493
|
};
|
|
494
|
-
"DeepPartial<structure-212214565-11103-11312-212214565-11085-11313-212214565-10780-11315-212214565-0-
|
|
494
|
+
"DeepPartial<structure-212214565-11103-11312-212214565-11085-11313-212214565-10780-11315-212214565-0-24568>": {
|
|
495
495
|
type: string;
|
|
496
496
|
properties: {
|
|
497
497
|
googlePayButton: {
|
|
@@ -500,7 +500,7 @@ export declare const JSONSchemas: {
|
|
|
500
500
|
};
|
|
501
501
|
additionalProperties: boolean;
|
|
502
502
|
};
|
|
503
|
-
"DeepPartial<structure-212214565-11126-11307-212214565-11105-11308-212214565-11103-11312-212214565-11085-11313-212214565-10780-11315-212214565-0-
|
|
503
|
+
"DeepPartial<structure-212214565-11126-11307-212214565-11105-11308-212214565-11103-11312-212214565-11085-11313-212214565-10780-11315-212214565-0-24568>": {
|
|
504
504
|
type: string;
|
|
505
505
|
properties: {
|
|
506
506
|
buttonType: {
|
|
@@ -913,7 +913,7 @@ export declare const JSONSchemas: {
|
|
|
913
913
|
};
|
|
914
914
|
additionalProperties: boolean;
|
|
915
915
|
};
|
|
916
|
-
"DeepPartial<structure-212214565-13098-13169-212214565-13082-13170-212214565-12986-13172-212214565-0-
|
|
916
|
+
"DeepPartial<structure-212214565-13098-13169-212214565-13082-13170-212214565-12986-13172-212214565-0-24568>": {
|
|
917
917
|
type: string;
|
|
918
918
|
properties: {
|
|
919
919
|
mobile: {
|
|
@@ -927,7 +927,7 @@ export declare const JSONSchemas: {
|
|
|
927
927
|
};
|
|
928
928
|
additionalProperties: boolean;
|
|
929
929
|
};
|
|
930
|
-
"DeepPartial<structure-212214565-12043-12088-212214565-12015-12089-212214565-11315-12896-212214565-0-
|
|
930
|
+
"DeepPartial<structure-212214565-12043-12088-212214565-12015-12089-212214565-11315-12896-212214565-0-24568>": {
|
|
931
931
|
type: string;
|
|
932
932
|
properties: {
|
|
933
933
|
enabled: {
|
|
@@ -1066,7 +1066,7 @@ export declare const JSONSchemas: {
|
|
|
1066
1066
|
};
|
|
1067
1067
|
additionalProperties: boolean;
|
|
1068
1068
|
};
|
|
1069
|
-
"DeepPartial<structure-212214565-12256-12301-212214565-12222-12302-212214565-11315-12896-212214565-0-
|
|
1069
|
+
"DeepPartial<structure-212214565-12256-12301-212214565-12222-12302-212214565-11315-12896-212214565-0-24568>": {
|
|
1070
1070
|
type: string;
|
|
1071
1071
|
properties: {
|
|
1072
1072
|
enabled: {
|
|
@@ -1078,7 +1078,7 @@ export declare const JSONSchemas: {
|
|
|
1078
1078
|
};
|
|
1079
1079
|
additionalProperties: boolean;
|
|
1080
1080
|
};
|
|
1081
|
-
"DeepPartial<def-interface-212214565-19287-19530-212214565-0-
|
|
1081
|
+
"DeepPartial<def-interface-212214565-19287-19530-212214565-0-24568[]>": {
|
|
1082
1082
|
type: string;
|
|
1083
1083
|
items: {
|
|
1084
1084
|
$ref: string;
|
|
@@ -1135,7 +1135,7 @@ export declare const JSONSchemas: {
|
|
|
1135
1135
|
required: string[];
|
|
1136
1136
|
additionalProperties: boolean;
|
|
1137
1137
|
};
|
|
1138
|
-
"DeepPartial<def-alias-212214565-
|
|
1138
|
+
"DeepPartial<def-alias-212214565-23884-23948-212214565-0-24568[]>": {
|
|
1139
1139
|
type: string;
|
|
1140
1140
|
items: {
|
|
1141
1141
|
$ref: string;
|
|
@@ -1175,7 +1175,7 @@ export declare const JSONSchemas: {
|
|
|
1175
1175
|
};
|
|
1176
1176
|
additionalProperties: boolean;
|
|
1177
1177
|
};
|
|
1178
|
-
"DeepPartial<structure-212214565-12768-12893-212214565-12750-12894-212214565-11315-12896-212214565-0-
|
|
1178
|
+
"DeepPartial<structure-212214565-12768-12893-212214565-12750-12894-212214565-11315-12896-212214565-0-24568>": {
|
|
1179
1179
|
type: string;
|
|
1180
1180
|
properties: {
|
|
1181
1181
|
planning: {
|
|
@@ -1239,7 +1239,7 @@ export declare const JSONSchemas: {
|
|
|
1239
1239
|
};
|
|
1240
1240
|
additionalProperties: boolean;
|
|
1241
1241
|
};
|
|
1242
|
-
"DeepPartial<def-interface-212214565-
|
|
1242
|
+
"DeepPartial<def-interface-212214565-24181-24257-212214565-0-24568[]>": {
|
|
1243
1243
|
type: string;
|
|
1244
1244
|
items: {
|
|
1245
1245
|
$ref: string;
|
|
@@ -1287,7 +1287,7 @@ export declare const JSONSchemas: {
|
|
|
1287
1287
|
};
|
|
1288
1288
|
additionalProperties: boolean;
|
|
1289
1289
|
};
|
|
1290
|
-
"DeepPartial<structure-212214565-
|
|
1290
|
+
"DeepPartial<structure-212214565-23361-23442-212214565-23350-23443-212214565-23304-23537-212214565-0-24568>": {
|
|
1291
1291
|
type: string;
|
|
1292
1292
|
properties: {
|
|
1293
1293
|
left: {
|
|
@@ -1299,7 +1299,7 @@ export declare const JSONSchemas: {
|
|
|
1299
1299
|
};
|
|
1300
1300
|
additionalProperties: boolean;
|
|
1301
1301
|
};
|
|
1302
|
-
"DeepPartial<def-alias-212214565-
|
|
1302
|
+
"DeepPartial<def-alias-212214565-23537-23746-212214565-0-24568[]>": {
|
|
1303
1303
|
type: string;
|
|
1304
1304
|
items: {
|
|
1305
1305
|
$ref: string;
|
|
@@ -1308,7 +1308,7 @@ export declare const JSONSchemas: {
|
|
|
1308
1308
|
PdpDetailsElementLayout: {
|
|
1309
1309
|
type: string;
|
|
1310
1310
|
};
|
|
1311
|
-
"DeepPartial<structure-212214565-
|
|
1311
|
+
"DeepPartial<structure-212214565-23453-23534-212214565-23443-23535-212214565-23304-23537-212214565-0-24568>": {
|
|
1312
1312
|
type: string;
|
|
1313
1313
|
properties: {
|
|
1314
1314
|
left: {
|
|
@@ -1373,36 +1373,10 @@ export declare const JSONSchemas: {
|
|
|
1373
1373
|
type: string;
|
|
1374
1374
|
properties: {
|
|
1375
1375
|
gridRowLength: {
|
|
1376
|
-
|
|
1377
|
-
properties: {
|
|
1378
|
-
mobile: {
|
|
1379
|
-
type: string;
|
|
1380
|
-
};
|
|
1381
|
-
tablet: {
|
|
1382
|
-
type: string;
|
|
1383
|
-
};
|
|
1384
|
-
desktop: {
|
|
1385
|
-
type: string;
|
|
1386
|
-
};
|
|
1387
|
-
};
|
|
1388
|
-
required: string[];
|
|
1389
|
-
additionalProperties: boolean;
|
|
1376
|
+
$ref: string;
|
|
1390
1377
|
};
|
|
1391
1378
|
carouselsRowLength: {
|
|
1392
|
-
|
|
1393
|
-
properties: {
|
|
1394
|
-
mobile: {
|
|
1395
|
-
type: string;
|
|
1396
|
-
};
|
|
1397
|
-
tablet: {
|
|
1398
|
-
type: string;
|
|
1399
|
-
};
|
|
1400
|
-
desktop: {
|
|
1401
|
-
type: string;
|
|
1402
|
-
};
|
|
1403
|
-
};
|
|
1404
|
-
required: string[];
|
|
1405
|
-
additionalProperties: boolean;
|
|
1379
|
+
$ref: string;
|
|
1406
1380
|
};
|
|
1407
1381
|
productCard: {
|
|
1408
1382
|
$ref: string;
|
|
@@ -1410,7 +1384,37 @@ export declare const JSONSchemas: {
|
|
|
1410
1384
|
};
|
|
1411
1385
|
additionalProperties: boolean;
|
|
1412
1386
|
};
|
|
1413
|
-
"DeepPartial<
|
|
1387
|
+
"DeepPartial<indexed-type-212214565-21788-21828-212214565-21771-21829-212214565-21732-21933-212214565-0-24568>": {
|
|
1388
|
+
type: string;
|
|
1389
|
+
properties: {
|
|
1390
|
+
mobile: {
|
|
1391
|
+
type: string;
|
|
1392
|
+
};
|
|
1393
|
+
tablet: {
|
|
1394
|
+
type: string;
|
|
1395
|
+
};
|
|
1396
|
+
desktop: {
|
|
1397
|
+
type: string;
|
|
1398
|
+
};
|
|
1399
|
+
};
|
|
1400
|
+
additionalProperties: boolean;
|
|
1401
|
+
};
|
|
1402
|
+
"DeepPartial<indexed-type-212214565-21851-21891-212214565-21829-21892-212214565-21732-21933-212214565-0-24568>": {
|
|
1403
|
+
type: string;
|
|
1404
|
+
properties: {
|
|
1405
|
+
mobile: {
|
|
1406
|
+
type: string;
|
|
1407
|
+
};
|
|
1408
|
+
tablet: {
|
|
1409
|
+
type: string;
|
|
1410
|
+
};
|
|
1411
|
+
desktop: {
|
|
1412
|
+
type: string;
|
|
1413
|
+
};
|
|
1414
|
+
};
|
|
1415
|
+
additionalProperties: boolean;
|
|
1416
|
+
};
|
|
1417
|
+
"DeepPartial<IProductCardV2Settings>": {
|
|
1414
1418
|
type: string;
|
|
1415
1419
|
properties: {
|
|
1416
1420
|
enabled: {
|
|
@@ -1440,14 +1444,10 @@ export declare const JSONSchemas: {
|
|
|
1440
1444
|
type: string;
|
|
1441
1445
|
enum: string[];
|
|
1442
1446
|
};
|
|
1443
|
-
SimplifiedCarousel: {
|
|
1444
|
-
type: string;
|
|
1445
|
-
const: string;
|
|
1446
|
-
};
|
|
1447
1447
|
};
|
|
1448
1448
|
additionalProperties: boolean;
|
|
1449
1449
|
};
|
|
1450
|
-
IProductCardV2ComponentProps: {
|
|
1450
|
+
"DeepPartial<IProductCardV2ComponentProps>": {
|
|
1451
1451
|
type: string;
|
|
1452
1452
|
properties: {
|
|
1453
1453
|
promotionLabel: {
|
|
@@ -1460,10 +1460,9 @@ export declare const JSONSchemas: {
|
|
|
1460
1460
|
$ref: string;
|
|
1461
1461
|
};
|
|
1462
1462
|
};
|
|
1463
|
-
required: string[];
|
|
1464
1463
|
additionalProperties: boolean;
|
|
1465
1464
|
};
|
|
1466
|
-
IProductCardV2PromotionLabelsSettings: {
|
|
1465
|
+
"DeepPartial<IProductCardV2PromotionLabelsSettings>": {
|
|
1467
1466
|
type: string;
|
|
1468
1467
|
properties: {
|
|
1469
1468
|
showLines: {
|
|
@@ -1477,62 +1476,46 @@ export declare const JSONSchemas: {
|
|
|
1477
1476
|
type: string;
|
|
1478
1477
|
};
|
|
1479
1478
|
labelsPriority: {
|
|
1480
|
-
|
|
1481
|
-
items: {
|
|
1482
|
-
$ref: string;
|
|
1483
|
-
};
|
|
1479
|
+
$ref: string;
|
|
1484
1480
|
};
|
|
1485
1481
|
};
|
|
1486
|
-
required: string[];
|
|
1487
1482
|
additionalProperties: boolean;
|
|
1488
1483
|
};
|
|
1489
|
-
|
|
1490
|
-
|
|
1491
|
-
|
|
1492
|
-
|
|
1493
|
-
|
|
1494
|
-
|
|
1495
|
-
|
|
1496
|
-
|
|
1497
|
-
|
|
1498
|
-
|
|
1499
|
-
|
|
1500
|
-
|
|
1484
|
+
"DeepPartial<def-alias-212214565-22489-22613-212214565-0-24568[]>": {
|
|
1485
|
+
type: string;
|
|
1486
|
+
items: {
|
|
1487
|
+
$ref: string;
|
|
1488
|
+
};
|
|
1489
|
+
};
|
|
1490
|
+
"DeepPartial<ILabelConfig>": {
|
|
1491
|
+
type: string;
|
|
1492
|
+
properties: {
|
|
1493
|
+
_type: {
|
|
1494
|
+
type: string;
|
|
1495
|
+
enum: string[];
|
|
1501
1496
|
};
|
|
1502
|
-
|
|
1503
|
-
|
|
1504
|
-
} | {
|
|
1505
|
-
type: string;
|
|
1506
|
-
properties: {
|
|
1507
|
-
_type: {
|
|
1508
|
-
type: string;
|
|
1509
|
-
const: string;
|
|
1510
|
-
enum?: undefined;
|
|
1511
|
-
};
|
|
1512
|
-
limit?: undefined;
|
|
1497
|
+
limit: {
|
|
1498
|
+
type: string;
|
|
1513
1499
|
};
|
|
1514
|
-
|
|
1515
|
-
|
|
1516
|
-
})[];
|
|
1500
|
+
};
|
|
1501
|
+
additionalProperties: boolean;
|
|
1517
1502
|
};
|
|
1518
|
-
IProductCardV2RecommendedLabelSettings: {
|
|
1503
|
+
"DeepPartial<IProductCardV2RecommendedLabelSettings>": {
|
|
1519
1504
|
type: string;
|
|
1520
1505
|
properties: {
|
|
1521
1506
|
enabled: {
|
|
1522
1507
|
type: string;
|
|
1523
1508
|
};
|
|
1524
1509
|
};
|
|
1525
|
-
required: string[];
|
|
1526
1510
|
additionalProperties: boolean;
|
|
1527
1511
|
};
|
|
1528
|
-
IProductCardV2ProductAttributes: {
|
|
1512
|
+
"DeepPartial<IProductCardV2ProductAttributes>": {
|
|
1529
1513
|
type: string;
|
|
1530
1514
|
properties: {
|
|
1531
1515
|
iconOpacity: {
|
|
1532
1516
|
type: string;
|
|
1533
1517
|
};
|
|
1534
1518
|
};
|
|
1535
|
-
required: string[];
|
|
1536
1519
|
additionalProperties: boolean;
|
|
1537
1520
|
};
|
|
1538
1521
|
"DeepPartial<ISiteSettingsV2>": {
|
|
@@ -1858,7 +1841,7 @@ export declare const JSONSchemas: {
|
|
|
1858
1841
|
};
|
|
1859
1842
|
additionalProperties: boolean;
|
|
1860
1843
|
};
|
|
1861
|
-
"DeepPartial<indexed-type-212214565-
|
|
1844
|
+
"DeepPartial<indexed-type-212214565-24029-24091-212214565-24017-24092-212214565-23948-24181-212214565-0-24568>": {
|
|
1862
1845
|
type: string;
|
|
1863
1846
|
properties: {
|
|
1864
1847
|
marketingPreferences: {
|
|
@@ -2070,7 +2053,7 @@ export declare const JSONSchemas: {
|
|
|
2070
2053
|
};
|
|
2071
2054
|
additionalProperties: boolean;
|
|
2072
2055
|
};
|
|
2073
|
-
"DeepPartial<structure-212214565-
|
|
2056
|
+
"DeepPartial<structure-212214565-24429-24474-212214565-24412-24475-212214565-24353-24508-212214565-0-24568>": {
|
|
2074
2057
|
type: string;
|
|
2075
2058
|
properties: {
|
|
2076
2059
|
right: {
|
|
@@ -2115,7 +2098,7 @@ export declare const JSONSchemas: {
|
|
|
2115
2098
|
};
|
|
2116
2099
|
additionalProperties: boolean;
|
|
2117
2100
|
};
|
|
2118
|
-
"DeepPartial<interface-212214565-13777-13893-212214565-0-
|
|
2101
|
+
"DeepPartial<interface-212214565-13777-13893-212214565-0-24568>": {
|
|
2119
2102
|
type: string;
|
|
2120
2103
|
properties: {
|
|
2121
2104
|
includeBannerTitle: {
|
|
@@ -2130,7 +2113,7 @@ export declare const JSONSchemas: {
|
|
|
2130
2113
|
};
|
|
2131
2114
|
additionalProperties: boolean;
|
|
2132
2115
|
};
|
|
2133
|
-
"DeepPartial<def-interface-212214565-15809-15933-212214565-0-
|
|
2116
|
+
"DeepPartial<def-interface-212214565-15809-15933-212214565-0-24568[]>": {
|
|
2134
2117
|
type: string;
|
|
2135
2118
|
items: {
|
|
2136
2119
|
$ref: string;
|