@thryveai/theme-interfaces 2.8.59 → 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.
|
@@ -2903,7 +2903,7 @@ export declare const JSONSchemas: {
|
|
|
2903
2903
|
DefaultIconsForSchema: {
|
|
2904
2904
|
$ref: string;
|
|
2905
2905
|
};
|
|
2906
|
-
"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)>": {
|
|
2907
2907
|
type: string;
|
|
2908
2908
|
properties: {
|
|
2909
2909
|
AccountOutline: {
|
|
@@ -2939,6 +2939,9 @@ export declare const JSONSchemas: {
|
|
|
2939
2939
|
Blog: {
|
|
2940
2940
|
type: string;
|
|
2941
2941
|
};
|
|
2942
|
+
Buymie: {
|
|
2943
|
+
type: string;
|
|
2944
|
+
};
|
|
2942
2945
|
Cart: {
|
|
2943
2946
|
type: string;
|
|
2944
2947
|
};
|
|
@@ -3485,6 +3488,9 @@ export declare const JSONSchemas: {
|
|
|
3485
3488
|
"fr-ca": {
|
|
3486
3489
|
type: string;
|
|
3487
3490
|
};
|
|
3491
|
+
Zetes: {
|
|
3492
|
+
type: string;
|
|
3493
|
+
};
|
|
3488
3494
|
};
|
|
3489
3495
|
additionalProperties: boolean;
|
|
3490
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
|
},
|
|
@@ -3978,9 +3986,9 @@ exports.JSONSchemas = {
|
|
|
3978
3986
|
"$ref": "#/definitions/DefaultIconsForSchema",
|
|
3979
3987
|
"definitions": {
|
|
3980
3988
|
"DefaultIconsForSchema": {
|
|
3981
|
-
"$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"
|
|
3982
3990
|
},
|
|
3983
|
-
"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)>": {
|
|
3984
3992
|
"type": "object",
|
|
3985
3993
|
"properties": {
|
|
3986
3994
|
"AccountOutline": {
|
|
@@ -4016,6 +4024,9 @@ exports.JSONSchemas = {
|
|
|
4016
4024
|
"Blog": {
|
|
4017
4025
|
"type": "string"
|
|
4018
4026
|
},
|
|
4027
|
+
"Buymie": {
|
|
4028
|
+
"type": "string"
|
|
4029
|
+
},
|
|
4019
4030
|
"Cart": {
|
|
4020
4031
|
"type": "string"
|
|
4021
4032
|
},
|
|
@@ -4561,6 +4572,9 @@ exports.JSONSchemas = {
|
|
|
4561
4572
|
},
|
|
4562
4573
|
"fr-ca": {
|
|
4563
4574
|
"type": "string"
|
|
4575
|
+
},
|
|
4576
|
+
"Zetes": {
|
|
4577
|
+
"type": "string"
|
|
4564
4578
|
}
|
|
4565
4579
|
},
|
|
4566
4580
|
"additionalProperties": false
|
|
@@ -6017,6 +6031,10 @@ exports.JSONSchemas = {
|
|
|
6017
6031
|
"type": "string",
|
|
6018
6032
|
"const": "Blog"
|
|
6019
6033
|
},
|
|
6034
|
+
{
|
|
6035
|
+
"type": "string",
|
|
6036
|
+
"const": "Buymie"
|
|
6037
|
+
},
|
|
6020
6038
|
{
|
|
6021
6039
|
"type": "string",
|
|
6022
6040
|
"const": "Cart"
|
|
@@ -6512,6 +6530,10 @@ exports.JSONSchemas = {
|
|
|
6512
6530
|
},
|
|
6513
6531
|
{
|
|
6514
6532
|
"$ref": "#/definitions/LanguageFlags"
|
|
6533
|
+
},
|
|
6534
|
+
{
|
|
6535
|
+
"type": "string",
|
|
6536
|
+
"const": "Zetes"
|
|
6515
6537
|
}
|
|
6516
6538
|
]
|
|
6517
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>;
|