@open-tender/types 0.4.147 → 0.4.148

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.
@@ -713,7 +713,7 @@ export interface ThemeLoyaltyRewardCard {
713
713
  export interface ThemeLoyalty {
714
714
  accountWidget: ThemeLoyaltyAccountWidget;
715
715
  pointsShopCard: ThemeLoyaltyPointsShopCard;
716
- rewardCard: ThemeLoyaltyRewardCard;
716
+ rewardsCard: ThemeLoyaltyRewardCard;
717
717
  }
718
718
  export interface Theme {
719
719
  alert: ThemeAlert;
@@ -713,7 +713,7 @@ export interface ThemeLoyaltyRewardCard {
713
713
  export interface ThemeLoyalty {
714
714
  accountWidget: ThemeLoyaltyAccountWidget;
715
715
  pointsShopCard: ThemeLoyaltyPointsShopCard;
716
- rewardCard: ThemeLoyaltyRewardCard;
716
+ rewardsCard: ThemeLoyaltyRewardCard;
717
717
  }
718
718
  export interface Theme {
719
719
  alert: ThemeAlert;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@open-tender/types",
3
- "version": "0.4.147",
3
+ "version": "0.4.148",
4
4
  "description": "A library of types for use with Open Tender applications that utilize our cloud-based Order API.",
5
5
  "main": "./dist/cjs/index.js",
6
6
  "module": "./dist/esm/index.js",