@thryveai/theme-interfaces 2.8.21 → 2.8.22

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.
@@ -464,6 +464,9 @@ export declare const JSONSchemas: {
464
464
  VisaCard: {
465
465
  type: string;
466
466
  };
467
+ VisaDebit: {
468
+ type: string;
469
+ };
467
470
  Paze: {
468
471
  type: string;
469
472
  };
@@ -2635,7 +2638,7 @@ export declare const JSONSchemas: {
2635
2638
  DefaultIconsForSchema: {
2636
2639
  $ref: string;
2637
2640
  };
2638
- "DeepPartial<(structure-1667837717-3469-3471-1667837717-3469-3486-1667837717-3456-3487-1667837717-3419-3488-1667837717-0-3489&def-alias-1667837717-39-107-1667837717-0-3489)>": {
2641
+ "DeepPartial<(structure-1667837717-3519-3521-1667837717-3519-3536-1667837717-3506-3537-1667837717-3469-3538-1667837717-0-3539&def-alias-1667837717-39-107-1667837717-0-3539)>": {
2639
2642
  type: string;
2640
2643
  properties: {
2641
2644
  AccountOutline: {
@@ -2851,6 +2854,9 @@ export declare const JSONSchemas: {
2851
2854
  Notifications: {
2852
2855
  type: string;
2853
2856
  };
2857
+ NoDepartments: {
2858
+ type: string;
2859
+ };
2854
2860
  Orders: {
2855
2861
  type: string;
2856
2862
  };
@@ -2941,6 +2947,9 @@ export declare const JSONSchemas: {
2941
2947
  ReserveTime: {
2942
2948
  type: string;
2943
2949
  };
2950
+ Rewards: {
2951
+ type: string;
2952
+ };
2944
2953
  SavedCard: {
2945
2954
  type: string;
2946
2955
  };
@@ -3058,6 +3067,9 @@ export declare const JSONSchemas: {
3058
3067
  VisaCard: {
3059
3068
  type: string;
3060
3069
  };
3070
+ VisaDebit: {
3071
+ type: string;
3072
+ };
3061
3073
  Paze: {
3062
3074
  type: string;
3063
3075
  };
@@ -629,6 +629,9 @@ exports.JSONSchemas = {
629
629
  "VisaCard": {
630
630
  "type": "boolean"
631
631
  },
632
+ "VisaDebit": {
633
+ "type": "boolean"
634
+ },
632
635
  "Paze": {
633
636
  "type": "boolean"
634
637
  }
@@ -2257,6 +2260,10 @@ exports.JSONSchemas = {
2257
2260
  "type": "string",
2258
2261
  "const": "Notifications"
2259
2262
  },
2263
+ {
2264
+ "type": "string",
2265
+ "const": "NoDepartments"
2266
+ },
2260
2267
  {
2261
2268
  "type": "string",
2262
2269
  "const": "Orders"
@@ -2377,6 +2384,10 @@ exports.JSONSchemas = {
2377
2384
  "type": "string",
2378
2385
  "const": "ReserveTime"
2379
2386
  },
2387
+ {
2388
+ "type": "string",
2389
+ "const": "Rewards"
2390
+ },
2380
2391
  {
2381
2392
  "type": "string",
2382
2393
  "const": "SavedCard"
@@ -2525,6 +2536,7 @@ exports.JSONSchemas = {
2525
2536
  "MasterCard",
2526
2537
  "MasterCardDebit",
2527
2538
  "VisaCard",
2539
+ "VisaDebit",
2528
2540
  "Paze"
2529
2541
  ]
2530
2542
  },
@@ -3642,9 +3654,9 @@ exports.JSONSchemas = {
3642
3654
  "$ref": "#/definitions/DefaultIconsForSchema",
3643
3655
  "definitions": {
3644
3656
  "DefaultIconsForSchema": {
3645
- "$ref": "#/definitions/DeepPartial%3C(structure-1667837717-3469-3471-1667837717-3469-3486-1667837717-3456-3487-1667837717-3419-3488-1667837717-0-3489%26def-alias-1667837717-39-107-1667837717-0-3489)%3E"
3657
+ "$ref": "#/definitions/DeepPartial%3C(structure-1667837717-3519-3521-1667837717-3519-3536-1667837717-3506-3537-1667837717-3469-3538-1667837717-0-3539%26def-alias-1667837717-39-107-1667837717-0-3539)%3E"
3646
3658
  },
3647
- "DeepPartial<(structure-1667837717-3469-3471-1667837717-3469-3486-1667837717-3456-3487-1667837717-3419-3488-1667837717-0-3489&def-alias-1667837717-39-107-1667837717-0-3489)>": {
3659
+ "DeepPartial<(structure-1667837717-3519-3521-1667837717-3519-3536-1667837717-3506-3537-1667837717-3469-3538-1667837717-0-3539&def-alias-1667837717-39-107-1667837717-0-3539)>": {
3648
3660
  "type": "object",
3649
3661
  "properties": {
3650
3662
  "AccountOutline": {
@@ -3860,6 +3872,9 @@ exports.JSONSchemas = {
3860
3872
  "Notifications": {
3861
3873
  "type": "string"
3862
3874
  },
3875
+ "NoDepartments": {
3876
+ "type": "string"
3877
+ },
3863
3878
  "Orders": {
3864
3879
  "type": "string"
3865
3880
  },
@@ -3950,6 +3965,9 @@ exports.JSONSchemas = {
3950
3965
  "ReserveTime": {
3951
3966
  "type": "string"
3952
3967
  },
3968
+ "Rewards": {
3969
+ "type": "string"
3970
+ },
3953
3971
  "SavedCard": {
3954
3972
  "type": "string"
3955
3973
  },
@@ -4067,6 +4085,9 @@ exports.JSONSchemas = {
4067
4085
  "VisaCard": {
4068
4086
  "type": "string"
4069
4087
  },
4088
+ "VisaDebit": {
4089
+ "type": "string"
4090
+ },
4070
4091
  "Paze": {
4071
4092
  "type": "string"
4072
4093
  },
@@ -5822,6 +5843,10 @@ exports.JSONSchemas = {
5822
5843
  "type": "string",
5823
5844
  "const": "Notifications"
5824
5845
  },
5846
+ {
5847
+ "type": "string",
5848
+ "const": "NoDepartments"
5849
+ },
5825
5850
  {
5826
5851
  "type": "string",
5827
5852
  "const": "Orders"
@@ -5942,6 +5967,10 @@ exports.JSONSchemas = {
5942
5967
  "type": "string",
5943
5968
  "const": "ReserveTime"
5944
5969
  },
5970
+ {
5971
+ "type": "string",
5972
+ "const": "Rewards"
5973
+ },
5945
5974
  {
5946
5975
  "type": "string",
5947
5976
  "const": "SavedCard"
@@ -6090,6 +6119,7 @@ exports.JSONSchemas = {
6090
6119
  "MasterCard",
6091
6120
  "MasterCardDebit",
6092
6121
  "VisaCard",
6122
+ "VisaDebit",
6093
6123
  "Paze"
6094
6124
  ]
6095
6125
  },
@@ -3,8 +3,8 @@ export declare type IIconsObject = {
3
3
  [iconName in IconNames]: string;
4
4
  };
5
5
  export declare type PaymentTypesLogos = "AmExpCard" | "AmExpLogo" | "Comodo" | "DiscoverCard" | "DiscoverLogo" | "MasterLogo" | "MasterSecure" | "VisaLogo" | "VisaVerified";
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" | "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;
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" | "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" | "Subscription" | "Substitute" | "SubstituteBestmatch" | "SubstituteNone" | "SubstituteProduct" | "TikTok" | "Trash" | "Twitter" | "TargetedReward" | "Unavailable" | "Voice" | "Warning" | "YourLocation" | "Youtube" | PaymentTypesLogos | PaymentCards | ProductAttributeIcons | LanguageFlags;
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";
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>;
@@ -102,6 +102,7 @@ var CommonConfigSFUI = {
102
102
  MasterCard: true,
103
103
  MasterCardDebit: true,
104
104
  VisaCard: true,
105
+ VisaDebit: false,
105
106
  PayPal: false,
106
107
  ApplePay: false,
107
108
  GooglePay: false,