@thryveai/theme-interfaces 2.8.58 → 2.8.60
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 +57 -7
- package/dist/JSONSchemas/index.js +93 -14
- package/dist/interfaces/icons.interfaces.d.ts +1 -1
- package/dist/interfaces/shared-settings.interfaces.d.ts +10 -1
- 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-3655-3657-1667837717-3655-3672-1667837717-3642-3673-1667837717-3605-3674-1667837717-0-3675&def-alias-1667837717-39-107-1667837717-0-3675)>": {
|
|
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
|
};
|
|
@@ -3441,6 +3488,9 @@ export declare const JSONSchemas: {
|
|
|
3441
3488
|
"fr-ca": {
|
|
3442
3489
|
type: string;
|
|
3443
3490
|
};
|
|
3491
|
+
Zetes: {
|
|
3492
|
+
type: string;
|
|
3493
|
+
};
|
|
3444
3494
|
};
|
|
3445
3495
|
additionalProperties: boolean;
|
|
3446
3496
|
};
|
|
@@ -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"
|
|
@@ -2626,6 +2630,10 @@ exports.JSONSchemas = {
|
|
|
2626
2630
|
},
|
|
2627
2631
|
{
|
|
2628
2632
|
"$ref": "#/definitions/LanguageFlags"
|
|
2633
|
+
},
|
|
2634
|
+
{
|
|
2635
|
+
"type": "string",
|
|
2636
|
+
"const": "Zetes"
|
|
2629
2637
|
}
|
|
2630
2638
|
]
|
|
2631
2639
|
},
|
|
@@ -3291,7 +3299,7 @@ exports.JSONSchemas = {
|
|
|
3291
3299
|
"$ref": "#/definitions/DeepPartial%3CILoyalty%3E"
|
|
3292
3300
|
},
|
|
3293
3301
|
"idp": {
|
|
3294
|
-
"$ref": "#/definitions/DeepPartial%3Cinterface-749943994-
|
|
3302
|
+
"$ref": "#/definitions/DeepPartial%3Cinterface-749943994-3033-3077-749943994-0-3320%3E"
|
|
3295
3303
|
}
|
|
3296
3304
|
},
|
|
3297
3305
|
"additionalProperties": false
|
|
@@ -3303,7 +3311,7 @@ exports.JSONSchemas = {
|
|
|
3303
3311
|
"type": "boolean"
|
|
3304
3312
|
},
|
|
3305
3313
|
"search": {
|
|
3306
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-749943994-
|
|
3314
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-749943994-1695-1715-749943994-1685-1716-749943994-1620-1796-749943994-0-3320%3E"
|
|
3307
3315
|
},
|
|
3308
3316
|
"stores": {
|
|
3309
3317
|
"$ref": "#/definitions/DeepPartial%3Cstring%5B%5D%3E"
|
|
@@ -3317,7 +3325,7 @@ exports.JSONSchemas = {
|
|
|
3317
3325
|
},
|
|
3318
3326
|
"additionalProperties": false
|
|
3319
3327
|
},
|
|
3320
|
-
"DeepPartial<structure-749943994-
|
|
3328
|
+
"DeepPartial<structure-749943994-1695-1715-749943994-1685-1716-749943994-1620-1796-749943994-0-3320>": {
|
|
3321
3329
|
"type": "object",
|
|
3322
3330
|
"properties": {
|
|
3323
3331
|
"enable": {
|
|
@@ -3614,7 +3622,7 @@ exports.JSONSchemas = {
|
|
|
3614
3622
|
"codabar"
|
|
3615
3623
|
]
|
|
3616
3624
|
},
|
|
3617
|
-
"DeepPartial<interface-749943994-
|
|
3625
|
+
"DeepPartial<interface-749943994-3033-3077-749943994-0-3320>": {
|
|
3618
3626
|
"type": "object",
|
|
3619
3627
|
"properties": {
|
|
3620
3628
|
"organization": {
|
|
@@ -3627,12 +3635,12 @@ exports.JSONSchemas = {
|
|
|
3627
3635
|
"type": "object",
|
|
3628
3636
|
"properties": {
|
|
3629
3637
|
"preserveOrderNote": {
|
|
3630
|
-
"$ref": "#/definitions/DeepPartial%3Cinterface-749943994-
|
|
3638
|
+
"$ref": "#/definitions/DeepPartial%3Cinterface-749943994-1566-1620-749943994-0-3320%3E"
|
|
3631
3639
|
}
|
|
3632
3640
|
},
|
|
3633
3641
|
"additionalProperties": false
|
|
3634
3642
|
},
|
|
3635
|
-
"DeepPartial<interface-749943994-
|
|
3643
|
+
"DeepPartial<interface-749943994-1566-1620-749943994-0-3320>": {
|
|
3636
3644
|
"type": "object",
|
|
3637
3645
|
"properties": {
|
|
3638
3646
|
"enabled": {
|
|
@@ -3663,10 +3671,23 @@ exports.JSONSchemas = {
|
|
|
3663
3671
|
"type": "boolean"
|
|
3664
3672
|
},
|
|
3665
3673
|
"displayInstacartIcon": {
|
|
3666
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-749943994-
|
|
3674
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-749943994-2433-2510-749943994-2409-2511-749943994-2162-2605-749943994-0-3320%3E"
|
|
3667
3675
|
},
|
|
3668
3676
|
"pastPurchases": {
|
|
3669
|
-
"$ref": "#/definitions/DeepPartial%3Cinterface-749943994-
|
|
3677
|
+
"$ref": "#/definitions/DeepPartial%3Cinterface-749943994-3077-3160-749943994-0-3320%3E"
|
|
3678
|
+
},
|
|
3679
|
+
"displayTimeslotProviders": {
|
|
3680
|
+
"anyOf": [
|
|
3681
|
+
{
|
|
3682
|
+
"type": "array",
|
|
3683
|
+
"items": {
|
|
3684
|
+
"$ref": "#/definitions/TimeSlotProviderInfo"
|
|
3685
|
+
}
|
|
3686
|
+
},
|
|
3687
|
+
{
|
|
3688
|
+
"type": "null"
|
|
3689
|
+
}
|
|
3690
|
+
]
|
|
3670
3691
|
}
|
|
3671
3692
|
},
|
|
3672
3693
|
"additionalProperties": false
|
|
@@ -3678,7 +3699,7 @@ exports.JSONSchemas = {
|
|
|
3678
3699
|
"MM/DD/YYYY"
|
|
3679
3700
|
]
|
|
3680
3701
|
},
|
|
3681
|
-
"DeepPartial<structure-749943994-
|
|
3702
|
+
"DeepPartial<structure-749943994-2433-2510-749943994-2409-2511-749943994-2162-2605-749943994-0-3320>": {
|
|
3682
3703
|
"type": "object",
|
|
3683
3704
|
"properties": {
|
|
3684
3705
|
"timeslot": {
|
|
@@ -3693,7 +3714,7 @@ exports.JSONSchemas = {
|
|
|
3693
3714
|
},
|
|
3694
3715
|
"additionalProperties": false
|
|
3695
3716
|
},
|
|
3696
|
-
"DeepPartial<interface-749943994-
|
|
3717
|
+
"DeepPartial<interface-749943994-3077-3160-749943994-0-3320>": {
|
|
3697
3718
|
"type": "object",
|
|
3698
3719
|
"properties": {
|
|
3699
3720
|
"defaultDateFilterDays": {
|
|
@@ -3708,6 +3729,50 @@ exports.JSONSchemas = {
|
|
|
3708
3729
|
},
|
|
3709
3730
|
"additionalProperties": false
|
|
3710
3731
|
},
|
|
3732
|
+
"TimeSlotProviderInfo": {
|
|
3733
|
+
"type": "object",
|
|
3734
|
+
"properties": {
|
|
3735
|
+
"timeSlotsProvider": {
|
|
3736
|
+
"type": "string"
|
|
3737
|
+
},
|
|
3738
|
+
"shoppingModes": {
|
|
3739
|
+
"type": "array",
|
|
3740
|
+
"items": {
|
|
3741
|
+
"$ref": "#/definitions/ShoppingMode"
|
|
3742
|
+
}
|
|
3743
|
+
},
|
|
3744
|
+
"display": {
|
|
3745
|
+
"type": "object",
|
|
3746
|
+
"properties": {
|
|
3747
|
+
"icon": {
|
|
3748
|
+
"type": "boolean"
|
|
3749
|
+
},
|
|
3750
|
+
"text": {
|
|
3751
|
+
"type": "string"
|
|
3752
|
+
}
|
|
3753
|
+
},
|
|
3754
|
+
"required": [
|
|
3755
|
+
"icon",
|
|
3756
|
+
"text"
|
|
3757
|
+
],
|
|
3758
|
+
"additionalProperties": false
|
|
3759
|
+
}
|
|
3760
|
+
},
|
|
3761
|
+
"required": [
|
|
3762
|
+
"timeSlotsProvider",
|
|
3763
|
+
"shoppingModes",
|
|
3764
|
+
"display"
|
|
3765
|
+
],
|
|
3766
|
+
"additionalProperties": false
|
|
3767
|
+
},
|
|
3768
|
+
"ShoppingMode": {
|
|
3769
|
+
"type": "string",
|
|
3770
|
+
"enum": [
|
|
3771
|
+
"pickup",
|
|
3772
|
+
"planning",
|
|
3773
|
+
"delivery"
|
|
3774
|
+
]
|
|
3775
|
+
},
|
|
3711
3776
|
"DeepPartial<ISharedProducts>": {
|
|
3712
3777
|
"type": "object",
|
|
3713
3778
|
"properties": {
|
|
@@ -3724,12 +3789,12 @@ exports.JSONSchemas = {
|
|
|
3724
3789
|
"type": "number"
|
|
3725
3790
|
},
|
|
3726
3791
|
"attributeLabelRules": {
|
|
3727
|
-
"$ref": "#/definitions/DeepPartial%3Cdef-interface-749943994-
|
|
3792
|
+
"$ref": "#/definitions/DeepPartial%3Cdef-interface-749943994-856-1024-749943994-0-3320%5B%5D%3E"
|
|
3728
3793
|
}
|
|
3729
3794
|
},
|
|
3730
3795
|
"additionalProperties": false
|
|
3731
3796
|
},
|
|
3732
|
-
"DeepPartial<def-interface-749943994-
|
|
3797
|
+
"DeepPartial<def-interface-749943994-856-1024-749943994-0-3320[]>": {
|
|
3733
3798
|
"type": "array",
|
|
3734
3799
|
"items": {
|
|
3735
3800
|
"$ref": "#/definitions/DeepPartial%3CAttributeLabelRule%3E"
|
|
@@ -3921,9 +3986,9 @@ exports.JSONSchemas = {
|
|
|
3921
3986
|
"$ref": "#/definitions/DefaultIconsForSchema",
|
|
3922
3987
|
"definitions": {
|
|
3923
3988
|
"DefaultIconsForSchema": {
|
|
3924
|
-
"$ref": "#/definitions/DeepPartial%3C(structure-1667837717-
|
|
3989
|
+
"$ref": "#/definitions/DeepPartial%3C(structure-1667837717-3655-3657-1667837717-3655-3672-1667837717-3642-3673-1667837717-3605-3674-1667837717-0-3675%26def-alias-1667837717-39-107-1667837717-0-3675)%3E"
|
|
3925
3990
|
},
|
|
3926
|
-
"DeepPartial<(structure-1667837717-
|
|
3991
|
+
"DeepPartial<(structure-1667837717-3655-3657-1667837717-3655-3672-1667837717-3642-3673-1667837717-3605-3674-1667837717-0-3675&def-alias-1667837717-39-107-1667837717-0-3675)>": {
|
|
3927
3992
|
"type": "object",
|
|
3928
3993
|
"properties": {
|
|
3929
3994
|
"AccountOutline": {
|
|
@@ -3959,6 +4024,9 @@ exports.JSONSchemas = {
|
|
|
3959
4024
|
"Blog": {
|
|
3960
4025
|
"type": "string"
|
|
3961
4026
|
},
|
|
4027
|
+
"Buymie": {
|
|
4028
|
+
"type": "string"
|
|
4029
|
+
},
|
|
3962
4030
|
"Cart": {
|
|
3963
4031
|
"type": "string"
|
|
3964
4032
|
},
|
|
@@ -4504,6 +4572,9 @@ exports.JSONSchemas = {
|
|
|
4504
4572
|
},
|
|
4505
4573
|
"fr-ca": {
|
|
4506
4574
|
"type": "string"
|
|
4575
|
+
},
|
|
4576
|
+
"Zetes": {
|
|
4577
|
+
"type": "string"
|
|
4507
4578
|
}
|
|
4508
4579
|
},
|
|
4509
4580
|
"additionalProperties": false
|
|
@@ -5960,6 +6031,10 @@ exports.JSONSchemas = {
|
|
|
5960
6031
|
"type": "string",
|
|
5961
6032
|
"const": "Blog"
|
|
5962
6033
|
},
|
|
6034
|
+
{
|
|
6035
|
+
"type": "string",
|
|
6036
|
+
"const": "Buymie"
|
|
6037
|
+
},
|
|
5963
6038
|
{
|
|
5964
6039
|
"type": "string",
|
|
5965
6040
|
"const": "Cart"
|
|
@@ -6455,6 +6530,10 @@ exports.JSONSchemas = {
|
|
|
6455
6530
|
},
|
|
6456
6531
|
{
|
|
6457
6532
|
"$ref": "#/definitions/LanguageFlags"
|
|
6533
|
+
},
|
|
6534
|
+
{
|
|
6535
|
+
"type": "string",
|
|
6536
|
+
"const": "Zetes"
|
|
6458
6537
|
}
|
|
6459
6538
|
]
|
|
6460
6539
|
},
|
|
@@ -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" | PaymentTypesLogos | PaymentCards | ProductAttributeIcons | LanguageFlags | "Zetes";
|
|
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 {};
|