@thryveai/theme-interfaces 2.8.58 → 2.8.59
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 +50 -6
- package/dist/JSONSchemas/index.js +69 -12
- 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;
|
|
@@ -3291,7 +3291,7 @@ exports.JSONSchemas = {
|
|
|
3291
3291
|
"$ref": "#/definitions/DeepPartial%3CILoyalty%3E"
|
|
3292
3292
|
},
|
|
3293
3293
|
"idp": {
|
|
3294
|
-
"$ref": "#/definitions/DeepPartial%3Cinterface-749943994-
|
|
3294
|
+
"$ref": "#/definitions/DeepPartial%3Cinterface-749943994-3033-3077-749943994-0-3320%3E"
|
|
3295
3295
|
}
|
|
3296
3296
|
},
|
|
3297
3297
|
"additionalProperties": false
|
|
@@ -3303,7 +3303,7 @@ exports.JSONSchemas = {
|
|
|
3303
3303
|
"type": "boolean"
|
|
3304
3304
|
},
|
|
3305
3305
|
"search": {
|
|
3306
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-749943994-
|
|
3306
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-749943994-1695-1715-749943994-1685-1716-749943994-1620-1796-749943994-0-3320%3E"
|
|
3307
3307
|
},
|
|
3308
3308
|
"stores": {
|
|
3309
3309
|
"$ref": "#/definitions/DeepPartial%3Cstring%5B%5D%3E"
|
|
@@ -3317,7 +3317,7 @@ exports.JSONSchemas = {
|
|
|
3317
3317
|
},
|
|
3318
3318
|
"additionalProperties": false
|
|
3319
3319
|
},
|
|
3320
|
-
"DeepPartial<structure-749943994-
|
|
3320
|
+
"DeepPartial<structure-749943994-1695-1715-749943994-1685-1716-749943994-1620-1796-749943994-0-3320>": {
|
|
3321
3321
|
"type": "object",
|
|
3322
3322
|
"properties": {
|
|
3323
3323
|
"enable": {
|
|
@@ -3614,7 +3614,7 @@ exports.JSONSchemas = {
|
|
|
3614
3614
|
"codabar"
|
|
3615
3615
|
]
|
|
3616
3616
|
},
|
|
3617
|
-
"DeepPartial<interface-749943994-
|
|
3617
|
+
"DeepPartial<interface-749943994-3033-3077-749943994-0-3320>": {
|
|
3618
3618
|
"type": "object",
|
|
3619
3619
|
"properties": {
|
|
3620
3620
|
"organization": {
|
|
@@ -3627,12 +3627,12 @@ exports.JSONSchemas = {
|
|
|
3627
3627
|
"type": "object",
|
|
3628
3628
|
"properties": {
|
|
3629
3629
|
"preserveOrderNote": {
|
|
3630
|
-
"$ref": "#/definitions/DeepPartial%3Cinterface-749943994-
|
|
3630
|
+
"$ref": "#/definitions/DeepPartial%3Cinterface-749943994-1566-1620-749943994-0-3320%3E"
|
|
3631
3631
|
}
|
|
3632
3632
|
},
|
|
3633
3633
|
"additionalProperties": false
|
|
3634
3634
|
},
|
|
3635
|
-
"DeepPartial<interface-749943994-
|
|
3635
|
+
"DeepPartial<interface-749943994-1566-1620-749943994-0-3320>": {
|
|
3636
3636
|
"type": "object",
|
|
3637
3637
|
"properties": {
|
|
3638
3638
|
"enabled": {
|
|
@@ -3663,10 +3663,23 @@ exports.JSONSchemas = {
|
|
|
3663
3663
|
"type": "boolean"
|
|
3664
3664
|
},
|
|
3665
3665
|
"displayInstacartIcon": {
|
|
3666
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-749943994-
|
|
3666
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-749943994-2433-2510-749943994-2409-2511-749943994-2162-2605-749943994-0-3320%3E"
|
|
3667
3667
|
},
|
|
3668
3668
|
"pastPurchases": {
|
|
3669
|
-
"$ref": "#/definitions/DeepPartial%3Cinterface-749943994-
|
|
3669
|
+
"$ref": "#/definitions/DeepPartial%3Cinterface-749943994-3077-3160-749943994-0-3320%3E"
|
|
3670
|
+
},
|
|
3671
|
+
"displayTimeslotProviders": {
|
|
3672
|
+
"anyOf": [
|
|
3673
|
+
{
|
|
3674
|
+
"type": "array",
|
|
3675
|
+
"items": {
|
|
3676
|
+
"$ref": "#/definitions/TimeSlotProviderInfo"
|
|
3677
|
+
}
|
|
3678
|
+
},
|
|
3679
|
+
{
|
|
3680
|
+
"type": "null"
|
|
3681
|
+
}
|
|
3682
|
+
]
|
|
3670
3683
|
}
|
|
3671
3684
|
},
|
|
3672
3685
|
"additionalProperties": false
|
|
@@ -3678,7 +3691,7 @@ exports.JSONSchemas = {
|
|
|
3678
3691
|
"MM/DD/YYYY"
|
|
3679
3692
|
]
|
|
3680
3693
|
},
|
|
3681
|
-
"DeepPartial<structure-749943994-
|
|
3694
|
+
"DeepPartial<structure-749943994-2433-2510-749943994-2409-2511-749943994-2162-2605-749943994-0-3320>": {
|
|
3682
3695
|
"type": "object",
|
|
3683
3696
|
"properties": {
|
|
3684
3697
|
"timeslot": {
|
|
@@ -3693,7 +3706,7 @@ exports.JSONSchemas = {
|
|
|
3693
3706
|
},
|
|
3694
3707
|
"additionalProperties": false
|
|
3695
3708
|
},
|
|
3696
|
-
"DeepPartial<interface-749943994-
|
|
3709
|
+
"DeepPartial<interface-749943994-3077-3160-749943994-0-3320>": {
|
|
3697
3710
|
"type": "object",
|
|
3698
3711
|
"properties": {
|
|
3699
3712
|
"defaultDateFilterDays": {
|
|
@@ -3708,6 +3721,50 @@ exports.JSONSchemas = {
|
|
|
3708
3721
|
},
|
|
3709
3722
|
"additionalProperties": false
|
|
3710
3723
|
},
|
|
3724
|
+
"TimeSlotProviderInfo": {
|
|
3725
|
+
"type": "object",
|
|
3726
|
+
"properties": {
|
|
3727
|
+
"timeSlotsProvider": {
|
|
3728
|
+
"type": "string"
|
|
3729
|
+
},
|
|
3730
|
+
"shoppingModes": {
|
|
3731
|
+
"type": "array",
|
|
3732
|
+
"items": {
|
|
3733
|
+
"$ref": "#/definitions/ShoppingMode"
|
|
3734
|
+
}
|
|
3735
|
+
},
|
|
3736
|
+
"display": {
|
|
3737
|
+
"type": "object",
|
|
3738
|
+
"properties": {
|
|
3739
|
+
"icon": {
|
|
3740
|
+
"type": "boolean"
|
|
3741
|
+
},
|
|
3742
|
+
"text": {
|
|
3743
|
+
"type": "string"
|
|
3744
|
+
}
|
|
3745
|
+
},
|
|
3746
|
+
"required": [
|
|
3747
|
+
"icon",
|
|
3748
|
+
"text"
|
|
3749
|
+
],
|
|
3750
|
+
"additionalProperties": false
|
|
3751
|
+
}
|
|
3752
|
+
},
|
|
3753
|
+
"required": [
|
|
3754
|
+
"timeSlotsProvider",
|
|
3755
|
+
"shoppingModes",
|
|
3756
|
+
"display"
|
|
3757
|
+
],
|
|
3758
|
+
"additionalProperties": false
|
|
3759
|
+
},
|
|
3760
|
+
"ShoppingMode": {
|
|
3761
|
+
"type": "string",
|
|
3762
|
+
"enum": [
|
|
3763
|
+
"pickup",
|
|
3764
|
+
"planning",
|
|
3765
|
+
"delivery"
|
|
3766
|
+
]
|
|
3767
|
+
},
|
|
3711
3768
|
"DeepPartial<ISharedProducts>": {
|
|
3712
3769
|
"type": "object",
|
|
3713
3770
|
"properties": {
|
|
@@ -3724,12 +3781,12 @@ exports.JSONSchemas = {
|
|
|
3724
3781
|
"type": "number"
|
|
3725
3782
|
},
|
|
3726
3783
|
"attributeLabelRules": {
|
|
3727
|
-
"$ref": "#/definitions/DeepPartial%3Cdef-interface-749943994-
|
|
3784
|
+
"$ref": "#/definitions/DeepPartial%3Cdef-interface-749943994-856-1024-749943994-0-3320%5B%5D%3E"
|
|
3728
3785
|
}
|
|
3729
3786
|
},
|
|
3730
3787
|
"additionalProperties": false
|
|
3731
3788
|
},
|
|
3732
|
-
"DeepPartial<def-interface-749943994-
|
|
3789
|
+
"DeepPartial<def-interface-749943994-856-1024-749943994-0-3320[]>": {
|
|
3733
3790
|
"type": "array",
|
|
3734
3791
|
"items": {
|
|
3735
3792
|
"$ref": "#/definitions/DeepPartial%3CAttributeLabelRule%3E"
|
|
@@ -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 {};
|