@bigcommerce/checkout-sdk 1.384.0 → 1.384.1

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.
@@ -5588,6 +5588,7 @@ declare interface LineItem {
5588
5588
  couponAmount: number;
5589
5589
  listPrice: number;
5590
5590
  salePrice: number;
5591
+ retailPrice: number;
5591
5592
  comparisonPrice: number;
5592
5593
  extendedListPrice: number;
5593
5594
  extendedSalePrice: number;