@wix/auto_sdk_ecom_cart 1.0.110 → 1.0.111

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.
@@ -2386,6 +2386,12 @@ interface MembershipPaymentCredits {
2386
2386
  total?: number;
2387
2387
  /** Membership's remaining amount of credits. */
2388
2388
  remaining?: number;
2389
+ /**
2390
+ * The amount of membership credits required to purchase the items.
2391
+ * @internal
2392
+ * @min 1
2393
+ */
2394
+ redemptionCost?: number;
2389
2395
  }
2390
2396
  interface InvalidMembership {
2391
2397
  /** Membership details. */