@wix/auto_sdk_ecom_cart-v-2 1.0.57 → 1.0.58

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.
@@ -3958,6 +3958,12 @@ interface MembershipPaymentCredits {
3958
3958
  total?: number;
3959
3959
  /** Membership's remaining amount of credits. */
3960
3960
  remaining?: number;
3961
+ /**
3962
+ * The amount of membership credits required to purchase the items.
3963
+ * @internal
3964
+ * @min 1
3965
+ */
3966
+ redemptionCost?: number;
3961
3967
  }
3962
3968
  interface InvalidMembership {
3963
3969
  /** Membership details. */