@thryveai/theme-interfaces 2.8.35 → 2.8.37

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.
Files changed (35) hide show
  1. package/dist/JSONSchemas/index.d.ts +95 -86
  2. package/dist/JSONSchemas/index.js +178 -144
  3. package/dist/index.d.ts +1 -0
  4. package/dist/index.js +15 -0
  5. package/dist/interfaces/admin-settings-interfaces.d.ts +1 -1
  6. package/dist/interfaces/retailer-settings.interfaces.d.ts +5 -6
  7. package/dist/product-card-template/layouts/CarouselCard/DUN-attributes.d.ts +3 -0
  8. package/dist/product-card-template/layouts/CarouselCard/DUN-attributes.js +312 -0
  9. package/dist/product-card-template/layouts/CarouselCard/Default.d.ts +3 -0
  10. package/dist/product-card-template/layouts/CarouselCard/Default.js +330 -0
  11. package/dist/product-card-template/layouts/CarouselCard/PCE-centered.d.ts +3 -0
  12. package/dist/product-card-template/layouts/CarouselCard/PCE-centered.js +216 -0
  13. package/dist/product-card-template/layouts/CarouselCard/PRS-labels.d.ts +3 -0
  14. package/dist/product-card-template/layouts/CarouselCard/PRS-labels.js +283 -0
  15. package/dist/product-card-template/layouts/FlyerCard/Default.d.ts +3 -0
  16. package/dist/product-card-template/layouts/FlyerCard/Default.js +114 -0
  17. package/dist/product-card-template/layouts/FlyerCard/Detailed.d.ts +3 -0
  18. package/dist/product-card-template/layouts/FlyerCard/Detailed.js +164 -0
  19. package/dist/product-card-template/layouts/ProductGrid/DUN-attributes.d.ts +3 -0
  20. package/dist/product-card-template/layouts/ProductGrid/DUN-attributes.js +344 -0
  21. package/dist/product-card-template/layouts/ProductGrid/Default.d.ts +3 -0
  22. package/dist/product-card-template/layouts/ProductGrid/Default.js +341 -0
  23. package/dist/product-card-template/layouts/ProductGrid/PCE-centered.d.ts +3 -0
  24. package/dist/product-card-template/layouts/ProductGrid/PCE-centered.js +317 -0
  25. package/dist/product-card-template/layouts/ProductGrid/PRS-labels.d.ts +3 -0
  26. package/dist/product-card-template/layouts/ProductGrid/PRS-labels.js +319 -0
  27. package/dist/product-card-template/template.interfaces.d.ts +55 -0
  28. package/dist/product-card-template/template.interfaces.js +51 -0
  29. package/dist/storefront/SFUISettingsTemplate.AdminUi.js +95 -8
  30. package/dist/storefront/commonSettingsStorefront.js +0 -1
  31. package/dist/storefront/defaultIconsStorefront.js +1 -1
  32. package/dist/storefront/defaultSettingsStorefront.js +0 -1
  33. package/dist/storefront/defaultThemeStorefront.d.ts +17 -0
  34. package/dist/storefront/defaultThemeStorefront.js +18 -1
  35. package/package.json +1 -1
@@ -43,7 +43,7 @@ exports.JSONSchemas = {
43
43
  "$ref": "#/definitions/DeepPartial%3CISiteSettingsV2%3E"
44
44
  },
45
45
  "welcomeModal": {
46
- "$ref": "#/definitions/DeepPartial%3Cdef-interface-212214565-15809-15933-212214565-0-24625%5B%5D%3E"
46
+ "$ref": "#/definitions/DeepPartial%3Cdef-interface-212214565-15809-15933-212214565-0-24609%5B%5D%3E"
47
47
  },
