@thryveai/theme-interfaces 2.7.189 → 2.7.191

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.
@@ -1284,7 +1284,7 @@ export declare const JSONSchemas: {
1284
1284
  };
1285
1285
  additionalProperties: boolean;
1286
1286
  };
1287
- "DeepPartial<def-alias-492965062-71-695-492965062-0-1867[]>": {
1287
+ "DeepPartial<def-alias-492965062-71-761-492965062-0-2059[]>": {
1288
1288
  type: string;
1289
1289
  items: {
1290
1290
  $ref: string;
@@ -2556,7 +2556,7 @@ export declare const JSONSchemas: {
2556
2556
  DefaultIconsForSchema: {
2557
2557
  $ref: string;
2558
2558
  };
2559
- "DeepPartial<(structure-1667837717-3315-3317-1667837717-3315-3332-1667837717-3302-3333-1667837717-3265-3334-1667837717-0-3335&def-alias-1667837717-39-107-1667837717-0-3335)>": {
2559
+ "DeepPartial<(structure-1667837717-3418-3420-1667837717-3418-3435-1667837717-3405-3436-1667837717-3368-3437-1667837717-0-3438&def-alias-1667837717-39-107-1667837717-0-3438)>": {
2560
2560
  type: string;
2561
2561
  properties: {
2562
2562
  AccountOutline: {
@@ -2628,6 +2628,9 @@ export declare const JSONSchemas: {
2628
2628
  Credit: {
2629
2629
  type: string;
2630
2630
  };
2631
+ CreditCard: {
2632
+ type: string;
2633
+ };
2631
2634
  Dashboard: {
2632
2635
  type: string;
2633
2636
  };
@@ -2697,6 +2700,9 @@ export declare const JSONSchemas: {
2697
2700
  Home: {
2698
2701
  type: string;
2699
2702
  };
2703
+ HouseOrBusinessAccount: {
2704
+ type: string;
2705
+ };
2700
2706
  Info: {
2701
2707
  type: string;
2702
2708
  };
@@ -2775,6 +2781,9 @@ export declare const JSONSchemas: {
2775
2781
  PayPal: {
2776
2782
  type: string;
2777
2783
  };
2784
+ PayInStore: {
2785
+ type: string;
2786
+ };
2778
2787
  Pause: {
2779
2788
  type: string;
2780
2789
  };
@@ -2853,6 +2862,9 @@ export declare const JSONSchemas: {
2853
2862
  ReserveTime: {
2854
2863
  type: string;
2855
2864
  };
2865
+ SavedCard: {
2866
+ type: string;
2867
+ };
2856
2868
  Search: {
2857
2869
  type: string;
2858
2870
  };
@@ -3060,6 +3072,9 @@ export declare const JSONSchemas: {
3060
3072
  Frozen: {
3061
3073
  type: string;
3062
3074
  };
3075
+ MapleLeafCanadian: {
3076
+ type: string;
3077
+ };
3063
3078
  "en-au": {
3064
3079
  type: string;
3065
3080
  };
@@ -1495,15 +1495,15 @@ exports.JSONSchemas = {
1495
1495
  "type": "object",
1496
1496
  "properties": {
1497
1497
  "attributesRank": {
1498
- "$ref": "#/definitions/DeepPartial%3Cdef-alias-492965062-71-695-492965062-0-1867%5B%5D%3E"
1498
+ "$ref": "#/definitions/DeepPartial%3Cdef-alias-492965062-71-761-492965062-0-2059%5B%5D%3E"
1499
1499
  },
1500
1500
  "excludedAttributes": {
1501
- "$ref": "#/definitions/DeepPartial%3Cdef-alias-492965062-71-695-492965062-0-1867%5B%5D%3E"
1501
+ "$ref": "#/definitions/DeepPartial%3Cdef-alias-492965062-71-761-492965062-0-2059%5B%5D%3E"
1502
1502
  }
1503
1503
  },
1504
1504
  "additionalProperties": false
1505
1505
  },
1506
- "DeepPartial<def-alias-492965062-71-695-492965062-0-1867[]>": {
1506
+ "DeepPartial<def-alias-492965062-71-761-492965062-0-2059[]>": {
1507
1507
  "type": "array",
1508
1508
  "items": {
1509
1509
  "$ref": "#/definitions/ProductAttributes"
@@ -1541,7 +1541,10 @@ exports.JSONSchemas = {
1541
1541
  "minimally processed",
1542
1542
  "fsa",
1543
1543
  "plant based",
1544
- "frozen"
1544
+ "frozen",
1545
+ "canadian local",
1546
+ "made in canada",
1547
+ "product of canada"
1545
1548
  ]
1546
1549
  },
1547
1550
  "DeepPartial<IProductCardSettingsV2>": {
@@ -2019,6 +2022,10 @@ exports.JSONSchemas = {
2019
2022
  "type": "string",
2020
2023
  "const": "Credit"
2021
2024
  },
2025
+ {
2026
+ "type": "string",
2027
+ "const": "CreditCard"
2028
+ },
2022
2029
  {
2023
2030
  "type": "string",
2024
2031
  "const": "Dashboard"
@@ -2111,6 +2118,10 @@ exports.JSONSchemas = {
2111
2118
  "type": "string",
2112
2119
  "const": "Home"
2113
2120
  },
2121
+ {
2122
+ "type": "string",
2123
+ "const": "HouseOrBusinessAccount"
2124
+ },
2114
2125
  {
2115
2126
  "type": "string",
2116
2127
  "const": "Info"
@@ -2215,6 +2226,10 @@ exports.JSONSchemas = {
2215
2226
  "type": "string",
2216
2227
  "const": "PayPal"
2217
2228
  },
2229
+ {
2230
+ "type": "string",
2231
+ "const": "PayInStore"
2232
+ },
2218
2233
  {
2219
2234
  "type": "string",
2220
2235
  "const": "Pause"
@@ -2319,6 +2334,10 @@ exports.JSONSchemas = {
2319
2334
  "type": "string",
2320
2335
  "const": "ReserveTime"
2321
2336
  },
2337
+ {
2338
+ "type": "string",
2339
+ "const": "SavedCard"
2340
+ },
2322
2341
  {
2323
2342
  "type": "string",
2324
2343
  "const": "Search"
@@ -2498,7 +2517,8 @@ exports.JSONSchemas = {
2498
2517
  "MinimallyProcessed",
2499
2518
  "Fsa",
2500
2519
  "PlantBased",
2501
- "Frozen"
2520
+ "Frozen",
2521
+ "MapleLeafCanadian"
2502
2522
  ]
2503
2523
  },
2504
2524
  "LanguageFlags": {
@@ -3489,9 +3509,9 @@ exports.JSONSchemas = {
3489
3509
  "$ref": "#/definitions/DefaultIconsForSchema",
3490
3510
  "definitions": {
3491
3511
  "DefaultIconsForSchema": {
3492
- "$ref": "#/definitions/DeepPartial%3C(structure-1667837717-3315-3317-1667837717-3315-3332-1667837717-3302-3333-1667837717-3265-3334-1667837717-0-3335%26def-alias-1667837717-39-107-1667837717-0-3335)%3E"
3512
+ "$ref": "#/definitions/DeepPartial%3C(structure-1667837717-3418-3420-1667837717-3418-3435-1667837717-3405-3436-1667837717-3368-3437-1667837717-0-3438%26def-alias-1667837717-39-107-1667837717-0-3438)%3E"
3493
3513
  },
3494
- "DeepPartial<(structure-1667837717-3315-3317-1667837717-3315-3332-1667837717-3302-3333-1667837717-3265-3334-1667837717-0-3335&def-alias-1667837717-39-107-1667837717-0-3335)>": {
3514
+ "DeepPartial<(structure-1667837717-3418-3420-1667837717-3418-3435-1667837717-3405-3436-1667837717-3368-3437-1667837717-0-3438&def-alias-1667837717-39-107-1667837717-0-3438)>": {
3495
3515
  "type": "object",
3496
3516
  "properties": {
3497
3517
  "AccountOutline": {
@@ -3563,6 +3583,9 @@ exports.JSONSchemas = {
3563
3583
  "Credit": {
3564
3584
  "type": "string"
3565
3585
  },
3586
+ "CreditCard": {
3587
+ "type": "string"
3588
+ },
3566
3589
  "Dashboard": {
3567
3590
  "type": "string"
3568
3591
  },
@@ -3632,6 +3655,9 @@ exports.JSONSchemas = {
3632
3655
  "Home": {
3633
3656
  "type": "string"
3634
3657
  },
3658
+ "HouseOrBusinessAccount": {
3659
+ "type": "string"
3660
+ },
3635
3661
  "Info": {
3636
3662
  "type": "string"
3637
3663
  },
@@ -3710,6 +3736,9 @@ exports.JSONSchemas = {
3710
3736
  "PayPal": {
3711
3737
  "type": "string"
3712
3738
  },
3739
+ "PayInStore": {
3740
+ "type": "string"
3741
+ },
3713
3742
  "Pause": {
3714
3743
  "type": "string"
3715
3744
  },
@@ -3788,6 +3817,9 @@ exports.JSONSchemas = {
3788
3817
  "ReserveTime": {
3789
3818
  "type": "string"
3790
3819
  },
3820
+ "SavedCard": {
3821
+ "type": "string"
3822
+ },
3791
3823
  "Search": {
3792
3824
  "type": "string"
3793
3825
  },
@@ -3995,6 +4027,9 @@ exports.JSONSchemas = {
3995
4027
  "Frozen": {
3996
4028
  "type": "string"
3997
4029
  },
4030
+ "MapleLeafCanadian": {
4031
+ "type": "string"
4032
+ },
3998
4033
  "en-au": {
3999
4034
  "type": "string"
4000
4035
  },
@@ -5453,6 +5488,10 @@ exports.JSONSchemas = {
5453
5488
  "type": "string",
5454
5489
  "const": "Credit"
5455
5490
  },
5491
+ {
5492
+ "type": "string",
5493
+ "const": "CreditCard"
5494
+ },
5456
5495
  {
5457
5496
  "type": "string",
5458
5497
  "const": "Dashboard"
@@ -5545,6 +5584,10 @@ exports.JSONSchemas = {
5545
5584
  "type": "string",
5546
5585
  "const": "Home"
5547
5586
  },
5587
+ {
5588
+ "type": "string",
5589
+ "const": "HouseOrBusinessAccount"
5590
+ },
5548
5591
  {
5549
5592
  "type": "string",
5550
5593
  "const": "Info"
@@ -5649,6 +5692,10 @@ exports.JSONSchemas = {
5649
5692
  "type": "string",
5650
5693
  "const": "PayPal"
5651
5694
  },
5695
+ {
5696
+ "type": "string",
5697
+ "const": "PayInStore"
5698
+ },
5652
5699
  {
5653
5700
  "type": "string",
5654
5701
  "const": "Pause"
@@ -5753,6 +5800,10 @@ exports.JSONSchemas = {
5753
5800
  "type": "string",
5754
5801
  "const": "ReserveTime"
5755
5802
  },
5803
+ {
5804
+ "type": "string",
5805
+ "const": "SavedCard"
5806
+ },
5756
5807
  {
5757
5808
  "type": "string",
5758
5809
  "const": "Search"
@@ -5932,7 +5983,8 @@ exports.JSONSchemas = {
5932
5983
  "MinimallyProcessed",
5933
5984
  "Fsa",
5934
5985
  "PlantBased",
5935
- "Frozen"
5986
+ "Frozen",
5987
+ "MapleLeafCanadian"
5936
5988
  ]
5937
5989
  },
5938
5990
  "LanguageFlags": {
@@ -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" | "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" | "Dashboard" | "DeliveryOutline" | "DeliverySolid" | "Dietary" | "DoubleArrows" | "Download" | "Dropship" | "EBT" | "Eco" | "Edit" | "Error" | "FaceHappy" | "FaceSad" | "Facebook" | "Fav" | "FavSolid" | "Filter" | "Flag" | "Geolocate" | "GooglePay" | "Hamburger" | "Help" | "Home" | "Info" | "Instacart" | "InstacartLogo" | "Instagram" | "InstructionsFilled" | "ItemLocation" | "ListCheck" | "ListItems" | "ListLarge" | "ListRemove" | "ListSave" | "ListSearch" | "LocationDistance" | "LocationPin" | "LoyaltyCard" | "Mail" | "Minus" | "MoreOptionsH" | "MoreOptionsV" | "None" | "Note" | "NoteFilled" | "Notifications" | "Orders" | "PastPurchases" | "PayPal" | "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" | "Search" | "SelectCheck" | "SelectEmpty" | "SelectMark" | "Send" | "Settings" | "Share" | "SodiumWarning" | "SortGrid" | "SortList" | "StarOutline" | "StarSolid" | "Subscription" | "Substitute" | "SubstituteBestmatch" | "SubstituteNone" | "SubstituteProduct" | "TikTok" | "Trash" | "Twitter" | "TargetedReward" | "Unavailable" | "Voice" | "Warning" | "YourLocation" | "Youtube" | PaymentTypesLogos | PaymentCards | ProductAttributeIcons | LanguageFlags;
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";
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" | "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" | "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" | "SavedCard" | "Search" | "SelectCheck" | "SelectEmpty" | "SelectMark" | "Send" | "Settings" | "Share" | "SodiumWarning" | "SortGrid" | "SortList" | "StarOutline" | "StarSolid" | "Subscription" | "Substitute" | "SubstituteBestmatch" | "SubstituteNone" | "SubstituteProduct" | "TikTok" | "Trash" | "Twitter" | "TargetedReward" | "Unavailable" | "Voice" | "Warning" | "YourLocation" | "Youtube" | PaymentTypesLogos | PaymentCards | ProductAttributeIcons | LanguageFlags;
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";
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>;