@thryveai/theme-interfaces 2.8.62 → 2.8.63
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 +63 -7
- package/dist/JSONSchemas/index.js +115 -14
- package/dist/interfaces/icons.interfaces.d.ts +1 -1
- package/dist/interfaces/shared-settings.interfaces.d.ts +10 -1
- package/dist/storefront/SFUISharedSettingsTemplate.AdminUi.js +5 -7
- package/dist/storefront/commonSharedSettings.js +1 -0
- package/dist/storefront/defaultIconsStorefront.js +1 -1
- package/dist/storefront/defaultSharedSettings.js +1 -0
- package/package.json +1 -1
|
@@ -2336,7 +2336,7 @@ export declare const JSONSchemas: {
|
|
|
2336
2336
|
};
|
|
2337
2337
|
additionalProperties: boolean;
|
|
2338
2338
|
};
|
|
2339
|
-
"DeepPartial<structure-749943994-
|
|
2339
|
+
"DeepPartial<structure-749943994-1695-1715-749943994-1685-1716-749943994-1620-1796-749943994-0-3320>": {
|
|
2340
2340
|
type: string;
|
|
2341
2341
|
properties: {
|
|
2342
2342
|
enable: {
|
|
@@ -2565,7 +2565,7 @@ export declare const JSONSchemas: {
|
|
|
2565
2565
|
type: string;
|
|
2566
2566
|
enum: string[];
|
|
2567
2567
|
};
|
|
2568
|
-
"DeepPartial<interface-749943994-
|
|
2568
|
+
"DeepPartial<interface-749943994-3033-3077-749943994-0-3320>": {
|
|
2569
2569
|
type: string;
|
|
2570
2570
|
properties: {
|
|
2571
2571
|
organization: {
|
|
@@ -2583,7 +2583,7 @@ export declare const JSONSchemas: {
|
|
|
2583
2583
|
};
|
|
2584
2584
|
additionalProperties: boolean;
|
|
2585
2585
|
};
|
|
2586
|
-
"DeepPartial<interface-749943994-
|
|
2586
|
+
"DeepPartial<interface-749943994-1566-1620-749943994-0-3320>": {
|
|
2587
2587
|
type: string;
|
|
2588
2588
|
properties: {
|
|
2589
2589
|
enabled: {
|
|
@@ -2619,6 +2619,17 @@ export declare const JSONSchemas: {
|
|
|
2619
2619
|
pastPurchases: {
|
|
2620
2620
|
$ref: string;
|
|
2621
2621
|
};
|
|
2622
|
+
displayTimeslotProviders: {
|
|
2623
|
+
anyOf: ({
|
|
2624
|
+
type: string;
|
|
2625
|
+
items: {
|
|
2626
|
+
$ref: string;
|
|
2627
|
+
};
|
|
2628
|
+
} | {
|
|
2629
|
+
type: string;
|
|
2630
|
+
items?: undefined;
|
|
2631
|
+
})[];
|
|
2632
|
+
};
|
|
2622
2633
|
};
|
|
2623
2634
|
additionalProperties: boolean;
|
|
2624
2635
|
};
|
|
@@ -2626,7 +2637,7 @@ export declare const JSONSchemas: {
|
|
|
2626
2637
|
type: string;
|
|
2627
2638
|
enum: string[];
|
|
2628
2639
|
};
|
|
2629
|
-
"DeepPartial<structure-749943994-
|
|
2640
|
+
"DeepPartial<structure-749943994-2433-2510-749943994-2409-2511-749943994-2162-2605-749943994-0-3320>": {
|
|
2630
2641
|
type: string;
|
|
2631
2642
|
properties: {
|
|
2632
2643
|
timeslot: {
|
|
@@ -2641,7 +2652,7 @@ export declare const JSONSchemas: {
|
|
|
2641
2652
|
};
|
|
2642
2653
|
additionalProperties: boolean;
|
|
2643
2654
|
};
|
|
2644
|
-
"DeepPartial<interface-749943994-
|
|
2655
|
+
"DeepPartial<interface-749943994-3077-3160-749943994-0-3320>": {
|
|
2645
2656
|
type: string;
|
|
2646
2657
|
properties: {
|
|
2647
2658
|
defaultDateFilterDays: {
|
|
@@ -2651,6 +2662,39 @@ export declare const JSONSchemas: {
|
|
|
2651
2662
|
};
|
|
2652
2663
|
additionalProperties: boolean;
|
|
2653
2664
|
};
|
|
2665
|
+
TimeSlotProviderInfo: {
|
|
2666
|
+
type: string;
|
|
2667
|
+
properties: {
|
|
2668
|
+
timeSlotsProvider: {
|
|
2669
|
+
type: string;
|
|
2670
|
+
};
|
|
2671
|
+
shoppingModes: {
|
|
2672
|
+
type: string;
|
|
2673
|
+
items: {
|
|
2674
|
+
$ref: string;
|
|
2675
|
+
};
|
|
2676
|
+
};
|
|
2677
|
+
display: {
|
|
2678
|
+
type: string;
|
|
2679
|
+
properties: {
|
|
2680
|
+
icon: {
|
|
2681
|
+
type: string;
|
|
2682
|
+
};
|
|
2683
|
+
text: {
|
|
2684
|
+
type: string;
|
|
2685
|
+
};
|
|
2686
|
+
};
|
|
2687
|
+
required: string[];
|
|
2688
|
+
additionalProperties: boolean;
|
|
2689
|
+
};
|
|
2690
|
+
};
|
|
2691
|
+
required: string[];
|
|
2692
|
+
additionalProperties: boolean;
|
|
2693
|
+
};
|
|
2694
|
+
ShoppingMode: {
|
|
2695
|
+
type: string;
|
|
2696
|
+
enum: string[];
|
|
2697
|
+
};
|
|
2654
2698
|
"DeepPartial<ISharedProducts>": {
|
|
2655
2699
|
type: string;
|
|
2656
2700
|
properties: {
|
|
@@ -2672,7 +2716,7 @@ export declare const JSONSchemas: {
|
|
|
2672
2716
|
};
|
|
2673
2717
|
additionalProperties: boolean;
|
|
2674
2718
|
};
|
|
2675
|
-
"DeepPartial<def-interface-749943994-
|
|
2719
|
+
"DeepPartial<def-interface-749943994-856-1024-749943994-0-3320[]>": {
|
|
2676
2720
|
type: string;
|
|
2677
2721
|
items: {
|
|
2678
2722
|
$ref: string;
|
|
@@ -2859,7 +2903,7 @@ export declare const JSONSchemas: {
|
|
|
2859
2903
|
DefaultIconsForSchema: {
|
|
2860
2904
|
$ref: string;
|
|
2861
2905
|
};
|
|
2862
|
-
"DeepPartial<(structure-1667837717-
|
|
2906
|
+
"DeepPartial<(structure-1667837717-3680-3682-1667837717-3680-3697-1667837717-3667-3698-1667837717-3630-3699-1667837717-0-3700&def-alias-1667837717-39-107-1667837717-0-3700)>": {
|
|
2863
2907
|
type: string;
|
|
2864
2908
|
properties: {
|
|
2865
2909
|
AccountOutline: {
|
|
@@ -2895,6 +2939,9 @@ export declare const JSONSchemas: {
|
|
|
2895
2939
|
Blog: {
|
|
2896
2940
|
type: string;
|
|
2897
2941
|
};
|
|
2942
|
+
Buymie: {
|
|
2943
|
+
type: string;
|
|
2944
|
+
};
|
|
2898
2945
|
Cart: {
|
|
2899
2946
|
type: string;
|
|
2900
2947
|
};
|
|
@@ -3258,6 +3305,9 @@ export declare const JSONSchemas: {
|
|
|
3258
3305
|
Youtube: {
|
|
3259
3306
|
type: string;
|
|
3260
3307
|
};
|
|
3308
|
+
Zetes: {
|
|
3309
|
+
type: string;
|
|
3310
|
+
};
|
|
3261
3311
|
AmExpCard: {
|
|
3262
3312
|
type: string;
|
|
3263
3313
|
};
|
|
@@ -3441,6 +3491,12 @@ export declare const JSONSchemas: {
|
|
|
3441
3491
|
"fr-ca": {
|
|
3442
3492
|
type: string;
|
|
3443
3493
|
};
|
|
3494
|
+
Zoom: {
|
|
3495
|
+
type: string;
|
|
3496
|
+
};
|
|
3497
|
+
ZoomOut: {
|
|
3498
|
+
type: string;
|
|
3499
|
+
};
|
|
3444
3500
|
};
|
|
3445
3501
|
additionalProperties: boolean;
|
|
3446
3502
|
};
|
|
@@ -2131,6 +2131,10 @@ exports.JSONSchemas = {
|
|
|
2131
2131
|
"type": "string",
|
|
2132
2132
|
"const": "Blog"
|
|
2133
2133
|
},
|
|
2134
|
+
{
|
|
2135
|
+
"type": "string",
|
|
2136
|
+
"const": "Buymie"
|
|
2137
|
+
},
|
|
2134
2138
|
{
|
|
2135
2139
|
"type": "string",
|
|
2136
2140
|
"const": "Cart"
|
|
@@ -2615,6 +2619,10 @@ exports.JSONSchemas = {
|
|
|
2615
2619
|
"type": "string",
|
|
2616
2620
|
"const": "Youtube"
|
|
2617
2621
|
},
|
|
2622
|
+
{
|
|
2623
|
+
"type": "string",
|
|
2624
|
+
"const": "Zetes"
|
|
2625
|
+
},
|
|
2618
2626
|
{
|
|
2619
2627
|
"$ref": "#/definitions/PaymentTypesLogos"
|
|
2620
2628
|
},
|
|
@@ -2626,6 +2634,14 @@ exports.JSONSchemas = {
|
|
|
2626
2634
|
},
|
|
2627
2635
|
{
|
|
2628
2636
|
"$ref": "#/definitions/LanguageFlags"
|
|
2637
|
+
},
|
|
2638
|
+
{
|
|
2639
|
+
"type": "string",
|
|
2640
|
+
"const": "Zoom"
|
|
2641
|
+
},
|
|
2642
|
+
{
|
|
2643
|
+
"type": "string",
|
|
2644
|
+
"const": "ZoomOut"
|
|
2629
2645
|
}
|
|
2630
2646
|
]
|
|
2631
2647
|
},
|
|
@@ -3291,7 +3307,7 @@ exports.JSONSchemas = {
|
|
|
3291
3307
|
"$ref": "#/definitions/DeepPartial%3CILoyalty%3E"
|
|
3292
3308
|
},
|
|
3293
3309
|
"idp": {
|
|
3294
|
-
"$ref": "#/definitions/DeepPartial%3Cinterface-749943994-
|
|
3310
|
+
"$ref": "#/definitions/DeepPartial%3Cinterface-749943994-3033-3077-749943994-0-3320%3E"
|
|
3295
3311
|
}
|
|
3296
3312
|
},
|
|
3297
3313
|
"additionalProperties": false
|
|
@@ -3303,7 +3319,7 @@ exports.JSONSchemas = {
|
|
|
3303
3319
|
"type": "boolean"
|
|
3304
3320
|
},
|
|
3305
3321
|
"search": {
|
|
3306
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-749943994-
|
|
3322
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-749943994-1695-1715-749943994-1685-1716-749943994-1620-1796-749943994-0-3320%3E"
|
|
3307
3323
|
},
|
|
3308
3324
|
"stores": {
|
|
3309
3325
|
"$ref": "#/definitions/DeepPartial%3Cstring%5B%5D%3E"
|
|
@@ -3317,7 +3333,7 @@ exports.JSONSchemas = {
|
|
|
3317
3333
|
},
|
|
3318
3334
|
"additionalProperties": false
|
|
3319
3335
|
},
|
|
3320
|
-
"DeepPartial<structure-749943994-
|
|
3336
|
+
"DeepPartial<structure-749943994-1695-1715-749943994-1685-1716-749943994-1620-1796-749943994-0-3320>": {
|
|
3321
3337
|
"type": "object",
|
|
3322
3338
|
"properties": {
|
|
3323
3339
|
"enable": {
|
|
@@ -3614,7 +3630,7 @@ exports.JSONSchemas = {
|
|
|
3614
3630
|
"codabar"
|
|
3615
3631
|
]
|
|
3616
3632
|
},
|
|
3617
|
-
"DeepPartial<interface-749943994-
|
|
3633
|
+
"DeepPartial<interface-749943994-3033-3077-749943994-0-3320>": {
|
|
3618
3634
|
"type": "object",
|
|
3619
3635
|
"properties": {
|
|
3620
3636
|
"organization": {
|
|
@@ -3627,12 +3643,12 @@ exports.JSONSchemas = {
|
|
|
3627
3643
|
"type": "object",
|
|
3628
3644
|
"properties": {
|
|
3629
3645
|
"preserveOrderNote": {
|
|
3630
|
-
"$ref": "#/definitions/DeepPartial%3Cinterface-749943994-
|
|
3646
|
+
"$ref": "#/definitions/DeepPartial%3Cinterface-749943994-1566-1620-749943994-0-3320%3E"
|
|
3631
3647
|
}
|
|
3632
3648
|
},
|
|
3633
3649
|
"additionalProperties": false
|
|
3634
3650
|
},
|
|
3635
|
-
"DeepPartial<interface-749943994-
|
|
3651
|
+
"DeepPartial<interface-749943994-1566-1620-749943994-0-3320>": {
|
|
3636
3652
|
"type": "object",
|
|
3637
3653
|
"properties": {
|
|
3638
3654
|
"enabled": {
|
|
@@ -3663,10 +3679,23 @@ exports.JSONSchemas = {
|
|
|
3663
3679
|
"type": "boolean"
|
|
3664
3680
|
},
|
|
3665
3681
|
"displayInstacartIcon": {
|
|
3666
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-749943994-
|
|
3682
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-749943994-2433-2510-749943994-2409-2511-749943994-2162-2605-749943994-0-3320%3E"
|
|
3667
3683
|
},
|
|
3668
3684
|
"pastPurchases": {
|
|
3669
|
-
"$ref": "#/definitions/DeepPartial%3Cinterface-749943994-
|
|
3685
|
+
"$ref": "#/definitions/DeepPartial%3Cinterface-749943994-3077-3160-749943994-0-3320%3E"
|
|
3686
|
+
},
|
|
3687
|
+
"displayTimeslotProviders": {
|
|
3688
|
+
"anyOf": [
|
|
3689
|
+
{
|
|
3690
|
+
"type": "array",
|
|
3691
|
+
"items": {
|
|
3692
|
+
"$ref": "#/definitions/TimeSlotProviderInfo"
|
|
3693
|
+
}
|
|
3694
|
+
},
|
|
3695
|
+
{
|
|
3696
|
+
"type": "null"
|
|
3697
|
+
}
|
|
3698
|
+
]
|
|
3670
3699
|
}
|
|
3671
3700
|
},
|
|
3672
3701
|
"additionalProperties": false
|
|
@@ -3678,7 +3707,7 @@ exports.JSONSchemas = {
|
|
|
3678
3707
|
"MM/DD/YYYY"
|
|
3679
3708
|
]
|
|
3680
3709
|
},
|
|
3681
|
-
"DeepPartial<structure-749943994-
|
|
3710
|
+
"DeepPartial<structure-749943994-2433-2510-749943994-2409-2511-749943994-2162-2605-749943994-0-3320>": {
|
|
3682
3711
|
"type": "object",
|
|
3683
3712
|
"properties": {
|
|
3684
3713
|
"timeslot": {
|
|
@@ -3693,7 +3722,7 @@ exports.JSONSchemas = {
|
|
|
3693
3722
|
},
|
|
3694
3723
|
"additionalProperties": false
|
|
3695
3724
|
},
|
|
3696
|
-
"DeepPartial<interface-749943994-
|
|
3725
|
+
"DeepPartial<interface-749943994-3077-3160-749943994-0-3320>": {
|
|
3697
3726
|
"type": "object",
|
|
3698
3727
|
"properties": {
|
|
3699
3728
|
"defaultDateFilterDays": {
|
|
@@ -3708,6 +3737,50 @@ exports.JSONSchemas = {
|
|
|
3708
3737
|
},
|
|
3709
3738
|
"additionalProperties": false
|
|
3710
3739
|
},
|
|
3740
|
+
"TimeSlotProviderInfo": {
|
|
3741
|
+
"type": "object",
|
|
3742
|
+
"properties": {
|
|
3743
|
+
"timeSlotsProvider": {
|
|
3744
|
+
"type": "string"
|
|
3745
|
+
},
|
|
3746
|
+
"shoppingModes": {
|
|
3747
|
+
"type": "array",
|
|
3748
|
+
"items": {
|
|
3749
|
+
"$ref": "#/definitions/ShoppingMode"
|
|
3750
|
+
}
|
|
3751
|
+
},
|
|
3752
|
+
"display": {
|
|
3753
|
+
"type": "object",
|
|
3754
|
+
"properties": {
|
|
3755
|
+
"icon": {
|
|
3756
|
+
"type": "boolean"
|
|
3757
|
+
},
|
|
3758
|
+
"text": {
|
|
3759
|
+
"type": "string"
|
|
3760
|
+
}
|
|
3761
|
+
},
|
|
3762
|
+
"required": [
|
|
3763
|
+
"icon",
|
|
3764
|
+
"text"
|
|
3765
|
+
],
|
|
3766
|
+
"additionalProperties": false
|
|
3767
|
+
}
|
|
3768
|
+
},
|
|
3769
|
+
"required": [
|
|
3770
|
+
"timeSlotsProvider",
|
|
3771
|
+
"shoppingModes",
|
|
3772
|
+
"display"
|
|
3773
|
+
],
|
|
3774
|
+
"additionalProperties": false
|
|
3775
|
+
},
|
|
3776
|
+
"ShoppingMode": {
|
|
3777
|
+
"type": "string",
|
|
3778
|
+
"enum": [
|
|
3779
|
+
"pickup",
|
|
3780
|
+
"planning",
|
|
3781
|
+
"delivery"
|
|
3782
|
+
]
|
|
3783
|
+
},
|
|
3711
3784
|
"DeepPartial<ISharedProducts>": {
|
|
3712
3785
|
"type": "object",
|
|
3713
3786
|
"properties": {
|
|
@@ -3724,12 +3797,12 @@ exports.JSONSchemas = {
|
|
|
3724
3797
|
"type": "number"
|
|
3725
3798
|
},
|
|
3726
3799
|
"attributeLabelRules": {
|
|
3727
|
-
"$ref": "#/definitions/DeepPartial%3Cdef-interface-749943994-
|
|
3800
|
+
"$ref": "#/definitions/DeepPartial%3Cdef-interface-749943994-856-1024-749943994-0-3320%5B%5D%3E"
|
|
3728
3801
|
}
|
|
3729
3802
|
},
|
|
3730
3803
|
"additionalProperties": false
|
|
3731
3804
|
},
|
|
3732
|
-
"DeepPartial<def-interface-749943994-
|
|
3805
|
+
"DeepPartial<def-interface-749943994-856-1024-749943994-0-3320[]>": {
|
|
3733
3806
|
"type": "array",
|
|
3734
3807
|
"items": {
|
|
3735
3808
|
"$ref": "#/definitions/DeepPartial%3CAttributeLabelRule%3E"
|
|
@@ -3921,9 +3994,9 @@ exports.JSONSchemas = {
|
|
|
3921
3994
|
"$ref": "#/definitions/DefaultIconsForSchema",
|
|
3922
3995
|
"definitions": {
|
|
3923
3996
|
"DefaultIconsForSchema": {
|
|
3924
|
-
"$ref": "#/definitions/DeepPartial%3C(structure-1667837717-
|
|
3997
|
+
"$ref": "#/definitions/DeepPartial%3C(structure-1667837717-3680-3682-1667837717-3680-3697-1667837717-3667-3698-1667837717-3630-3699-1667837717-0-3700%26def-alias-1667837717-39-107-1667837717-0-3700)%3E"
|
|
3925
3998
|
},
|
|
3926
|
-
"DeepPartial<(structure-1667837717-
|
|
3999
|
+
"DeepPartial<(structure-1667837717-3680-3682-1667837717-3680-3697-1667837717-3667-3698-1667837717-3630-3699-1667837717-0-3700&def-alias-1667837717-39-107-1667837717-0-3700)>": {
|
|
3927
4000
|
"type": "object",
|
|
3928
4001
|
"properties": {
|
|
3929
4002
|
"AccountOutline": {
|
|
@@ -3959,6 +4032,9 @@ exports.JSONSchemas = {
|
|
|
3959
4032
|
"Blog": {
|
|
3960
4033
|
"type": "string"
|
|
3961
4034
|
},
|
|
4035
|
+
"Buymie": {
|
|
4036
|
+
"type": "string"
|
|
4037
|
+
},
|
|
3962
4038
|
"Cart": {
|
|
3963
4039
|
"type": "string"
|
|
3964
4040
|
},
|
|
@@ -4322,6 +4398,9 @@ exports.JSONSchemas = {
|
|
|
4322
4398
|
"Youtube": {
|
|
4323
4399
|
"type": "string"
|
|
4324
4400
|
},
|
|
4401
|
+
"Zetes": {
|
|
4402
|
+
"type": "string"
|
|
4403
|
+
},
|
|
4325
4404
|
"AmExpCard": {
|
|
4326
4405
|
"type": "string"
|
|
4327
4406
|
},
|
|
@@ -4504,6 +4583,12 @@ exports.JSONSchemas = {
|
|
|
4504
4583
|
},
|
|
4505
4584
|
"fr-ca": {
|
|
4506
4585
|
"type": "string"
|
|
4586
|
+
},
|
|
4587
|
+
"Zoom": {
|
|
4588
|
+
"type": "string"
|
|
4589
|
+
},
|
|
4590
|
+
"ZoomOut": {
|
|
4591
|
+
"type": "string"
|
|
4507
4592
|
}
|
|
4508
4593
|
},
|
|
4509
4594
|
"additionalProperties": false
|
|
@@ -5960,6 +6045,10 @@ exports.JSONSchemas = {
|
|
|
5960
6045
|
"type": "string",
|
|
5961
6046
|
"const": "Blog"
|
|
5962
6047
|
},
|
|
6048
|
+
{
|
|
6049
|
+
"type": "string",
|
|
6050
|
+
"const": "Buymie"
|
|
6051
|
+
},
|
|
5963
6052
|
{
|
|
5964
6053
|
"type": "string",
|
|
5965
6054
|
"const": "Cart"
|
|
@@ -6444,6 +6533,10 @@ exports.JSONSchemas = {
|
|
|
6444
6533
|
"type": "string",
|
|
6445
6534
|
"const": "Youtube"
|
|
6446
6535
|
},
|
|
6536
|
+
{
|
|
6537
|
+
"type": "string",
|
|
6538
|
+
"const": "Zetes"
|
|
6539
|
+
},
|
|
6447
6540
|
{
|
|
6448
6541
|
"$ref": "#/definitions/PaymentTypesLogos"
|
|
6449
6542
|
},
|
|
@@ -6455,6 +6548,14 @@ exports.JSONSchemas = {
|
|
|
6455
6548
|
},
|
|
6456
6549
|
{
|
|
6457
6550
|
"$ref": "#/definitions/LanguageFlags"
|
|
6551
|
+
},
|
|
6552
|
+
{
|
|
6553
|
+
"type": "string",
|
|
6554
|
+
"const": "Zoom"
|
|
6555
|
+
},
|
|
6556
|
+
{
|
|
6557
|
+
"type": "string",
|
|
6558
|
+
"const": "ZoomOut"
|
|
6458
6559
|
}
|
|
6459
6560
|
]
|
|
6460
6561
|
},
|
|
@@ -4,7 +4,7 @@ export declare type IIconsObject = {
|
|
|
4
4
|
};
|
|
5
5
|
export declare type PaymentTypesLogos = "AmExpCard" | "AmExpLogo" | "Comodo" | "DiscoverCard" | "DiscoverLogo" | "MasterLogo" | "MasterSecure" | "VisaLogo" | "VisaVerified";
|
|
6
6
|
export declare type PaymentCards = "AmExpCard" | "ApplePay" | "DiscoverCard" | "EBT" | "PayPal" | "GooglePay" | "MasterCard" | "MasterCardDebit" | "VisaCard" | "VisaDebit" | "Paze";
|
|
7
|
-
export declare type IconNames = "AccountOutline" | "AccountSolid" | "Addresses" | "ApplePay" | "ArrowDown" | "ArrowUp" | "ArrowRight" | "ArrowUpdown" | "BarScan" | "Bell" | "Blog" | "Cart" | "Check" | "CheckCircle" | "ChevronDown" | "ChevronLeft" | "ChevronRight" | "ChevronUp" | "Circular" | "Clear" | "Close" | "Coupon" | "Credit" | "CreditCard" | "Dashboard" | "DeliveryOutline" | "DeliverySolid" | "Dietary" | "DoubleArrows" | "Download" | "Dropship" | "EBT" | "Eco" | "Edit" | "Error" | "ExpressDelivery" | "FaceHappy" | "FaceSad" | "Facebook" | "Fav" | "FavSolid" | "Filter" | "Flag" | "Geolocate" | "GooglePay" | "Hamburger" | "Help" | "Home" | "HouseOrBusinessAccount" | "Info" | "Instacart" | "InstacartLogo" | "Instagram" | "InstructionsFilled" | "ItemLocation" | "ListCheck" | "ListItems" | "ListLarge" | "ListRemove" | "ListSave" | "ListSearch" | "LocationDistance" | "LocationPin" | "LoyaltyCard" | "Mail" | "Minus" | "MoreOptionsH" | "MoreOptionsV" | "None" | "Note" | "NoteFilled" | "Notifications" | "NoDepartments" | "Orders" | "PastPurchases" | "PayPal" | "PayInStore" | "Pause" | "PaymentOutline" | "PaymentSolid" | "Phone" | "PhoneMobile" | "Pickup" | "PickupInfo" | "Pinterest" | "Play" | "Plus" | "Print" | "ProductLocation" | "PromoOutline" | "PromoSolid" | "RadioActive" | "RadioEmpty" | "RecipeCalories" | "RecipeCooktime" | "RecipeIngredients" | "RecipePreptime" | "RecipeServings" | "RecommendedSub" | "Remove" | "Reserve" | "ReserveDate" | "ReserveTime" | "Rewards" | "SavedCard" | "Search" | "SelectCheck" | "SelectEmpty" | "SelectMark" | "Send" | "Settings" | "Share" | "SodiumWarning" | "SortGrid" | "SortList" | "StarOutline" | "StarSolid" | "StarRating" | "Subscription" | "Substitute" | "SubstituteBestmatch" | "SubstituteNone" | "SubstituteProduct" | "TikTok" | "Trash" | "Twitter" | "TargetedReward" | "Unavailable" | "Voice" | "Warning" | "YourLocation" | "Youtube" | PaymentTypesLogos | PaymentCards | ProductAttributeIcons | LanguageFlags;
|
|
7
|
+
export declare type IconNames = "AccountOutline" | "AccountSolid" | "Addresses" | "ApplePay" | "ArrowDown" | "ArrowUp" | "ArrowRight" | "ArrowUpdown" | "BarScan" | "Bell" | "Blog" | "Buymie" | "Cart" | "Check" | "CheckCircle" | "ChevronDown" | "ChevronLeft" | "ChevronRight" | "ChevronUp" | "Circular" | "Clear" | "Close" | "Coupon" | "Credit" | "CreditCard" | "Dashboard" | "DeliveryOutline" | "DeliverySolid" | "Dietary" | "DoubleArrows" | "Download" | "Dropship" | "EBT" | "Eco" | "Edit" | "Error" | "ExpressDelivery" | "FaceHappy" | "FaceSad" | "Facebook" | "Fav" | "FavSolid" | "Filter" | "Flag" | "Geolocate" | "GooglePay" | "Hamburger" | "Help" | "Home" | "HouseOrBusinessAccount" | "Info" | "Instacart" | "InstacartLogo" | "Instagram" | "InstructionsFilled" | "ItemLocation" | "ListCheck" | "ListItems" | "ListLarge" | "ListRemove" | "ListSave" | "ListSearch" | "LocationDistance" | "LocationPin" | "LoyaltyCard" | "Mail" | "Minus" | "MoreOptionsH" | "MoreOptionsV" | "None" | "Note" | "NoteFilled" | "Notifications" | "NoDepartments" | "Orders" | "PastPurchases" | "PayPal" | "PayInStore" | "Pause" | "PaymentOutline" | "PaymentSolid" | "Phone" | "PhoneMobile" | "Pickup" | "PickupInfo" | "Pinterest" | "Play" | "Plus" | "Print" | "ProductLocation" | "PromoOutline" | "PromoSolid" | "RadioActive" | "RadioEmpty" | "RecipeCalories" | "RecipeCooktime" | "RecipeIngredients" | "RecipePreptime" | "RecipeServings" | "RecommendedSub" | "Remove" | "Reserve" | "ReserveDate" | "ReserveTime" | "Rewards" | "SavedCard" | "Search" | "SelectCheck" | "SelectEmpty" | "SelectMark" | "Send" | "Settings" | "Share" | "SodiumWarning" | "SortGrid" | "SortList" | "StarOutline" | "StarSolid" | "StarRating" | "Subscription" | "Substitute" | "SubstituteBestmatch" | "SubstituteNone" | "SubstituteProduct" | "TikTok" | "Trash" | "Twitter" | "TargetedReward" | "Unavailable" | "Voice" | "Warning" | "YourLocation" | "Youtube" | "Zetes" | PaymentTypesLogos | PaymentCards | ProductAttributeIcons | LanguageFlags | "Zoom" | "ZoomOut";
|
|
8
8
|
export declare type ProductAttributeIcons = "GlutenFree" | "Organic" | "Local" | "DairyFree" | "DiabetesFriendly" | "EggFree" | "FairTrade" | "NoArtificialIngredients" | "Halal" | "HeartHealth" | "NoHighFructoseCornSyrup" | "KetoFriendly" | "Kosher" | "LactoseFree" | "LowFODMAP" | "LowSodium" | "NoAddedSugar" | "NonGMO" | "Paleo" | "PeanutFree" | "PlantGoodness" | "SoyFree" | "Vegan" | "WholeGrain" | "BottleDeposit" | "LimitedIngredients" | "MinimallyProcessed" | "Fsa" | "PlantBased" | "Frozen" | "MapleLeafCanadian" | "HighFiber" | "HighProtein" | "NewProduct" | "Vegetarian" | "Hypoallergenic" | "APlusRewards" | "LockedIn";
|
|
9
9
|
export declare type LanguageFlags = "en-au" | "en-ca" | "en-gb" | "en-ie" | "en-us" | "es-es" | "es-mx" | "es-us" | "fr-ca";
|
|
10
10
|
export declare type DefaultIconsForSchema = DeepPartial<{} & IIconsObject>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { IAdminOnlyV2, IFlippConfig, IFlippConfigV2, IFlyerProviders, IRedPepperConfig } from "./retailer-settings.interfaces";
|
|
1
|
+
import { IAdminOnlyV2, IFlippConfig, IFlippConfigV2, IFlyerProviders, IRedPepperConfig, ShoppingMode } from "./retailer-settings.interfaces";
|
|
2
2
|
import { IDateFormat } from "./theme.interfaces";
|
|
3
3
|
export declare type Format = "UPC" | "CODE128" | "EAN13" | "CODE39" | "CODE128A" | "CODE128B" | "CODE128C" | "EAN8" | "EAN5" | "EAN2" | "UPCE" | "ITF14" | "ITF" | "MSI" | "MSI10" | "MSI11" | "MSI1010" | "MSI1110" | "pharmacode" | "codabar";
|
|
4
4
|
export interface ISharedSettings {
|
|
@@ -75,6 +75,7 @@ export interface ISharedGeneral {
|
|
|
75
75
|
orderHeader: boolean;
|
|
76
76
|
};
|
|
77
77
|
pastPurchases: IPastPurchases;
|
|
78
|
+
displayTimeslotProviders: TimeSlotProviderInfo[] | null;
|
|
78
79
|
}
|
|
79
80
|
export interface IFlyerConfiguration {
|
|
80
81
|
enabled: boolean;
|
|
@@ -99,4 +100,12 @@ interface IIdp {
|
|
|
99
100
|
interface IPastPurchases {
|
|
100
101
|
defaultDateFilterDays: "30" | "60" | "90" | "all";
|
|
101
102
|
}
|
|
103
|
+
export interface TimeSlotProviderInfo {
|
|
104
|
+
timeSlotsProvider: string;
|
|
105
|
+
shoppingModes: ShoppingMode[];
|
|
106
|
+
display: {
|
|
107
|
+
icon: boolean;
|
|
108
|
+
text: string;
|
|
109
|
+
};
|
|
110
|
+
}
|
|
102
111
|
export {};
|
|
@@ -136,13 +136,11 @@ exports.AdminSharedSettingsTemplateSFUI = {
|
|
|
136
136
|
description: "Show the redemption product card in the coupon gallery.",
|
|
137
137
|
type: exports.AdminSharedTemplateInputTypes.checkbox,
|
|
138
138
|
},
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
// type: AdminSharedTemplateInputTypes.checkbox,
|
|
145
|
-
// },
|
|
139
|
+
twoColumnMobileLayout: {
|
|
140
|
+
title: "Display coupons in 2 columns (mobile only)",
|
|
141
|
+
description: "The coupon listing page in the gallery will show coupons in 2 columns when viewed in a mobile device - either mobile web or mobile app to ensure more coupons are in view.",
|
|
142
|
+
type: exports.AdminSharedTemplateInputTypes.checkbox,
|
|
143
|
+
},
|
|
146
144
|
},
|
|
147
145
|
},
|
|
148
146
|
loyalty: {
|