48
48
  "performance": {
49
49
  "$ref": "#/definitions/DeepPartial%3CIPerformanceSettingsV2%3E"
@@ -58,21 +58,21 @@ exports.JSONSchemas = {
58
58
  "type": "object",
59
59
  "properties": {
60
60
  "loyaltyTab": {
61
- "$ref": "#/definitions/DeepPartial%3Cstructure-212214565-20083-20290-212214565-20069-20291-212214565-20034-20511-212214565-0-24625%3E"
61
+ "$ref": "#/definitions/DeepPartial%3Cstructure-212214565-20083-20290-212214565-20069-20291-212214565-20034-20511-212214565-0-24609%3E"
62
62
  },
63
63
  "idp": {
64
- "$ref": "#/definitions/DeepPartial%3Cstructure-212214565-20298-20375-212214565-20291-20376-212214565-20034-20511-212214565-0-24625%3E"
64
+ "$ref": "#/definitions/DeepPartial%3Cstructure-212214565-20298-20375-212214565-20291-20376-212214565-20034-20511-212214565-0-24609%3E"
65
65
  },
66
66
  "profileTab": {
67
- "$ref": "#/definitions/DeepPartial%3Cstructure-212214565-20390-20430-212214565-20376-20431-212214565-20034-20511-212214565-0-24625%3E"
67
+ "$ref": "#/definitions/DeepPartial%3Cstructure-212214565-20390-20430-212214565-20376-20431-212214565-20034-20511-212214565-0-24609%3E"
68
68
  },
69
69
  "secondStepRegistration": {
70
- "$ref": "#/definitions/DeepPartial%3Cstructure-212214565-20457-20508-212214565-20431-20509-212214565-20034-20511-212214565-0-24625%3E"
70
+ "$ref": "#/definitions/DeepPartial%3Cstructure-212214565-20457-20508-212214565-20431-20509-212214565-20034-20511-212214565-0-24609%3E"
71
71
  }
72
72
  },
73
73
  "additionalProperties": false
74
74
  },
75
- "DeepPartial<structure-212214565-20083-20290-212214565-20069-20291-212214565-20034-20511-212214565-0-24625>": {
75
+ "DeepPartial<structure-212214565-20083-20290-212214565-20069-20291-212214565-20034-20511-212214565-0-24609>": {
76
76
  "type": "object",
77
77
  "properties": {
78
78
  "barcodeSettings": {
@@ -91,7 +91,7 @@ exports.JSONSchemas = {
91
91
  "type": "string"
92
92
  },
93
93
  "loyaltyValidationType": {
94
- "$ref": "#/definitions/DeepPartial%3Cdef-alias-212214565-17607-18259-212214565-0-24625%5B%5D%3E"
94
+ "$ref": "#/definitions/DeepPartial%3Cdef-alias-212214565-17607-18259-212214565-0-24609%5B%5D%3E"
95
95
  }
96
96
  },
97
97
  "additionalProperties": false
@@ -105,7 +105,7 @@ exports.JSONSchemas = {
105
105
  },
106
106
  "additionalProperties": false
107
107
  },
108
- "DeepPartial<def-alias-212214565-17607-18259-212214565-0-24625[]>": {
108
+ "DeepPartial<def-alias-212214565-17607-18259-212214565-0-24609[]>": {
109
109
  "type": "array",
110
110
  "items": {
111
111
  "$ref": "#/definitions/IValidationType"
@@ -310,7 +310,7 @@ exports.JSONSchemas = {
310
310
  ],
311
311
  "additionalProperties": false
312
312
  },
313
- "DeepPartial<structure-212214565-20298-20375-212214565-20291-20376-212214565-20034-20511-212214565-0-24625>": {
313
+ "DeepPartial<structure-212214565-20298-20375-212214565-20291-20376-212214565-20034-20511-212214565-0-24609>": {
314
314
  "type": "object",
315
315
  "properties": {
316
316
  "enabled": {
@@ -329,7 +329,7 @@ exports.JSONSchemas = {
329
329
  },
330
330
  "additionalProperties": false
331
331
  },
332
- "DeepPartial<structure-212214565-20390-20430-212214565-20376-20431-212214565-20034-20511-212214565-0-24625>": {
332
+ "DeepPartial<structure-212214565-20390-20430-212214565-20376-20431-212214565-20034-20511-212214565-0-24609>": {
333
333
  "type": "object",
334
334
  "properties": {
335
335
  "deleteAccountButton": {
@@ -338,7 +338,7 @@ exports.JSONSchemas = {
338
338
  },
339
339
  "additionalProperties": false
340
340
  },
341
- "DeepPartial<structure-212214565-20457-20508-212214565-20431-20509-212214565-20034-20511-212214565-0-24625>": {
341
+ "DeepPartial<structure-212214565-20457-20508-212214565-20431-20509-212214565-20034-20511-212214565-0-24609>": {
342
342
  "type": "object",
343
343
  "properties": {
344
344
  "businessAccount": {
@@ -354,66 +354,66 @@ exports.JSONSchemas = {
354
354
  "type": "boolean"
355
355
  },
356
356
  "fields": {
357
- "$ref": "#/definitions/DeepPartial%3Cstructure-212214565-20584-20894-212214565-20574-20895-212214565-20511-20897-212214565-0-24625%3E"
357
+ "$ref": "#/definitions/DeepPartial%3Cstructure-212214565-20584-20894-212214565-20574-20895-212214565-20511-20897-212214565-0-24609%3E"
358
358
  }
359
359
  },
360
360
  "additionalProperties": false
361
361
  },
362
- "DeepPartial<structure-212214565-20584-20894-212214565-20574-20895-212214565-20511-20897-212214565-0-24625>": {
362
+ "DeepPartial<structure-212214565-20584-20894-212214565-20574-20895-212214565-20511-20897-212214565-0-24609>": {
363
363
  "type": "object",
364
364
  "properties": {
365
365
  "title": {
366
- "$ref": "#/definitions/DeepPartial%3Cstructure-212214565-20597-20671-212214565-20586-20672-212214565-20584-20894-212214565-20574-20895-212214565-20511-20897-212214565-0-24625%3E"
366
+ "$ref": "#/definitions/DeepPartial%3Cstructure-212214565-20597-20671-212214565-20586-20672-212214565-20584-20894-212214565-20574-20895-212214565-20511-20897-212214565-0-24609%3E"
367
367
  },
368
368
  "company": {
369
- "$ref": "#/definitions/DeepPartial%3Cstructure-212214565-20685-20759-212214565-20672-20760-212214565-20584-20894-212214565-20574-20895-212214565-20511-20897-212214565-0-24625%3E"
369
+ "$ref": "#/definitions/DeepPartial%3Cstructure-212214565-20685-20759-212214565-20672-20760-212214565-20584-20894-212214565-20574-20895-212214565-20511-20897-212214565-0-24609%3E"
370
370
  },
371
371
  "typeOfBusiness": {
372
- "$ref": "#/definitions/DeepPartial%3Cstructure-212214565-20780-20889-212214565-20760-20890-212214565-20584-20894-212214565-20574-20895-212214565-20511-20897-212214565-0-24625%3E"
372
+ "$ref": "#/definitions/DeepPartial%3Cstructure-212214565-20780-20889-212214565-20760-20890-212214565-20584-20894-212214565-20574-20895-212214565-20511-20897-212214565-0-24609%3E"
373
373
  }
374
374
  },
375
375
  "additionalProperties": false
376
376
  },
377
- "DeepPartial<structure-212214565-20597-20671-212214565-20586-20672-212214565-20584-20894-212214565-20574-20895-212214565-20511-20897-212214565-0-24625>": {
377
+ "DeepPartial<structure-212214565-20597-20671-212214565-20586-20672-212214565-20584-20894-212214565-20574-20895-212214565-20511-20897-212214565-0-24609>": {
378
378
  "type": "object",
379
379
  "properties": {
380
380
  "enabled": {
381
381
  "type": "boolean"
382
382
  },
383
383
  "validationTypes": {
384
- "$ref": "#/definitions/DeepPartial%3Cdef-alias-212214565-17607-18259-212214565-0-24625%5B%5D%3E"
384
+ "$ref": "#/definitions/DeepPartial%3Cdef-alias-212214565-17607-18259-212214565-0-24609%5B%5D%3E"
385
385
  }
386
386
  },
387
387
  "additionalProperties": false
388
388
  },
389
- "DeepPartial<structure-212214565-20685-20759-212214565-20672-20760-212214565-20584-20894-212214565-20574-20895-212214565-20511-20897-212214565-0-24625>": {
389
+ "DeepPartial<structure-212214565-20685-20759-212214565-20672-20760-212214565-20584-20894-212214565-20574-20895-212214565-20511-20897-212214565-0-24609>": {
390
390
  "type": "object",
391
391
  "properties": {
392
392
  "enabled": {
393
393
  "type": "boolean"
394
394
  },
395
395
  "validationTypes": {
396
- "$ref": "#/definitions/DeepPartial%3Cdef-alias-212214565-17607-18259-212214565-0-24625%5B%5D%3E"
396
+ "$ref": "#/definitions/DeepPartial%3Cdef-alias-212214565-17607-18259-212214565-0-24609%5B%5D%3E"
397
397
  }
398
398
  },
399
399
  "additionalProperties": false
400
400
  },
401
- "DeepPartial<structure-212214565-20780-20889-212214565-20760-20890-212214565-20584-20894-212214565-20574-20895-212214565-20511-20897-212214565-0-24625>": {
401
+ "DeepPartial<structure-212214565-20780-20889-212214565-20760-20890-212214565-20584-20894-212214565-20574-20895-212214565-20511-20897-212214565-0-24609>": {
402
402
  "type": "object",
403
403
  "properties": {
404
404
  "enabled": {
405
405
  "type": "boolean"
406
406
  },
407
407
  "options": {
408
- "$ref": "#/definitions/DeepPartial%3Cdef-alias-212214565-20897-21025-212214565-0-24625%5B%5D%3E"
408
+ "$ref": "#/definitions/DeepPartial%3Cdef-alias-212214565-20897-21025-212214565-0-24609%5B%5D%3E"
409
409
  },
410
410
  "validationTypes": {
411
- "$ref": "#/definitions/DeepPartial%3Cdef-alias-212214565-17607-18259-212214565-0-24625%5B%5D%3E"
411
+ "$ref": "#/definitions/DeepPartial%3Cdef-alias-212214565-17607-18259-212214565-0-24609%5B%5D%3E"
412
412
  }
413
413
  },
414
414
  "additionalProperties": false
415
415
  },
416
- "DeepPartial<def-alias-212214565-20897-21025-212214565-0-24625[]>": {
416
+ "DeepPartial<def-alias-212214565-20897-21025-212214565-0-24609[]>": {
417
417
  "type": "array",
418
418
  "items": {
419
419
  "$ref": "#/definitions/ITypesOfBusiness"
@@ -436,10 +436,10 @@ exports.JSONSchemas = {
436
436
  "$ref": "#/definitions/DeepPartial%3CIAddressValidationTypes%3E"
437
437
  },
438
438
  "eircode": {
439
- "$ref": "#/definitions/DeepPartial%3Cstructure-212214565-10307-10352-212214565-10296-10353-212214565-10204-10663-212214565-0-24625%3E"
439
+ "$ref": "#/definitions/DeepPartial%3Cstructure-212214565-10307-10352-212214565-10296-10353-212214565-10204-10663-212214565-0-24609%3E"
440
440
  },
441
441
  "integration": {
442
- "$ref": "#/definitions/DeepPartial%3Cstructure-212214565-10368-10599-212214565-10353-10600-212214565-10204-10663-212214565-0-24625%3E"
442
+ "$ref": "#/definitions/DeepPartial%3Cstructure-212214565-10368-10599-212214565-10353-10600-212214565-10204-10663-212214565-0-24609%3E"
443
443
  },
444
444
  "useAddressValidation": {
445
445
  "type": "boolean"
@@ -454,42 +454,42 @@ exports.JSONSchemas = {
454
454
  "type": "object",
455
455
  "properties": {
456
456
  "addressLine1": {
457
- "$ref": "#/definitions/DeepPartial%3Cdef-alias-212214565-17607-18259-212214565-0-24625%5B%5D%3E"
457
+ "$ref": "#/definitions/DeepPartial%3Cdef-alias-212214565-17607-18259-212214565-0-24609%5B%5D%3E"
458
458
  },
459
459
  "addressLine2": {
460
- "$ref": "#/definitions/DeepPartial%3Cdef-alias-212214565-17607-18259-212214565-0-24625%5B%5D%3E"
460
+ "$ref": "#/definitions/DeepPartial%3Cdef-alias-212214565-17607-18259-212214565-0-24609%5B%5D%3E"
461
461
  },
462
462
  "city": {
463
- "$ref": "#/definitions/DeepPartial%3Cdef-alias-212214565-17607-18259-212214565-0-24625%5B%5D%3E"
463
+ "$ref": "#/definitions/DeepPartial%3Cdef-alias-212214565-17607-18259-212214565-0-24609%5B%5D%3E"
464
464
  },
465
465
  "countyProvinceState": {
466
- "$ref": "#/definitions/DeepPartial%3Cdef-alias-212214565-17607-18259-212214565-0-24625%5B%5D%3E"
466
+ "$ref": "#/definitions/DeepPartial%3Cdef-alias-212214565-17607-18259-212214565-0-24609%5B%5D%3E"
467
467
  },
468
468
  "familyName": {
469
- "$ref": "#/definitions/DeepPartial%3Cdef-alias-212214565-17607-18259-212214565-0-24625%5B%5D%3E"
469
+ "$ref": "#/definitions/DeepPartial%3Cdef-alias-212214565-17607-18259-212214565-0-24609%5B%5D%3E"
470
470
  },
471
471
  "firstName": {
472
- "$ref": "#/definitions/DeepPartial%3Cdef-alias-212214565-17607-18259-212214565-0-24625%5B%5D%3E"
472
+ "$ref": "#/definitions/DeepPartial%3Cdef-alias-212214565-17607-18259-212214565-0-24609%5B%5D%3E"
473
473
  },
474
474
  "instructions": {
475
- "$ref": "#/definitions/DeepPartial%3Cdef-alias-212214565-17607-18259-212214565-0-24625%5B%5D%3E"
475
+ "$ref": "#/definitions/DeepPartial%3Cdef-alias-212214565-17607-18259-212214565-0-24609%5B%5D%3E"
476
476
  },
477
477
  "phoneNumber": {
478
- "$ref": "#/definitions/DeepPartial%3Cdef-alias-212214565-17607-18259-212214565-0-24625%5B%5D%3E"
478
+ "$ref": "#/definitions/DeepPartial%3Cdef-alias-212214565-17607-18259-212214565-0-24609%5B%5D%3E"
479
479
  },
480
480
  "postCode": {
481
- "$ref": "#/definitions/DeepPartial%3Cdef-alias-212214565-17607-18259-212214565-0-24625%5B%5D%3E"
481
+ "$ref": "#/definitions/DeepPartial%3Cdef-alias-212214565-17607-18259-212214565-0-24609%5B%5D%3E"
482
482
  },
483
483
  "smsNumber": {
484
- "$ref": "#/definitions/DeepPartial%3Cdef-alias-212214565-17607-18259-212214565-0-24625%5B%5D%3E"
484
+ "$ref": "#/definitions/DeepPartial%3Cdef-alias-212214565-17607-18259-212214565-0-24609%5B%5D%3E"
485
485
  },
486
486
  "deliveryModalZipCodeValidation": {
487
- "$ref": "#/definitions/DeepPartial%3Cdef-alias-212214565-17607-18259-212214565-0-24625%5B%5D%3E"
487
+ "$ref": "#/definitions/DeepPartial%3Cdef-alias-212214565-17607-18259-212214565-0-24609%5B%5D%3E"
488
488
  }
489
489
  },
490
490
  "additionalProperties": false
491
491
  },
492
- "DeepPartial<structure-212214565-10307-10352-212214565-10296-10353-212214565-10204-10663-212214565-0-24625>": {
492
+ "DeepPartial<structure-212214565-10307-10352-212214565-10296-10353-212214565-10204-10663-212214565-0-24609>": {
493
493
  "type": "object",
494
494
  "properties": {
495
495
  "enabled": {
@@ -501,7 +501,7 @@ exports.JSONSchemas = {
501
501
  },
502
502
  "additionalProperties": false
503
503
  },
504
- "DeepPartial<structure-212214565-10368-10599-212214565-10353-10600-212214565-10204-10663-212214565-0-24625>": {
504
+ "DeepPartial<structure-212214565-10368-10599-212214565-10353-10600-212214565-10204-10663-212214565-0-24609>": {
505
505
  "type": "object",
506
506
  "properties": {
507
507
  "enabled": {
@@ -597,7 +597,7 @@ exports.JSONSchemas = {
597
597
  "type": "boolean"
598
598
  },
599
599
  "nativePayments": {
600
- "$ref": "#/definitions/DeepPartial%3Cstructure-212214565-11103-11312-212214565-11085-11313-212214565-10780-11315-212214565-0-24625%3E"
600
+ "$ref": "#/definitions/DeepPartial%3Cstructure-212214565-11103-11312-212214565-11085-11313-212214565-10780-11315-212214565-0-24609%3E"
601
601
  }
602
602
  },
603
603
  "additionalProperties": false
@@ -645,27 +645,27 @@ exports.JSONSchemas = {
645
645
  "type": "object",
646
646
  "properties": {
647
647
  "instructions": {
648
- "$ref": "#/definitions/DeepPartial%3Cdef-alias-212214565-17607-18259-212214565-0-24625%5B%5D%3E"
648
+ "$ref": "#/definitions/DeepPartial%3Cdef-alias-212214565-17607-18259-212214565-0-24609%5B%5D%3E"
649
649
  },
650
650
  "phoneNumber": {
651
- "$ref": "#/definitions/DeepPartial%3Cdef-alias-212214565-17607-18259-212214565-0-24625%5B%5D%3E"
651
+ "$ref": "#/definitions/DeepPartial%3Cdef-alias-212214565-17607-18259-212214565-0-24609%5B%5D%3E"
652
652
  },
653
653
  "smsNumber": {
654
- "$ref": "#/definitions/DeepPartial%3Cdef-alias-212214565-17607-18259-212214565-0-24625%5B%5D%3E"
654
+ "$ref": "#/definitions/DeepPartial%3Cdef-alias-212214565-17607-18259-212214565-0-24609%5B%5D%3E"
655
655
  }
656
656
  },
657
657
  "additionalProperties": false
658
658
  },
659
- "DeepPartial<structure-212214565-11103-11312-212214565-11085-11313-212214565-10780-11315-212214565-0-24625>": {
659
+ "DeepPartial<structure-212214565-11103-11312-212214565-11085-11313-212214565-10780-11315-212214565-0-24609>": {
660
660
  "type": "object",
661
661
  "properties": {
662
662
  "googlePayButton": {
663
- "$ref": "#/definitions/DeepPartial%3Cstructure-212214565-11126-11307-212214565-11105-11308-212214565-11103-11312-212214565-11085-11313-212214565-10780-11315-212214565-0-24625%3E"
663
+ "$ref": "#/definitions/DeepPartial%3Cstructure-212214565-11126-11307-212214565-11105-11308-212214565-11103-11312-212214565-11085-11313-212214565-10780-11315-212214565-0-24609%3E"
664
664
  }
665
665
  },
666
666
  "additionalProperties": false
667
667
  },
668
- "DeepPartial<structure-212214565-11126-11307-212214565-11105-11308-212214565-11103-11312-212214565-11085-11313-212214565-10780-11315-212214565-0-24625>": {
668
+ "DeepPartial<structure-212214565-11126-11307-212214565-11105-11308-212214565-11103-11312-212214565-11085-11313-212214565-10780-11315-212214565-0-24609>": {
669
669
  "type": "object",
670
670
  "properties": {
671
671
  "buttonType": {
@@ -771,7 +771,7 @@ exports.JSONSchemas = {
771
771
  "type": "boolean"
772
772
  },
773
773
  "externalStoreSelectorUrl": {
774
- "$ref": "#/definitions/DeepPartial%3Cstructure-212214565-12043-12088-212214565-12015-12089-212214565-11315-12896-212214565-0-24625%3E"
774
+ "$ref": "#/definitions/DeepPartial%3Cstructure-212214565-12043-12088-212214565-12015-12089-212214565-11315-12896-212214565-0-24609%3E"
775
775
  },
776
776
  "favoritesV1": {
777
777
  "type": "boolean"
@@ -790,19 +790,19 @@ exports.JSONSchemas = {
790
790
  "$ref": "#/definitions/DeepPartial%3CIGlobalAnimations%3E"
791
791
  },
792
792
  "instacart": {
793
- "$ref": "#/definitions/DeepPartial%3Cstructure-212214565-12256-12301-212214565-12222-12302-212214565-11315-12896-212214565-0-24625%3E"
793
+ "$ref": "#/definitions/DeepPartial%3Cstructure-212214565-12256-12301-212214565-12222-12302-212214565-11315-12896-212214565-0-24609%3E"
794
794
  },
795
795
  "recipeLegacyShareLink": {
796
796
  "type": "boolean"
797
797
  },
798
798
  "registrationFields": {
799
- "$ref": "#/definitions/DeepPartial%3Cdef-interface-212214565-19287-19530-212214565-0-24625%5B%5D%3E"
799
+ "$ref": "#/definitions/DeepPartial%3Cdef-interface-212214565-19287-19530-212214565-0-24609%5B%5D%3E"
800
800
  },
801
801
  "secondTierAuthorization": {
802
802
  "$ref": "#/definitions/ISecondTierAuthorization"
803
803
  },
804
804
  "shoppingModesDisplayOrder": {
805
- "$ref": "#/definitions/DeepPartial%3Cdef-alias-212214565-23941-24005-212214565-0-24625%5B%5D%3E"
805
+ "$ref": "#/definitions/DeepPartial%3Cdef-alias-212214565-23925-23989-212214565-0-24609%5B%5D%3E"
806
806
  },
807
807
  "showCheckoutPromoCode": {
808
808
  "type": "boolean"
@@ -829,7 +829,7 @@ exports.JSONSchemas = {
829
829
  "type": "boolean"
830
830
  },
831
831
  "storeSelection": {
832
- "$ref": "#/definitions/DeepPartial%3Cstructure-212214565-12768-12893-212214565-12750-12894-212214565-11315-12896-212214565-0-24625%3E"
832
+ "$ref": "#/definitions/DeepPartial%3Cstructure-212214565-12768-12893-212214565-12750-12894-212214565-11315-12896-212214565-0-24609%3E"
833
833
  }
834
834
  },
835
835
  "additionalProperties": false
@@ -1096,12 +1096,12 @@ exports.JSONSchemas = {
1096
1096
  ]
1097
1097
  },
1098
1098
  "headerLayout": {
1099
- "$ref": "#/definitions/DeepPartial%3Cstructure-212214565-13098-13169-212214565-13082-13170-212214565-12986-13172-212214565-0-24625%3E"
1099
+ "$ref": "#/definitions/DeepPartial%3Cstructure-212214565-13098-13169-212214565-13082-13170-212214565-12986-13172-212214565-0-24609%3E"
1100
1100
  }
1101
1101
  },
1102
1102
  "additionalProperties": false
1103
1103
  },
1104
- "DeepPartial<structure-212214565-13098-13169-212214565-13082-13170-212214565-12986-13172-212214565-0-24625>": {
1104
+ "DeepPartial<structure-212214565-13098-13169-212214565-13082-13170-212214565-12986-13172-212214565-0-24609>": {
1105
1105
  "type": "object",
1106
1106
  "properties": {
1107
1107
  "mobile": {
@@ -1121,7 +1121,7 @@ exports.JSONSchemas = {
1121
1121
  },
1122
1122
  "additionalProperties": false
1123
1123
  },
1124
- "DeepPartial<structure-212214565-12043-12088-212214565-12015-12089-212214565-11315-12896-212214565-0-24625>": {
1124
+ "DeepPartial<structure-212214565-12043-12088-212214565-12015-12089-212214565-11315-12896-212214565-0-24609>": {
1125
1125
  "type": "object",
1126
1126
  "properties": {
1127
1127
  "enabled": {
@@ -1287,7 +1287,7 @@ exports.JSONSchemas = {
1287
1287
  },
1288
1288
  "additionalProperties": false
1289
1289
  },
1290
- "DeepPartial<structure-212214565-12256-12301-212214565-12222-12302-212214565-11315-12896-212214565-0-24625>": {
1290
+ "DeepPartial<structure-212214565-12256-12301-212214565-12222-12302-212214565-11315-12896-212214565-0-24609>": {
1291
1291
  "type": "object",
1292
1292
  "properties": {
1293
1293
  "enabled": {
@@ -1299,7 +1299,7 @@ exports.JSONSchemas = {
1299
1299
  },
1300
1300
  "additionalProperties": false
1301
1301
  },
1302
- "DeepPartial<def-interface-212214565-19287-19530-212214565-0-24625[]>": {
1302
+ "DeepPartial<def-interface-212214565-19287-19530-212214565-0-24609[]>": {
1303
1303
  "type": "array",
1304
1304
  "items": {
1305
1305
  "$ref": "#/definitions/DeepPartial%3CIRegistrationField%3E"
@@ -1321,7 +1321,7 @@ exports.JSONSchemas = {
1321
1321
  "$ref": "#/definitions/IRegistrationFieldTypes"
1322
1322
  },
1323
1323
  "validationTypes": {
1324
- "$ref": "#/definitions/DeepPartial%3Cdef-alias-212214565-17607-18259-212214565-0-24625%5B%5D%3E"
1324
+ "$ref": "#/definitions/DeepPartial%3Cdef-alias-212214565-17607-18259-212214565-0-24609%5B%5D%3E"
1325
1325
  },
1326
1326
  "alwaysVisible": {
1327
1327
  "type": "boolean"
@@ -1370,7 +1370,7 @@ exports.JSONSchemas = {
1370
1370
  ],
1371
1371
  "additionalProperties": false
1372
1372
  },
1373
- "DeepPartial<def-alias-212214565-23941-24005-212214565-0-24625[]>": {
1373
+ "DeepPartial<def-alias-212214565-23925-23989-212214565-0-24609[]>": {
1374
1374
  "type": "array",
1375
1375
  "items": {
1376
1376
  "$ref": "#/definitions/ShoppingMode"
@@ -1414,7 +1414,7 @@ exports.JSONSchemas = {
1414
1414
  },
1415
1415
  "additionalProperties": false
1416
1416
  },
1417
- "DeepPartial<structure-212214565-12768-12893-212214565-12750-12894-212214565-11315-12896-212214565-0-24625>": {
1417
+ "DeepPartial<structure-212214565-12768-12893-212214565-12750-12894-212214565-11315-12896-212214565-0-24609>": {
1418
1418
  "type": "object",
1419
1419
  "properties": {
1420
1420
  "planning": {
@@ -1476,12 +1476,12 @@ exports.JSONSchemas = {
1476
1476
  "type": "boolean"
1477
1477
  },
1478
1478
  "contentProviders": {
1479
- "$ref": "#/definitions/DeepPartial%3Cdef-interface-212214565-24238-24314-212214565-0-24625%5B%5D%3E"
1479
+ "$ref": "#/definitions/DeepPartial%3Cdef-interface-212214565-24222-24298-212214565-0-24609%5B%5D%3E"
1480
1480
  }
1481
1481
  },
1482
1482
  "additionalProperties": false
1483
1483
  },
1484
- "DeepPartial<def-interface-212214565-24238-24314-212214565-0-24625[]>": {
1484
+ "DeepPartial<def-interface-212214565-24222-24298-212214565-0-24609[]>": {
1485
1485
  "type": "array",
1486
1486
  "items": {
1487
1487
  "$ref": "#/definitions/DeepPartial%3CIDefaultExternal%3E"
@@ -1537,27 +1537,27 @@ exports.JSONSchemas = {
1537
1537
  "type": "object",
1538
1538
  "properties": {
1539
1539
  "desktop": {
1540
- "$ref": "#/definitions/DeepPartial%3Cstructure-212214565-23418-23499-212214565-23407-23500-212214565-23361-23594-212214565-0-24625%3E"
1540
+ "$ref": "#/definitions/DeepPartial%3Cstructure-212214565-23402-23483-212214565-23391-23484-212214565-23345-23578-212214565-0-24609%3E"
1541
1541
  },
1542
1542
  "mobile": {
1543
- "$ref": "#/definitions/DeepPartial%3Cstructure-212214565-23510-23591-212214565-23500-23592-212214565-23361-23594-212214565-0-24625%3E"
1543
+ "$ref": "#/definitions/DeepPartial%3Cstructure-212214565-23494-23575-212214565-23484-23576-212214565-23345-23578-212214565-0-24609%3E"
1544
1544
  }
1545
1545
  },
1546
1546
  "additionalProperties": false
1547
1547
  },
1548
- "DeepPartial<structure-212214565-23418-23499-212214565-23407-23500-212214565-23361-23594-212214565-0-24625>": {
1548
+ "DeepPartial<structure-212214565-23402-23483-212214565-23391-23484-212214565-23345-23578-212214565-0-24609>": {
1549
1549
  "type": "object",
1550
1550
  "properties": {
1551
1551
  "left": {
1552
- "$ref": "#/definitions/DeepPartial%3Cdef-alias-212214565-23594-23803-212214565-0-24625%5B%5D%3E"
1552
+ "$ref": "#/definitions/DeepPartial%3Cdef-alias-212214565-23578-23787-212214565-0-24609%5B%5D%3E"
1553
1553
  },
1554
1554
  "right": {
1555
- "$ref": "#/definitions/DeepPartial%3Cdef-alias-212214565-23594-23803-212214565-0-24625%5B%5D%3E"
1555
+ "$ref": "#/definitions/DeepPartial%3Cdef-alias-212214565-23578-23787-212214565-0-24609%5B%5D%3E"
1556
1556
  }
1557
1557
  },
1558
1558
  "additionalProperties": false
1559
1559
  },
1560
- "DeepPartial<def-alias-212214565-23594-23803-212214565-0-24625[]>": {
1560
+ "DeepPartial<def-alias-212214565-23578-23787-212214565-0-24609[]>": {
1561
1561
  "type": "array",
1562
1562
  "items": {
1563
1563
  "$ref": "#/definitions/PdpDetailsElementLayout"
@@ -1566,14 +1566,14 @@ exports.JSONSchemas = {
1566
1566
  "PdpDetailsElementLayout": {
1567
1567
  "type": "string"
1568
1568
  },
1569
- "DeepPartial<structure-212214565-23510-23591-212214565-23500-23592-212214565-23361-23594-212214565-0-24625>": {
1569
+ "DeepPartial<structure-212214565-23494-23575-212214565-23484-23576-212214565-23345-23578-212214565-0-24609>": {
1570
1570
  "type": "object",
1571
1571
  "properties": {
1572
1572
  "left": {
1573
- "$ref": "#/definitions/DeepPartial%3Cdef-alias-212214565-23594-23803-212214565-0-24625%5B%5D%3E"
1573
+ "$ref": "#/definitions/DeepPartial%3Cdef-alias-212214565-23578-23787-212214565-0-24609%5B%5D%3E"
1574
1574
  },
1575
1575
  "right": {
1576
- "$ref": "#/definitions/DeepPartial%3Cdef-alias-212214565-23594-23803-212214565-0-24625%5B%5D%3E"
1576
+ "$ref": "#/definitions/DeepPartial%3Cdef-alias-212214565-23578-23787-212214565-0-24609%5B%5D%3E"
1577
1577
  }
1578
1578
  },
1579
1579
  "additionalProperties": false
@@ -1672,48 +1672,52 @@ exports.JSONSchemas = {
1672
1672
  "type": "object",
1673
1673
  "properties": {
1674
1674
  "gridRowLength": {
1675
- "$ref": "#/definitions/DeepPartial%3Cindexed-type-212214565-21647-21687-212214565-21630-21688-212214565-21591-21957-212214565-0-24625%3E"
1675
+ "type": "object",
1676
+ "properties": {
1677
+ "mobile": {
1678
+ "type": "number"
1679
+ },
1680
+ "tablet": {
1681
+ "type": "number"
1682
+ },
1683
+ "desktop": {
1684
+ "type": "number"
1685
+ }
1686
+ },
1687
+ "required": [
1688
+ "mobile",
1689
+ "tablet",
1690
+ "desktop"
1691
+ ],
1692
+ "additionalProperties": false
1676
1693
  },
1677
1694
  "carouselsRowLength": {
1678
- "$ref": "#/definitions/DeepPartial%3Cindexed-type-212214565-21710-21750-212214565-21688-21751-212214565-21591-21957-212214565-0-24625%3E"
1695
+ "type": "object",
1696
+ "properties": {
1697
+ "mobile": {
1698
+ "type": "number"
1699
+ },
1700
+ "tablet": {
1701
+ "type": "number"
1702
+ },
1703
+ "desktop": {
1704
+ "type": "number"
1705
+ }
1706
+ },
1707
+ "required": [
1708
+ "mobile",
1709
+ "tablet",
1710
+ "desktop"
1711
+ ],
1712
+ "additionalProperties": false
1679
1713
  },
1680
1714
  "productCard": {
1681
- "$ref": "#/definitions/DeepPartial%3Cstructure-212214565-21766-21954-212214565-21751-21955-212214565-21591-21957-212214565-0-24625%3E"
1682
- }
1683
- },
1684
- "additionalProperties": false
1685
- },
1686
- "DeepPartial<indexed-type-212214565-21647-21687-212214565-21630-21688-212214565-21591-21957-212214565-0-24625>": {
1687
- "type": "object",
1688
- "properties": {
1689
- "mobile": {
1690
- "type": "number"
1691
- },
1692
- "tablet": {
1693
- "type": "number"
1694
- },
1695
- "desktop": {
1696
- "type": "number"
1697
- }
1698
- },
1699
- "additionalProperties": false
1700
- },
1701
- "DeepPartial<indexed-type-212214565-21710-21750-212214565-21688-21751-212214565-21591-21957-212214565-0-24625>": {
1702
- "type": "object",
1703
- "properties": {
1704
- "mobile": {
1705
- "type": "number"
1706
- },
1707
- "tablet": {
1708
- "type": "number"
1709
- },
1710
- "desktop": {
1711
- "type": "number"
1715
+ "$ref": "#/definitions/DeepPartial%3Cstructure-212214565-21768-21958-212214565-21753-21959-212214565-21591-21961-212214565-0-24609%3E"
1712
1716
  }
1713
1717
  },
1714
1718
  "additionalProperties": false
1715
1719
  },
1716
- "DeepPartial<structure-212214565-21766-21954-212214565-21751-21955-212214565-21591-21957-212214565-0-24625>": {
1720
+ "DeepPartial<structure-212214565-21768-21958-212214565-21753-21959-212214565-21591-21961-212214565-0-24609>": {
1717
1721
  "type": "object",
1718
1722
  "properties": {
1719
1723
  "enabled": {
@@ -1723,7 +1727,7 @@ exports.JSONSchemas = {
1723
1727
  "$ref": "#/definitions/DeepPartial%3CIProductCardLayouts%3E"
1724
1728
  },
1725
1729
  "components": {
1726
- "$ref": "#/definitions/DeepPartial%3CIProductCardV2ComponentProps%3E"
1730
+ "$ref": "#/definitions/IProductCardV2ComponentProps"
1727
1731
  }
1728
1732
  },
1729
1733
  "additionalProperties": false
@@ -1755,30 +1759,31 @@ exports.JSONSchemas = {
1755
1759
  "default",
1756
1760
  "detailed"
1757
1761
  ]
1758
- },
1759
- "SimplifiedCarousel": {
1760
- "type": "string",
1761
- "const": "default"
1762
1762
  }
1763
1763
  },
1764
1764
  "additionalProperties": false
1765
1765
  },
1766
- "DeepPartial<IProductCardV2ComponentProps>": {
1766
+ "IProductCardV2ComponentProps": {
1767
1767
  "type": "object",
1768
1768
  "properties": {
1769
1769
  "promotionLabel": {
1770
- "$ref": "#/definitions/DeepPartial%3CIProductCardV2PromotionLabelsSettings%3E"
1770
+ "$ref": "#/definitions/IProductCardV2PromotionLabelsSettings"
1771
1771
  },
1772
1772
  "recommendedLabel": {
1773
- "$ref": "#/definitions/DeepPartial%3CIProductCardV2RecommendedLabelSettings%3E"
1773
+ "$ref": "#/definitions/IProductCardV2RecommendedLabelSettings"
1774
1774
  },
1775
1775
  "productAttributes": {
1776
- "$ref": "#/definitions/DeepPartial%3CIProductCardV2ProductAttributes%3E"
1776
+ "$ref": "#/definitions/IProductCardV2ProductAttributes"
1777
1777
  }
1778
1778
  },
1779
+ "required": [
1780
+ "promotionLabel",
1781
+ "recommendedLabel",
1782
+ "productAttributes"
1783
+ ],
1779
1784
  "additionalProperties": false
1780
1785
  },
1781
- "DeepPartial<IProductCardV2PromotionLabelsSettings>": {
1786
+ "IProductCardV2PromotionLabelsSettings": {
1782
1787
  "type": "object",
1783
1788
  "properties": {
1784
1789
  "showLines": {
@@ -1795,50 +1800,79 @@ exports.JSONSchemas = {
1795
1800
  "type": "number"
1796
1801
  },
1797
1802
  "labelsPriority": {
1798
- "$ref": "#/definitions/DeepPartial%3Cdef-alias-212214565-22513-22637-212214565-0-24625%5B%5D%3E"
1803
+ "type": "array",
1804
+ "items": {
1805
+ "$ref": "#/definitions/ILabelConfig"
1806
+ }
1799
1807
  }
1800
1808
  },
1809
+ "required": [
1810
+ "showLines",
1811
+ "labelSource",
1812
+ "labelsLimit",
1813
+ "labelsPriority"
1814
+ ],
1801
1815
  "additionalProperties": false
1802
1816
  },
1803
- "DeepPartial<def-alias-212214565-22513-22637-212214565-0-24625[]>": {
1804
- "type": "array",
1805
- "items": {
1806
- "$ref": "#/definitions/DeepPartial%3CILabelConfig%3E"
1807
- }
1808
- },
1809
- "DeepPartial<ILabelConfig>": {
1810
- "type": "object",
1811
- "properties": {
1812
- "_type": {
1813
- "type": "string",
1814
- "enum": [
1815
- "pointPromo",
1816
- "promo",
1817
- "tprPromo"
1818
- ]
1817
+ "ILabelConfig": {
1818
+ "anyOf": [
1819
+ {
1820
+ "type": "object",
1821
+ "properties": {
1822
+ "_type": {
1823
+ "type": "string",
1824
+ "enum": [
1825
+ "pointPromo",
1826
+ "promo"
1827
+ ]
1828
+ },
1829
+ "limit": {
1830
+ "type": "number"
1831
+ }
1832
+ },
1833
+ "required": [
1834
+ "_type",
1835
+ "limit"
1836
+ ],
1837
+ "additionalProperties": false
1819
1838
  },
1820
- "limit": {
1821
- "type": "number"
1839
+ {
1840
+ "type": "object",
1841
+ "properties": {
1842
+ "_type": {
1843
+ "type": "string",
1844
+ "const": "tprPromo"
1845
+ }
1846
+ },
1847
+ "required": [
1848
+ "_type"
1849
+ ],
1850
+ "additionalProperties": false
1822
1851
  }
1823
- },
1824
- "additionalProperties": false
1852
+ ]
1825
1853
  },
1826
- "DeepPartial<IProductCardV2RecommendedLabelSettings>": {
1854
+ "IProductCardV2RecommendedLabelSettings": {
1827
1855
  "type": "object",
1828
1856
  "properties": {
1829
1857
  "enabled": {
1830
1858
  "type": "boolean"
1831
1859
  }
1832
1860
  },
1861
+ "required": [
1862
+ "enabled"
1863
+ ],
1833
1864
  "additionalProperties": false
1834
1865
  },
1835
- "DeepPartial<IProductCardV2ProductAttributes>": {
1866
+ "IProductCardV2ProductAttributes": {
1836
1867
  "type": "object",
1837
1868
  "properties": {
1838
1869
  "iconOpacity": {
1839
1870
  "type": "number"
1840
1871
  }
1841
1872
  },
1873
+ "required": [
1874
+ "iconOpacity"
1875
+ ],
1842
1876
  "additionalProperties": false
1843
1877
  },
1844
1878
  "DeepPartial<ISiteSettingsV2>": {
@@ -1996,7 +2030,7 @@ exports.JSONSchemas = {
1996
2030
  "$ref": "#/definitions/DeepPartial%3CILayoutCarousel%3E"
1997
2031
  },
1998
2032
  "categoryDocumentTitle": {
1999
- "$ref": "#/definitions/DeepPartial%3Cinterface-212214565-13777-13893-212214565-0-24625%3E"
2033
+ "$ref": "#/definitions/DeepPartial%3Cinterface-212214565-13777-13893-212214565-0-24609%3E"
2000
2034
  }
2001
2035
  },
2002
2036
  "additionalProperties": false
@@ -2791,7 +2825,7 @@ exports.JSONSchemas = {
2791
2825
  "type": "boolean"
2792
2826
  },
2793
2827
  "sections": {
2794
- "$ref": "#/definitions/DeepPartial%3Cindexed-type-212214565-24086-24148-212214565-24074-24149-212214565-24005-24238-212214565-0-24625%3E"
2828
+ "$ref": "#/definitions/DeepPartial%3Cindexed-type-212214565-24070-24132-212214565-24058-24133-212214565-23989-24222-212214565-0-24609%3E"
2795
2829
  },
2796
2830
  "optInMarketingPreferences": {
2797
2831
  "type": "boolean"
@@ -2802,7 +2836,7 @@ exports.JSONSchemas = {
2802
2836
  },
2803
2837
  "additionalProperties": false
2804
2838
  },
2805
- "DeepPartial<indexed-type-212214565-24086-24148-212214565-24074-24149-212214565-24005-24238-212214565-0-24625>": {
2839
+ "DeepPartial<indexed-type-212214565-24070-24132-212214565-24058-24133-212214565-23989-24222-212214565-0-24609>": {
2806
2840
  "type": "object",
2807
2841
  "properties": {
2808
2842
  "marketingPreferences": {
@@ -3020,7 +3054,7 @@ exports.JSONSchemas = {
3020
3054
  "type": "boolean"
3021
3055
  },
3022
3056
  "percentOffset": {
3023
- "$ref": "#/definitions/DeepPartial%3Cstructure-212214565-24486-24531-212214565-24469-24532-212214565-24410-24565-212214565-0-24625%3E"
3057
+ "$ref": "#/definitions/DeepPartial%3Cstructure-212214565-24470-24515-212214565-24453-24516-212214565-24394-24549-212214565-0-24609%3E"
3024
3058
  },
3025
3059
  "visibilityThreshold": {
3026
3060
  "type": "number"
@@ -3028,7 +3062,7 @@ exports.JSONSchemas = {
3028
3062
  },
3029
3063
  "additionalProperties": false
3030
3064
  },
3031
- "DeepPartial<structure-212214565-24486-24531-212214565-24469-24532-212214565-24410-24565-212214565-0-24625>": {
3065
+ "DeepPartial<structure-212214565-24470-24515-212214565-24453-24516-212214565-24394-24549-212214565-0-24609>": {
3032
3066
  "type": "object",
3033
3067
  "properties": {
3034
3068
  "right": {
@@ -3073,7 +3107,7 @@ exports.JSONSchemas = {
3073
3107
  },
3074
3108
  "additionalProperties": false
3075
3109
  },
3076
- "DeepPartial<interface-212214565-13777-13893-212214565-0-24625>": {
3110
+ "DeepPartial<interface-212214565-13777-13893-212214565-0-24609>": {
3077
3111
  "type": "object",
3078
3112
  "properties": {
3079
3113
  "includeBannerTitle": {
@@ -3088,7 +3122,7 @@ exports.JSONSchemas = {
3088
3122
  },
3089
3123
  "additionalProperties": false
3090
3124
  },
3091
- "DeepPartial<def-interface-212214565-15809-15933-212214565-0-24625[]>": {
3125
+ "DeepPartial<def-interface-212214565-15809-15933-212214565-0-24609[]>": {
3092
3126
  "type": "array",
3093
3127
  "items": {
3094
3128
  "$ref": "#/definitions/DeepPartial%3CIWelcomeModalV2%3E"