@thryveai/theme-interfaces 2.8.21 → 2.8.23
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 +81 -30
- package/dist/JSONSchemas/index.js +165 -81
- package/dist/interfaces/icons.interfaces.d.ts +2 -2
- package/dist/interfaces/retailer-settings.interfaces.d.ts +8 -0
- package/dist/storefront/commonSettingsStorefront.js +11 -3
- package/dist/storefront/defaultIconsStorefront.js +1 -1
- package/dist/storefront/defaultSettingsStorefront.js +11 -3
- package/package.json +2 -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-
|
|
46
|
+
"$ref": "#/definitions/DeepPartial%3Cdef-interface-212214565-15562-15686-212214565-0-24378%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-
|
|
61
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-212214565-19836-20043-212214565-19822-20044-212214565-19787-20264-212214565-0-24378%3E"
|
|
62
62
|
},
|
|
63
63
|
"idp": {
|
|
64
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-212214565-
|
|
64
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-212214565-20051-20128-212214565-20044-20129-212214565-19787-20264-212214565-0-24378%3E"
|
|
65
65
|
},
|
|
66
66
|
"profileTab": {
|
|
67
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-212214565-
|
|
67
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-212214565-20143-20183-212214565-20129-20184-212214565-19787-20264-212214565-0-24378%3E"
|
|
68
68
|
},
|
|
69
69
|
"secondStepRegistration": {
|
|
70
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-212214565-
|
|
70
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-212214565-20210-20261-212214565-20184-20262-212214565-19787-20264-212214565-0-24378%3E"
|
|
71
71
|
}
|
|
72
72
|
},
|
|
73
73
|
"additionalProperties": false
|
|
74
74
|
},
|
|
75
|
-
"DeepPartial<structure-212214565-
|
|
75
|
+
"DeepPartial<structure-212214565-19836-20043-212214565-19822-20044-212214565-19787-20264-212214565-0-24378>": {
|
|
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-
|
|
94
|
+
"$ref": "#/definitions/DeepPartial%3Cdef-alias-212214565-17360-18012-212214565-0-24378%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-
|
|
108
|
+
"DeepPartial<def-alias-212214565-17360-18012-212214565-0-24378[]>": {
|
|
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-
|
|
313
|
+
"DeepPartial<structure-212214565-20051-20128-212214565-20044-20129-212214565-19787-20264-212214565-0-24378>": {
|
|
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-
|
|
332
|
+
"DeepPartial<structure-212214565-20143-20183-212214565-20129-20184-212214565-19787-20264-212214565-0-24378>": {
|
|
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-
|
|
341
|
+
"DeepPartial<structure-212214565-20210-20261-212214565-20184-20262-212214565-19787-20264-212214565-0-24378>": {
|
|
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-
|
|
357
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-212214565-20337-20647-212214565-20327-20648-212214565-20264-20650-212214565-0-24378%3E"
|
|
358
358
|
}
|
|
359
359
|
},
|
|
360
360
|
"additionalProperties": false
|
|
361
361
|
},
|
|
362
|
-
"DeepPartial<structure-212214565-
|
|
362
|
+
"DeepPartial<structure-212214565-20337-20647-212214565-20327-20648-212214565-20264-20650-212214565-0-24378>": {
|
|
363
363
|
"type": "object",
|
|
364
364
|
"properties": {
|
|
365
365
|
"title": {
|
|
366
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-212214565-
|
|
366
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-212214565-20350-20424-212214565-20339-20425-212214565-20337-20647-212214565-20327-20648-212214565-20264-20650-212214565-0-24378%3E"
|
|
367
367
|
},
|
|
368
368
|
"company": {
|
|
369
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-212214565-
|
|
369
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-212214565-20438-20512-212214565-20425-20513-212214565-20337-20647-212214565-20327-20648-212214565-20264-20650-212214565-0-24378%3E"
|
|
370
370
|
},
|
|
371
371
|
"typeOfBusiness": {
|
|
372
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-212214565-
|
|
372
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-212214565-20533-20642-212214565-20513-20643-212214565-20337-20647-212214565-20327-20648-212214565-20264-20650-212214565-0-24378%3E"
|
|
373
373
|
}
|
|
374
374
|
},
|
|
375
375
|
"additionalProperties": false
|
|
376
376
|
},
|
|
377
|
-
"DeepPartial<structure-212214565-
|
|
377
|
+
"DeepPartial<structure-212214565-20350-20424-212214565-20339-20425-212214565-20337-20647-212214565-20327-20648-212214565-20264-20650-212214565-0-24378>": {
|
|
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-
|
|
384
|
+
"$ref": "#/definitions/DeepPartial%3Cdef-alias-212214565-17360-18012-212214565-0-24378%5B%5D%3E"
|
|
385
385
|
}
|
|
386
386
|
},
|
|
387
387
|
"additionalProperties": false
|
|
388
388
|
},
|
|
389
|
-
"DeepPartial<structure-212214565-
|
|
389
|
+
"DeepPartial<structure-212214565-20438-20512-212214565-20425-20513-212214565-20337-20647-212214565-20327-20648-212214565-20264-20650-212214565-0-24378>": {
|
|
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-
|
|
396
|
+
"$ref": "#/definitions/DeepPartial%3Cdef-alias-212214565-17360-18012-212214565-0-24378%5B%5D%3E"
|
|
397
397
|
}
|
|
398
398
|
},
|
|
399
399
|
"additionalProperties": false
|
|
400
400
|
},
|
|
401
|
-
"DeepPartial<structure-212214565-
|
|
401
|
+
"DeepPartial<structure-212214565-20533-20642-212214565-20513-20643-212214565-20337-20647-212214565-20327-20648-212214565-20264-20650-212214565-0-24378>": {
|
|
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-
|
|
408
|
+
"$ref": "#/definitions/DeepPartial%3Cdef-alias-212214565-20650-20778-212214565-0-24378%5B%5D%3E"
|
|
409
409
|
},
|
|
410
410
|
"validationTypes": {
|
|
411
|
-
"$ref": "#/definitions/DeepPartial%3Cdef-alias-212214565-
|
|
411
|
+
"$ref": "#/definitions/DeepPartial%3Cdef-alias-212214565-17360-18012-212214565-0-24378%5B%5D%3E"
|
|
412
412
|
}
|
|
413
413
|
},
|
|
414
414
|
"additionalProperties": false
|
|
415
415
|
},
|
|
416
|
-
"DeepPartial<def-alias-212214565-
|
|
416
|
+
"DeepPartial<def-alias-212214565-20650-20778-212214565-0-24378[]>": {
|
|
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-10225-10270-212214565-10214-10271-212214565-10122-10581-212214565-0-
|
|
439
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-212214565-10225-10270-212214565-10214-10271-212214565-10122-10581-212214565-0-24378%3E"
|
|
440
440
|
},
|
|
441
441
|
"integration": {
|
|
442
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-212214565-10286-10517-212214565-10271-10518-212214565-10122-10581-212214565-0-
|
|
442
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-212214565-10286-10517-212214565-10271-10518-212214565-10122-10581-212214565-0-24378%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-
|
|
457
|
+
"$ref": "#/definitions/DeepPartial%3Cdef-alias-212214565-17360-18012-212214565-0-24378%5B%5D%3E"
|
|
458
458
|
},
|
|
459
459
|
"addressLine2": {
|
|
460
|
-
"$ref": "#/definitions/DeepPartial%3Cdef-alias-212214565-
|
|
460
|
+
"$ref": "#/definitions/DeepPartial%3Cdef-alias-212214565-17360-18012-212214565-0-24378%5B%5D%3E"
|
|
461
461
|
},
|
|
462
462
|
"city": {
|
|
463
|
-
"$ref": "#/definitions/DeepPartial%3Cdef-alias-212214565-
|
|
463
|
+
"$ref": "#/definitions/DeepPartial%3Cdef-alias-212214565-17360-18012-212214565-0-24378%5B%5D%3E"
|
|
464
464
|
},
|
|
465
465
|
"countyProvinceState": {
|
|
466
|
-
"$ref": "#/definitions/DeepPartial%3Cdef-alias-212214565-
|
|
466
|
+
"$ref": "#/definitions/DeepPartial%3Cdef-alias-212214565-17360-18012-212214565-0-24378%5B%5D%3E"
|
|
467
467
|
},
|
|
468
468
|
"familyName": {
|
|
469
|
-
"$ref": "#/definitions/DeepPartial%3Cdef-alias-212214565-
|
|
469
|
+
"$ref": "#/definitions/DeepPartial%3Cdef-alias-212214565-17360-18012-212214565-0-24378%5B%5D%3E"
|
|
470
470
|
},
|
|
471
471
|
"firstName": {
|
|
472
|
-
"$ref": "#/definitions/DeepPartial%3Cdef-alias-212214565-
|
|
472
|
+
"$ref": "#/definitions/DeepPartial%3Cdef-alias-212214565-17360-18012-212214565-0-24378%5B%5D%3E"
|
|
473
473
|
},
|
|
474
474
|
"instructions": {
|
|
475
|
-
"$ref": "#/definitions/DeepPartial%3Cdef-alias-212214565-
|
|
475
|
+
"$ref": "#/definitions/DeepPartial%3Cdef-alias-212214565-17360-18012-212214565-0-24378%5B%5D%3E"
|
|
476
476
|
},
|
|
477
477
|
"phoneNumber": {
|
|
478
|
-
"$ref": "#/definitions/DeepPartial%3Cdef-alias-212214565-
|
|
478
|
+
"$ref": "#/definitions/DeepPartial%3Cdef-alias-212214565-17360-18012-212214565-0-24378%5B%5D%3E"
|
|
479
479
|
},
|
|
480
480
|
"postCode": {
|
|
481
|
-
"$ref": "#/definitions/DeepPartial%3Cdef-alias-212214565-
|
|
481
|
+
"$ref": "#/definitions/DeepPartial%3Cdef-alias-212214565-17360-18012-212214565-0-24378%5B%5D%3E"
|
|
482
482
|
},
|
|
483
483
|
"smsNumber": {
|
|
484
|
-
"$ref": "#/definitions/DeepPartial%3Cdef-alias-212214565-
|
|
484
|
+
"$ref": "#/definitions/DeepPartial%3Cdef-alias-212214565-17360-18012-212214565-0-24378%5B%5D%3E"
|
|
485
485
|
},
|
|
486
486
|
"deliveryModalZipCodeValidation": {
|
|
487
|
-
"$ref": "#/definitions/DeepPartial%3Cdef-alias-212214565-
|
|
487
|
+
"$ref": "#/definitions/DeepPartial%3Cdef-alias-212214565-17360-18012-212214565-0-24378%5B%5D%3E"
|
|
488
488
|
}
|
|
489
489
|
},
|
|
490
490
|
"additionalProperties": false
|
|
491
491
|
},
|
|
492
|
-
"DeepPartial<structure-212214565-10225-10270-212214565-10214-10271-212214565-10122-10581-212214565-0-
|
|
492
|
+
"DeepPartial<structure-212214565-10225-10270-212214565-10214-10271-212214565-10122-10581-212214565-0-24378>": {
|
|
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-10286-10517-212214565-10271-10518-212214565-10122-10581-212214565-0-
|
|
504
|
+
"DeepPartial<structure-212214565-10286-10517-212214565-10271-10518-212214565-10122-10581-212214565-0-24378>": {
|
|
505
505
|
"type": "object",
|
|
506
506
|
"properties": {
|
|
507
507
|
"enabled": {
|
|
@@ -595,6 +595,9 @@ exports.JSONSchemas = {
|
|
|
595
595
|
},
|
|
596
596
|
"smsOptIn": {
|
|
597
597
|
"type": "boolean"
|
|
598
|
+
},
|
|
599
|
+
"nativePayments": {
|
|
600
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-212214565-11021-11230-212214565-11003-11231-212214565-10698-11233-212214565-0-24378%3E"
|
|
598
601
|
}
|
|
599
602
|
},
|
|
600
603
|
"additionalProperties": false
|
|
@@ -629,6 +632,9 @@ exports.JSONSchemas = {
|
|
|
629
632
|
"VisaCard": {
|
|
630
633
|
"type": "boolean"
|
|
631
634
|
},
|
|
635
|
+
"VisaDebit": {
|
|
636
|
+
"type": "boolean"
|
|
637
|
+
},
|
|
632
638
|
"Paze": {
|
|
633
639
|
"type": "boolean"
|
|
634
640
|
}
|
|
@@ -639,17 +645,68 @@ exports.JSONSchemas = {
|
|
|
639
645
|
"type": "object",
|
|
640
646
|
"properties": {
|
|
641
647
|
"instructions": {
|
|
642
|
-
"$ref": "#/definitions/DeepPartial%3Cdef-alias-212214565-
|
|
648
|
+
"$ref": "#/definitions/DeepPartial%3Cdef-alias-212214565-17360-18012-212214565-0-24378%5B%5D%3E"
|
|
643
649
|
},
|
|
644
650
|
"phoneNumber": {
|
|
645
|
-
"$ref": "#/definitions/DeepPartial%3Cdef-alias-212214565-
|
|
651
|
+
"$ref": "#/definitions/DeepPartial%3Cdef-alias-212214565-17360-18012-212214565-0-24378%5B%5D%3E"
|
|
646
652
|
},
|
|
647
653
|
"smsNumber": {
|
|
648
|
-
"$ref": "#/definitions/DeepPartial%3Cdef-alias-212214565-
|
|
654
|
+
"$ref": "#/definitions/DeepPartial%3Cdef-alias-212214565-17360-18012-212214565-0-24378%5B%5D%3E"
|
|
655
|
+
}
|
|
656
|
+
},
|
|
657
|
+
"additionalProperties": false
|
|
658
|
+
},
|
|
659
|
+
"DeepPartial<structure-212214565-11021-11230-212214565-11003-11231-212214565-10698-11233-212214565-0-24378>": {
|
|
660
|
+
"type": "object",
|
|
661
|
+
"properties": {
|
|
662
|
+
"googlePayButton": {
|
|
663
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-212214565-11044-11225-212214565-11023-11226-212214565-11021-11230-212214565-11003-11231-212214565-10698-11233-212214565-0-24378%3E"
|
|
649
664
|
}
|
|
650
665
|
},
|
|
651
666
|
"additionalProperties": false
|
|
652
667
|
},
|
|
668
|
+
"DeepPartial<structure-212214565-11044-11225-212214565-11023-11226-212214565-11021-11230-212214565-11003-11231-212214565-10698-11233-212214565-0-24378>": {
|
|
669
|
+
"type": "object",
|
|
670
|
+
"properties": {
|
|
671
|
+
"buttonType": {
|
|
672
|
+
"$ref": "#/definitions/google.payments.api.ButtonType"
|
|
673
|
+
},
|
|
674
|
+
"buttonColor": {
|
|
675
|
+
"$ref": "#/definitions/google.payments.api.ButtonColor"
|
|
676
|
+
},
|
|
677
|
+
"buttonRadius": {
|
|
678
|
+
"type": "number",
|
|
679
|
+
"description": "Specifies the button corner radius in pixels. The minimum is 0 and the maximum depends on the height of the button. If the height is 40px (default height) then the maximum value for the buttonRadius is 20.",
|
|
680
|
+
"default": 4
|
|
681
|
+
}
|
|
682
|
+
},
|
|
683
|
+
"additionalProperties": false
|
|
684
|
+
},
|
|
685
|
+
"google.payments.api.ButtonType": {
|
|
686
|
+
"type": "string",
|
|
687
|
+
"enum": [
|
|
688
|
+
"book",
|
|
689
|
+
"buy",
|
|
690
|
+
"checkout",
|
|
691
|
+
"donate",
|
|
692
|
+
"order",
|
|
693
|
+
"pay",
|
|
694
|
+
"plain",
|
|
695
|
+
"subscribe",
|
|
696
|
+
"long",
|
|
697
|
+
"short"
|
|
698
|
+
],
|
|
699
|
+
"description": "Supported methods for presenting the Google Pay button.\n\nA translated button label may appear if a language specified in the viewer's browser matches an [available language](https://developers.google.com/pay/api/web/guides/brand-guidelines#payment-buttons-assets).\n\nOptions:\n\n- `book`: \"Book with Google Pay\" button.\n\n- `buy`: \"Buy with Google Pay\" button.\n\n- `checkout`: \"Checkout with Google Pay\" button.\n\n- `donate`: \"Donate with Google Pay\" button.\n\n- `order`: \"Order with Google Pay\" button.\n\n- `pay`: \"Pay with Google Pay\" button.\n\n- `plain`: \"Google Pay\" button without text.\n\n- `subscribe`: \"Subscribe with Google Pay\" button.\n\n- `long`: Same as \"buy\".\n\n- `short`: Same as \"plain\"."
|
|
700
|
+
},
|
|
701
|
+
"google.payments.api.ButtonColor": {
|
|
702
|
+
"type": "string",
|
|
703
|
+
"enum": [
|
|
704
|
+
"default",
|
|
705
|
+
"black",
|
|
706
|
+
"white"
|
|
707
|
+
],
|
|
708
|
+
"description": "Supported colors for the Google Pay button.\n\nOptions:\n\n- `default`: A Google-selected default value. Currently black but it may change over time.\n\n- `black`: A black button suitable for use on white or light backgrounds.\n\n- `white`: A white button suitable for use on colorful backgrounds."
|
|
709
|
+
},
|
|
653
710
|
"DeepPartial<IFeaturesV2>": {
|
|
654
711
|
"type": "object",
|
|
655
712
|
"properties": {
|
|
@@ -714,7 +771,7 @@ exports.JSONSchemas = {
|
|
|
714
771
|
"type": "boolean"
|
|
715
772
|
},
|
|
716
773
|
"externalStoreSelectorUrl": {
|
|
717
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-212214565-
|
|
774
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-212214565-11961-12006-212214565-11933-12007-212214565-11233-12814-212214565-0-24378%3E"
|
|
718
775
|
},
|
|
719
776
|
"favoritesV1": {
|
|
720
777
|
"type": "boolean"
|
|
@@ -733,19 +790,19 @@ exports.JSONSchemas = {
|
|
|
733
790
|
"$ref": "#/definitions/DeepPartial%3CIGlobalAnimations%3E"
|
|
734
791
|
},
|
|
735
792
|
"instacart": {
|
|
736
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-212214565-
|
|
793
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-212214565-12174-12219-212214565-12140-12220-212214565-11233-12814-212214565-0-24378%3E"
|
|
737
794
|
},
|
|
738
795
|
"recipeLegacyShareLink": {
|
|
739
796
|
"type": "boolean"
|
|
740
797
|
},
|
|
741
798
|
"registrationFields": {
|
|
742
|
-
"$ref": "#/definitions/DeepPartial%3Cdef-interface-212214565-
|
|
799
|
+
"$ref": "#/definitions/DeepPartial%3Cdef-interface-212214565-19040-19283-212214565-0-24378%5B%5D%3E"
|
|
743
800
|
},
|
|
744
801
|
"secondTierAuthorization": {
|
|
745
802
|
"$ref": "#/definitions/ISecondTierAuthorization"
|
|
746
803
|
},
|
|
747
804
|
"shoppingModesDisplayOrder": {
|
|
748
|
-
"$ref": "#/definitions/DeepPartial%3Cdef-alias-212214565-
|
|
805
|
+
"$ref": "#/definitions/DeepPartial%3Cdef-alias-212214565-23694-23758-212214565-0-24378%5B%5D%3E"
|
|
749
806
|
},
|
|
750
807
|
"showCheckoutPromoCode": {
|
|
751
808
|
"type": "boolean"
|
|
@@ -772,7 +829,7 @@ exports.JSONSchemas = {
|
|
|
772
829
|
"type": "boolean"
|
|
773
830
|
},
|
|
774
831
|
"storeSelection": {
|
|
775
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-212214565-
|
|
832
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-212214565-12686-12811-212214565-12668-12812-212214565-11233-12814-212214565-0-24378%3E"
|
|
776
833
|
}
|
|
777
834
|
},
|
|
778
835
|
"additionalProperties": false
|
|
@@ -1039,12 +1096,12 @@ exports.JSONSchemas = {
|
|
|
1039
1096
|
]
|
|
1040
1097
|
},
|
|
1041
1098
|
"headerLayout": {
|
|
1042
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-212214565-
|
|
1099
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-212214565-13016-13087-212214565-13000-13088-212214565-12904-13090-212214565-0-24378%3E"
|
|
1043
1100
|
}
|
|
1044
1101
|
},
|
|
1045
1102
|
"additionalProperties": false
|
|
1046
1103
|
},
|
|
1047
|
-
"DeepPartial<structure-212214565-
|
|
1104
|
+
"DeepPartial<structure-212214565-13016-13087-212214565-13000-13088-212214565-12904-13090-212214565-0-24378>": {
|
|
1048
1105
|
"type": "object",
|
|
1049
1106
|
"properties": {
|
|
1050
1107
|
"mobile": {
|
|
@@ -1064,7 +1121,7 @@ exports.JSONSchemas = {
|
|
|
1064
1121
|
},
|
|
1065
1122
|
"additionalProperties": false
|
|
1066
1123
|
},
|
|
1067
|
-
"DeepPartial<structure-212214565-
|
|
1124
|
+
"DeepPartial<structure-212214565-11961-12006-212214565-11933-12007-212214565-11233-12814-212214565-0-24378>": {
|
|
1068
1125
|
"type": "object",
|
|
1069
1126
|
"properties": {
|
|
1070
1127
|
"enabled": {
|
|
@@ -1224,7 +1281,7 @@ exports.JSONSchemas = {
|
|
|
1224
1281
|
},
|
|
1225
1282
|
"additionalProperties": false
|
|
1226
1283
|
},
|
|
1227
|
-
"DeepPartial<structure-212214565-
|
|
1284
|
+
"DeepPartial<structure-212214565-12174-12219-212214565-12140-12220-212214565-11233-12814-212214565-0-24378>": {
|
|
1228
1285
|
"type": "object",
|
|
1229
1286
|
"properties": {
|
|
1230
1287
|
"enabled": {
|
|
@@ -1236,7 +1293,7 @@ exports.JSONSchemas = {
|
|
|
1236
1293
|
},
|
|
1237
1294
|
"additionalProperties": false
|
|
1238
1295
|
},
|
|
1239
|
-
"DeepPartial<def-interface-212214565-
|
|
1296
|
+
"DeepPartial<def-interface-212214565-19040-19283-212214565-0-24378[]>": {
|
|
1240
1297
|
"type": "array",
|
|
1241
1298
|
"items": {
|
|
1242
1299
|
"$ref": "#/definitions/DeepPartial%3CIRegistrationField%3E"
|
|
@@ -1258,7 +1315,7 @@ exports.JSONSchemas = {
|
|
|
1258
1315
|
"$ref": "#/definitions/IRegistrationFieldTypes"
|
|
1259
1316
|
},
|
|
1260
1317
|
"validationTypes": {
|
|
1261
|
-
"$ref": "#/definitions/DeepPartial%3Cdef-alias-212214565-
|
|
1318
|
+
"$ref": "#/definitions/DeepPartial%3Cdef-alias-212214565-17360-18012-212214565-0-24378%5B%5D%3E"
|
|
1262
1319
|
},
|
|
1263
1320
|
"alwaysVisible": {
|
|
1264
1321
|
"type": "boolean"
|
|
@@ -1307,7 +1364,7 @@ exports.JSONSchemas = {
|
|
|
1307
1364
|
],
|
|
1308
1365
|
"additionalProperties": false
|
|
1309
1366
|
},
|
|
1310
|
-
"DeepPartial<def-alias-212214565-
|
|
1367
|
+
"DeepPartial<def-alias-212214565-23694-23758-212214565-0-24378[]>": {
|
|
1311
1368
|
"type": "array",
|
|
1312
1369
|
"items": {
|
|
1313
1370
|
"$ref": "#/definitions/ShoppingMode"
|
|
@@ -1351,7 +1408,7 @@ exports.JSONSchemas = {
|
|
|
1351
1408
|
},
|
|
1352
1409
|
"additionalProperties": false
|
|
1353
1410
|
},
|
|
1354
|
-
"DeepPartial<structure-212214565-
|
|
1411
|
+
"DeepPartial<structure-212214565-12686-12811-212214565-12668-12812-212214565-11233-12814-212214565-0-24378>": {
|
|
1355
1412
|
"type": "object",
|
|
1356
1413
|
"properties": {
|
|
1357
1414
|
"planning": {
|
|
@@ -1413,12 +1470,12 @@ exports.JSONSchemas = {
|
|
|
1413
1470
|
"type": "boolean"
|
|
1414
1471
|
},
|
|
1415
1472
|
"contentProviders": {
|
|
1416
|
-
"$ref": "#/definitions/DeepPartial%3Cdef-interface-212214565-
|
|
1473
|
+
"$ref": "#/definitions/DeepPartial%3Cdef-interface-212214565-23991-24067-212214565-0-24378%5B%5D%3E"
|
|
1417
1474
|
}
|
|
1418
1475
|
},
|
|
1419
1476
|
"additionalProperties": false
|
|
1420
1477
|
},
|
|
1421
|
-
"DeepPartial<def-interface-212214565-
|
|
1478
|
+
"DeepPartial<def-interface-212214565-23991-24067-212214565-0-24378[]>": {
|
|
1422
1479
|
"type": "array",
|
|
1423
1480
|
"items": {
|
|
1424
1481
|
"$ref": "#/definitions/DeepPartial%3CIDefaultExternal%3E"
|
|
@@ -1474,27 +1531,27 @@ exports.JSONSchemas = {
|
|
|
1474
1531
|
"type": "object",
|
|
1475
1532
|
"properties": {
|
|
1476
1533
|
"desktop": {
|
|
1477
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-212214565-
|
|
1534
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-212214565-23171-23252-212214565-23160-23253-212214565-23114-23347-212214565-0-24378%3E"
|
|
1478
1535
|
},
|
|
1479
1536
|
"mobile": {
|
|
1480
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-212214565-
|
|
1537
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-212214565-23263-23344-212214565-23253-23345-212214565-23114-23347-212214565-0-24378%3E"
|
|
1481
1538
|
}
|
|
1482
1539
|
},
|
|
1483
1540
|
"additionalProperties": false
|
|
1484
1541
|
},
|
|
1485
|
-
"DeepPartial<structure-212214565-
|
|
1542
|
+
"DeepPartial<structure-212214565-23171-23252-212214565-23160-23253-212214565-23114-23347-212214565-0-24378>": {
|
|
1486
1543
|
"type": "object",
|
|
1487
1544
|
"properties": {
|
|
1488
1545
|
"left": {
|
|
1489
|
-
"$ref": "#/definitions/DeepPartial%3Cdef-alias-212214565-
|
|
1546
|
+
"$ref": "#/definitions/DeepPartial%3Cdef-alias-212214565-23347-23556-212214565-0-24378%5B%5D%3E"
|
|
1490
1547
|
},
|
|
1491
1548
|
"right": {
|
|
1492
|
-
"$ref": "#/definitions/DeepPartial%3Cdef-alias-212214565-
|
|
1549
|
+
"$ref": "#/definitions/DeepPartial%3Cdef-alias-212214565-23347-23556-212214565-0-24378%5B%5D%3E"
|
|
1493
1550
|
}
|
|
1494
1551
|
},
|
|
1495
1552
|
"additionalProperties": false
|
|
1496
1553
|
},
|
|
1497
|
-
"DeepPartial<def-alias-212214565-
|
|
1554
|
+
"DeepPartial<def-alias-212214565-23347-23556-212214565-0-24378[]>": {
|
|
1498
1555
|
"type": "array",
|
|
1499
1556
|
"items": {
|
|
1500
1557
|
"$ref": "#/definitions/PdpDetailsElementLayout"
|
|
@@ -1503,14 +1560,14 @@ exports.JSONSchemas = {
|
|
|
1503
1560
|
"PdpDetailsElementLayout": {
|
|
1504
1561
|
"type": "string"
|
|
1505
1562
|
},
|
|
1506
|
-
"DeepPartial<structure-212214565-
|
|
1563
|
+
"DeepPartial<structure-212214565-23263-23344-212214565-23253-23345-212214565-23114-23347-212214565-0-24378>": {
|
|
1507
1564
|
"type": "object",
|
|
1508
1565
|
"properties": {
|
|
1509
1566
|
"left": {
|
|
1510
|
-
"$ref": "#/definitions/DeepPartial%3Cdef-alias-212214565-
|
|
1567
|
+
"$ref": "#/definitions/DeepPartial%3Cdef-alias-212214565-23347-23556-212214565-0-24378%5B%5D%3E"
|
|
1511
1568
|
},
|
|
1512
1569
|
"right": {
|
|
1513
|
-
"$ref": "#/definitions/DeepPartial%3Cdef-alias-212214565-
|
|
1570
|
+
"$ref": "#/definitions/DeepPartial%3Cdef-alias-212214565-23347-23556-212214565-0-24378%5B%5D%3E"
|
|
1514
1571
|
}
|
|
1515
1572
|
},
|
|
1516
1573
|
"additionalProperties": false
|
|
@@ -1606,18 +1663,18 @@ exports.JSONSchemas = {
|
|
|
1606
1663
|
"type": "object",
|
|
1607
1664
|
"properties": {
|
|
1608
1665
|
"gridRowLength": {
|
|
1609
|
-
"$ref": "#/definitions/DeepPartial%3Cindexed-type-212214565-
|
|
1666
|
+
"$ref": "#/definitions/DeepPartial%3Cindexed-type-212214565-21400-21440-212214565-21383-21441-212214565-21344-21710-212214565-0-24378%3E"
|
|
1610
1667
|
},
|
|
1611
1668
|
"carouselsRowLength": {
|
|
1612
|
-
"$ref": "#/definitions/DeepPartial%3Cindexed-type-212214565-
|
|
1669
|
+
"$ref": "#/definitions/DeepPartial%3Cindexed-type-212214565-21463-21503-212214565-21441-21504-212214565-21344-21710-212214565-0-24378%3E"
|
|
1613
1670
|
},
|
|
1614
1671
|
"productCard": {
|
|
1615
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-212214565-
|
|
1672
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-212214565-21519-21707-212214565-21504-21708-212214565-21344-21710-212214565-0-24378%3E"
|
|
1616
1673
|
}
|
|
1617
1674
|
},
|
|
1618
1675
|
"additionalProperties": false
|
|
1619
1676
|
},
|
|
1620
|
-
"DeepPartial<indexed-type-212214565-
|
|
1677
|
+
"DeepPartial<indexed-type-212214565-21400-21440-212214565-21383-21441-212214565-21344-21710-212214565-0-24378>": {
|
|
1621
1678
|
"type": "object",
|
|
1622
1679
|
"properties": {
|
|
1623
1680
|
"mobile": {
|
|
@@ -1632,7 +1689,7 @@ exports.JSONSchemas = {
|
|
|
1632
1689
|
},
|
|
1633
1690
|
"additionalProperties": false
|
|
1634
1691
|
},
|
|
1635
|
-
"DeepPartial<indexed-type-212214565-
|
|
1692
|
+
"DeepPartial<indexed-type-212214565-21463-21503-212214565-21441-21504-212214565-21344-21710-212214565-0-24378>": {
|
|
1636
1693
|
"type": "object",
|
|
1637
1694
|
"properties": {
|
|
1638
1695
|
"mobile": {
|
|
@@ -1647,7 +1704,7 @@ exports.JSONSchemas = {
|
|
|
1647
1704
|
},
|
|
1648
1705
|
"additionalProperties": false
|
|
1649
1706
|
},
|
|
1650
|
-
"DeepPartial<structure-212214565-
|
|
1707
|
+
"DeepPartial<structure-212214565-21519-21707-212214565-21504-21708-212214565-21344-21710-212214565-0-24378>": {
|
|
1651
1708
|
"type": "object",
|
|
1652
1709
|
"properties": {
|
|
1653
1710
|
"enabled": {
|
|
@@ -1729,12 +1786,12 @@ exports.JSONSchemas = {
|
|
|
1729
1786
|
"type": "number"
|
|
1730
1787
|
},
|
|
1731
1788
|
"labelsPriority": {
|
|
1732
|
-
"$ref": "#/definitions/DeepPartial%3Cdef-alias-212214565-
|
|
1789
|
+
"$ref": "#/definitions/DeepPartial%3Cdef-alias-212214565-22266-22390-212214565-0-24378%5B%5D%3E"
|
|
1733
1790
|
}
|
|
1734
1791
|
},
|
|
1735
1792
|
"additionalProperties": false
|
|
1736
1793
|
},
|
|
1737
|
-
"DeepPartial<def-alias-212214565-
|
|
1794
|
+
"DeepPartial<def-alias-212214565-22266-22390-212214565-0-24378[]>": {
|
|
1738
1795
|
"type": "array",
|
|
1739
1796
|
"items": {
|
|
1740
1797
|
"$ref": "#/definitions/DeepPartial%3CILabelConfig%3E"
|
|
@@ -2257,6 +2314,10 @@ exports.JSONSchemas = {
|
|
|
2257
2314
|
"type": "string",
|
|
2258
2315
|
"const": "Notifications"
|
|
2259
2316
|
},
|
|
2317
|
+
{
|
|
2318
|
+
"type": "string",
|
|
2319
|
+
"const": "NoDepartments"
|
|
2320
|
+
},
|
|
2260
2321
|
{
|
|
2261
2322
|
"type": "string",
|
|
2262
2323
|
"const": "Orders"
|
|
@@ -2377,6 +2438,10 @@ exports.JSONSchemas = {
|
|
|
2377
2438
|
"type": "string",
|
|
2378
2439
|
"const": "ReserveTime"
|
|
2379
2440
|
},
|
|
2441
|
+
{
|
|
2442
|
+
"type": "string",
|
|
2443
|
+
"const": "Rewards"
|
|
2444
|
+
},
|
|
2380
2445
|
{
|
|
2381
2446
|
"type": "string",
|
|
2382
2447
|
"const": "SavedCard"
|
|
@@ -2525,6 +2590,7 @@ exports.JSONSchemas = {
|
|
|
2525
2590
|
"MasterCard",
|
|
2526
2591
|
"MasterCardDebit",
|
|
2527
2592
|
"VisaCard",
|
|
2593
|
+
"VisaDebit",
|
|
2528
2594
|
"Paze"
|
|
2529
2595
|
]
|
|
2530
2596
|
},
|
|
@@ -2706,7 +2772,7 @@ exports.JSONSchemas = {
|
|
|
2706
2772
|
"type": "boolean"
|
|
2707
2773
|
},
|
|
2708
2774
|
"sections": {
|
|
2709
|
-
"$ref": "#/definitions/DeepPartial%3Cindexed-type-212214565-
|
|
2775
|
+
"$ref": "#/definitions/DeepPartial%3Cindexed-type-212214565-23839-23901-212214565-23827-23902-212214565-23758-23991-212214565-0-24378%3E"
|
|
2710
2776
|
},
|
|
2711
2777
|
"optInMarketingPreferences": {
|
|
2712
2778
|
"type": "boolean"
|
|
@@ -2717,7 +2783,7 @@ exports.JSONSchemas = {
|
|
|
2717
2783
|
},
|
|
2718
2784
|
"additionalProperties": false
|
|
2719
2785
|
},
|
|
2720
|
-
"DeepPartial<indexed-type-212214565-
|
|
2786
|
+
"DeepPartial<indexed-type-212214565-23839-23901-212214565-23827-23902-212214565-23758-23991-212214565-0-24378>": {
|
|
2721
2787
|
"type": "object",
|
|
2722
2788
|
"properties": {
|
|
2723
2789
|
"marketingPreferences": {
|
|
@@ -2935,7 +3001,7 @@ exports.JSONSchemas = {
|
|
|
2935
3001
|
"type": "boolean"
|
|
2936
3002
|
},
|
|
2937
3003
|
"percentOffset": {
|
|
2938
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-212214565-
|
|
3004
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-212214565-24239-24284-212214565-24222-24285-212214565-24163-24318-212214565-0-24378%3E"
|
|
2939
3005
|
},
|
|
2940
3006
|
"visibilityThreshold": {
|
|
2941
3007
|
"type": "number"
|
|
@@ -2943,7 +3009,7 @@ exports.JSONSchemas = {
|
|
|
2943
3009
|
},
|
|
2944
3010
|
"additionalProperties": false
|
|
2945
3011
|
},
|
|
2946
|
-
"DeepPartial<structure-212214565-
|
|
3012
|
+
"DeepPartial<structure-212214565-24239-24284-212214565-24222-24285-212214565-24163-24318-212214565-0-24378>": {
|
|
2947
3013
|
"type": "object",
|
|
2948
3014
|
"properties": {
|
|
2949
3015
|
"right": {
|
|
@@ -2988,7 +3054,7 @@ exports.JSONSchemas = {
|
|
|
2988
3054
|
},
|
|
2989
3055
|
"additionalProperties": false
|
|
2990
3056
|
},
|
|
2991
|
-
"DeepPartial<def-interface-212214565-
|
|
3057
|
+
"DeepPartial<def-interface-212214565-15562-15686-212214565-0-24378[]>": {
|
|
2992
3058
|
"type": "array",
|
|
2993
3059
|
"items": {
|
|
2994
3060
|
"$ref": "#/definitions/DeepPartial%3CIWelcomeModalV2%3E"
|
|
@@ -3642,9 +3708,9 @@ exports.JSONSchemas = {
|
|
|
3642
3708
|
"$ref": "#/definitions/DefaultIconsForSchema",
|
|
3643
3709
|
"definitions": {
|
|
3644
3710
|
"DefaultIconsForSchema": {
|
|
3645
|
-
"$ref": "#/definitions/DeepPartial%3C(structure-1667837717-
|
|
3711
|
+
"$ref": "#/definitions/DeepPartial%3C(structure-1667837717-3519-3521-1667837717-3519-3536-1667837717-3506-3537-1667837717-3469-3538-1667837717-0-3539%26def-alias-1667837717-39-107-1667837717-0-3539)%3E"
|
|
3646
3712
|
},
|
|
3647
|
-
"DeepPartial<(structure-1667837717-
|
|
3713
|
+
"DeepPartial<(structure-1667837717-3519-3521-1667837717-3519-3536-1667837717-3506-3537-1667837717-3469-3538-1667837717-0-3539&def-alias-1667837717-39-107-1667837717-0-3539)>": {
|
|
3648
3714
|
"type": "object",
|
|
3649
3715
|
"properties": {
|
|
3650
3716
|
"AccountOutline": {
|
|
@@ -3860,6 +3926,9 @@ exports.JSONSchemas = {
|
|
|
3860
3926
|
"Notifications": {
|
|
3861
3927
|
"type": "string"
|
|
3862
3928
|
},
|
|
3929
|
+
"NoDepartments": {
|
|
3930
|
+
"type": "string"
|
|
3931
|
+
},
|
|
3863
3932
|
"Orders": {
|
|
3864
3933
|
"type": "string"
|
|
3865
3934
|
},
|
|
@@ -3950,6 +4019,9 @@ exports.JSONSchemas = {
|
|
|
3950
4019
|
"ReserveTime": {
|
|
3951
4020
|
"type": "string"
|
|
3952
4021
|
},
|
|
4022
|
+
"Rewards": {
|
|
4023
|
+
"type": "string"
|
|
4024
|
+
},
|
|
3953
4025
|
"SavedCard": {
|
|
3954
4026
|
"type": "string"
|
|
3955
4027
|
},
|
|
@@ -4067,6 +4139,9 @@ exports.JSONSchemas = {
|
|
|
4067
4139
|
"VisaCard": {
|
|
4068
4140
|
"type": "string"
|
|
4069
4141
|
},
|
|
4142
|
+
"VisaDebit": {
|
|
4143
|
+
"type": "string"
|
|
4144
|
+
},
|
|
4070
4145
|
"Paze": {
|
|
4071
4146
|
"type": "string"
|
|
4072
4147
|
},
|
|
@@ -5822,6 +5897,10 @@ exports.JSONSchemas = {
|
|
|
5822
5897
|
"type": "string",
|
|
5823
5898
|
"const": "Notifications"
|
|
5824
5899
|
},
|
|
5900
|
+
{
|
|
5901
|
+
"type": "string",
|
|
5902
|
+
"const": "NoDepartments"
|
|
5903
|
+
},
|
|
5825
5904
|
{
|
|
5826
5905
|
"type": "string",
|
|
5827
5906
|
"const": "Orders"
|
|
@@ -5942,6 +6021,10 @@ exports.JSONSchemas = {
|
|
|
5942
6021
|
"type": "string",
|
|
5943
6022
|
"const": "ReserveTime"
|
|
5944
6023
|
},
|
|
6024
|
+
{
|
|
6025
|
+
"type": "string",
|
|
6026
|
+
"const": "Rewards"
|
|
6027
|
+
},
|
|
5945
6028
|
{
|
|
5946
6029
|
"type": "string",
|
|
5947
6030
|
"const": "SavedCard"
|
|
@@ -6090,6 +6173,7 @@ exports.JSONSchemas = {
|
|
|
6090
6173
|
"MasterCard",
|
|
6091
6174
|
"MasterCardDebit",
|
|
6092
6175
|
"VisaCard",
|
|
6176
|
+
"VisaDebit",
|
|
6093
6177
|
"Paze"
|
|
6094
6178
|
]
|
|
6095
6179
|
},
|