@thryveai/theme-interfaces 2.8.56 → 2.8.57
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 +18 -5
- package/dist/JSONSchemas/index.js +28 -10
- package/dist/interfaces/shared-settings.interfaces.d.ts +4 -0
- package/dist/storefront/commonSharedSettings.js +3 -0
- package/dist/storefront/defaultIconsStorefront.js +1 -1
- package/dist/storefront/defaultSharedSettings.js +3 -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-1679-1699-749943994-1669-1700-749943994-1604-1780-749943994-0-
|
|
2339
|
+
"DeepPartial<structure-749943994-1679-1699-749943994-1669-1700-749943994-1604-1780-749943994-0-3051>": {
|
|
2340
2340
|
type: string;
|
|
2341
2341
|
properties: {
|
|
2342
2342
|
enable: {
|
|
@@ -2562,7 +2562,7 @@ export declare const JSONSchemas: {
|
|
|
2562
2562
|
type: string;
|
|
2563
2563
|
enum: string[];
|
|
2564
2564
|
};
|
|
2565
|
-
"DeepPartial<interface-749943994-
|
|
2565
|
+
"DeepPartial<interface-749943994-2923-2967-749943994-0-3051>": {
|
|
2566
2566
|
type: string;
|
|
2567
2567
|
properties: {
|
|
2568
2568
|
organization: {
|
|
@@ -2580,7 +2580,7 @@ export declare const JSONSchemas: {
|
|
|
2580
2580
|
};
|
|
2581
2581
|
additionalProperties: boolean;
|
|
2582
2582
|
};
|
|
2583
|
-
"DeepPartial<interface-749943994-1550-1604-749943994-0-
|
|
2583
|
+
"DeepPartial<interface-749943994-1550-1604-749943994-0-3051>": {
|
|
2584
2584
|
type: string;
|
|
2585
2585
|
properties: {
|
|
2586
2586
|
enabled: {
|
|
@@ -2613,6 +2613,9 @@ export declare const JSONSchemas: {
|
|
|
2613
2613
|
displayInstacartIcon: {
|
|
2614
2614
|
$ref: string;
|
|
2615
2615
|
};
|
|
2616
|
+
pastPurchases: {
|
|
2617
|
+
$ref: string;
|
|
2618
|
+
};
|
|
2616
2619
|
};
|
|
2617
2620
|
additionalProperties: boolean;
|
|
2618
2621
|
};
|
|
@@ -2620,7 +2623,7 @@ export declare const JSONSchemas: {
|
|
|
2620
2623
|
type: string;
|
|
2621
2624
|
enum: string[];
|
|
2622
2625
|
};
|
|
2623
|
-
"DeepPartial<structure-749943994-2382-2459-749943994-2358-2460-749943994-2111-
|
|
2626
|
+
"DeepPartial<structure-749943994-2382-2459-749943994-2358-2460-749943994-2111-2495-749943994-0-3051>": {
|
|
2624
2627
|
type: string;
|
|
2625
2628
|
properties: {
|
|
2626
2629
|
timeslot: {
|
|
@@ -2635,6 +2638,16 @@ export declare const JSONSchemas: {
|
|
|
2635
2638
|
};
|
|
2636
2639
|
additionalProperties: boolean;
|
|
2637
2640
|
};
|
|
2641
|
+
"DeepPartial<interface-749943994-2967-3050-749943994-0-3051>": {
|
|
2642
|
+
type: string;
|
|
2643
|
+
properties: {
|
|
2644
|
+
defaultDateFilterDays: {
|
|
2645
|
+
type: string;
|
|
2646
|
+
enum: string[];
|
|
2647
|
+
};
|
|
2648
|
+
};
|
|
2649
|
+
additionalProperties: boolean;
|
|
2650
|
+
};
|
|
2638
2651
|
"DeepPartial<ISharedProducts>": {
|
|
2639
2652
|
type: string;
|
|
2640
2653
|
properties: {
|
|
@@ -2656,7 +2669,7 @@ export declare const JSONSchemas: {
|
|
|
2656
2669
|
};
|
|
2657
2670
|
additionalProperties: boolean;
|
|
2658
2671
|
};
|
|
2659
|
-
"DeepPartial<def-interface-749943994-840-1008-749943994-0-
|
|
2672
|
+
"DeepPartial<def-interface-749943994-840-1008-749943994-0-3051[]>": {
|
|
2660
2673
|
type: string;
|
|
2661
2674
|
items: {
|
|
2662
2675
|
$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-2923-2967-749943994-0-3051%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-1679-1699-749943994-1669-1700-749943994-1604-1780-749943994-0-
|
|
3306
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-749943994-1679-1699-749943994-1669-1700-749943994-1604-1780-749943994-0-3051%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-1679-1699-749943994-1669-1700-749943994-1604-1780-749943994-0-
|
|
3320
|
+
"DeepPartial<structure-749943994-1679-1699-749943994-1669-1700-749943994-1604-1780-749943994-0-3051>": {
|
|
3321
3321
|
"type": "object",
|
|
3322
3322
|
"properties": {
|
|
3323
3323
|
"enable": {
|
|
@@ -3611,7 +3611,7 @@ exports.JSONSchemas = {
|
|
|
3611
3611
|
"codabar"
|
|
3612
3612
|
]
|
|
3613
3613
|
},
|
|
3614
|
-
"DeepPartial<interface-749943994-
|
|
3614
|
+
"DeepPartial<interface-749943994-2923-2967-749943994-0-3051>": {
|
|
3615
3615
|
"type": "object",
|
|
3616
3616
|
"properties": {
|
|
3617
3617
|
"organization": {
|
|
@@ -3624,12 +3624,12 @@ exports.JSONSchemas = {
|
|
|
3624
3624
|
"type": "object",
|
|
3625
3625
|
"properties": {
|
|
3626
3626
|
"preserveOrderNote": {
|
|
3627
|
-
"$ref": "#/definitions/DeepPartial%3Cinterface-749943994-1550-1604-749943994-0-
|
|
3627
|
+
"$ref": "#/definitions/DeepPartial%3Cinterface-749943994-1550-1604-749943994-0-3051%3E"
|
|
3628
3628
|
}
|
|
3629
3629
|
},
|
|
3630
3630
|
"additionalProperties": false
|
|
3631
3631
|
},
|
|
3632
|
-
"DeepPartial<interface-749943994-1550-1604-749943994-0-
|
|
3632
|
+
"DeepPartial<interface-749943994-1550-1604-749943994-0-3051>": {
|
|
3633
3633
|
"type": "object",
|
|
3634
3634
|
"properties": {
|
|
3635
3635
|
"enabled": {
|
|
@@ -3660,7 +3660,10 @@ exports.JSONSchemas = {
|
|
|
3660
3660
|
"type": "boolean"
|
|
3661
3661
|
},
|
|
3662
3662
|
"displayInstacartIcon": {
|
|
3663
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-749943994-2382-2459-749943994-2358-2460-749943994-2111-
|
|
3663
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-749943994-2382-2459-749943994-2358-2460-749943994-2111-2495-749943994-0-3051%3E"
|
|
3664
|
+
},
|
|
3665
|
+
"pastPurchases": {
|
|
3666
|
+
"$ref": "#/definitions/DeepPartial%3Cinterface-749943994-2967-3050-749943994-0-3051%3E"
|
|
3664
3667
|
}
|
|
3665
3668
|
},
|
|
3666
3669
|
"additionalProperties": false
|
|
@@ -3672,7 +3675,7 @@ exports.JSONSchemas = {
|
|
|
3672
3675
|
"MM/DD/YYYY"
|
|
3673
3676
|
]
|
|
3674
3677
|
},
|
|
3675
|
-
"DeepPartial<structure-749943994-2382-2459-749943994-2358-2460-749943994-2111-
|
|
3678
|
+
"DeepPartial<structure-749943994-2382-2459-749943994-2358-2460-749943994-2111-2495-749943994-0-3051>": {
|
|
3676
3679
|
"type": "object",
|
|
3677
3680
|
"properties": {
|
|
3678
3681
|
"timeslot": {
|
|
@@ -3687,6 +3690,21 @@ exports.JSONSchemas = {
|
|
|
3687
3690
|
},
|
|
3688
3691
|
"additionalProperties": false
|
|
3689
3692
|
},
|
|
3693
|
+
"DeepPartial<interface-749943994-2967-3050-749943994-0-3051>": {
|
|
3694
|
+
"type": "object",
|
|
3695
|
+
"properties": {
|
|
3696
|
+
"defaultDateFilterDays": {
|
|
3697
|
+
"type": "string",
|
|
3698
|
+
"enum": [
|
|
3699
|
+
"30",
|
|
3700
|
+
"60",
|
|
3701
|
+
"90",
|
|
3702
|
+
"all"
|
|
3703
|
+
]
|
|
3704
|
+
}
|
|
3705
|
+
},
|
|
3706
|
+
"additionalProperties": false
|
|
3707
|
+
},
|
|
3690
3708
|
"DeepPartial<ISharedProducts>": {
|
|
3691
3709
|
"type": "object",
|
|
3692
3710
|
"properties": {
|
|
@@ -3703,12 +3721,12 @@ exports.JSONSchemas = {
|
|
|
3703
3721
|
"type": "number"
|
|
3704
3722
|
},
|
|
3705
3723
|
"attributeLabelRules": {
|
|
3706
|
-
"$ref": "#/definitions/DeepPartial%3Cdef-interface-749943994-840-1008-749943994-0-
|
|
3724
|
+
"$ref": "#/definitions/DeepPartial%3Cdef-interface-749943994-840-1008-749943994-0-3051%5B%5D%3E"
|
|
3707
3725
|
}
|
|
3708
3726
|
},
|
|
3709
3727
|
"additionalProperties": false
|
|
3710
3728
|
},
|
|
3711
|
-
"DeepPartial<def-interface-749943994-840-1008-749943994-0-
|
|
3729
|
+
"DeepPartial<def-interface-749943994-840-1008-749943994-0-3051[]>": {
|
|
3712
3730
|
"type": "array",
|
|
3713
3731
|
"items": {
|
|
3714
3732
|
"$ref": "#/definitions/DeepPartial%3CAttributeLabelRule%3E"
|
|
@@ -73,6 +73,7 @@ export interface ISharedGeneral {
|
|
|
73
73
|
summary: boolean;
|
|
74
74
|
orderHeader: boolean;
|
|
75
75
|
};
|
|
76
|
+
pastPurchases: IPastPurchases;
|
|
76
77
|
}
|
|
77
78
|
export interface IFlyerConfiguration {
|
|
78
79
|
enabled: boolean;
|
|
@@ -94,4 +95,7 @@ export interface ILoyalty {
|
|
|
94
95
|
interface IIdp {
|
|
95
96
|
organization: string;
|
|
96
97
|
}
|
|
98
|
+
interface IPastPurchases {
|
|
99
|
+
defaultDateFilterDays: "30" | "60" | "90" | "all";
|
|
100
|
+
}
|
|
97
101
|
export {};
|